/AliOS-Things-master/components/py_engine/tests/pyb/ |
A D | can.py | 65 l2 = None variable 70 l2 = can.recv(0, l) variable 71 assert l is l2 75 l2 = can.recv(0, l) variable 76 assert l is l2 80 l2 = can.recv(0, l) variable 81 assert l is l2 85 l2 = can.recv(0, l) variable 86 assert l is l2
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | heap_lock.py | 6 l2 = list(range(100)) variable 19 l.extend(l2)
|
A D | heapalloc_fail_list.py | 32 l2 = [3, 4, 5, 6, 7, 8, 9, 10] variable 35 l[sl] = l2
|
/AliOS-Things-master/components/freetype/src/tools/docmaker/ |
A D | utils.py | 22 l2 = len( s2 ) 27 if i >= l2 or m1[i] > m2[i]: 39 if l2 > l1:
|
/AliOS-Things-master/components/freetype/src/tools/ |
A D | test_trig.c | 172 FT_Fixed l, l2; in test_length() local 178 l2 = FT_Vector_Length( &v ); in test_length() 180 if ( abs( l2-l ) > THRESHOLD ) in test_length() 184 v.x/65536.0, v.y/65536.0, l2/65536.0, l/65536.0 ); in test_length()
|
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_chaos.py | 40 def linear_combination(self, other, l1, l2=None): argument 41 if l2 is None: 42 l2 = 1 - l1 44 self.x * l1 + other.x * l2, self.y * l1 + other.y * l2, self.z * l1 + other.z * l2
|
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/ |
A D | stream.py | 53 l2 = self.s.readline() # may do multiple reads but won't block 54 l += l2 55 if not l2 or l[-1] == 10: # \n (check l in case l2 is str)
|
/AliOS-Things-master/components/py_engine/tests/internal_bench/ |
A D | from_iter-1-list_bound.py | 7 l2 = list(l)
|
A D | from_iter-3-tuple_bound.py | 7 l2 = tuple(l)
|
A D | from_iter-5-bytes_bound.py | 7 l2 = bytes(l)
|
A D | from_iter-7-bytearray_bound.py | 7 l2 = bytearray(l)
|
A D | from_iter-2-list_unbound.py | 7 l2 = list(map(lambda x: x, l))
|
A D | from_iter-4-tuple_unbound.py | 7 l2 = tuple(map(lambda x: x, l))
|
A D | from_iter-6-bytes_unbound.py | 7 l2 = bytes(map(lambda x: x, l))
|
A D | from_iter-8-bytearray_unbound.py | 7 l2 = bytearray(map(lambda x: x, l))
|
/AliOS-Things-master/components/py_engine/tests/cmdline/ |
A D | cmd_showbc.py | 131 l1 = l2 = l3 = l4 = l5 = l6 = l7 = l8 = l9 = l10 = 1
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | cpuinfo.cc | 54 {processor->cache.l1d, processor->cache.l2, processor->cache.l3}) { in QueryCacheParams()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | pppoe.c | 759 int l1 = 0, l2 = 0; /* XXX: gcc */ in pppoe_send_padi() local 770 l2 = (int)strlen(sc->sc_concentrator_name); in pppoe_send_padi() 771 len += 2 + 2 + l2; in pppoe_send_padi() 801 PPPOE_ADD_16(p, l2); in pppoe_send_padi() 802 MEMCPY(p, sc->sc_concentrator_name, l2); in pppoe_send_padi() 803 p += l2; in pppoe_send_padi()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/man/ |
A D | Makefile.in | 380 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | Makefile.in | 783 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | Makefile.in | 1269 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1312 l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objstr.c | 2125 GET_STR_DATA_LEN(s2, d2, l2); in mp_obj_str_equal() 2126 if (l1 != l2) { in mp_obj_str_equal()
|
A D | compile.c | 1613 uint l2 = comp_next_label(comp); in compile_try_except() local 1680 EMIT_ARG(pop_except_jump, l2, true); in compile_try_except() 1690 EMIT_ARG(label_assign, l2); in compile_try_except()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp_python_wrap.c | 350 const char *f2, const char *l2) { in SWIG_TypeNameComp() argument 351 for (;(f1 != l1) && (f2 != l2); ++f1, ++f2) { in SWIG_TypeNameComp() 353 while ((*f2 == ' ') && (f2 != l2)) ++f2; in SWIG_TypeNameComp() 356 return (int)((l1 - f1) - (l2 - f2)); in SWIG_TypeNameComp()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 253 …��U��X��R��P��U��X��[��X��R��T��S��RqD(63:@?7<=?@<Zl2)j5)nL1l`9nn;nj9sf;�j…
|