HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 26 - 50 of 122) sorted by null

12 3 4 5

  /system/tpm/attestation/
attestation_testrunner.cc 18 #include <base/command_line.h>
  /system/tpm/tpm_manager/
tpm_manager_testrunner.cc 18 #include <base/command_line.h>
  /system/tpm/trunks/
trunks_testrunner.cc 18 #include <base/command_line.h>
  /external/e2fsprogs/ext2ed/
file_com.c 51 void type_file___inode (char *command_line)
57 void type_file___show (char *command_line)
66 void type_file___nextblock (char *command_line)
72 ptr=parse_word (command_line,buffer);
94 void type_file___next (char *command_line)
100 ptr=parse_word (command_line,buffer);
117 void type_file___offset (char *command_line)
123 ptr=parse_word (command_line,buffer);
144 void type_file___prev (char *command_line)
150 ptr=parse_word (command_line,buffer)
    [all...]
general_com.c 25 void help (char *command_line)
33 ptr=parse_word (command_line,argument);
149 void set_device (char *command_line)
154 ptr=parse_word (command_line,new_device);
202 void set_offset (char *command_line)
214 ptr=parse_word (command_line,new_offset_buffer);
358 void set (char *command_line)
373 hex_set (command_line);
377 ptr=parse_word (command_line,buffer);
427 void hex_set (char *command_line)
    [all...]
dir_com.c 176 void type_dir___cd (char *command_line)
226 ptr=parse_word (command_line,dir_name);
336 void type_dir___entry (char *command_line)
350 ptr=parse_word (command_line,buffer);
389 void type_dir___followinode (char *command_line)
411 void type_dir___inode (char *command_line)
425 void type_dir___show (char *command_line)
477 void type_dir___next (char *command_line)
489 ptr=parse_word (command_line,buffer);
500 void type_dir___prev (char *command_line)
    [all...]
super_com.c 25 void type_ext2_super_block___show (char *command_line)
31 show (command_line);
120 void type_ext2_super_block___gocopy (char *command_line)
126 ptr=parse_word (command_line,buffer);
147 void type_ext2_super_block___setactivecopy (char *command_line)
inode_com.c 23 void type_ext2_inode___prev (char *command_line)
33 ptr=parse_word (command_line,buffer);
70 void type_ext2_inode___next (char *command_line)
80 ptr=parse_word (command_line,buffer);
119 void type_ext2_inode___show (char *command_line)
144 show (command_line);
283 void type_ext2_inode___entry (char *command_line)
291 ptr=parse_word (command_line,buffer);
316 void type_ext2_inode___group (char *command_line)
330 void type_ext2_inode___file (char *command_line)
    [all...]
  /external/perf_data_converter/src/quipper/
perf_recorder.cc 64 string command_line; local
72 command_line.append(arg + " ");
74 command_line.resize(command_line.size() - 1);
75 perf_stat.mutable_command_line()->assign(command_line);
perf_recorder_test.cc 108 EXPECT_EQ(expected_command_line, stat.command_line());
132 string command_line = string("sudo ") + GetPerfPath() + local
141 EXPECT_EQ(command_line, stat.command_line());
  /system/security/keystore/
