/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | fun_kwonly.py | 4 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 D | fun_calldblstar.py | 3 def f(a, b): argument 17 def f(self, a, b): argument 20 a = A() variable
|
A D | fun_callstardblstar.py | 3 def f(a, b, c, d): argument 12 def f(self, a, b, c, d): argument 15 a = A() variable
|
A D | scope.py | 4 a = 1 variable 5 def f(): function 13 def f(): function 24 def f(): function 35 def f(): function
|
A D | boundmeth1.py | 7 def f(self): member in A 9 def g(self, a): argument 11 def h(self, a, b, c, d, e, f): argument
|
A D | with_return.py | 9 def __exit__(self, a, b, c): argument 19 def f(): function 26 def f(): function 34 def f(): function 45 def f(): function
|
A D | fun_kwonlydef.py | 4 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 D | for1.py | 3 def f(): function 15 a = -1 variable
|
A D | fun3.py | 3 def fun(a, b, c, d, e, f, g): argument
|
/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | native_misc.py | 19 def f(a, b): argument 27 def f(a, b, c): argument 35 def f(a): argument
|
A D | native_with.py | 11 def __exit__(self, a, b, c): argument 17 def f(): function 26 def f(): function
|
A D | viper_with.py | 11 def __exit__(self, a, b, c): argument 17 def f(): function 26 def f(): function
|
A D | viper_binop_comp_uint.py | 5 def f(x: uint, y: uint): function 20 def test(a, b): argument
|
/AliOS-Things-master/components/py_engine/tests/cmdline/ |
A D | cmd_showbc.py | 5 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 D | cmd_parsetree.py | 6 a = None variable 11 f = 123456789012345678901234567890 variable
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_language.js | 144 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 D | test_builtin.js | 25 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 D | test_closure.js | 30 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 D | test_loop.js | 88 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 D | features.py | 35 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 D | acoshf.c | 20 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 D | sha256.c | 157 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 D | qstr_limit.py | 21 def f(**k): function 46 a = A() variable
|
/AliOS-Things-master/components/oss/src/model/ |
A D | CreateSelectObjectMetaResult.cc | 23 #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 D | wpa_debug.h | 29 #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
|