Searched defs:arguments (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish/network/netmgr/commands/ |
D | wifi_command.cpp | 155 Result WifiCommand::onAdd(const std::vector<std::string>& arguments) { in onAdd() 187 Result WifiCommand::onBlock(const std::vector<std::string>& arguments) { in onBlock() 196 Result WifiCommand::onUnblock(const std::vector<std::string>& arguments) { in onUnblock()
|
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
D | EmailPolicy.java | 190 public static Bundle getPolicy(String policy, Bundle arguments) { in getPolicy()
|
/device/generic/goldfish/wifi/execns/ |
D | execns.cpp | 214 std::vector<char*> arguments; in execCommand() local
|
/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.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/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/Python/ |
D | Python-ast.c | 2062 arguments(asdl_seq * args, identifier vararg, identifier kwarg, asdl_seq * in arguments() function
|
/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
|