/external/e2fsprogs/ext2ed/ |
D | ext2ed.h | 254 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 …]
|
D | main.c | 199 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 …]
|
D | group_com.c | 22 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 …]
|
D | inodebitmap_com.c | 27 void type_ext2_inode_bitmap___entry (char *command_line) in type_ext2_inode_bitmap___entry() argument 33 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___entry() 49 void type_ext2_inode_bitmap___next (char *command_line) in type_ext2_inode_bitmap___next() argument 55 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___next() 65 void type_ext2_inode_bitmap___prev (char *command_line) in type_ext2_inode_bitmap___prev() argument 71 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___prev() 81 void type_ext2_inode_bitmap___allocate (char *command_line) in type_ext2_inode_bitmap___allocate() argument 87 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___allocate() 107 void type_ext2_inode_bitmap___deallocate (char *command_line) in type_ext2_inode_bitmap___deallocate() argument 113 ptr=parse_word (command_line,buffer); in type_ext2_inode_bitmap___deallocate() [all …]
|
D | blockbitmap_com.c | 33 void type_ext2_block_bitmap___entry (char *command_line) in type_ext2_block_bitmap___entry() argument 48 ptr=parse_word (command_line,buffer); /* Get the requested entry */ in type_ext2_block_bitmap___entry() 70 void type_ext2_block_bitmap___next (char *command_line) in type_ext2_block_bitmap___next() argument 82 ptr=parse_word (command_line,buffer); in type_ext2_block_bitmap___next() 92 void type_ext2_block_bitmap___prev (char *command_line) in type_ext2_block_bitmap___prev() argument 98 ptr=parse_word (command_line,buffer); in type_ext2_block_bitmap___prev() 108 void type_ext2_block_bitmap___allocate (char *command_line) in type_ext2_block_bitmap___allocate() argument 122 ptr=parse_word (command_line,buffer); /* Get the number of blocks to allocate */ in type_ext2_block_bitmap___allocate() 143 void type_ext2_block_bitmap___deallocate (char *command_line) in type_ext2_block_bitmap___deallocate() argument 151 ptr=parse_word (command_line,buffer); in type_ext2_block_bitmap___deallocate() [all …]
|
D | general_com.c | 25 void help (char *command_line) in help() argument 33 ptr=parse_word (command_line,argument); in help() 149 void set_device (char *command_line) in set_device() argument 154 ptr=parse_word (command_line,new_device); in set_device() 202 void set_offset (char *command_line) in set_offset() argument 214 ptr=parse_word (command_line,new_offset_buffer); in set_offset() 358 void set (char *command_line) in set() argument 373 hex_set (command_line); in set() 377 ptr=parse_word (command_line,buffer); in set() 427 void hex_set (char *command_line) in hex_set() argument [all …]
|
D | file_com.c | 51 void type_file___inode (char *command_line) in type_file___inode() argument 57 void type_file___show (char *command_line) in type_file___show() argument 66 void type_file___nextblock (char *command_line) in type_file___nextblock() argument 72 ptr=parse_word (command_line,buffer); in type_file___nextblock() 94 void type_file___next (char *command_line) in type_file___next() argument 100 ptr=parse_word (command_line,buffer); in type_file___next() 117 void type_file___offset (char *command_line) in type_file___offset() argument 123 ptr=parse_word (command_line,buffer); in type_file___offset() 144 void type_file___prev (char *command_line) in type_file___prev() argument 150 ptr=parse_word (command_line,buffer); in type_file___prev() [all …]
|
D | dir_com.c | 176 void type_dir___cd (char *command_line) in type_dir___cd() argument 226 ptr=parse_word (command_line,dir_name); in type_dir___cd() 336 void type_dir___entry (char *command_line) in type_dir___entry() argument 350 ptr=parse_word (command_line,buffer); in type_dir___entry() 389 void type_dir___followinode (char *command_line) in type_dir___followinode() argument 411 void type_dir___inode (char *command_line) in type_dir___inode() argument 425 void type_dir___show (char *command_line) in type_dir___show() argument 477 void type_dir___next (char *command_line) in type_dir___next() argument 489 ptr=parse_word (command_line,buffer); in type_dir___next() 500 void type_dir___prev (char *command_line) in type_dir___prev() argument [all …]
|
D | ext2_com.c | 26 void type_ext2___super (char *command_line) in type_ext2___super() argument 43 void type_ext2___cd (char *command_line) in type_ext2___cd() argument 56 ptr=parse_word (command_line,buffer); in type_ext2___cd() 74 void type_ext2___group (char *command_line) in type_ext2___group() argument 88 ptr=parse_word (command_line,buffer); in type_ext2___group()
|
D | inode_com.c | 23 void type_ext2_inode___prev (char *command_line) in type_ext2_inode___prev() argument 33 ptr=parse_word (command_line,buffer); in type_ext2_inode___prev() 70 void type_ext2_inode___next (char *command_line) in type_ext2_inode___next() argument 80 ptr=parse_word (command_line,buffer); in type_ext2_inode___next() 119 void type_ext2_inode___show (char *command_line) in type_ext2_inode___show() argument 144 show (command_line); in type_ext2_inode___show() 283 void type_ext2_inode___entry (char *command_line) in type_ext2_inode___entry() argument 291 ptr=parse_word (command_line,buffer); in type_ext2_inode___entry() 316 void type_ext2_inode___group (char *command_line) in type_ext2_inode___group() argument 330 void type_ext2_inode___file (char *command_line) in type_ext2_inode___file() argument [all …]
|
D | super_com.c | 25 void type_ext2_super_block___show (char *command_line) in type_ext2_super_block___show() argument 31 show (command_line); in type_ext2_super_block___show() 120 void type_ext2_super_block___gocopy (char *command_line) in type_ext2_super_block___gocopy() argument 126 ptr=parse_word (command_line,buffer); in type_ext2_super_block___gocopy() 147 void type_ext2_super_block___setactivecopy (char *command_line) in type_ext2_super_block___setactivecopy() argument
|
/external/v8/tools/ |
D | gyp_flag_compare.py | 26 def FindAndRemoveArgWithValue(command_line, argname): argument 32 if argname not in command_line: 34 location = command_line.index(argname) 35 value = command_line[location + 1] 36 command_line[location:location + 2] = [] 40 def MergeSpacedArgs(command_line, argname): argument 44 while i < len(command_line): 45 arg = command_line[i] 47 result.append(arg + ' ' + command_line[i + 1]) 55 def NormalizeSymbolArguments(command_line): argument [all …]
|
/external/libbrillo/brillo/ |
D | flag_helper_unittest.cc | 44 base::CommandLine command_line(arraysize(argv), argv); in TEST_F() local 47 &command_line); in TEST_F() 106 base::CommandLine command_line(arraysize(argv), argv); in TEST_F() local 109 &command_line); in TEST_F() 166 base::CommandLine command_line(arraysize(argv), argv); in TEST_F() local 169 &command_line); in TEST_F() 195 base::CommandLine command_line(arraysize(argv), argv); in TEST_F() local 198 &command_line); in TEST_F() 209 base::CommandLine command_line(arraysize(argv), argv); in TEST_F() local 212 &command_line); in TEST_F() [all …]
|
/external/libchrome/base/test/ |
D | multiprocess_test.cc | 20 CommandLine command_line(base_command_line); in SpawnMultiProcessTestChild() local 24 if (!command_line.HasSwitch(switches::kTestChildProcess)) in SpawnMultiProcessTestChild() 25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild() 28 result.process = LaunchProcess(command_line, options); in SpawnMultiProcessTestChild() 75 CommandLine command_line = GetMultiProcessTestChildBaseCommandLine(); in MakeCmdLine() local 76 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine() 77 return command_line; in MakeCmdLine()
|
D | multiprocess_test_android.cc | 49 CommandLine command_line(base_command_line); in SpawnMultiProcessTestChild() local 50 if (!command_line.HasSwitch(switches::kTestChildProcess)) { in SpawnMultiProcessTestChild() 51 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild() 55 android::ToJavaArrayOfStrings(env, command_line.argv()); in SpawnMultiProcessTestChild()
|
/external/libmojo/mojo/edk/embedder/ |
D | platform_channel_pair_win.cc | 71 const base::CommandLine& command_line) { in PassClientHandleFromParentProcess() argument 73 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PassClientHandleFromParentProcess() 92 base::CommandLine* command_line, in PrepareToPassClientHandleToChildProcess() argument 94 DCHECK(command_line); in PrepareToPassClientHandleToChildProcess() 99 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess() 102 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PrepareToPassClientHandleToChildProcess() 105 command_line->AppendSwitchASCII( in PrepareToPassClientHandleToChildProcess()
|
D | platform_channel_pair_posix.cc | 95 const base::CommandLine& command_line) { in PassClientHandleFromParentProcess() argument 97 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PassClientHandleFromParentProcess() 124 base::CommandLine* command_line, in PrepareToPassClientHandleToChildProcess() argument 126 DCHECK(command_line); in PrepareToPassClientHandleToChildProcess() 131 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess() 134 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); in PrepareToPassClientHandleToChildProcess() 137 command_line->AppendSwitchASCII( in PrepareToPassClientHandleToChildProcess()
|
D | named_platform_channel_pair.h | 52 const base::CommandLine& command_line); 59 base::CommandLine* command_line) const;
|
/external/libmojo/mojo/edk/test/ |
D | multiprocess_test_helper.cc | 83 base::CommandLine command_line( in StartChildWithExtraSwitch() local 96 command_line.AppendSwitchNative(entry.first, entry.second); in StartChildWithExtraSwitch() 103 channel.PrepareToPassClientHandleToChildProcess(&command_line, in StartChildWithExtraSwitch() 115 command_line.AppendSwitchNative(kMojoNamedPipeName, named_pipe.name); in StartChildWithExtraSwitch() 119 CHECK(!command_line.HasSwitch(switch_string)); in StartChildWithExtraSwitch() 121 command_line.AppendSwitchASCII(switch_string, switch_value); in StartChildWithExtraSwitch() 123 command_line.AppendSwitch(switch_string); in StartChildWithExtraSwitch() 156 command_line.AppendSwitchASCII(kMojoPrimordialPipeToken, pipe_token); in StartChildWithExtraSwitch() 164 base::SpawnMultiProcessTestChild(test_child_main, command_line, options); in StartChildWithExtraSwitch()
|
/external/perf_data_converter/src/quipper/ |
D | perf_recorder.cc | 64 string command_line; in ParsePerfStatFileToString() local 72 command_line.append(arg + " "); in ParsePerfStatFileToString() 74 command_line.resize(command_line.size() - 1); in ParsePerfStatFileToString() 75 perf_stat.mutable_command_line()->assign(command_line); in ParsePerfStatFileToString()
|
D | perf_recorder_test.cc | 108 EXPECT_EQ(expected_command_line, stat.command_line()); in TEST_F() 132 string command_line = string("sudo ") + GetPerfPath() + in TEST_F() local 141 EXPECT_EQ(command_line, stat.command_line()); in TEST_F()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | flag_changer.py | 89 command_line = self._device.ReadFile(self._cmdline_path).strip() 91 command_line = '' 92 flags = _ParseFlags(command_line) 210 command_line = _SerializeFlags(self._state_stack[-1]) 211 if command_line is not None: 212 self._device.WriteFile(self._cmdline_path, command_line)
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 83 std::wstring command_line = GetCommandLineW(); in GetSelfDirectory() local 87 args = ::CommandLineToArgvW(command_line.c_str(), &num_args); in GetSelfDirectory() 97 void RunCommand(const std::wstring& command_line, in RunCommand() argument 129 ASSERT_TRUE(::CreateProcessW(NULL, (LPWSTR)command_line.c_str(), NULL, NULL, in RunCommand() 193 std::wstring command_line = L"\"" + dump_syms_exe + L"\" \"" + in TEST_F() local 196 ASSERT_NO_FATAL_FAILURE(RunCommand(command_line, &symbols)); in TEST_F()
|
/external/libchrome/base/ |
D | sys_info.cc | 24 CommandLine* command_line = CommandLine::ForCurrentProcess(); in DetectLowEndDevice() local 25 if (command_line->HasSwitch(switches::kEnableLowEndDeviceMode)) in DetectLowEndDevice() 27 if (command_line->HasSwitch(switches::kDisableLowEndDeviceMode)) in DetectLowEndDevice()
|
D | command_line.cc | 74 void AppendSwitchesAndArguments(CommandLine* command_line, in AppendSwitchesAndArguments() argument 90 command_line->AppendSwitchNative(UTF16ToASCII(switch_string), in AppendSwitchesAndArguments() 93 command_line->AppendSwitchNative(switch_string, switch_value); in AppendSwitchesAndArguments() 96 command_line->AppendArgNative(arg); in AppendSwitchesAndArguments() 253 CommandLine CommandLine::FromString(const string16& command_line) { in FromString() argument 255 cmd.ParseFromString(command_line); in FromString() 430 void CommandLine::ParseFromString(const string16& command_line) { in ParseFromString() argument 432 TrimWhitespace(command_line, TRIM_ALL, &command_line_string); in ParseFromString() 441 << UTF16ToUTF8(command_line); in ParseFromString()
|