/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/ |
A D | CMakeLists.txt | 41 include/alibabacloud/core/Error.h 61 include/alibabacloud/core/Url.h 137 add_library(core ${LIB_TYPE} target 145 set_target_properties(core 155 set_target_properties(core 160 target_include_directories(core 168 add_dependencies(core 171 target_include_directories(core 175 target_link_libraries(core 189 target_link_libraries(core [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/ |
A D | Filelists.mk | 34 core/def.c \ 35 core/dns.c \ 37 core/ip.c \ 38 core/mem.c \ 39 core/memp.c \ 40 core/netif.c \ 41 core/pbuf.c \ 42 core/raw.c \ 44 core/sys.c \ 45 core/tcp.c \ [all …]
|
A D | FILES | 7 core/ - The core of the TPC/IP stack; protocol implementations,
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | BUILD | 278 "//tensorflow/core:core_cpu", 281 "//tensorflow/core:lib", 339 "//tensorflow/core:lib", 353 "//tensorflow/core:lib", 355 "//tensorflow/core:test", 357 "//tensorflow/core:testlib", 373 "//tensorflow/core:lib", 387 "//tensorflow/core:lib", 389 "//tensorflow/core:test", 391 "//tensorflow/core:testlib", [all …]
|
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/ |
A D | funcs.py | 4 from . import core 7 async def wait_for(aw, timeout, sleep=core.sleep): 8 aw = core._promote_to_task(aw) 27 runner_task = core.create_task(runner(core.cur_task, aw)) 32 except core.CancelledError as er: 49 raise core.TimeoutError 53 return wait_for(aw, timeout, core.sleep_ms) 57 ts = [core._promote_to_task(aw) for aw in aws]
|
A D | lock.py | 4 from . import core 15 self.waiting = core.TaskQueue() 26 core._task_queue.push_head(self.state) 34 self.waiting.push_head(core.cur_task) 36 core.cur_task.data = self.waiting 39 except core.CancelledError as er: 40 if self.state == core.cur_task:
|
A D | task.py | 7 from . import core 16 lt = core.ticks_diff(h1.ph_key, h2.ph_key) < 0 110 self.push_sorted(v, core.ticks()) 148 self.state.push_head(core.cur_task) 150 core.cur_task.data = self 160 if self is core.cur_task: 169 core._task_queue.push_head(self) 170 elif core.ticks_diff(self.ph_key, core.ticks()) > 0: 172 core._task_queue.remove(self) 173 core._task_queue.push_head(self) [all …]
|
A D | event.py | 4 from . import core 10 self.waiting = core.TaskQueue() # Queue of Tasks waiting on completion of this event 20 core._task_queue.push_head(self.waiting.pop_head()) 29 self.waiting.push_head(core.cur_task) 31 core.cur_task.data = self.waiting 57 yield core._io_queue.queue_read(self)
|
A D | stream.py | 4 from . import core 30 yield core._io_queue.queue_read(self.s) 34 yield core._io_queue.queue_read(self.s) 40 yield core._io_queue.queue_read(self.s) 52 yield core._io_queue.queue_read(self.s) 65 yield core._io_queue.queue_write(self.s) 91 yield core._io_queue.queue_write(s) 114 yield core._io_queue.queue_read(s) 115 except core.CancelledError: 126 core.create_task(cb(s2s, s2s)) [all …]
|
A D | __init__.py | 4 from .core import *
|
/AliOS-Things-master/kernel/rhino/ |
A D | csi.mk | 18 INCDIR += -I$(KERNELDIR)/rhino/core/include 35 KERNEL_CSRC += $(KERNELDIR)/rhino/core/k_err.c 36 KERNEL_CSRC += $(KERNELDIR)/rhino/core/k_event.c 37 KERNEL_CSRC += $(KERNELDIR)/rhino/core/k_idle.c 38 KERNEL_CSRC += $(KERNELDIR)/rhino/core/k_mm.c 46 KERNEL_CSRC += $(KERNELDIR)/rhino/core/k_obj.c 47 KERNEL_CSRC += $(KERNELDIR)/rhino/core/k_pend.c 50 KERNEL_CSRC += $(KERNELDIR)/rhino/core/k_sem.c 52 KERNEL_CSRC += $(KERNELDIR)/rhino/core/k_sys.c 53 KERNEL_CSRC += $(KERNELDIR)/rhino/core/k_task.c [all …]
|
A D | README.md | 2 kernel core code 9 rhino # configuration files for rhino core
|
/AliOS-Things-master/components/ble_host/bt_host/ |
A D | build.mk | 35 L_SRCS += port/core/buf.c \ 36 port/core/atomic_c.c \ 48 L_INCS += $(L_PATH)/port/aos/include $(L_PATH)/../../../../csi/csi_kernel/rhino/core/include $(L… 125 L_INCS += $(L_PATH)/port/core/settings/src \ 126 $(L_PATH)/port/core/settings/include 128 L_SRCS += port/core/settings/src/settings_store.c \ 129 port/core/settings/src/settings.c \ 130 port/core/settings/src/settings_init.c \ 131 port/core/settings/src/settings_line.c \ 132 port/core/settings/src/settings_kv.c
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/nlp/ |
A D | CMakeLists.txt | 11 include_directories("../../../core/include/") 16 target_link_libraries(nlp_ft alibabacloud-sdk-core) 18 target_link_libraries(nlp_ft core gtest gmock_main)
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/ |
A D | BUILD | 75 "//tensorflow/core:framework_internal", 76 "//tensorflow/core:lib", 77 "//tensorflow/core:test", 80 "//tensorflow/core:portable_tensorflow_lib", 81 "//tensorflow/core:portable_tensorflow_test_lib",
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/config/haas1000_a7/ |
A D | target.mk | 99 core-y := platform/cmsis/ platform/hal/ services/a7_dsp/ services/transq_msg/ utils/hwtimer_list/ … 101 core-y += services/a7_dsp/prj/$(A7_PROJECT)/ 104 core-y += services/sys_time/ utils/bes_kv/ 108 core-y += tests/mbw_test/
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ |
A D | BUILD | 53 "//tensorflow/core:portable_tensorflow_lib_lite", 56 "//tensorflow/core:framework", 57 "//tensorflow/core:lib", 90 "//tensorflow/core:lib",
|
/AliOS-Things-master/components/amp/services/ |
A D | Makefile | 38 ../components/linksdk/core \ 39 ../components/linksdk/core/sysdep \ 40 ../components/linksdk/core/utils \
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/ |
A D | CMakeLists.txt | 36 include_directories("../../../core/include/") 48 target_link_libraries(core_ft core gtest gmock_main)
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | CMakeLists.txt | 36 include_directories("../../core/include/") 88 target_link_libraries(core_ut core gtest gmock_main)
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | cpuinfo.cc | 60 cpuinfo_get_processor(cache->processor_start)->core == in QueryCacheParams() 63 ->core; in QueryCacheParams()
|
/AliOS-Things-master/components/amp/ampsim/ |
A D | CMakeLists.txt | 63 aux_source_directory(../../linksdk/core/ DIR_LINKSDK_CORE) 64 aux_source_directory(../../linksdk/core/sysdep/ DIR_LINKSDK_SYSDEP) 65 aux_source_directory(../../linksdk/core/utils/ DIR_LINKSDK_UTILS) 271 target_include_directories(${library} PRIVATE ../../linksdk/core) 272 target_include_directories(${library} PRIVATE ../../linksdk/core/utils) 273 target_include_directories(${library} PRIVATE ../../linksdk/core/sysdep)
|
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | Makefile | 87 ../../components/linksdk/core \ 88 ../../components/linksdk/core/sysdep \ 89 ../../components/linksdk/core/utils \
|
/AliOS-Things-master/components/SDL2/src/audio/nacl/ |
A D | SDL_naclaudio.c | 92 const PPB_Core *core = PSInterfaceCore(); in NACLAUDIO_CloseDevice() local 98 core->ReleaseResource(hidden->audio); in NACLAUDIO_CloseDevice()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | function_test.sh | 18 $MAKE cdn core cs ecs rds slb vpc cdn_ft core_ft cs_ft ecs_ft nlp_ft rds_ft slb_ft vpc_ft
|