/AliOS-Things-master/components/lwip/lwip2.0.0/ |
A D | ucube.py | 88 if aos_global_config.get('use_private_lwip') != 1: 89 if aos_global_config.get('use_private_telnetd') != 1: 93 if aos_global_config.get('use_private_dhcpd') != 1: 103 if aos_global_config.get('no_with_lwip') != 1:
|
/AliOS-Things-master/solutions/javascript_demo/board/haas-edu-k1/ |
A D | pwm.js | 38 var freq = pwm1.get().freq 39 var duty = pwm1.get().duty 60 freq = pwm1.get().freq 61 duty = pwm1.get().duty
|
/AliOS-Things-master/solutions/javascript_demo/board/haas100/ |
A D | pwm.js | 56 var freq = pwm1.get().freq 57 var duty = pwm1.get().duty 77 freq = pwm1.get().freq 78 duty = pwm1.get().duty
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | nnapi_plugin_test.cc | 57 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() 88 EXPECT_EQ(model.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in CheckExecutionPreference() 107 EXPECT_EQ(model.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in CheckExecutionPriority() 133 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F() 138 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F() 177 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F() 193 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F() 209 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F() 257 tflite::Interpreter* Interpreter() const { return interpreter_.get(); } in Interpreter() 321 EXPECT_EQ(model_.Interpreter()->ModifyGraphWithDelegate(delegate_.get()), in TEST_F()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | matrix_test.cc | 58 EXPECT_EQ(ptr.get(), nullptr); in TEST() 60 EXPECT_EQ(static_cast<const PtrType&>(ptr).get(), &some_nonconst); in TEST() 61 EXPECT_EQ(ptr.get(), &some_nonconst); in TEST() 63 EXPECT_EQ(static_cast<const PtrType&>(ptr).get(), &some_const); in TEST() 65 RUY_ASSERT_DEATH(ptr.get(), ""); in TEST()
|
A D | matrix.h | 95 T* get() /* NOT const */ { in get() function 99 const T* get() const { return ptr_; } in get() function 140 Scalar* data() { return data_.get(); } in data() 141 const Scalar* data() const { return data_.get(); } in data()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/ |
A D | mlir_convert.py | 44 test_params = kwargs.get("test_params", {}) 47 extra_toco_options = kwargs.get("extra_toco_options", 67 if test_params.get("dynamic_range_quantize", False): 70 if test_params.get("fully_quantize", False): 74 min_value, max_value = test_params.get("input_range", (-1, 1)) 90 if test_params.get("quant_16x8", False):
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | dict_get.py | 2 print(d.get(42)) 3 print(d.get(42,2))
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | ci.sh | 22 sudo apt-get install uncrustify 46 sudo apt-get update 47 sudo apt-get install gcc-multilib 204 sudo apt-get update 218 sudo apt-get update 440 sudo apt-get update 483 sudo apt-get install clang 546 sudo apt-get update 548 sudo apt-get install qemu-user 566 sudo apt-get update [all …]
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | README-emscripten.txt | 8 Step 0 - get emscripten 10 Step 1 - get sdl2-emscripten 15 Step 2 - get sdl_image
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | viper_subscr.py | 5 def get(dest, i: int): function 23 print(get(ar, i - 1))
|
A D | viper_ptr16_load.py | 6 def get(src: ptr16) -> int: function 35 print(get(b), get1(b))
|
A D | viper_ptr8_load.py | 5 def get(src: ptr8) -> int: function 34 print(get(b), get1(b))
|
A D | viper_ptr32_load.py | 5 def get(src: ptr32) -> int: function 34 print(hex(get(b)), hex(get1(b)))
|
/AliOS-Things-master/components/py_engine/tests/net_inet/ |
A D | uasyncio_cancel_stream.py | 13 async def get(reader): function 24 task = asyncio.create_task(get(reader))
|
/AliOS-Things-master/components/a2sa/internal/driver/core/ |
A D | control.h | 48 .get = handler_get, \ 57 .get = handler_get, \ 153 audio_kcontrol_get_t *get; member 173 audio_kcontrol_get_t *get; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_language.js | 263 get y() { 287 assert(Object.getOwnPropertyDescriptor(C.prototype, "y").get.name === "get y"); 333 var x = 0, get = 1, set = 2; async = 3; 334 a = { get: 2, set: 3, async: 4 }; 337 a = { x, get, set, async };
|
A D | test_closure.js | 61 function get(a) { 64 return { "set": set, "get": get }; 70 r = obj.get();
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/ |
A D | treeview.cc | 39 SortNode(child.get()); in SortNode() 54 child_to_add_to = child.get(); in AddStack() 72 AddOther(child.get()); in AddOther() 101 AddStack(stack, thread_roots_[id].get(), 0); in Populate() 107 Node* root = thread_root.second.get(); in Populate()
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | infcodes.c | 44 uInt get; /* bits to get for extra */ member 137 c->sub.copy.get = e & 15; in inflate_codes() 159 j = c->sub.copy.get; in inflate_codes() 175 c->sub.copy.get = e & 15; in inflate_codes() 191 j = c->sub.copy.get; in inflate_codes()
|
/AliOS-Things-master/solutions/javascript_demo/board/haas600/ |
A D | pwm.js | 38 var freq = pwm1.get().freq 39 var duty = pwm1.get().duty
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | cpu_backend_context.h | 40 ruy::Context* ruy_context() const { return ruy_context_.get(); } in ruy_context() 43 return gemmlowp_context_.get(); in gemmlowp_context()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-linux.md | 8 at runtime, and you won't get a missing library error, at least with the 18 sudo apt-get install build-essential mercurial make cmake autoconf automake \ 33 it at all. You can do "sudo apt-get install libdirectfb-dev" and fix the 45 sudo apt-get install evtest 56 If you get a permission error, you need to set a udev rule to change the mode of
|
/AliOS-Things-master/components/ucamera/ |
A D | README.md | 110 …t/esp32/get-started/index.html#get-started-set-up-env](https://docs.espressif.com/projects/esp-idf… 234 ucamera get frame OK! # 测试结果正常确认(说明从wifi摄像头获取到图像数据)
|
/AliOS-Things-master/components/oss/src/model/ |
A D | CopyObjectResult.cc | 39 std::istreambuf_iterator<char> isb(*data.get()), end; in CopyObjectResult() 51 std::istreambuf_iterator<char> isb(*data.get()), end; in CopyObjectResult()
|