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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
__main__.py 2 from coverage.cmdline import main
  /external/linux-tools-perf/util/
alias.c 25 int split_cmdline(char *cmdline, const char ***argv)
33 (*argv)[count++] = cmdline;
34 for (src = dst = 0; cmdline[src];) {
35 char c = cmdline[src];
37 cmdline[dst++] = 0;
38 while (cmdline[++src]
39 && isspace(cmdline[src]))
45 (*argv)[count++] = cmdline + dst;
55 c = cmdline[src];
59 return error("cmdline ends with \\")
    [all...]
  /external/chromium/base/
debug_message.cc 14 LPWSTR cmdline = GetCommandLineW(); local
15 MessageBox(NULL, cmdline, L"Kr\x00d8m", MB_TOPMOST);
  /external/chromium_org/base/
debug_message.cc 14 LPWSTR cmdline = GetCommandLineW(); local
15 MessageBox(NULL, cmdline, L"Kr\x00d8m", MB_TOPMOST);
  /external/chromium/chrome/browser/first_run/
first_run_gtk.cc 26 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); local
27 CommandLine import_cmd(cmdline.GetProgram());
30 if (cmdline.HasSwitch(switches::kUserDataDir)) {
32 cmdline.GetSwitchValuePath(switches::kUserDataDir));
  /external/chromium_org/chrome/browser/component_updater/
component_updater_configurator.h 19 const CommandLine* cmdline, net::URLRequestContextGetter* context_getter);
  /external/grub/stage2/
