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

1 2 3 4 5

  /external/e2fsprogs/ext2ed/
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...]
group_com.c 22 void type_ext2_group_desc___next (char *command_line)
28 ptr=parse_word (command_line,buffer);
38 void type_ext2_group_desc___prev (char *command_line)
44 ptr=parse_word (command_line,buffer);
54 void type_ext2_group_desc___entry (char *command_line)
60 ptr=parse_word (command_line,buffer);
80 void type_ext2_group_desc___gocopy (char *command_line)
86 ptr=parse_word (command_line,buffer);
108 void type_ext2_group_desc___show (char *command_line)
116 show (command_line);
    [all...]
ext2_com.c 26 void type_ext2___super (char *command_line)
43 void type_ext2___cd (char *command_line)
56 ptr=parse_word (command_line,buffer);
74 void type_ext2___group (char *command_line)
88 ptr=parse_word (command_line,buffer);
main.c 199 char *ptr,command_line [80]; local
242 strcpy (command_line,ptr);
245 if (*command_line != 0)
246 add_history (command_line);
249 if (*command_line==0)
250 strcpy (command_line,last_command_line);
256 wprintw (command_win,command_line);
261 strcpy (last_command_line,command_line);
264 quit=dispatch (command_line);
300 char command_line [80] local
    [all...]
blockbitmap_com.c 33 void type_ext2_block_bitmap___entry (char *command_line)
48 ptr=parse_word (command_line,buffer); /* Get the requested entry */
70 void type_ext2_block_bitmap___next (char *command_line)
82 ptr=parse_word (command_line,buffer);
92 void type_ext2_block_bitmap___prev (char *command_line)
98 ptr=parse_word (command_line,buffer);
108 void type_ext2_block_bitmap___allocate (char *command_line)
122 ptr=parse_word (command_line,buffer); /* Get the number of blocks to allocate */
143 void type_ext2_block_bitmap___deallocate (char *command_line)
151 ptr=parse_word (command_line,buffer)
    [all...]
inodebitmap_com.c 27 void type_ext2_inode_bitmap___entry (char *command_line)
33 ptr=parse_word (command_line,buffer);
49 void type_ext2_inode_bitmap___next (char *command_line)
55 ptr=parse_word (command_line,buffer);
65 void type_ext2_inode_bitmap___prev (char *command_line)
71 ptr=parse_word (command_line,buffer);
81 void type_ext2_inode_bitmap___allocate (char *command_line)
87 ptr=parse_word (command_line,buffer);
107 void type_ext2_inode_bitmap___deallocate (char *command_line)
113 ptr=parse_word (command_line,buffer)
    [all...]
  /test/framework/harnesses/host_controller/tfc/
command_task.py 30 "command_line",
34 def __init__(self, task_id, command_line, device_serials, **kwargs):
37 command_line=command_line,
request.py 29 "command_line",
43 def __init__(self, cluster, command_line, run_target, user, **kwargs):
48 command_line: The command to execute on a host.
55 command_line=command_line,
  /external/libchrome/base/test/
