/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | thread_utils.c | 215 worker->status_ = OK; in ThreadLoop() 235 if (worker->status_ >= OK) { in ChangeState() 237 while (worker->status_ != OK) { in ChangeState() 241 if (new_status != OK) { in ChangeState() 260 ChangeState(worker, OK); in Sync() 262 assert(worker->status_ <= OK); in Sync() 269 if (worker->status_ < OK) { in Reset() 286 if (ok) worker->status_ = OK; in Reset() 297 worker->status_ = OK; in Reset() 299 } else if (worker->status_ > OK) { in Reset() [all …]
|
A D | thread_utils.h | 30 OK, // ready to work enumerator
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | import_mpy_native_x64.py.exp | 2 mod1 OK 3 mod2 OK
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | tinytest.c | 76 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator 104 cur_test_outcome = OK; in testcase_run_bare_() 165 return OK; in testcase_run_forked_() 215 return b[0]=='Y' ? OK : (b[0]=='S' ? SKIP : FAIL); in testcase_run_forked_() 255 if (outcome == OK) { 270 exit(outcome==OK ? 0 : (outcome==SKIP?MAGIC_EXITCODE : 1)); 471 if (cur_test_outcome==OK)
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | ticks_diff.py.exp | 1 OK
|
A D | utimeq1.py.exp | 1 OK
|
A D | utimeq_stable.py.exp | 1 OK
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | recognize_commands.cc | 73 return Status::OK(); in ProcessLatestResults() 124 return Status::OK(); in ProcessLatestResults()
|
A D | label_wav.cc | 53 return Status::OK(); in LoadGraph() 69 return Status::OK(); in ReadLabelsFile()
|
A D | test_streaming_accuracy.cc | 112 return Status::OK(); in LoadGraph() 128 return Status::OK(); in ReadLabelsFile()
|
A D | accuracy_utils.cc | 55 return Status::OK(); in ReadGroundTruthFile()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jmemdosa.asm | 60 xor ax,ax ; return zero for OK 92 xor ax,ax ; return zero for OK 126 xor ax,ax ; return zero for OK 162 mov ax,1 ; else return 1 for not OK 164 read_ok: xor ax,ax ; return zero for OK 200 mov ax,1 ; else return 1 for not OK 202 write_ok: xor ax,ax ; return zero for OK
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | example.c | 587 return (OK); 634 return (OK); 659 return (OK); 1037 return (OK);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/ |
A D | generated_examples_zip_test.cc | 176 return tensorflow::Status::OK(); in UnArchive() 191 return tensorflow::Status::OK(); in MakeTemporaryDirectory() 231 return tensorflow::Status::OK(); in ReadManifest()
|
/AliOS-Things-master/components/libc_stub/ |
A D | README.md | 110 libc_stub: malloc OK!
|
/AliOS-Things-master/solutions/audio_demo/ |
A D | README.md | 116 当上述离线音频播放测试通过之后,证明HaaS100的录音、播放器的硬件和软件环境都是OK的了,接下来就可以尝试连接阿里云IoT平台进行在线音频播放器调试。请按下述步骤操作, 250 本文提供了“本地”和“云端钉一体”两种调试语音播放器的方式,本地的方式可以快速验证硬件和端测软件的基础功能是否OK,云端钉一体的方式让用户在任何一款手机、平板设备上都可以通过支付宝或者钉钉小程序远程…
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/ |
A D | VisualPng.rc | 111 DEFPUSHBUTTON "OK",IDOK,68,67,50,14
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/ |
A D | zlib.adb | 26 (OK, literal 66 := (0 => OK,
|
/AliOS-Things-master/components/ota/ |
A D | README.md | 169 [ 19.306]<I>WIFI_SERVICE [sntp] OK: sec 1616741677 usec 989111 # SNTP完成,获取到最新网络时间
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | build_defs.bzl | 32 # OK to crash old devices that lack full NEON support.
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 493 Close the file. Return 0 if OK or @code{-errno} in case of I/O error. 509 0 if OK or @code{-errno} in case of I/O error. 559 The OS functions usually return 0 if OK or an OS specific negative 608 Remove a file. Return 0 if OK or @code{-errno}. 611 Rename a file. Return 0 if OK or @code{-errno}. 622 Change the current directory. Return 0 if OK or @code{-errno}. 625 Create a directory at @code{path}. Return 0 if OK or @code{-errno}. 654 times are specified in milliseconds since 1970. Return 0 if OK or @code{-errno}. 657 Create a link at @code{linkpath} containing the string @code{target}. Return 0 if OK or @code{-errn…
|
/AliOS-Things-master/components/minilibc/include/ |
A D | mm.h | 57 #define OK 0 macro
|
/AliOS-Things-master/solutions/amp_demo/ |
A D | README.md | 14 即helloworld_demo这个示例运行,代码系统的**任务调度**、**tick调度**以及**串口打印功能**已经OK。
|
/AliOS-Things-master/components/oss/ |
A D | README.md | 240 [ 42.231]<I>WIFI_SERVICE [sntp] OK: sec 1616747078 usec 875314
|
/AliOS-Things-master/solutions/helloworld_demo/ |
A D | README.md | 17 即helloworld_demo这个示例运行,代码系统的**任务调度**、**tick调度**以及**串口打印功能**已经OK。
|