/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | heapalloc_fail_bytearray.py.exp | 1 MemoryError: bytearray create 2 MemoryError: bytearray create from bytes 3 MemoryError: bytearray create from iter
|
A D | heapalloc_fail_tuple.py.exp | 1 MemoryError: tuple create
|
A D | heapalloc_fail_dict.py.exp | 1 MemoryError: create dict
|
A D | heapalloc_fail_set.py.exp | 1 MemoryError: set create
|
A D | heapalloc_fail_memoryview.py.exp | 1 MemoryError: memoryview create
|
/AliOS-Things-master/components/cplusplus/example/cpp_aos/ |
A D | semaphore_test.cpp | 58 mySem->create("sem", 0); in test_semaphore() 60 pa->create("task", (void *)NULL, (uint8_t)20, (tick_t)50, STACK_BUF_BYTES, in test_semaphore() 63 pb->create("task", (void *)NULL, (uint8_t)20, (tick_t)50, STACK_BUF_BYTES, in test_semaphore()
|
A D | mutex_test.cpp | 74 myMutex->create("mutex"); in test_mutex() 76 pa->create("task", (void *)NULL, (uint8_t)20, (tick_t)50, STACK_BUF_BYTES, in test_mutex() 79 pb->create("task", (void *)NULL, (uint8_t)20, (tick_t)50, STACK_BUF_BYTES, in test_mutex()
|
A D | queue_test.cpp | 63 myQueue->create("queue", myQueue_buff, BUF_QUEUE_BYTES, sizeof(int)); in test_queue() 65 pa->create("task", (void *)NULL, (uint8_t)20, (tick_t)50, STACK_BUF_BYTES, in test_queue() 68 pb->create("task", (void *)NULL, (uint8_t)20, (tick_t)50, STACK_BUF_BYTES, in test_queue()
|
A D | thread_test.cpp | 70 pa->create((const name_t *)name, (void *)NULL, (uint8_t)20, (tick_t)50, in test_thread() 73 pb->create((const name_t *)name, (void *)NULL, (uint8_t)20, (tick_t)50, in test_thread() 76 pc->create((const name_t *)name, (void *)NULL, (uint8_t)20, (tick_t)50, in test_thread()
|
A D | timer_test.cpp | 28 pTimer_1->create("timer1", (timer_cb_t)timer1_task, 1000, NULL); in test_timer()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | ar-lib | 159 create= 171 c*) create=yes ;; 235 if test -z "$create"; then
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | events.js | 36 this._events = Object.create(null); 147 events = target._events = Object.create(null); 240 this._events = Object.create(null); 291 this._events = Object.create(null); 295 this._events = Object.create(null); 311 this._events = Object.create(null);
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | events.js | 36 this._events = Object.create(null); 147 events = target._events = Object.create(null); 240 this._events = Object.create(null); 291 this._events = Object.create(null); 295 this._events = Object.create(null); 311 this._events = Object.create(null);
|
/AliOS-Things-master/components/ucamera/src/ |
A D | ucamera_device.c | 45 device = camera_ctx[i]->create(index); in ucamera_device_init() 53 device = camera_ctx[i]->create(index); in ucamera_device_init()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/ |
A D | README400 | 27 - create the libraries, objects and IFS directories for the zlib environment, 29 - create a service program, 30 - create a static and a dynamic binding directory,
|
/AliOS-Things-master/components/ai_agent/src/ |
A D | aiagent_engine.c | 63 engine = ai_engine_ctx[i]->create(index); in aiagent_engine_init() 71 engine = ai_engine_ctx[i]->create(index); in aiagent_engine_init()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-porting.md | 7 include/SDL_platform.h and create an entry there for your operating system. 26 want to create a custom SDL_config.h for your platform. Edit SDL_config.h, 27 add a section for your platform, and create a custom SDL_config_{platform}.h,
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | Tts.py | 9 def create(): function
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | iosbuild.sh | 126 ${LIPO} -create ${LIBLIST} -output ${TARGETDIR}/WebP 129 ${LIPO} -create ${DECLIBLIST} -output ${DECTARGETDIR}/WebPDecoder
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/c/ |
A D | delegate_plugin.h | 47 TfLiteDelegatePluginCreateFunc *create; member
|
/AliOS-Things-master/components/cplusplus/include/ |
A D | cpp_mutex.h | 38 kstat_t create(const name_t *name);
|
A D | cpp_timer.h | 32 kstat_t create(const name_t *name, timer_cb_t cb, uint32_t millisec,
|
/AliOS-Things-master/components/ai_agent/include/ |
A D | aiagent_service.h | 15 aiagent_engine_t *(*create) (int engineid); member
|
/AliOS-Things-master/components/ucamera/include/ |
A D | ucamera_service.h | 27 ucamera_device_t *(*create) (int devindex); member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | README.txt | 50 libpng-config-body.in => used by several makefiles to create libpng-config 51 libpng-config-head.in => used by several makefiles to create libpng-config 52 libpng.pc.in => Used by several makefiles to create libpng.pc
|