multiprocess_test.cc 8 #include "base/command_line.h"
20 CommandLine command_line(base_command_line);
24 if (!command_line.HasSwitch(switches::kTestChildProcess))
25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
28 result.process = LaunchProcess(command_line, options);
75 CommandLine command_line = GetMultiProcessTestChildBaseCommandLine(); local
76 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
77 return command_line;
multiprocess_test_android.cc 15 #include "base/command_line.h"
49 CommandLine command_line(base_command_line);
50 if (!command_line.HasSwitch(switches::kTestChildProcess)) {
51 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
55 android::ToJavaArrayOfStrings(env, command_line.argv());
  /external/v8/tools/
gyp_flag_compare.py 26 def FindAndRemoveArgWithValue(command_line, argname):
30 Modifies |command_line| in place.
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):
44 while i < len(command_line):
45 arg = command_line[i]
47 result.append(arg + ' ' + command_line[i + 1]
    [all...]
  /external/libmojo/mojo/edk/embedder/
named_platform_channel_pair.h 52 const base::CommandLine& command_line);
55 // using |LaunchProcess()| (from base/launch.h). Modifies |*command_line| and
59 base::CommandLine* command_line) const;
platform_channel_pair.h 72 // TODO(jcivelli): remove the command_line param. http://crbug.com/670106
74 const base::CommandLine& command_line);
81 // using |LaunchProcess()| (from base/launch.h). Modifies |*command_line| and
85 base::CommandLine* command_line,
platform_channel_pair_posix.cc 15 #include "base/command_line.h"
95 const base::CommandLine& command_line) {
97 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
124 base::CommandLine* command_line,
126 DCHECK(command_line);
131 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch))
134 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
137 command_line->AppendSwitchASCII(
platform_channel_pair_win.cc 11 #include "base/command_line.h"
71 const base::CommandLine& command_line) {
73 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
92 base::CommandLine* command_line,
94 DCHECK(command_line);
99 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch))
102 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch);
105 command_line->AppendSwitchASCII(
  /toolchain/binutils/binutils-2.27/gold/
main.cc 164 Command_line command_line; local
165 command_line.process(argc - 1, const_cast<const char**>(argv + 1));
168 if (command_line.options().stats())
175 set_parameters_options(&command_line.options());
178 write_debug_script(command_line.options().output_file_name(),
183 if (command_line.options().user_set_Map())
186 if (!mapfile->open(command_line.options().Map()))
201 command_line.script_options().version_script_info()->clear();
204 Workqueue workqueue(command_line.options())
    [all...]
  /art/runtime/
exec_utils.cc 34 const std::string command_line(android::base::Join(arg_vector, ' '));
35 CHECK_GE(arg_vector.size(), 1U) << command_line;
64 PLOG(ERROR) << "Failed to execve(" << command_line << ")";
70 command_line.c_str(), strerror(errno));
80 command_line.c_str(), pid, got_pid, strerror(errno));
93 const std::string command_line(android::base::Join(arg_vector, ' '));
95 command_line.c_str());
  /system/tpm/tpm_manager/client/
main.cc 24 #include <base/command_line.h>
211 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
212 if (command_line->HasSwitch("help") || command_line->HasSwitch("h") ||
213 command_line->GetArgs().size() == 0) {
216 std::string command = command_line->GetArgs()[0];
224 if (!command_line->HasSwitch(kDependencySwitch)) {
229 command_line->GetSwitchValueASCII(kDependencySwitch));
231 if (!command_line->HasSwitch(kIndexSwitch) ||
232 !command_line->HasSwitch(kSizeSwitch))
    [all...]
  /external/libchrome/base/
sys_info.cc 8 #include "base/command_line.h"
24 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
25 if (command_line->HasSwitch(switches::kEnableLowEndDeviceMode))
27 if (command_line->HasSwitch(switches::kDisableLowEndDeviceMode))
  /external/libbrillo/brillo/
flag_helper_unittest.cc 9 #include <base/command_line.h>
44 base::CommandLine command_line(arraysize(argv), argv);
47 &command_line);
106 base::CommandLine command_line(arraysize(argv), argv);
109 &command_line);
166 base::CommandLine command_line(arraysize(argv), argv);
169 &command_line);
195 base::CommandLine command_line(arraysize(argv), argv);
198 &command_line);
209 base::CommandLine command_line(arraysize(argv), argv)
    [all...]
  /external/syslinux/gpxe/src/include/
sys_info.h 13 char *command_line; /* command line given to us */ member in struct:sys_info
  /system/bt/service/
main.cc 18 #include <base/command_line.h>
51 auto command_line = base::CommandLine::ForCurrentProcess(); local
52 if (command_line->HasSwitch(bluetooth::switches::kHelpLong) ||
53 command_line->HasSwitch(bluetooth::switches::kHelpShort)) {
settings.cc 20 #include <base/command_line.h>
33 auto command_line = base::CommandLine::ForCurrentProcess(); local
34 const auto& switches = command_line->GetSwitches();
83 if (command_line->GetArgs().size()) {
  /system/tpm/attestation/client/
main.cc 23 #include <base/command_line.h>
126 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
127 const auto& args = command_line->GetArgs();
128 if (command_line->HasSwitch("help") || command_line->HasSwitch("h") ||
135 command_line->GetSwitchValueASCII("label"),
136 command_line->GetSwitchValueASCII("user"));
138 std::string usage_str = command_line->GetSwitchValueASCII("usage");
149 command_line->GetSwitchValueASCII("label"),
150 command_line->GetSwitchValueASCII("user"), usage)
    [all...]
  /system/bt/service/test/
main.cc 18 #include <base/command_line.h>

Completed in 720 milliseconds

1 2 3 4 5