Home
last modified time | relevance | path

Searched defs:arguments (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish/network/netmgr/commands/
Dwifi_command.cpp155 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/
DEmailPolicy.java190 public static Bundle getPolicy(String policy, Bundle arguments) { in getPolicy()
/device/generic/goldfish/wifi/execns/
Dexecns.cpp214 std::vector<char*> arguments; in execCommand() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_grammar.py149 def f3(two, arguments): pass argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py154 def f3(two, arguments): pass argument
Dpy3_test_grammar.py167 def f3(two, arguments): pass argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h525 #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/
DPython-ast.h525 #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/
DPython-ast.c2062 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/
DPython-ast.c2079 arguments(asdl_seq * args, identifier vararg, identifier kwarg, asdl_seq * in arguments() function