cmdline.c 0 /* cmdline.c - the device-independent GRUB text command line */
30 /* Find the next word from CMDLINE and return the pointer. If
34 skip_to (int after_equal, char *cmdline)
37 while (*cmdline && *cmdline != ' ' && *cmdline != '\t' &&
38 ! (after_equal && *cmdline == '='))
39 cmdline ++;
42 while (*cmdline == ' ' || *cmdline == '\t' |
    [all...]
  /system/core/fastbootd/
bootimg.h 58 unsigned char cmdline[BOOT_ARGS_SIZE]; member in struct:boot_img_hdr
96 void bootimg_set_cmdline(boot_img_hdr *hdr, const char *cmdline);
  /external/chromium_org/tools/gn/
gn_main.cc 14 std::vector<std::string> GetArgs(const CommandLine& cmdline) {
15 CommandLine::StringVector in_args = cmdline.GetArgs();
32 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); local
33 std::vector<std::string> args = GetArgs(cmdline);
36 if (cmdline.HasSwitch("help")) {
setup.h 46 bool FillSourceDir(const CommandLine& cmdline);
51 bool FillOtherConfig(const CommandLine& cmdline);
setup.cc 90 CommandLine* cmdline = CommandLine::ForCurrentProcess(); local
92 scheduler_.set_verbose_logging(cmdline->HasSwitch(kSwitchVerbose));
94 if (!FillSourceDir(*cmdline))
98 if (!FillOtherConfig(*cmdline))
129 bool Setup::FillSourceDir(const CommandLine& cmdline) {
134 base::FilePath relative_root_path = cmdline.GetSwitchValuePath(kSwitchRoot);
193 bool Setup::FillOtherConfig(const CommandLine& cmdline) {
198 if (cmdline.HasSwitch(kSecondarySource)) {
201 SourceDir(cmdline.GetSwitchValueASCII(kSecondarySource));
  /dalvik/tests/etc/
push-and-run-test-jar 12 # --dev -- development mode (print the vm invocation cmdline)
118 cmdline="cd /data; dalvikvm $DEX_VERIFY $DEX_OPTIMIZE $DEX_DEBUG \
121 echo $cmdline "$@"
123 adb shell $cmdline "$@"
  /development/tools/yuv420sp2rgb/
Android.mk 11 LOCAL_SRC_FILES := yuv420sp2rgb.c cmdline.c debug.c
  /external/chromium_org/tools/site_compare/commands/
measure.py 27 def CreateCommand(cmdline):
29 cmd = cmdline.AddCommand(
scrape.py 26 def CreateCommand(cmdline):
28 cmd = cmdline.AddCommand(
  /external/chromium_org/third_party/opus/src/
Makefile.unix 81 COMPILE.c.cmdline = $(CC) -c $(CFLAGS) -o $@ $<
83 LINK.o.cmdline = $(LINK.o) $^ $(LDLIBS) -o $@$(EXESUFFIX)
85 ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(RANLIB) $@
88 $(COMPILE.c.cmdline)
91 $(COMPILE.cpp.cmdline)
118 $(ARCHIVE.cmdline)
121 $(LINK.o.cmdline)
124 $(LINK.o.cmdline)
  /system/core/mkbootimg/
bootimg.h 47 unsigned char cmdline[BOOT_ARGS_SIZE]; member in struct:boot_img_hdr
  /external/chromium_org/chrome/test/base/
chrome_process_util_mac.cc 22 std::vector<std::string> cmdline; local
23 cmdline.push_back("ps");
24 cmdline.push_back("-o");
25 cmdline.push_back("pid=,rss=,vsz="); // fields we need, no headings
30 cmdline.push_back("-p");
31 cmdline.push_back(base::StringPrintf("%d", *process_iter));
36 if (!base::GetAppOutput(CommandLine(cmdline), &ps_output))
  /external/chromium_org/apps/
load_and_launch_browsertest.cc 37 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); local
38 CommandLine new_cmdline(cmdline.GetProgram());
43 new_cmdline.CopySwitchesFrom(cmdline, kSwitchNames, arraysize(kSwitchNames));
74 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); local
75 CommandLine new_cmdline(cmdline.GetProgram());
80 new_cmdline.CopySwitchesFrom(cmdline, kSwitchNames, arraysize(kSwitchNames));
  /system/core/libcutils/
trace.c 60 static bool atrace_is_cmdline_match(const char* cmdline)
75 if (strcmp(cmdline, start) == 0) {
101 FILE * file = fopen("/proc/self/cmdline", "r");
103 char cmdline[4096]; local
104 if (fgets(cmdline, sizeof(cmdline), file)) {
105 result = atrace_is_cmdline_match(cmdline);
107 ALOGE("Error reading cmdline: %s (%d)", strerror(errno), errno);
111 ALOGE("Error opening /proc/self/cmdline: %s (%d)", strerror(errno),
  /external/netperf/
netserver.c 659 char cmdline[80]; local
674 /* Build cmdline for child process */
675 strcpy(cmdline, program);
677 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -v %d", verbosity);
680 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -d")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen.py 19 def _do_test_commandline(self, cmdline, expected):
20 cmd = '%s -c "import sys;print sys.argv" %s' % (python, cmdline)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen.py 19 def _do_test_commandline(self, cmdline, expected):
20 cmd = '%s -c "import sys;print sys.argv" %s' % (python, cmdline)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.py 92 cmdline = ('%s %s -classpath %s -Dant.home=%s %s ' + \
98 print '\n%s\n\n' % (cmdline)
102 os.system(cmdline)
95 CLASSPATH, string.join(sys.argv[1:], ' ')) variable
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 70 void parse_cmd_line(stringstream& cmdline,
108 stringstream cmdline; local
116 // put the options and image list file name into the cmdline stringstream
119 cmdline << argv[c] << " ";
122 parse_cmd_line(cmdline, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_resolution,reference_update_period,do_motion_smoothing,motion_smoothing_gain);
304 void parse_cmd_line(stringstream& cmdline,
322 while (cmdline >> token)
333 --c; cmdline >> token;
353 --c; cmdline >> nr_corners;
356 --c; cmdline >> max_disparity
    [all...]

Completed in 884 milliseconds

1 2 3 4 5 6 7 8