Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 194) sorted by relevance

12345678

/AliOS-Things-master/components/py_engine/tests/micropython/
A Dheapalloc_fail_bytearray.py.exp1 MemoryError: bytearray create
2 MemoryError: bytearray create from bytes
3 MemoryError: bytearray create from iter
A Dheapalloc_fail_tuple.py.exp1 MemoryError: tuple create
A Dheapalloc_fail_dict.py.exp1 MemoryError: create dict
A Dheapalloc_fail_set.py.exp1 MemoryError: set create
A Dheapalloc_fail_memoryview.py.exp1 MemoryError: memoryview create
/AliOS-Things-master/components/cplusplus/example/cpp_aos/
A Dsemaphore_test.cpp58 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 Dmutex_test.cpp74 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 Dqueue_test.cpp63 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 Dthread_test.cpp70 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 Dtimer_test.cpp28 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 Dar-lib159 create=
171 c*) create=yes ;;
235 if test -z "$create"; then
/AliOS-Things-master/components/amp/jslib/src/
A Devents.js36 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 Devents.js36 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 Ducamera_device.c45 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 DREADME40027 - 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 Daiagent_engine.c63 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 DREADME-porting.md7 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 DTts.py9 def create(): function
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Diosbuild.sh126 ${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 Ddelegate_plugin.h47 TfLiteDelegatePluginCreateFunc *create; member
/AliOS-Things-master/components/cplusplus/include/
A Dcpp_mutex.h38 kstat_t create(const name_t *name);
A Dcpp_timer.h32 kstat_t create(const name_t *name, timer_cb_t cb, uint32_t millisec,
/AliOS-Things-master/components/ai_agent/include/
A Daiagent_service.h15 aiagent_engine_t *(*create) (int engineid); member
/AliOS-Things-master/components/ucamera/include/
A Ducamera_service.h27 ucamera_device_t *(*create) (int devindex); member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A DREADME.txt50 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

Completed in 24 milliseconds

12345678