Home
last modified time | relevance | path

Searched refs:command_line (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/external/e2fsprogs/ext2ed/
Dext2ed.h254 extern void help (char *command_line);
255 extern void set (char *command_line);
256 extern void set_device (char *command_line);
257 extern void set_offset (char *command_line);
258 extern void set_type (char *command_line);
259 extern void show (char *command_line);
260 extern void pgup (char *command_line);
261 extern void pgdn (char *command_line);
262 extern void redraw (char *command_line);
263 extern void remember (char *command_line);
[all …]
Dmain.c199 char *ptr,command_line [80]; in parser() local
242 strcpy (command_line,ptr); in parser()
245 if (*command_line != 0) in parser()
246 add_history (command_line); in parser()
249 if (*command_line==0) in parser()
250 strcpy (command_line,last_command_line); in parser()
256 wprintw (command_win,command_line); in parser()
261 strcpy (last_command_line,command_line); in parser()
264 quit=dispatch (command_line); in parser()
300 char command_line [80]; in parser() local
[all …]
Dgroup_com.c22 void type_ext2_group_desc___next (char *command_line) in type_ext2_group_desc___next() argument
28 ptr=parse_word (command_line,buffer); in type_ext2_group_desc___next()
38 void type_ext2_group_desc___prev (char *command_line) in type_ext2_group_desc___prev() argument
44 ptr=parse_word (command_line,buffer); in type_ext2_group_desc___prev()
54 void type_ext2_group_desc___entry (char *command_line) in type_ext2_group_desc___entry() argument
60 ptr=parse_word (command_line,buffer); in type_ext2_group_desc___entry()
80 void type_ext2_group_desc___gocopy (char *command_line) in type_ext2_group_desc___gocopy() argument
86 ptr=parse_word (command_line,buffer); in type_ext2_group_desc___gocopy()
108 void type_ext2_group_desc___show (char *command_line) in type_ext2_group_desc___show() argument
116 show (command_line); in type_ext2_group_desc___show()
[all …]
/external/cronet/stable/base/
Dcommand_line_fuzzer.cc63 CommandLine command_line(CommandLine::NO_PROGRAM); in LLVMFuzzerTestOneInput() local
69 command_line = CommandLine(GenerateFilePath(provider)); in LLVMFuzzerTestOneInput()
72 command_line = CommandLine(GenerateNativeStringVector(provider)); in LLVMFuzzerTestOneInput()
76 command_line.ParseFromString(GenerateNativeString(provider)); in LLVMFuzzerTestOneInput()
89 command_line.AppendSwitchNative(name, value); in LLVMFuzzerTestOneInput()
90 CHECK(command_line.HasSwitch(name)); in LLVMFuzzerTestOneInput()
91 CHECK(command_line.GetSwitchValueNative(name) == value); in LLVMFuzzerTestOneInput()
99 command_line.RemoveSwitch(name); in LLVMFuzzerTestOneInput()
100 CHECK(!command_line.HasSwitch(name)); in LLVMFuzzerTestOneInput()
101 CHECK(command_line.GetSwitchValueNative(name).empty()); in LLVMFuzzerTestOneInput()
[all …]
Dscoped_add_feature_flags_unittest.cc30 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST() local
31 command_line.AppendSwitchASCII(switches::kEnableFeatures, in TEST()
33 command_line.AppendSwitchASCII(switches::kDisableFeatures, in TEST()
43 ScopedAddFeatureFlags scoped_add(&command_line); in TEST()
53 command_line.GetSwitchValueASCII(switches::kEnableFeatures)); in TEST()
55 command_line.GetSwitchValueASCII(switches::kDisableFeatures)); in TEST()
63 JoinString(command_line.argv(), ToCommandLineStringType(" "))); in TEST()
67 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST() local
68 command_line.AppendSwitchASCII(switches::kEnableFeatures, in TEST()
76 ScopedAddFeatureFlags scoped_add(&command_line); in TEST()
[all …]
/external/cronet/tot/base/
Dcommand_line_fuzzer.cc63 CommandLine command_line(CommandLine::NO_PROGRAM); in LLVMFuzzerTestOneInput() local
69 command_line = CommandLine(GenerateFilePath(provider)); in LLVMFuzzerTestOneInput()
72 command_line = CommandLine(GenerateNativeStringVector(provider)); in LLVMFuzzerTestOneInput()
76 command_line.ParseFromString(GenerateNativeString(provider)); in LLVMFuzzerTestOneInput()
89 command_line.AppendSwitchNative(name, value); in LLVMFuzzerTestOneInput()
90 CHECK(command_line.HasSwitch(name)); in LLVMFuzzerTestOneInput()
91 CHECK(command_line.GetSwitchValueNative(name) == value); in LLVMFuzzerTestOneInput()
99 command_line.RemoveSwitch(name); in LLVMFuzzerTestOneInput()
100 CHECK(!command_line.HasSwitch(name)); in LLVMFuzzerTestOneInput()
101 CHECK(command_line.GetSwitchValueNative(name).empty()); in LLVMFuzzerTestOneInput()
[all …]
Dscoped_add_feature_flags_unittest.cc30 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST() local
31 command_line.AppendSwitchASCII(switches::kEnableFeatures, in TEST()
33 command_line.AppendSwitchASCII(switches::kDisableFeatures, in TEST()
43 ScopedAddFeatureFlags scoped_add(&command_line); in TEST()
53 command_line.GetSwitchValueASCII(switches::kEnableFeatures)); in TEST()
55 command_line.GetSwitchValueASCII(switches::kDisableFeatures)); in TEST()
63 JoinString(command_line.argv(), ToCommandLineStringType(" "))); in TEST()
67 CommandLine command_line(CommandLine::NO_PROGRAM); in TEST() local
68 command_line.AppendSwitchASCII(switches::kEnableFeatures, in TEST()
76 ScopedAddFeatureFlags scoped_add(&command_line); in TEST()
[all …]
/external/cronet/tot/net/tools/dump_cache/
Ddump_cache.cc80 const base::CommandLine& command_line = in main() local
82 base::CommandLine::StringVector args = command_line.GetArgs(); in main()
94 if (command_line.HasSwitch(kDumpContents)) in main()
97 if (command_line.HasSwitch(kDumpLists)) in main()
100 if (command_line.HasSwitch(kDumpEntry) && command_line.HasSwitch(kDumpAt)) in main()
101 return DumpEntryAt(input_path, command_line.GetSwitchValueASCII(kDumpAt)); in main()
103 if (command_line.HasSwitch(kDumpAllocation) && in main()
104 command_line.HasSwitch(kDumpFile)) { in main()
106 input_path.AppendASCII(command_line.GetSwitchValueASCII(kDumpFile)); in main()
110 if (command_line.HasSwitch(kDumpHeaders)) in main()
/external/cronet/stable/net/tools/dump_cache/
Ddump_cache.cc80 const base::CommandLine& command_line = in main() local
82 base::CommandLine::StringVector args = command_line.GetArgs(); in main()
94 if (command_line.HasSwitch(kDumpContents)) in main()
97 if (command_line.HasSwitch(kDumpLists)) in main()
100 if (command_line.HasSwitch(kDumpEntry) && command_line.HasSwitch(kDumpAt)) in main()
101 return DumpEntryAt(input_path, command_line.GetSwitchValueASCII(kDumpAt)); in main()
103 if (command_line.HasSwitch(kDumpAllocation) && in main()
104 command_line.HasSwitch(kDumpFile)) { in main()
106 input_path.AppendASCII(command_line.GetSwitchValueASCII(kDumpFile)); in main()
110 if (command_line.HasSwitch(kDumpHeaders)) in main()
/external/cronet/tot/base/memory/
Dshared_memory_switch_unittest.cc45 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in MULTIPROCESS_TEST_MAIN() local
46 CHECK(command_line.HasSwitch(kSharedMemoryData)); in MULTIPROCESS_TEST_MAIN()
47 CHECK(command_line.HasSwitch(kSharedMemoryGUID)); in MULTIPROCESS_TEST_MAIN()
48 CHECK(command_line.HasSwitch(kIsReadOnly)); in MULTIPROCESS_TEST_MAIN()
64 command_line.GetSwitchValueASCII(kSharedMemoryData); in MULTIPROCESS_TEST_MAIN()
66 command_line.GetSwitchValueASCII(kIsReadOnly) == "true"; in MULTIPROCESS_TEST_MAIN()
68 command_line.GetSwitchValueASCII(kSharedMemoryGUID); in MULTIPROCESS_TEST_MAIN()
105 CommandLine command_line = GetMultiProcessTestChildBaseCommandLine(); in TEST_P() local
106 command_line.AppendSwitchASCII( in TEST_P()
110 command_line.AppendSwitchASCII(kIsReadOnly, read_only ? "true" : "false"); in TEST_P()
[all …]
/external/cronet/stable/base/memory/
Dshared_memory_switch_unittest.cc45 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); in MULTIPROCESS_TEST_MAIN() local
46 CHECK(command_line.HasSwitch(kSharedMemoryData)); in MULTIPROCESS_TEST_MAIN()
47 CHECK(command_line.HasSwitch(kSharedMemoryGUID)); in MULTIPROCESS_TEST_MAIN()
48 CHECK(command_line.HasSwitch(kIsReadOnly)); in MULTIPROCESS_TEST_MAIN()
64 command_line.GetSwitchValueASCII(kSharedMemoryData); in MULTIPROCESS_TEST_MAIN()
66 command_line.GetSwitchValueASCII(kIsReadOnly) == "true"; in MULTIPROCESS_TEST_MAIN()
68 command_line.GetSwitchValueASCII(kSharedMemoryGUID); in MULTIPROCESS_TEST_MAIN()
105 CommandLine command_line = GetMultiProcessTestChildBaseCommandLine(); in TEST_P() local
106 command_line.AppendSwitchASCII( in TEST_P()
110 command_line.AppendSwitchASCII(kIsReadOnly, read_only ? "true" : "false"); in TEST_P()
[all …]
/external/cronet/tot/base/test/launcher/
Dtest_launcher_unittest.cc124 : command_line(new CommandLine(CommandLine::NO_PROGRAM)), in TestLauncherTest()
161 std::unique_ptr<CommandLine> command_line; member in base::__anon3c39ada50111::TestLauncherTest
213 EXPECT_FALSE(test_launcher.Run(command_line.get())); in TEST_F()
221 EXPECT_FALSE(test_launcher.Run(command_line.get())); in TEST_F()
228 EXPECT_FALSE(test_launcher.Run(command_line.get())); in TEST_F()
235 EXPECT_TRUE(test_launcher.Run(command_line.get())); in TEST_F()
254 EXPECT_TRUE(test_launcher.Run(command_line.get())); in TEST_F()
269 EXPECT_TRUE(test_launcher.Run(command_line.get())); in TEST_F()
277 command_line->AppendSwitchASCII("gtest_filter", "Test*.first*"); in TEST_F()
286 EXPECT_TRUE(test_launcher.Run(command_line.get())); in TEST_F()
[all …]
/external/cronet/stable/base/test/launcher/
Dtest_launcher_unittest.cc124 : command_line(new CommandLine(CommandLine::NO_PROGRAM)), in TestLauncherTest()
161 std::unique_ptr<CommandLine> command_line; member in base::__anon97ee8b090111::TestLauncherTest
213 EXPECT_FALSE(test_launcher.Run(command_line.get())); in TEST_F()
221 EXPECT_FALSE(test_launcher.Run(command_line.get())); in TEST_F()
228 EXPECT_FALSE(test_launcher.Run(command_line.get())); in TEST_F()
235 EXPECT_TRUE(test_launcher.Run(command_line.get())); in TEST_F()
254 EXPECT_TRUE(test_launcher.Run(command_line.get())); in TEST_F()
269 EXPECT_TRUE(test_launcher.Run(command_line.get())); in TEST_F()
277 command_line->AppendSwitchASCII("gtest_filter", "Test*.first*"); in TEST_F()
286 EXPECT_TRUE(test_launcher.Run(command_line.get())); in TEST_F()
[all …]
/external/cronet/tot/third_party/icu/source/python/icutools/databuilder/renderers/
Dcommon_exec.py96 command_line = utils.format_repeated_request_command(
104 command_line = command_line.replace("/", "\\")
105 returncode = run_shell_command(command_line, platform, verbose)
110 command_line = utils.format_single_request_command(
117 command_line = command_line.replace("/", "\\")
118 returncode = run_shell_command(command_line, platform, verbose)
122 def run_shell_command(command_line, platform, verbose): argument
131 if ((len(previous_comspec) + len(command_line) + 7) > 8190):
137 print("Running: %s" % command_line)
139 command_line,
[all …]
/external/cronet/stable/third_party/icu/source/python/icutools/databuilder/renderers/
Dcommon_exec.py96 command_line = utils.format_repeated_request_command(
104 command_line = command_line.replace("/", "\\")
105 returncode = run_shell_command(command_line, platform, verbose)
110 command_line = utils.format_single_request_command(
117 command_line = command_line.replace("/", "\\")
118 returncode = run_shell_command(command_line, platform, verbose)
122 def run_shell_command(command_line, platform, verbose): argument
131 if ((len(previous_comspec) + len(command_line) + 7) > 8190):
137 print("Running: %s" % command_line)
139 command_line,
[all …]
/external/icu/icu4c/source/python/icutools/databuilder/renderers/
Dcommon_exec.py96 command_line = utils.format_repeated_request_command(
104 command_line = command_line.replace("/", "\\")
105 returncode = run_shell_command(command_line, platform, verbose)
110 command_line = utils.format_single_request_command(
117 command_line = command_line.replace("/", "\\")
118 returncode = run_shell_command(command_line, platform, verbose)
122 def run_shell_command(command_line, platform, verbose): argument
131 if ((len(previous_comspec) + len(command_line) + 7) > 8190):
137 print("Running: %s" % command_line)
139 command_line,
[all …]
/external/libbrillo/brillo/
Dflag_helper_test.cc47 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
50 &command_line); in TEST_F()
115 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
118 &command_line); in TEST_F()
181 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
184 &command_line); in TEST_F()
212 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
215 &command_line); in TEST_F()
226 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
229 &command_line); in TEST_F()
[all …]
/external/libjpeg-turbo/gtest/
Ddjpeg-gtest-wrapper.cpp83 char *command_line[] = { &prog_name[0], in TEST_P() local
88 EXPECT_EQ(djpeg(10, command_line), 0); in TEST_P()
115 char *command_line[] = { &prog_name[0], in TEST() local
120 EXPECT_EQ(djpeg(9, command_line), 0); in TEST()
145 char *command_line[] = { &prog_name[0], in TEST() local
150 EXPECT_EQ(djpeg(10, command_line), 0); in TEST()
173 char *command_line[] = { &prog_name[0], in TEST() local
178 EXPECT_EQ(djpeg(8, command_line), 0); in TEST()
204 char *command_line[] = { &prog_name[0], in TEST() local
209 EXPECT_EQ(djpeg(11, command_line), 0); in TEST()
[all …]
Dcjpeg-gtest-wrapper.cpp50 char *command_line[] = { &prog_name[0], in TEST() local
55 EXPECT_EQ(cjpeg(9, command_line), 0); in TEST()
79 char *command_line[] = { &prog_name[0], in TEST() local
84 EXPECT_EQ(cjpeg(9, command_line), 0); in TEST()
113 char *command_line[] = { &prog_name[0], in TEST() local
119 EXPECT_EQ(cjpeg(12, command_line), 0); in TEST()
141 char *command_line[] = { &prog_name[0], in TEST() local
146 EXPECT_EQ(cjpeg(7, command_line), 0); in TEST()
172 char *command_line[] = { &prog_name[0], in TEST() local
177 EXPECT_EQ(cjpeg(11, command_line), 0); in TEST()
[all …]
/external/cronet/tot/components/metrics/
Dmetrics_switches.cc76 void EnableMetricsRecordingOnlyForTesting(base::CommandLine* command_line) { in EnableMetricsRecordingOnlyForTesting() argument
77 CHECK(command_line); in EnableMetricsRecordingOnlyForTesting()
78 if (!command_line->HasSwitch(switches::kMetricsRecordingOnly)) in EnableMetricsRecordingOnlyForTesting()
79 command_line->AppendSwitch(switches::kMetricsRecordingOnly); in EnableMetricsRecordingOnlyForTesting()
83 auto* command_line = base::CommandLine::ForCurrentProcess(); in ForceEnableMetricsReportingForTesting() local
84 CHECK(command_line); in ForceEnableMetricsReportingForTesting()
85 if (!command_line->HasSwitch(switches::kForceEnableMetricsReporting)) in ForceEnableMetricsReportingForTesting()
86 command_line->AppendSwitch(switches::kForceEnableMetricsReporting); in ForceEnableMetricsReportingForTesting()
/external/cronet/stable/components/metrics/
Dmetrics_switches.cc76 void EnableMetricsRecordingOnlyForTesting(base::CommandLine* command_line) { in EnableMetricsRecordingOnlyForTesting() argument
77 CHECK(command_line); in EnableMetricsRecordingOnlyForTesting()
78 if (!command_line->HasSwitch(switches::kMetricsRecordingOnly)) in EnableMetricsRecordingOnlyForTesting()
79 command_line->AppendSwitch(switches::kMetricsRecordingOnly); in EnableMetricsRecordingOnlyForTesting()
83 auto* command_line = base::CommandLine::ForCurrentProcess(); in ForceEnableMetricsReportingForTesting() local
84 CHECK(command_line); in ForceEnableMetricsReportingForTesting()
85 if (!command_line->HasSwitch(switches::kForceEnableMetricsReporting)) in ForceEnableMetricsReportingForTesting()
86 command_line->AppendSwitch(switches::kForceEnableMetricsReporting); in ForceEnableMetricsReportingForTesting()
/external/cronet/tot/net/tools/testserver/
Drun_testserver.cc36 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in main() local
48 if (command_line->GetSwitches().empty() || in main()
49 command_line->HasSwitch("help")) { in main()
58 if (command_line->HasSwitch("http")) { in main()
60 } else if (command_line->HasSwitch("https")) { in main()
62 } else if (command_line->HasSwitch("ws")) { in main()
64 } else if (command_line->HasSwitch("wss")) { in main()
69 if (command_line->HasSwitch("ssl-cert")) { in main()
78 if (command_line->HasSwitch("ssl-cert")) { in main()
87 std::string cert_option = command_line->GetSwitchValueASCII("ssl-cert"); in main()
[all …]
/external/cronet/stable/net/tools/testserver/
Drun_testserver.cc36 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in main() local
48 if (command_line->GetSwitches().empty() || in main()
49 command_line->HasSwitch("help")) { in main()
58 if (command_line->HasSwitch("http")) { in main()
60 } else if (command_line->HasSwitch("https")) { in main()
62 } else if (command_line->HasSwitch("ws")) { in main()
64 } else if (command_line->HasSwitch("wss")) { in main()
69 if (command_line->HasSwitch("ssl-cert")) { in main()
78 if (command_line->HasSwitch("ssl-cert")) { in main()
87 std::string cert_option = command_line->GetSwitchValueASCII("ssl-cert"); in main()
[all …]
/external/cronet/tot/build/android/pylib/utils/
Drepo_utils.py14 command_line = ['git', 'log', '-1', '--pretty=format:%H']
15 output = cmd_helper.GetCmdOutput(command_line, cwd=in_directory)
20 command_line = ['git', 'rev-parse', 'origin/master']
21 output = cmd_helper.GetCmdOutput(command_line, cwd=in_directory)
26 command_line = ['git', 'rev-parse', 'origin/main']
27 output = cmd_helper.GetCmdOutput(command_line, cwd=in_directory)
/external/cronet/stable/build/android/pylib/utils/
Drepo_utils.py14 command_line = ['git', 'log', '-1', '--pretty=format:%H']
15 output = cmd_helper.GetCmdOutput(command_line, cwd=in_directory)
20 command_line = ['git', 'rev-parse', 'origin/master']
21 output = cmd_helper.GetCmdOutput(command_line, cwd=in_directory)
26 command_line = ['git', 'rev-parse', 'origin/main']
27 output = cmd_helper.GetCmdOutput(command_line, cwd=in_directory)

12345678910>>...15