Home
last modified time | relevance | path

Searched defs:command_line (Results 1 – 25 of 75) sorted by relevance

123

/external/e2fsprogs/ext2ed/
Dgroup_com.c22 void type_ext2_group_desc___next (char *command_line) in type_ext2_group_desc___next()
38 void type_ext2_group_desc___prev (char *command_line) in type_ext2_group_desc___prev()
54 void type_ext2_group_desc___entry (char *command_line) in type_ext2_group_desc___entry()
80 void type_ext2_group_desc___gocopy (char *command_line) in type_ext2_group_desc___gocopy()
108 void type_ext2_group_desc___show (char *command_line) in type_ext2_group_desc___show()
135 void type_ext2_group_desc___inode (char *command_line) in type_ext2_group_desc___inode()
146 void type_ext2_group_desc___blockbitmap (char *command_line) in type_ext2_group_desc___blockbitmap()
160 void type_ext2_group_desc___inodebitmap (char *command_line) in type_ext2_group_desc___inodebitmap()
174 void type_ext2_group_desc___setactivecopy (char *command_line) in type_ext2_group_desc___setactivecopy()
Dfile_com.c51 void type_file___inode (char *command_line) in type_file___inode()
57 void type_file___show (char *command_line) in type_file___show()
66 void type_file___nextblock (char *command_line) in type_file___nextblock()
94 void type_file___next (char *command_line) in type_file___next()
117 void type_file___offset (char *command_line) in type_file___offset()
144 void type_file___prev (char *command_line) in type_file___prev()
167 void type_file___prevblock (char *command_line) in type_file___prevblock()
195 void type_file___block (char *command_line) in type_file___block()
226 void type_file___display (char *command_line) in type_file___display()
397 void type_file___remember (char *command_line) in type_file___remember()
[all …]
Dgeneral_com.c25 void help (char *command_line) in help()
149 void set_device (char *command_line) in set_device()
202 void set_offset (char *command_line) in set_offset()
358 void set (char *command_line) in set()
427 void hex_set (char *command_line) in hex_set()
492 void set_type (char *command_line) in set_type()
614 void show (char *command_line) in show()
693 void next (char *command_line) in next()
722 void prev (char *command_line) in prev()
758 void pgup (char *command_line) in pgup()
[all …]
Ddir_com.c176 void type_dir___cd (char *command_line) in type_dir___cd()
336 void type_dir___entry (char *command_line) in type_dir___entry()
389 void type_dir___followinode (char *command_line) in type_dir___followinode()
411 void type_dir___inode (char *command_line) in type_dir___inode()
425 void type_dir___show (char *command_line) in type_dir___show()
477 void type_dir___next (char *command_line) in type_dir___next()
500 void type_dir___prev (char *command_line) in type_dir___prev()
538 void type_dir___remember (char *command_line) in type_dir___remember()
585 void type_dir___set (char *command_line) in type_dir___set()
666 void type_dir___writedata (char *command_line) in type_dir___writedata()
Dinodebitmap_com.c27 void type_ext2_inode_bitmap___entry (char *command_line) in type_ext2_inode_bitmap___entry()
49 void type_ext2_inode_bitmap___next (char *command_line) in type_ext2_inode_bitmap___next()
65 void type_ext2_inode_bitmap___prev (char *command_line) in type_ext2_inode_bitmap___prev()
81 void type_ext2_inode_bitmap___allocate (char *command_line) in type_ext2_inode_bitmap___allocate()
107 void type_ext2_inode_bitmap___deallocate (char *command_line) in type_ext2_inode_bitmap___deallocate()
160 void type_ext2_inode_bitmap___show (char *command_line) in type_ext2_inode_bitmap___show()
Dblockbitmap_com.c33 void type_ext2_block_bitmap___entry (char *command_line) in type_ext2_block_bitmap___entry()
70 void type_ext2_block_bitmap___next (char *command_line) in type_ext2_block_bitmap___next()
92 void type_ext2_block_bitmap___prev (char *command_line) in type_ext2_block_bitmap___prev()
108 void type_ext2_block_bitmap___allocate (char *command_line) in type_ext2_block_bitmap___allocate()
143 void type_ext2_block_bitmap___deallocate (char *command_line) in type_ext2_block_bitmap___deallocate()
203 void type_ext2_block_bitmap___show (char *command_line) in type_ext2_block_bitmap___show()
Dsuper_com.c25 void type_ext2_super_block___show (char *command_line) in type_ext2_super_block___show()
120 void type_ext2_super_block___gocopy (char *command_line) in type_ext2_super_block___gocopy()
147 void type_ext2_super_block___setactivecopy (char *command_line) in type_ext2_super_block___setactivecopy()
Dext2_com.c26 void type_ext2___super (char *command_line) in type_ext2___super()
43 void type_ext2___cd (char *command_line) in type_ext2___cd()
74 void type_ext2___group (char *command_line) in type_ext2___group()
Dinode_com.c23 void type_ext2_inode___prev (char *command_line) in type_ext2_inode___prev()
70 void type_ext2_inode___next (char *command_line) in type_ext2_inode___next()
119 void type_ext2_inode___show (char *command_line) in type_ext2_inode___show()
283 void type_ext2_inode___entry (char *command_line) in type_ext2_inode___entry()
316 void type_ext2_inode___group (char *command_line) in type_ext2_inode___group()
330 void type_ext2_inode___file (char *command_line) in type_ext2_inode___file()
348 void type_ext2_inode___dir (char *command_line) in type_ext2_inode___dir()
Dmain.c199 char *ptr,command_line [80]; in parser() local
300 char command_line [80]; in parser() local
359 int dispatch (char *command_line) in dispatch()
/external/libbrillo/brillo/
Dflag_helper_test.cc47 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
115 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
181 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
212 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
226 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
247 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
275 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
296 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
318 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
341 base::CommandLine command_line(base::size(argv), argv); in TEST_F() local
[all …]
/external/libjpeg-turbo/gtest/
Ddjpeg-gtest-wrapper.cpp83 char *command_line[] = { &prog_name[0], in TEST_P() local
115 char *command_line[] = { &prog_name[0], in TEST() local
145 char *command_line[] = { &prog_name[0], in TEST() local
173 char *command_line[] = { &prog_name[0], in TEST() local
204 char *command_line[] = { &prog_name[0], in TEST() local
233 char *command_line[] = { &prog_name[0], in TEST() local
262 char *command_line[] = { &prog_name[0], in TEST() local
293 char *command_line[] = { &prog_name[0], in TEST() local
323 char *command_line[] = { &prog_name[0], in TEST() local
349 char *command_line[] = { &prog_name[0], in TEST() local
[all …]
Dcjpeg-gtest-wrapper.cpp50 char *command_line[] = { &prog_name[0], in TEST() local
79 char *command_line[] = { &prog_name[0], in TEST() local
113 char *command_line[] = { &prog_name[0], in TEST() local
141 char *command_line[] = { &prog_name[0], in TEST() local
172 char *command_line[] = { &prog_name[0], in TEST() local
201 char *command_line[] = { &prog_name[0], in TEST() local
234 char *command_line[] = { &prog_name[0], in TEST() local
262 char *command_line[] = { &prog_name[0], in TEST() local
292 char *command_line[] = { &prog_name[0], in TEST() local
321 char *command_line[] = { &prog_name[0], in TEST() local
[all …]
Djpegtran-gtest-wrapper.cpp49 char *command_line[] = { &prog_name[0], in TEST() local
77 char *command_line[] = { &prog_name[0], in TEST() local
103 char *command_line[] = { &prog_name[0], in TEST() local
126 char *command_line[] = { &prog_name[0], in TEST() local
Dtjbench-gtest-wrapper.cpp85 char *command_line[] = { &prog_name[0], in SetUpTestSuite() local
156 char *command_line[] = { &prog_name[0], in SetUpTestSuite() local
/external/libchrome/mojo/public/cpp/platform/
Dnamed_platform_channel.cc39 base::CommandLine* command_line) { in PassServerNameOnCommandLine()
52 const base::CommandLine& command_line) { in ConnectToServer()
Dplatform_channel.cc204 base::CommandLine* command_line) { in PrepareToPassRemoteEndpoint()
213 base::CommandLine* command_line) { in PrepareToPassRemoteEndpoint()
277 const base::CommandLine& command_line) { in RecoverPassedEndpointFromCommandLine()
/external/llvm-project/lldb/test/API/test_runner/test/
Dinferior.py14 def parse_args(command_line): argument
130 def main(command_line): argument
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc86 std::wstring command_line = GetCommandLineW(); in GetSelfDirectory() local
100 void RunCommand(const std::wstring& command_line, in RunCommand()
210 std::wstring command_line = L"\"" + dump_syms_exe + L"\" \"" + in TEST_P() local
230 std::wstring command_line = L"\"" + dump_syms_exe + L"\" --pe \"" + in TEST_P() local
/external/llvm-project/lldb/examples/customization/bin-utils/
Dbinutils.py65 def utob(debugger, command_line, result, dict): argument
97 def itob(debugger, command_line, result, dict): argument
/external/libchrome/base/test/launcher/
Dtest_launcher.cc244 CommandLine PrepareCommandLineForGTest(const CommandLine& command_line, in PrepareCommandLineForGTest()
278 int LaunchChildTestProcessWithOptions(const CommandLine& command_line, in LaunchChildTestProcessWithOptions()
425 const CommandLine& command_line, in DoLaunchChildTestProcess()
603 const CommandLine& command_line, in LaunchChildGTestProcess()
835 const CommandLine* command_line = CommandLine::ForCurrentProcess(); in Init() local
1095 const CommandLine* command_line = CommandLine::ForCurrentProcess(); in RunTests() local
1226 const CommandLine* command_line = CommandLine::ForCurrentProcess(); in MaybeSaveSummaryAsJSON() local
1290 const CommandLine* command_line = CommandLine::ForCurrentProcess(); in NumParallelJobs() local
/external/libchrome/base/test/
Dmultiprocess_test.cc20 CommandLine command_line(base_command_line); in SpawnMultiProcessTestChild() local
72 CommandLine command_line = GetMultiProcessTestChildBaseCommandLine(); in MakeCmdLine() local
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc93 base::CommandLine command_line( in StartChildWithExtraSwitch() local
219 auto& command_line = *base::CommandLine::ForCurrentProcess(); in ChildSetup() local
/external/libchrome/base/
Dsys_info.cc59 CommandLine* command_line = CommandLine::ForCurrentProcess(); in DetectLowEndDevice() local
/external/llvm-project/lldb/examples/customization/pwd-cd-and-system/
Dutils.py43 def system(debugger, command_line, result, dict): argument

123