Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/AliOS-Things-master/components/amp/libjs/
A Dinit.js1 globalThis=new Function("return this;")(),globalThis.process=system,function(t){var n,e=t.Promise,o… argument
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dmachine_timer.py12 t = machine.Timer(freq=1) variable
19 t = machine.Timer(freq=1) variable
25 t = machine.Timer(freq=1) variable
31 t = machine.Timer(period=1, mode=machine.Timer.ONE_SHOT, callback=lambda t: print("one-shot")) variable
36 t = machine.Timer(period=4, mode=machine.Timer.PERIODIC, callback=lambda t: print("periodic")) variable
A Duasyncio_wait_for.py13 async def task(id, t): argument
34 async def task_cancel_other(t, other): argument
41 async def task_wait_for_cancel(id, t, t_wait): argument
A Duasyncio_wait_for_fwd.py13 async def awaiting(t, return_if_fail): argument
43 async def cancel(t): argument
A Duasyncio_wait_task.py25 async def task(t): argument
29 async def delay_print(t, s): argument
A Dmachine_pulse.py37 t = machine.time_pulse_us(p, 1) variable
39 t = machine.time_pulse_us(p, 0) variable
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_swab.c39 unsigned char t; in TIFFSwabShort() local
50 unsigned char t; in TIFFSwabLong() local
62 unsigned char t; in TIFFSwabLong8() local
76 register unsigned char t; in TIFFSwabArrayOfShort() local
92 unsigned char t; in TIFFSwabArrayOfTriples() local
108 register unsigned char t; in TIFFSwabArrayOfLong() local
125 register unsigned char t; in TIFFSwabArrayOfLong8() local
144 unsigned char t; in TIFFSwabFloat() local
156 register unsigned char t; in TIFFSwabArrayOfFloat() local
173 unsigned char t; in TIFFSwabDouble() local
[all …]
/AliOS-Things-master/components/py_engine/tests/pyb/
A Dtimer_callback.py7 def cb1(t): argument
13 def cb2(t): argument
22 def cb4(t): argument
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/systimer/
A Dmodule_systimer.c37 timer_wrap_t *t = (timer_wrap_t *)arg; in timer_action() local
63 timer_wrap_t *t = (timer_wrap_t *)aos_malloc(sizeof(*t)); in setup_timer() local
98 static void clear_timer(timer_wrap_t *t) in clear_timer()
126 timer_wrap_t *t = setup_timer(js_cb_ref, ms, 0); in native_setTimeout() local
133 timer_wrap_t *t = (timer_wrap_t *)duk_get_pointer(ctx, 0); in native_clearTimeout() local
150 timer_wrap_t *t = setup_timer(js_cb_ref, ms, 1); in native_setInterval() local
157 timer_wrap_t *t = (timer_wrap_t *)duk_get_pointer(ctx, 0); in native_clearInterval() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/systimer/
A Dmodule_systimer.c29 timer_wrap_t *t; member
40 timer_wrap_t *t = (timer_wrap_t *)arg; in timer_action() local
73 timer_wrap_t *t = (timer_wrap_t *)amp_malloc(sizeof(*t)); in setup_timer() local
118 static void clear_timer(timer_wrap_t *t) in clear_timer()
150 timer_wrap_t *t = setup_timer(js_cb_ref, ms, 0); in native_setTimeout() local
160 timer_wrap_t *t = JS_GetOpaque2(ctx, argv[0], js_systimer_class_id); in native_clearTimeout() local
178 timer_wrap_t *t = setup_timer(js_cb_ref, ms, 1); in native_setInterval() local
188 timer_wrap_t *t = JS_GetOpaque2(ctx, argv[0], js_systimer_class_id); in native_clearInterval() local
/AliOS-Things-master/components/py_engine/tests/basics/
A Dnamedtuple1.py76 t = T3(1, 2) variable
81 t = T4(1, 2) variable
A Dclass_super_object.py15 t = Test() variable
22 t = Test2() variable
/AliOS-Things-master/components/py_engine/modules/modbus/
A Dmodbus.c47 int t = mp_obj_get_int(args[3]); in mp_modbus_init() local
95 int t = mp_obj_get_int(args[3]); in mp_writeHoldingRegister() local
144 int t = mp_obj_get_int(args[4]); in mp_writeMultipleHoldingRegisters() local
183 int t = mp_obj_get_int(args[3]); in mp_writeCoil() local
225 int t = mp_obj_get_int(args[4]); in mp_writeMultipleCoils() local
265 int t = mp_obj_get_int(args[4]); in mp_readHoldingRegisters() local
303 int t = mp_obj_get_int(args[4]); in mp_readInputRegisters() local
341 int t = mp_obj_get_int(args[4]); in mp_readDiscreteInputs() local
379 int t = mp_obj_get_int(args[4]); in mp_readCoils() local
441 int t = mp_obj_get_int(args[2]); in mp_slave_framesend() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dwpa_debug.h22 #define wpa_hexdump(l,t,b,le) do { } while (0) argument
23 #define wpa_hexdump_buf_key(l,t,b) do { } while (0) argument
24 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0) argument
41 #define wpa_hexdump_buf(l,t,b) do { } while (0) argument
42 #define wpa_hexdump_key(l,t,b,le) do { } while (0) argument
43 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) argument
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dbase.h279 template<typename T> FLATBUFFERS_CONSTEXPR inline bool IsConstTrue(T t) { in IsConstTrue()
334 template<typename T> T EndianSwap(T t) { in EndianSwap()
358 union { T t; uint16_t i; } u = { t }; in EndianSwap() member
362 union { T t; uint32_t i; } u = { t }; in EndianSwap() member
366 union { T t; uint64_t i; } u = { t }; in EndianSwap() member
380 template<typename T> T EndianScalar(T t) { in EndianScalar()
405 void WriteScalar(void *p, T t) { in WriteScalar()
410 template<typename T> __supress_ubsan__("alignment") void WriteScalar(void *p, Offset<T> t) { in WriteScalar()
/AliOS-Things-master/components/py_engine/tests/thread/
A Dstress_schedule.py21 t = None # Start time of test, assigned here to preallocate entry in globals dict. variable
42 t = utime.ticks_ms() variable
A Dthread_sleep1.py12 sleep_ms = lambda t: time.sleep(t / 1000) argument
21 def thread_entry(t): argument
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_anim.c207 uint32_t t; in lv_anim_path_ease_in() local
232 uint32_t t; in lv_anim_path_ease_out() local
257 uint32_t t; in lv_anim_path_ease_in_out() local
282 uint32_t t; in lv_anim_path_overshoot() local
306 uint32_t t; in lv_anim_path_bounce() local
/AliOS-Things-master/components/oss/src/utils/
A DFileSystemUtils.cc95 bool AlibabaCloud::OSS::GetPathLastModifyTime(const std::string& path, time_t& t) in GetPathLastModifyTime()
101 bool AlibabaCloud::OSS::GetPathInfo(const std::string& path, time_t& t, std::streamsize& size) in GetPathInfo()
123 time_t t; in IsFileExist() local
175 bool AlibabaCloud::OSS::GetPathLastModifyTime(const std::wstring& path, time_t& t) in GetPathLastModifyTime()
181 bool AlibabaCloud::OSS::GetPathInfo(const std::wstring& path, time_t& t, std::streamsize& size) in GetPathInfo()
203 time_t t; in IsFileExist() local
/AliOS-Things-master/components/freetype/src/cid/
A Dcidparse.h101 #define cid_parser_to_fixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t ) argument
105 #define cid_parser_to_fixed_array( p, m, f, t ) \ argument
107 #define cid_parser_to_token( p, t ) \ argument
109 #define cid_parser_to_token_array( p, t, m, c ) \ argument
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/
A Dkernel_util.h147 inline int NumDimensions(const TfLiteTensor* t) { return t->dims->size; } in NumDimensions()
148 inline int SizeOfDimension(const TfLiteTensor* t, int dim) { in SizeOfDimension()
169 inline int64_t NumElements(const TfLiteTensor* t) { in NumElements()
A Dtest_util.h218 int AddConstSparseInput(const TensorData& t, in AddConstSparseInput()
384 TfLiteTensor* t = interpreter_->tensor(index); in QuantizeAndPopulate() local
404 TfLiteTensor* t = interpreter_->tensor(index); in PerChannelSymmetricQuantizeAndPopulate() local
459 TfLiteTensor* t = interpreter_->tensor(index); in PerChannelQuantizeBias() local
519 auto* t = interpreter_->tensor(index); in PopulateTensor() local
541 auto* t = interpreter_->tensor(index); in PopulateTensor() local
561 auto* t = interpreter_->tensor(index); in PopulateTensor() local
597 TfLiteTensor* t = interpreter_->tensor(index); in GetTensorShape() local
766 int AddTensorPerChannelQuant(const TensorData& t) { in AddTensorPerChannelQuant()
772 int AddTensorPerChannelQuant(const TensorData& t, in AddTensorPerChannelQuant()
[all …]
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Daes_encrypt.c77 unsigned int t; in tc_aes128_set_encrypt_key() local
134 uint8_t t[Nb*Nk]; in mix_columns() local
149 uint8_t t[Nb * Nk]; in shift_rows() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/crypto/
A Daes_encrypt.c77 unsigned int t; in tc_aes128_set_encrypt_key() local
134 uint8_t t[Nb*Nk]; in mix_columns() local
149 uint8_t t[Nb * Nk]; in shift_rows() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dcutils.c329 uint8_t t = *ap; in exchange_bytes() local
338 uint8_t t = *ap; in exchange_one_byte() local
348 uint16_t t = *ap; in exchange_int16s() local
357 uint16_t t = *ap; in exchange_one_int16() local
367 uint32_t t = *ap; in exchange_int32s() local
376 uint32_t t = *ap; in exchange_one_int32() local
386 uint64_t t = *ap; in exchange_int64s() local
395 uint64_t t = *ap; in exchange_one_int64() local
405 uint64_t t = ap[0]; in exchange_int128s() local
417 uint64_t t = ap[0]; in exchange_one_int128() local

Completed in 27 milliseconds

12345678910>>...13