Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/SDL2/src/power/macosx/
A DSDL_syspower.c146 CFTypeRef blob = IOPSCopyPowerSourcesInfo(); in SDL_GetPowerInfo_MacOSX() local
152 if (blob != NULL) { in SDL_GetPowerInfo_MacOSX()
153 CFArrayRef list = IOPSCopyPowerSourcesList(blob); in SDL_GetPowerInfo_MacOSX()
164 IOPSGetPowerSourceDescription(blob, ps); in SDL_GetPowerInfo_MacOSX()
183 CFRelease(blob); in SDL_GetPowerInfo_MacOSX()
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst14 <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_. The
57 - `oldconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/oldconfig.py>`_
69 - `genconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/genconfig.py>`_
132 <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_.
168 <https://github.com/torvalds/linux/blob/master/include/linux/kconfig.h>`_
212 <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_). It
229 <https://github.com/ulfalizer/Kconfiglib/blob/master/allnoconfig.py>`_ and
231 <https://github.com/ulfalizer/Kconfiglib/blob/master/allyesconfig.py>`_,
357 <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_.
383 <https://github.com/ulfalizer/Kconfiglib/blob/master/allyesconfig.py>`_
[all …]
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/
A DREADME.rst14 <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_. The
57 - `oldconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/oldconfig.py>`_
69 - `genconfig <https://github.com/ulfalizer/Kconfiglib/blob/master/genconfig.py>`_
132 <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_.
168 <https://github.com/torvalds/linux/blob/master/include/linux/kconfig.h>`_
212 <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_). It
229 <https://github.com/ulfalizer/Kconfiglib/blob/master/allnoconfig.py>`_ and
231 <https://github.com/ulfalizer/Kconfiglib/blob/master/allyesconfig.py>`_,
357 <https://github.com/ulfalizer/Kconfiglib/blob/master/kconfiglib.py>`_.
383 <https://github.com/ulfalizer/Kconfiglib/blob/master/allyesconfig.py>`_
[all …]
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dfuzz.dict9 # https://github.com/rc0r/afl-fuzz/blob/master/dictionaries/json.dict
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dbuild_defs.oss.bzl11 …# https://github.com/abseil/abseil-cpp/blob/1112609635037a32435de7aa70a9188dcb591458/absl/base/BUI…
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/
A DREADME.md3 ## 1. Install SDK according to [README](https://github.com/aliyun/aliyun-openapi-cpp-sdk/blob/maste…
/AliOS-Things-master/components/osal_aos/
A DREADME.md160 示例代码参考[example/task_example.c](https://gitee.com/alios-things/osal_aos/blob/master/example/task_exa…
345 - 示例代码参考[example/timer_example.c](https://gitee.com/alios-things/osal_aos/blob/master/example/timer…
670 - 示例代码参考[example/sem_example.c](https://gitee.com/alios-things/osal_aos/blob/master/example/sem_exa…
813 - 示例代码参考[example/mutex_example.c](https://gitee.com/alios-things/osal_aos/blob/master/example/mutex…
951 - 示例代码参考[example/event_example.c](https://gitee.com/alios-things/osal_aos/blob/master/example/event…
1073 - 示例代码参考[example/queue_example.c](https://gitee.com/alios-things/osal_aos/blob/master/example/queue…
1202 - 示例代码参考[example/workqueue_example.c](https://gitee.com/alios-things/osal_aos/blob/master/example/w…
/AliOS-Things-master/components/littlevgl/docs/
A DCODING_STYLE.md3 …://github.com/littlevgl/lvgl/blob/master/lv_misc/lv_templ.c) and [lv_misc/lv_templ.h](https://gith…
A DCONTRIBUTING.md44 - Please read and follow this [guide about the coding style](https://github.com/littlevgl/lvgl/blob
107 …ion don't forget the [Code style guide](https://github.com/littlevgl/lvgl/blob/master/docs/CODING_…
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCONTRIBUTING.md20 [docs-readme]: https://github.com/aliyun/aliyun-openapi-cpp-sdk/blob/master/README.md
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md58 …<a target="_blank" href="https://colab.research.google.com/github/tensorflow/tensorflow/blob/maste…
61 …<a target="_blank" href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/micr…
99 …elow. Refer to the [`tiny_conv`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/e…
A Dtrain_micro_speech_model.ipynb541 …he [`micro_speech/train/models`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/l…
543blob/master/tensorflow/lite/micro/examples/micro_speech/micro_features/micro_model_settings.h) and…
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c414 Uint8 *blob = NULL; in GLES_UpdateTexture() local
430 blob = (Uint8 *)SDL_malloc(srcPitch * rect->h); in GLES_UpdateTexture()
431 if (!blob) { in GLES_UpdateTexture()
434 src = blob; in GLES_UpdateTexture()
440 src = blob; in GLES_UpdateTexture()
458 SDL_free(blob); in GLES_UpdateTexture()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto163 // https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/gpu/delegate.h
174 // https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/hexagon/hexagon_d…
185 // https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/xnnpack/xnnpack_d…
274 // https://github.com/google-coral/edgetpu/blob/master/libedgetpu/edgetpu_c.h
285 …// https://github.com/google-coral/libcoral/blob/982426546dfa10128376d0c24fd8a8b161daac97/coral/tf…
/AliOS-Things-master/components/jsoncpp/doc/
A Djsoncpp.dox128 <a HREF="https://github.com/open-source-parsers/jsoncpp/blob/master/README.md">README.md</a> in the…
153 See file <a href="https://github.com/open-source-parsers/jsoncpp/blob/master/LICENSE"><code>LICENSE…
/AliOS-Things-master/components/ota/
A DREADME.md122 示例代码参考[solutions/ota_demo/otaappdemo.c](https://gitee.com/alios-things/ota_demo/blob/master/otaappd…
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c1554 Uint8 *blob = NULL; in GLES2_TexSubImage2D() local
1567 blob = (Uint8 *)SDL_malloc(src_pitch * height); in GLES2_TexSubImage2D()
1568 if (!blob) { in GLES2_TexSubImage2D()
1571 src = blob; in GLES2_TexSubImage2D()
1578 src = blob; in GLES2_TexSubImage2D()
1582 if (blob) { in GLES2_TexSubImage2D()
1583 SDL_free(blob); in GLES2_TexSubImage2D()
/AliOS-Things-master/solutions/auto_demo/
A DREADME.md113 …网平台创建产品、对应的物模型以及设备。也可以通过载入[TSL文件](https://github.com/alibaba/AliOS-Things/blob/dev_3.1.0_haas/appl…
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflexbuffers.h598 auto blob = AsBlob(); in ToString() local
599 flatbuffers::EscapeString(reinterpret_cast<const char *>(blob.data()), in ToString()
600 blob.size(), &s, true, false); in ToString()
/AliOS-Things-master/components/littlevgl/
A DREADME.md3 <a href="https://github.com/littlevgl/lvgl/blob/master/LICENCE.txt"><img src="https://img.shields.i…
405 - [Coding style guide](https://github.com/littlevgl/lvgl/blob/master/docs/CODING_STYLE.md)
/AliOS-Things-master/components/py_engine/engine/
A DREADME.md186 and the [Code Conventions](https://github.com/micropython/micropython/blob/master/CODECONVENTIONS.m…
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitmodes.m42 * https://github.com/lmirosevic/GBDeviceInfo/blob/master/GBDeviceInfo/GBDeviceInfo_iOS.m
/AliOS-Things-master/components/mbedtls/
A DChangeLog2569 * Handle existence of OpenSSL Trust Extensions at end of X.509 DER blob
2622 * Handle existence of OpenSSL Trust Extensions at end of X.509 DER blob

Completed in 34 milliseconds