Home
last modified time | relevance | path

Searched +defs:a +defs:f (Results 1 – 25 of 87) sorted by relevance

1234

/AliOS-Things-master/components/py_engine/tests/basics/
A Dfun_kwonly.py4 def f(*, a): argument
10 def f(*, a, b): argument
17 def f(a, *, b, c): argument
40 def f(a, *, b, **kw): argument
47 def f(*a, b, c): function
54 def f(a, *b, c): argument
62 def f(*, x=lambda:1): function
A Dfun_calldblstar.py3 def f(a, b): argument
17 def f(self, a, b): argument
20 a = A() variable
A Dfun_callstardblstar.py3 def f(a, b, c, d): argument
12 def f(self, a, b, c, d): argument
15 a = A() variable
A Dscope.py4 a = 1 variable
5 def f(): function
13 def f(): function
24 def f(): function
35 def f(): function
A Dboundmeth1.py7 def f(self): member in A
9 def g(self, a): argument
11 def h(self, a, b, c, d, e, f): argument
A Dwith_return.py9 def __exit__(self, a, b, c): argument
19 def f(): function
26 def f(): function
34 def f(): function
45 def f(): function
A Dfun_kwonlydef.py4 def f1(*, a=1): argument
10 def f2(*, a=1, b): argument
16 def f3(a, *, b=2, c): argument
24 def f4(*, a=1, b, c=3, d, e=5, f): argument
32 def f5(a, b=4, *c, d=8): argument
A Dfor1.py3 def f(): function
15 a = -1 variable
A Dfun3.py3 def fun(a, b, c, d, e, f, g): argument
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dnative_misc.py19 def f(a, b): argument
27 def f(a, b, c): argument
35 def f(a): argument
A Dnative_with.py11 def __exit__(self, a, b, c): argument
17 def f(): function
26 def f(): function
A Dviper_with.py11 def __exit__(self, a, b, c): argument
17 def f(): function
26 def f(): function
A Dviper_binop_comp_uint.py5 def f(x: uint, y: uint): function
20 def test(a, b): argument
/AliOS-Things-master/components/py_engine/tests/cmdline/
A Dcmd_showbc.py5 def f(): function
130 def f(): function
136 def f(a=1): argument
139 def f(b=2): function
143 def f(): function
156 def f(self): function
A Dcmd_parsetree.py6 a = None variable
11 f = 123456789012345678901234567890 variable
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_language.js144 a = {x:true}; class in test_inc_dec
148 a = {x:true}; class in test_inc_dec
156 a = {x:true}; class in test_inc_dec
160 a = {x:true}; class in test_inc_dec
187 a = {x : 2}; class in test_op2
200 a = {x: 1, if: 2, async: 3}; class in test_op2
209 a = {x: 1, y: 1}; class in test_delete
226 a = { f() { delete super.a; } }; class in test_delete
236 function f() { } function
257 f() { method in test_class.C
A Dtest_builtin.js25 function my_func(a, b) argument
32 function f(a, b) { argument
39 function constructor1(a) { argument
84 a = { get z() { return 4; }, set z(val) { this.z_val = val; } }; class in test
99 a = {x:1}; class in test
117 a = {x:1, class in test_enum
328 function g(a, b) { argument
340 function f(b) { function
601 function *f() { generator in test_generator
A Dtest_closure.js30 function f(a, b, c) argument
142 var o1 = { f() { return this; } }; method in test_arrow_function.o1
143 var o2 = { f() { method in test_arrow_function.o2
160 var f = function () { function
190 let f = function f() { function
204 var f = function () { function
A Dtest_loop.js88 a = {x:2, y: 2, "1": 3}; class in test_for_in
99 a = {y: 2, "1": 3}; class in test_for_in
120 a={x:0}; class in test_for_in
300 function f() { function
/AliOS-Things-master/components/py_engine/tests/misc/
A Dfeatures.py35 a = [] variable
63 a = A() variable
74 a = "1" variable
81 a = [20, 21, 22, 23, 24] variable
91 a = 24 variable
115 def f(): function
171 def f(i=i): function
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dacoshf.c20 union {float f; uint32_t i;} u = {x}; in acoshf() member
21 uint32_t a = u.i & 0x7fffffff; in acoshf() local
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dsha256.c157 static inline unsigned int ROTR(unsigned int a, unsigned int n) in ROTR()
162 #define Sigma0(a)(ROTR((a), 2) ^ ROTR((a), 13) ^ ROTR((a), 22)) argument
163 #define Sigma1(a)(ROTR((a), 6) ^ ROTR((a), 11) ^ ROTR((a), 25)) argument
164 #define sigma0(a)(ROTR((a), 7) ^ ROTR((a), 18) ^ ((a) >> 3)) argument
165 #define sigma1(a)(ROTR((a), 17) ^ ROTR((a), 19) ^ ((a) >> 10)) argument
167 #define Ch(a, b, c)(((a) & (b)) ^ ((~(a)) & (c))) argument
168 #define Maj(a, b, c)(((a) & (b)) ^ ((a) & (c)) ^ ((b) & (c))) argument
183 unsigned int a, b, c, d, e, f, g, h; in compress() local
/AliOS-Things-master/components/py_engine/tests/stress/
A Dqstr_limit.py21 def f(**k): function
46 a = A() variable
/AliOS-Things-master/components/oss/src/model/
A DCreateSelectObjectMetaResult.cc23 #define PARSE_FOUR_BYTES(a, b, c, d) (((uint64_t)(a) << 24)|((uint64_t)(b) << 16)|((uint64_t)(c) <<… argument
24 #define PARSE_EIGHT_BYTES(a, b, c, d, e, f, g, h) (((uint64_t)(a)<<56)|((uint64_t)(b)<<48)| ((uint6… argument
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dwpa_debug.h29 #define wpa_msg_register_cb(f) do { } while (0) argument
30 #define wpa_msg_register_ifname_cb(f) do { } while (0) argument
65 #define WPA_ASSERT(a) \ argument
75 #define WPA_ASSERT(a) do { } while (0) argument

Completed in 34 milliseconds

1234