keystore_cli_v2.cpp 20 #include <base/command_line.h>
579 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
580 CommandLine::StringVector args = command_line->GetArgs();
585 return BrilloPlatformTest(command_line->GetSwitchValueASCII("prefix"),
586 command_line->HasSwitch("test_for_0_3"));
590 return AddEntropy(command_line->GetSwitchValueASCII("input"),
591 securityLevelOption2Flags(*command_line));
593 return GenerateKey(command_line->GetSwitchValueASCII("name"),
594 securityLevelOption2Flags(*command_line));
596 return GetCharacteristics(command_line->GetSwitchValueASCII("name"))
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
lexsup.c     [all...]
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 83 std::wstring command_line = GetCommandLineW(); local
87 args = ::CommandLineToArgvW(command_line.c_str(), &num_args);
97 void RunCommand(const std::wstring& command_line,
129 ASSERT_TRUE(::CreateProcessW(NULL, (LPWSTR)command_line.c_str(), NULL, NULL,
193 std::wstring command_line = L"\"" + dump_syms_exe + L"\" \"" + local
196 ASSERT_NO_FATAL_FAILURE(RunCommand(command_line, &symbols));
  /external/libbrillo/brillo/
test_helpers.h 12 #include <base/command_line.h>
flag_helper.h 6 // base/command_line.h to parse flags from argv, but provides an API similar
60 #include <base/command_line.h>
233 void set_command_line_for_testing(base::CommandLine* command_line) {
234 command_line_ = command_line;
  /external/libmojo/mojo/edk/test/
multiprocess_test_helper.cc 14 #include "base/command_line.h"
83 base::CommandLine command_line(
96 command_line.AppendSwitchNative(entry.first, entry.second);
103 channel.PrepareToPassClientHandleToChildProcess(&command_line,
115 command_line.AppendSwitchNative(kMojoNamedPipeName, named_pipe.name);
119 CHECK(!command_line.HasSwitch(switch_string));
121 command_line.AppendSwitchASCII(switch_string, switch_value);
123 command_line.AppendSwitch(switch_string);
156 command_line.AppendSwitchASCII(kMojoPrimordialPipeToken, pipe_token);
164 base::SpawnMultiProcessTestChild(test_child_main, command_line, options)
    [all...]
  /system/bt/main/
bte_init_cpp_logging.cc 18 #include <base/command_line.h>
  /system/update_engine/
testrunner.cc 22 #include <base/command_line.h>
  /device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/
semihosting.c 37 char *command_line; member in struct:__anon4082
148 long semihosting_system(char *command_line)
152 system_block.command_line = command_line;
153 system_block.command_length = strlen(command_line);
  /test/framework/harnesses/host_controller/
console_test.py 61 command_line="vts -m SampleShellTest", variable in class:ConsoleTest
81 def _IssueCommand(self, command_line):
85 command_line: A string, the input to the console.
91 self._console.onecmd(command_line)
100 "request_id command_id task_id device_serials command_line \n"
112 command_line = "vts -m SampleShellTest"
114 "-- %s" % (user, cluster, run_target, command_line))
119 self.assertEqual(command_line, req.command_line)
  /system/extras/tests/sdcard/
plot_sdcard.py 89 self.command_line = ''
101 self.command_line = re.search('# Command: [/\w_]+ (.*)', line).group(1)
102 self.command_line = self.command_line.replace(' --', '-')
103 self.command_line = self.command_line.replace(' -d', '')
104 self.command_line = self.command_line.replace('--test=', '')
115 self.kernel, self.duration, self.command_line, self.sched)
  /external/libchrome/base/test/
multiprocess_test.h 39 // CommandLine command_line(
41 // // Maybe add our own switches to |command_line|....
48 // base::SpawnMultiProcessTestChild("a_test_func", command_line,
73 // |command_line| should be as provided by
77 const CommandLine& command_line,
  /test/framework/harnesses/host_controller/command_processor/
command_request.py 63 command_line=" ".join(args.command),
  /toolchain/binutils/binutils-2.27/binutils/
arparse.y 72 session command_line
76 command_line: label
  /external/libchrome/base/
command_line.cc 5 #include "base/command_line.h"
74 void AppendSwitchesAndArguments(CommandLine* command_line,
90 command_line->AppendSwitchNative(UTF16ToASCII(switch_string),
93 command_line->AppendSwitchNative(switch_string, switch_value);
96 command_line->AppendArgNative(arg);
253 CommandLine CommandLine::FromString(const string16& command_line) {
255 cmd.ParseFromString(command_line);
430 void CommandLine::ParseFromString(const string16& command_line) {
432 TrimWhitespace(command_line, TRIM_ALL, &command_line_string);
441 << UTF16ToUTF8(command_line);
    [all...]

Completed in 395 milliseconds

12 3 4 5