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

1 2 3 4 5 6 7 8

  /external/chromium-trace/catapult/third_party/coverage/coverage/
__main__.py 7 from coverage.cmdline import main
  /toolchain/binutils/binutils-2.25/ld/
ldfile.h 38 bfd_boolean cmdline; member in struct:search_dirs
46 (const char *, bfd_boolean cmdline);
  /external/curl/tests/
http2-server.pl 69 my $cmdline="$nghttpx --backend=127.0.0.1,8990 ".
74 print "RUN: $cmdline\n" if($verbose);
75 system("$cmdline 2>/dev/null");
  /external/autotest/client/site_tests/security_Minijail_seccomp/
security_Minijail_seccomp.py 26 cmdline = '/sbin/minijail0'
29 cmdline += ' -u %s' % jail.user
32 cmdline += ' -n'
34 cmdline += ' -S %s/%s %s/%s' % (self.bindir, jail.policy,
38 cmdline += ' %s' % ' '.join(args)
40 logging.info("Command line: " + cmdline)
41 ret = utils.system(cmdline, ignore_status=True)
  /external/toybox/toys/other/
switch_root.c 46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; local
70 // trim any / characters from the init cmdline, as we want to test it with
71 // stat(), relative to newroot. *cmdline is also used below, but by that
73 while (**cmdline == '/') (*cmdline)++;
76 if (stat(*cmdline, &st1) || !S_ISREG(st1.st_mode) || !(st1.st_mode&0100)) {
112 execv(*cmdline, cmdline);
113 perror_msg("Failed to exec '%s'", *cmdline);
  /external/deqp/execserver/tools/
xsMain.cpp 42 void registerOptions (de::cmdline::Parser& parser)
44 using de::cmdline::Option;
45 using de::cmdline::NamedValue;
55 de::cmdline::CommandLine cmdLine;
68 de::cmdline::Parser parser;
71 if (!parser.parse(argc, argv, &cmdLine, std::cerr))
80 const xs::ExecutionServer::RunMode runMode = cmdLine.getOption<opt::SingleExec>()
83 const int port = cmdLine.getOption<opt::Port>();
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ps_util.py 80 if inspect.ismethod(p.cmdline):
81 cmdline = p.cmdline()
83 cmdline = p.cmdline
84 process_info += ' - %s' % cmdline
  /development/tools/yuv420sp2rgb/
Android.mk 11 LOCAL_SRC_FILES := yuv420sp2rgb.c cmdline.c debug.c
  /external/libopus/
Makefile.unix 68 COMPILE.c.cmdline = $(CC) -c $(CFLAGS) -o $@ $<
70 LINK.o.cmdline = $(LINK.o) $^ $(LDLIBS) -o $@$(EXESUFFIX)
72 ARCHIVE.cmdline = $(AR) $(ARFLAGS) $@ $^ && $(RANLIB) $@
75 $(COMPILE.c.cmdline)
78 $(COMPILE.cpp.cmdline)
103 $(ARCHIVE.cmdline)
106 $(LINK.o.cmdline)
109 $(LINK.o.cmdline)
  /external/toybox/toys/pending/
sh.c 205 char *cmdline; // Unparsed line for display purposes member in struct:pipeline
206 int cmdlinelen; // How long is cmdline?
237 static char *parse_pipeline(char *cmdline, struct pipeline *line)
240 char *start = line->cmdline = cmdline;
242 if (!cmdline) return 0;
244 line->cmdline = cmdline;
253 line->cmdlinelen = start-cmdline;
277 line->cmdlinelen = start-cmdline;
    [all...]
  /external/libchrome/sandbox/linux/services/
namespace_sandbox.h 60 static base::Process LaunchProcess(const base::CommandLine& cmdline,
68 const base::CommandLine& cmdline,
  /external/v8/tools/gcmole/
parallel.py 28 def invoke(cmdline):
31 cmdline, shell=True, stderr=subprocess.STDOUT), 0)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /system/extras/tests/net_test/
net_test.sh 18 test=$(cat /proc/cmdline | sed -re 's/.*net_test=([^ ]*).*/\1/g')
  /art/test/etc/
run-test-jar 290 cmdline="${JAVA} ${DEBUGGER_OPTS} ${JVM_VERIFY_ARG} -Xmx256m -classpath classes ${FLAGS} $MAIN $@"
292 echo $cmdline
294 $cmdline
484 cmdline="cd $DEX_LOCATION && \
497 echo "$cmdline" > $cmdfile
500 echo $cmdline
504 adb push $cmdfile $DEX_LOCATION/cmdline.sh
506 adb push $cmdfile $DEX_LOCATION/cmdline.sh > /dev/null 2>&1
509 adb shell sh $DEX_LOCATION/cmdline.sh
533 cmdline="$dalvikvm_cmdline
    [all...]
  /build/kati/
ninja.h 41 size_t GetGomaccPosForAndroidCompileCommand(StringPiece cmdline);
  /system/core/fastboot/
bootimg_utils.h 36 void bootimg_set_cmdline(boot_img_hdr* h, const char* cmdline);
  /development/perftests/panorama/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...]
  /external/autotest/client/site_tests/security_AltSyscall/
security_AltSyscall.py 39 cmdline = '/sbin/minijail0 -a %s %s/%s' % (table, self.srcdir, exe)
41 logging.info("Command line: " + cmdline)
42 ret = utils.system(cmdline, ignore_status=True)
  /external/deqp/framework/common/
tcuCommandLine.hpp 103 explicit CommandLine (const std::string& cmdLine);
107 bool parse (const std::string& cmdLine);
195 const de::cmdline::CommandLine& getCommandLine (void) const;
203 virtual void registerExtendedOptions (de::cmdline::Parser& parser);
205 de::cmdline::CommandLine m_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/LegacyCamera/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 776 milliseconds

1 2 3 4 5 6 7 8