/external/chromium_org/tools/gyp/test/variables/commands/ |
D | commands-repeated.gyp.stdout | 1 …other_letters', 'is_array': '', 'replace': '<(other_letters)', 'type': '<', 'command_string': None} 3 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 5 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 7 …_variable', 'is_array': '', 'replace': '<(included_variable)', 'type': '<', 'command_string': None} 9 …_variable', 'is_array': '', 'replace': '<(included_variable)', 'type': '<', 'command_string': None} 11 …third_letters', 'is_array': '', 'replace': '<(third_letters)', 'type': '<', 'command_string': None} 13 …other_letters', 'is_array': '', 'replace': '<(other_letters)', 'type': '<', 'command_string': None} 15 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 17 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 18 …: '', 'replace': '<!(python -c "print \'<!(python -c "<(pi)', 'type': '<!', 'command_string': None} [all …]
|
D | commands.gyp.stdout | 1 …other_letters', 'is_array': '', 'replace': '<(other_letters)', 'type': '<', 'command_string': None} 3 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 5 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 7 …_variable', 'is_array': '', 'replace': '<(included_variable)', 'type': '<', 'command_string': None} 9 …_variable', 'is_array': '', 'replace': '<(included_variable)', 'type': '<', 'command_string': None} 11 …third_letters', 'is_array': '', 'replace': '<(third_letters)', 'type': '<', 'command_string': None} 13 …other_letters', 'is_array': '', 'replace': '<(other_letters)', 'type': '<', 'command_string': None} 15 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 17 …y_files', 'is_array': '', 'replace': '<(default_empty_files)', 'type': '<', 'command_string': None} 19 …int_files', 'is_array': '', 'replace': '<(default_int_files)', 'type': '<', 'command_string': None} [all …]
|
D | commands.gyp.ignore-env.stdout | 1 …other_letters', 'is_array': '', 'replace': '<(other_letters)', 'type': '<', 'command_string': None} 3 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 5 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 7 …_variable', 'is_array': '', 'replace': '<(included_variable)', 'type': '<', 'command_string': None} 9 …_variable', 'is_array': '', 'replace': '<(included_variable)', 'type': '<', 'command_string': None} 11 …third_letters', 'is_array': '', 'replace': '<(third_letters)', 'type': '<', 'command_string': None} 13 …other_letters', 'is_array': '', 'replace': '<(other_letters)', 'type': '<', 'command_string': None} 15 … 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None} 17 …y_files', 'is_array': '', 'replace': '<(default_empty_files)', 'type': '<', 'command_string': None} 19 …int_files', 'is_array': '', 'replace': '<(default_int_files)', 'type': '<', 'command_string': None} [all …]
|
/external/chromium_org/win8/delegate_execute/ |
D | delegate_execute_util.cc | 16 base::string16 command_string(L"noprogram.exe "); in CommandLineFromParameters() local 17 command_string.append(params); in CommandLineFromParameters() 18 command_line.ParseFromString(command_string); in CommandLineFromParameters() 45 base::string16 command_string(cmd_line.GetCommandLineString()); in ParametersFromSwitch() local 46 base::TrimWhitespace(command_string, base::TRIM_ALL, &command_string); in ParametersFromSwitch() 47 return command_string; in ParametersFromSwitch()
|
/external/chromium_org/tools/gyp/test/variables/filelist/ |
D | filelist.gyp.stdout | 1 …(names', 'is_array': '', 'replace': '<|(names.txt <@(names)', 'type': '<|', 'command_string': None} 2 … {'content': 'names', 'is_array': '', 'replace': '<@(names)', 'type': '<@', 'command_string': None} 5 …mes_listfile', 'is_array': '', 'replace': '<(names_listfile)', 'type': '<', 'command_string': None} 7 …mes_listfile', 'is_array': '', 'replace': '<(names_listfile)', 'type': '<', 'command_string': None} 9 …le', 'is_array': '', 'replace': '<!@(cat <(names_listfile)', 'type': '<!@', 'command_string': None} 10 …mes_listfile', 'is_array': '', 'replace': '<(names_listfile)', 'type': '<', 'command_string': None} 14 …s', 'is_array': '', 'replace': '<|(sources.txt <@(_sources)', 'type': '<|', 'command_string': None} 15 …tent': '_sources', 'is_array': '', 'replace': '<@(_sources)', 'type': '<@', 'command_string': None} 18 …s_listfile', 'is_array': '', 'replace': '<(sources_listfile)', 'type': '<', 'command_string': None} 20 …s_listfile', 'is_array': '', 'replace': '<(sources_listfile)', 'type': '<', 'command_string': None} [all …]
|
/external/chromium_org/third_party/android_testrunner/ |
D | adb_interface.py | 54 def SendCommand(self, command_string, timeout_time=20, retry_count=3): argument 69 adb_cmd = "adb %s %s" % (self._target_arg, command_string) 218 command_string = self._BuildInstrumentationCommandPath( 223 logger.SilentLog(command_string) 225 logger.Log(command_string) 228 self.SendShellCommand(command_string, timeout_time=timeout_time, 271 command_string = "adb %s shell %s" % (self._target_arg, inst_command_string) 272 return command_string 287 command_string = "am instrument" 289 command_string += " --no_window_animation" [all …]
|
/external/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 1124 CommandInterpreter::GetCommandObjectForCommand (std::string &command_string) in GetCommandObjectForCommand() argument 1131 size_t start = command_string.find_first_not_of (white_space); in GetCommandObjectForCommand() 1139 end = command_string.find_first_of (white_space, start); in GetCommandObjectForCommand() 1141 end = command_string.size(); in GetCommandObjectForCommand() 1142 std::string cmd_word = command_string.substr (start, end - start); in GetCommandObjectForCommand() 1165 if (!cmd_obj || !cmd_obj->IsMultiwordObject() || end >= command_string.size()) in GetCommandObjectForCommand() 1168 start = command_string.find_first_not_of (white_space, end); in GetCommandObjectForCommand() 1175 if (end == command_string.size()) in GetCommandObjectForCommand() 1176 command_string.clear(); in GetCommandObjectForCommand() 1178 command_string = command_string.substr(end); in GetCommandObjectForCommand() [all …]
|
/external/lldb/tools/driver/ |
D | Driver.cpp | 1072 const char *command_string = SBEvent::GetCStringFromEvent(event); in HandleIOEvent() local 1073 if (command_string == NULL) in HandleIOEvent() 1074 command_string = ""; in HandleIOEvent() 1083 m_debugger.GetCommandInterpreter().HandleCommand (command_string, result, true); in HandleIOEvent() 1403 char command_string[PATH_MAX * 2]; in MainLoop() local 1411 … ::snprintf (command_string, sizeof(command_string), "command source '%s'", command_file); in MainLoop() 1412 … m_debugger.GetCommandInterpreter().HandleCommand (command_string, result, false); in MainLoop() 1444 ::snprintf (command_string, in MainLoop() 1445 sizeof (command_string), in MainLoop() 1451 ::snprintf (command_string, in MainLoop() [all …]
|
/external/chromium_org/tools/site_compare/ |
D | command_line.py | 579 self.command_string = argv[0].lower() 580 if not self.command_string in self.cmd_dict: 581 self.err.write("Unknown command: '%s'\n\n" % self.command_string) 586 self.command = self.cmd_dict[self.command_string]
|
/external/chromium_org/chrome/test/chromedriver/ |
D | chrome_launcher.cc | 324 std::string command_string = base::WideToUTF8(command.GetCommandLineString()); in LaunchDesktopChrome() local 326 std::string command_string = command.GetCommandLineString(); in LaunchDesktopChrome() local 328 VLOG(0) << "Launching chrome: " << command_string; in LaunchDesktopChrome()
|
/external/chromium_org/sync/tools/testserver/ |
D | sync_testserver.py | 579 command_string = self.server._sync_handler.CustomizeClientCommand( 583 reply += "<code>{}</code>.".format(command_string)
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | input.py | 761 command_string = match['command_string'] 880 if command_string == 'pymod_do_main': 901 elif command_string: 903 (command_string, contents))
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
D | ninja.py | 1308 command_string = (commands + '); G=$$?; ' 1312 return '(' + command_string + ' && ' 1314 return '$ && (' + command_string
|