Home
last modified time | relevance | path

Searched +defs:b +defs:foo (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/basics/
A Dfun_callstar.py3 def foo(a, b, c): argument
21 def foo(*rest): function
28 def foo(self, a, b, c): argument
A Dfun_defargs2.py3 def foo(a, b=3): argument
15 def foo2(a=1, b=2): argument
A Dbuiltin_dir.py19 foo = Foo() variable
28 def b(): member in B
A Dwith_return.py9 def __exit__(self, a, b, c): argument
13 def foo(): function
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dheapalloc_super.py20 def foo(self): member in A
26 def foo(self): member in B
31 b = B() variable
/AliOS-Things-master/components/cplusplus/example/cpp_aos/
A Dbasic_test.cpp17 void foo() { cout << "A class foo." << endl; } in foo() function in A
25 int b; member in B
26 void foo() { cout << "B class foo." << endl; } in foo() function in B
59 static double division(int a, int b) in division()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dmakepng.c1512 # define CHUNK(a,b,c,d) (((a)<<24)+((b)<<16)+((c)<<8)+(d)) in find_insert() argument
1565 strstash(png_const_charp foo) in strstash()
1582 size_t foo = 0; in strstash_list() local

Completed in 29 milliseconds