Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/py_engine/framework/
A Dnetwork.py9 instances = {}
11 if cls not in instances:
12 instances[cls] = cls(*args, **kw)
14 return instances[cls]
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/
A Dcmsis_os.h207 uint32_t instances; ///< maximum number of instances of that thread function member
333 #define osThreadDef(name, priority, instances, stacksz) \ argument
336 #define osThreadDef(name, priority, instances, stacksz, task_name) \ argument
339 { (char *)(task_name), (os_pthread)(name), (osPriority)(priority), (uint32_t)(instances), (stacksz)…
/AliOS-Things-master/components/py_engine/tests/
A Drun-multitests.py238 def run_test_on_instances(test_file, num_instances, instances): argument
248 print("TRACE {}:".format("|".join(str(i) for i in instances)))
253 instance = instances[idx]
294 instance = instances[idx]
321 instances[idx].stop()
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_shaders_gles2.h39 const GLES2_ShaderInstance *instances[4]; member
A DSDL_render_gles2.c560 if (!shader->instances[i]) { in GLES2_CacheShader()
563 if (shader->instances[i]->format != data->shader_formats[j]) { in GLES2_CacheShader()
566 instance = shader->instances[i]; in GLES2_CacheShader()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md185 gcloud compute instances create $INSTANCE_NAME \
206 gcloud compute instances delete "${INSTANCE_NAME}" --zone="${ZONE}"
/AliOS-Things-master/components/littlevgl/docs/
A DCODE_OF_CONDUCT.md27 …ected to take appropriate and fair corrective action in response to any instances of unacceptable …
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DREADME-ENG.md137 …stances](~~25506~~) API of ECS to query detailed information of all ECS instances in a specific re…
A DCHANGELOG1715 - Publish apis for ledger instances.
1721 - Publish apis for ledger instances.
2185 - Supported InstanceMaintenanceAtrributes for maintening the attributes of instances.
2961 1, Support for creating instances and joining multiple security groups at the same time.
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md20 `frozenset`, `array.array`, `collections.namedtuple`, classes and instances.
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A DPPPD_FOLLOWUP359 2014-08-01 - pppd: Eliminate memory leak with multiple instances of a string option
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto109 // Number of instances to cache for the same model (for input size
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dchange.log423 instances of compression or decompression can be active concurrently.
A Dstructure.txt235 different instances (choose to execute different modules). You can think of
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES536 Replaced some instances of memcpy with simple assignments in pngvcrd (GR-P)
776 Changed several instances of PNG_NO_CONSOLE_ID to PNG_NO_STDIO in pngrutil.c
859 that can have multiple instances (text, sPLT, unknowns).
950 Revised the 3 instances of WRITEFILE in pngtest.c.
1060 Added checking the results of many instances of png_malloc() for NULL
1826 Changed some instances of PNG_ASSEMBLER_* to PNG_MMX_* in pnggccrd.c
1868 Changed remaining instances of PNG_ASSEMBLER_* to PNG_MMX_*
4817 Fixed a large number of instances where PNGCBAPI was omitted from
5050 Added missing "ptr = NULL" after some instances of png_free().
5157 Added "& 0xff" to many instances of expressions that are typecast
[all …]
A Dlibpng-manual.txt113 instances of the structures. Each thread should have its own
114 png_struct and png_info instances, and thus its own image.
614 instances of png_set_keep_unknown_chunks(), the final instance will
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi60 @item The dispatch is not based on a static @code{[[OperatorSet]]} field in all instances. Instead,…
A Dquickjs.texi783 The worker instances have the following properties:
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile1443 # relations between templates and their instances.
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile1522 # relations between templates and their instances.
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile1707 # relations between templates and their instances.
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in2140 # instances.
A Dweb_doxyfile.in2128 # instances.
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile2261 # instances.
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS2589 # instances.

Completed in 48 milliseconds

12