Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 72) sorted by relevance

123

/AliOS-Things-master/components/mbedtls/programs/ssl/
A DCMakeLists.txt8 set(targets variable
57 set(targets ${targets} ssl_pthread_server) variable
60 install(TARGETS ${targets}
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/
A Dbuild.mk23 targets :=
145 $(warning Unknown targets in [$(obj)]: $(errobj-y))
280 targets += $(real-objs-y) $(real-objs-m) $(lib-y) $(lst_target)
281 targets += $(MAKECMDGOALS) $(always)
358 targets += $(archive-bin-y)
387 targets += $(archive-src-target)
424 targets += $(builtin-target)
446 targets += $(lib-target)
476 targets += $(multi-used-y)
501 targets := $(wildcard $(sort $(targets)))
[all …]
A Dclean.mk54 $(always) $(targets) $(clean-files)
94 $(warning Unknown targets in [$(obj)]: $(errobj-ymn))
A Dlib.mk123 targets := $(addprefix $(obj)/,$(targets))
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/lld_print/
A DMakefile12 -I$(obj)/../../mbed/targets/hal/TARGET_BEST/TARGET_BEST100X/TARGET_MBED_BEST1000/ \
14 -I$(obj)/../../mbed/targets/hal/TARGET_BEST/TARGET_BEST100X/ \
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/kfifo/
A DMakefile12 -I$(obj)/../../mbed/targets/hal/TARGET_BEST/TARGET_BEST100X/TARGET_MBED_BEST1000/ \
14 -I$(obj)/../../mbed/targets/hal/TARGET_BEST/TARGET_BEST100X/ \
/AliOS-Things-master/components/py_engine/engine/tools/
A Ddfu.py75 def build(file, targets, device=DEFAULT_DEVICE): argument
77 for t, target in enumerate(targets):
89 data = struct.pack("<5sBIB", b"DfuSe", 1, len(data) + 11, len(targets)) + data
/AliOS-Things-master/components/SDL2/test/
A Dtestviewport.c182 SDL_RenderCopy(state->renderers[i], state->targets[i], NULL, NULL); in loop()
184 SDL_SetRenderTarget(state->renderers[i], state->targets[i]); in loop()
241 …state->targets[i] = SDL_CreateTexture(state->renderers[i], SDL_PIXELFORMAT_RGBA8888, SDL_TEXTUREAC… in main()
242 SDL_SetRenderTarget(state->renderers[i], state->targets[i]); in main()
A DCMakeLists.txt4 # Global settings for all of the test targets
104 # TODO: Might be easier to make all targets depend on the resources...?
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A DMakefile616 targets := $(LDS_TARGET) $(IMAGE_FILE) $(IMAGE_BIN) $(IMAGE_LST) $(IMAGE_VER) macro
617 cmd_files := $(wildcard $(foreach f,$(targets),$(call get_depfile_name,$(f))))
989 $(call echo-help,Cleaning targets:)
993 $(call echo-help,Generic targets:)
994 $(call echo-help, all - Build all targets marked with [*])
1006 $(call echo-help, make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build)
1007 $(call echo-help, make V=2 [targets] 2 => give reason for rebuild of target)
1008 $(call echo-help, make O=dir [targets] Locate all output files in "dir", including .config)
1009 $(call echo-help, make W=n [targets] Enable extra gcc checks, n=1,2,3 where)
1015 $(call echo-help,Execute "make" or "make all" to build all targets marked with [*])
/AliOS-Things-master/components/SDL2/include/
A DSDL_test_common.h85 SDL_Texture **targets; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dbuild_defs.oss.bzl3 # Used for targets that #include <thread>
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A DBUILD14 # Used to build TFLite Micro RUY dependency for embedded targets outside of the
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/
A DBUILD65 "no_oss", # TODO(b/174680668): Exclude python targets from OSS.
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A DCMakeLists.txt28 # are automatically added to the gtest and gmock targets.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dbuild_def.bzl146 test_name: str. Test targets this model. Comes from the list above.
170 file: str. The name of one of the generated_examples targets, e.g. "transpose"
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1021 state->targets = in SDLTest_CommonInit()
1023 sizeof(*state->targets)); in SDLTest_CommonInit()
1599 if (state->targets[i]) { in SDLTest_CommonEvent()
1600 SDL_DestroyTexture(state->targets[i]); in SDLTest_CommonEvent()
1601 state->targets[i] = NULL; in SDLTest_CommonEvent()
1924 if (state->targets) { in SDLTest_CommonQuit()
1926 if (state->targets[i]) { in SDLTest_CommonQuit()
1927 SDL_DestroyTexture(state->targets[i]); in SDLTest_CommonQuit()
1930 SDL_free(state->targets); in SDLTest_CommonQuit()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DCMakeLists.txt28 # are automatically added to the gtest and gmock targets.
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_normalization/
A Dtarget.mk640 KBUILD_CPPFLAGS += -Imbed/api -Imbed/common -Imbed/targets/hal/TARGET_BEST/TARGET_BEST100X/TARGET_M…
641 -Imbed/targets/hal/TARGET_BEST/TARGET_BEST100X -Imbed/hal -Iplatform/drivers/wifi
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dzlibd32.mak27 # targets
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A Dzlibd32.mak27 # targets
/AliOS-Things-master/components/SDL2/docs/
A DREADME-linux.md26 - This includes all the audio targets except arts and esd, because Ubuntu
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/qnx/
A Dpackage.qpg9 <QPG:Package targets="combine"/>
/AliOS-Things-master/documentation/aos-tools/
A Daos-tools_user_manual.md201 scons: Building targets ...
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DMakefile.vc153 !MESSAGE - (empty) - build libwebp-based targets for CFG
154 !MESSAGE - all - build (de)mux-based targets for CFG

Completed in 24 milliseconds

123