Searched defs:arguments (Results 1 – 8 of 8) sorted by relevance
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
D | EmailPolicy.java | 190 public static Bundle getPolicy(String policy, Bundle arguments) { in getPolicy()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_grammar.py | 149 def f3(two, arguments): pass argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 154 def f3(two, arguments): pass argument
|
D | py3_test_grammar.py | 167 def f3(two, arguments): pass argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | Python-ast.h | 525 #define arguments(a0, a1, a2, a3, a4) _Py_arguments(a0, a1, a2, a3, a4) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | Python-ast.h | 525 #define arguments(a0, a1, a2, a3, a4) _Py_arguments(a0, a1, a2, a3, a4) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | Python-ast.c | 2079 arguments(asdl_seq * args, identifier vararg, identifier kwarg, asdl_seq * in arguments() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | Python-ast.c | 2062 arguments(asdl_seq * args, identifier vararg, identifier kwarg, asdl_seq * in arguments() function
|