Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 82) sorted by relevance

1234

/device/generic/goldfish/network/netmgr/commands/
Dwifi_command.cpp224 Result WifiCommand::onAdd(const std::vector<std::string>& arguments) { in onAdd() argument
225 AccessPoint& ap = mAccessPoints[arguments[0]]; in onAdd()
226 ap.ssid = arguments[0]; in onAdd()
227 if (arguments.size() > 1) { in onAdd()
228 ap.password = arguments[1]; in onAdd()
256 Result WifiCommand::onBlock(const std::vector<std::string>& arguments) { in onBlock() argument
257 auto interface = mAccessPoints.find(arguments[0]); in onBlock()
259 return Result::error("Unknown SSID '%s", arguments[0].c_str()); in onBlock()
265 Result WifiCommand::onUnblock(const std::vector<std::string>& arguments) { in onUnblock() argument
266 auto interface = mAccessPoints.find(arguments[0]); in onUnblock()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
Dcheckversions.py39 options, arguments = getopt.getopt(sys.argv[1:], 'v:')
46 if not arguments:
47 arguments = [sys.prefix]
48 for dir in arguments:
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
DEmailPolicy.java190 public static Bundle getPolicy(String policy, Bundle arguments) { in getPolicy() argument
205 String domain = arguments.getString(FIND_PROVIDER); in getPolicy()
231 String capabilities = arguments.getString(GET_IMAP_ID_CAPA); in getPolicy()
/device/generic/goldfish/wifi/execns/
Dexecns.cpp214 std::vector<char*> arguments; in execCommand() local
216 arguments.insert(arguments.begin(), argv, argv + argc); in execCommand()
217 arguments.push_back(nullptr); in execCommand()
220 if (execvp(argv[0], arguments.data()) == -1) { in execCommand()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_imageop.py35 arguments = (data, size, width, height) + extra
37 arguments = (data, width, height) + extra
39 func(*arguments)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcLowLevel.S30 # code. For x64, we switch stacks, copy the arguments to the stack
51 # Fix X64 native function call prolog. Prepare space for at least 4 arguments,
DEbcLowLevel.asm36 ; code. For x64, we switch stacks, copy the arguments to the stack
56 ; Fix X64 native function call prolog. Prepare space for at least 4 arguments,
DEbcLowLevel.nasm34 ; code. For x64, we switch stacks, copy the arguments to the stack
55 ; Fix X64 native function call prolog. Prepare space for at least 4 arguments,
56 ; even if the native function's arguments are less than 4.
86 ; Considering the worst case, load 4 potiential arguments
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl12 stmt = FunctionDef(identifier name, arguments args,
56 | Lambda(arguments args, expr body)
107 arguments = (expr* args, identifier? vararg,
110 -- keyword arguments supplied to call
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni33 #string STR_GEN_TOO_FEW #language en-US "%H%s%N: Too few arguments\r\n"
34 #string STR_GEN_TOO_MANY #language en-US "%H%s%N: Too many arguments\r\n"
90 " command [arguments]\r\n"
91 " [command [arguments]]\r\n"
96 " command [arguments]\r\n"
97 " [command [arguments]]\r\n"
104 " command [arguments] - Command to be executed with optional arguments\r\n"
247 " command [arguments]\r\n"
248 " [command [arguments]]\r\n"
251 " command [arguments]\r\n"
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/
DREADME6 When called without arguments, it acts as a filter. When called with
/device/sample/apps/tv/SetupValidation/
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
/device/sample/apps/tv/SetupCustomizationSample/
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.doc24 nor as 'H' or 'Help' or 'HELP'). Optional arguments are enclosed in
92 is first hit. The arguments are the same as break.
149 Without arguments, list 11 lines around the current line
152 With two arguments, list the given range;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DBuild_IFWI.bat29 :: Parse Optional arguments
109 :: Assign required arguments
Dbld_vlv.bat57 :: Parse command line arguments
60 :: Optional arguments
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6Strings.uni50 … "Hint: Incorrect option or arguments. Please type 'IfConfig6 -?' for help info.\n"
51 #string STR_IFCONFIG6_ERR_LACK_ARGUMENTS #language en-US "Lack arguments. Bad command %H%s…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCommandLine.py320 self.arguments = argv[1:]
424 optlist,files = getopt.getopt(self.arguments,flags,lflags)
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/X64/
DSwitchRam.asm47 mov rcx, r8 ; Shift arguments
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DUefiShellTftpCommandLib.uni28 #string STR_GEN_TOO_MANY #language en-US "%H%s%N: Too many arguments\r\n"
29 #string STR_GEN_TOO_FEW #language en-US "%H%s%N: Too few arguments\r\n"
/device/linaro/bootloader/arm-trusted-firmware/docs/spd/
Dtlk-dispatcher.rst65 TLK expects the TZDRAM size and a structure containing the boot arguments. BL2
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
DIFWIStitch.bat35 :: Process input arguments
217 echo This script has NO Required arguments, so that the user can just double click from the GUI.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.uni34 #string STR_GEN_TOO_FEW #language en-US "%H%s%N: Too few arguments.\r\n"
35 #string STR_GEN_TOO_MANY #language en-US "%H%s%N: Too many arguments\r\n"
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DUefiShellNetwork2CommandsLib.uni74 … "Hint: Incorrect option or arguments. Please type 'IfConfig6 -?' for help info.\r\n"
75 #string STR_IFCONFIG6_ERR_LACK_ARGUMENTS #language en-US "Lack arguments. Bad command %H%s…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
DProcessorAsms.Asm21 ; - Unreferenced variables/arguments (This, NewBsp, NewStack) were causing compile errors and

1234