/device/generic/goldfish/network/netmgr/commands/ |
D | wifi_command.cpp | 224 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/ |
D | checkversions.py | 39 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/ |
D | EmailPolicy.java | 190 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/ |
D | execns.cpp | 214 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/ |
D | test_imageop.py | 35 arguments = (data, size, width, height) + extra 37 arguments = (data, width, height) + extra 39 func(*arguments)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/ |
D | EbcLowLevel.S | 30 # 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,
|
D | EbcLowLevel.asm | 36 ; 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,
|
D | EbcLowLevel.nasm | 34 ; 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/ |
D | Python.asdl | 12 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/ |
D | UefiShellLevel1CommandsLib.uni | 33 #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/ |
D | README | 6 When called without arguments, it acts as a filter. When called with
|
/device/sample/apps/tv/SetupValidation/ |
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process.
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pdb.doc | 24 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/ |
D | Build_IFWI.bat | 29 :: Parse Optional arguments 109 :: Assign required arguments
|
D | bld_vlv.bat | 57 :: Parse command line arguments 60 :: Optional arguments
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/ |
D | IfConfig6Strings.uni | 50 … "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/ |
D | CommandLine.py | 320 self.arguments = argv[1:] 424 optlist,files = getopt.getopt(self.arguments,flags,lflags)
|
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/X64/ |
D | SwitchRam.asm | 47 mov rcx, r8 ; Shift arguments
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/ |
D | UefiShellTftpCommandLib.uni | 28 #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/ |
D | tlk-dispatcher.rst | 65 TLK expects the TZDRAM size and a structure containing the boot arguments. BL2
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/ |
D | IFWIStitch.bat | 35 :: 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/ |
D | UefiShellBcfgCommandLib.uni | 34 #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/ |
D | UefiShellNetwork2CommandsLib.uni | 74 … "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/ |
D | ProcessorAsms.Asm | 21 ; - Unreferenced variables/arguments (This, NewBsp, NewStack) were causing compile errors and
|