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

1 2

  /system/core/init/
keywords.h 37 KEYWORD(chdir, COMMAND, 1, do_chdir)
38 KEYWORD(chroot, COMMAND, 1, do_chroot)
40 KEYWORD(class_start, COMMAND, 1, do_class_start)
41 KEYWORD(class_stop, COMMAND, 1, do_class_stop)
45 KEYWORD(domainname, COMMAND, 1, do_domainname)
46 KEYWORD(exec, COMMAND, 1, do_exec)
47 KEYWORD(export, COMMAND, 2, do_export)
49 KEYWORD(hostname, COMMAND, 1, do_hostname)
50 KEYWORD(ifup, COMMAND, 1, do_ifup)
51 KEYWORD(insmod, COMMAND, 1, do_insmod
    [all...]
  /external/gtest/test/
gtest_uninitialized_test.py 51 COMMAND = 'gtest_uninitialized_test_.exe'
54 COMMAND = os.path.join(gtest_test_utils.GetBuildDir(),
70 def TestExitCodeAndOutput(command):
71 """Runs the given command and verifies its exit code and output."""
73 # Verifies that 'command' exits with code 1.
74 p = gtest_test_utils.Subprocess(command)
84 command = build_dir + COMMAND
85 print 'Testing with %s . . .' % (command,)
86 TestExitCodeAndOutput(command)
    [all...]
gtest_env_var_test.py 51 COMMAND = 'gtest_env_var_test_.exe'
54 COMMAND = os.path.join(gtest_test_utils.GetBuildDir(),
74 def GetFlag(command, flag):
77 cmd = command
87 def TestFlag(command, flag, test_val, default_val):
92 AssertEq(test_val, GetFlag(command, flag))
94 AssertEq(default_val, GetFlag(command, flag))
97 def TestEnvVarAffectsFlag(command):
100 TestFlag(command, 'break_on_failure', '1', '0')
101 TestFlag(command, 'color', 'yes', 'auto'
    [all...]
gtest_filter_unittest.py 38 environments and command line flags.
63 # The command line flag for specifying the test filters.
66 # The command line flag for including disabled tests.
69 # Command to run the gtest_filter_unittest_ program.
70 COMMAND = os.path.join(gtest_test_utils.GetBuildDir(),
134 def Run(command):
139 stdout_file = os.popen(command, 'r')
170 def RunWithSharding(total_shards, shard_index, command):
177 return InvokeWithModifiedEnv(extra_env, Run, command)
220 tests_run = Run(COMMAND)[0
    [all...]
gtest_color_test.py 44 COMMAND = os.path.join(gtest_test_utils.GetBuildDir(),
62 cmd = COMMAND
  /external/protobuf/gtest/test/
gtest_uninitialized_test.py 39 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_')
54 def TestExitCodeAndOutput(command):
55 """Runs the given command and verifies its exit code and output."""
57 # Verifies that 'command' exits with code 1.
58 p = gtest_test_utils.Subprocess(command)
66 TestExitCodeAndOutput(COMMAND)
gtest_env_var_test.py 43 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_env_var_test_')
65 args = [COMMAND]
gtest_color_test.py 44 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_color_test_')
66 p = gtest_test_utils.Subprocess([COMMAND] + args)
gtest_filter_unittest.py 37 environments and command line flags.
62 # The command line flag for specifying the test filters.
65 # The command line flag for including disabled tests.
68 # Command to run the gtest_filter_unittest_ program.
69 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_filter_unittest_')
135 return gtest_test_utils.Subprocess([COMMAND] + (args or [])).output
141 p = gtest_test_utils.Subprocess([COMMAND] + (args or []))
171 def RunWithSharding(total_shards, shard_index, command):
176 return InvokeWithModifiedEnv(extra_env, RunAndExtractTestList, command)
294 # Construct the command line
    [all...]
gtest_shuffle_test.py 38 # Command to run the gtest_shuffle_test_ program.
39 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_shuffle_test_')
84 return gtest_test_utils.Subprocess([COMMAND] + args).output
98 args: command line flags to pass to gtest_shuffle_test_
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 53 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
54 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
156 COMMAND=`echo $0 | sed -e 's,.*/,,'`
157 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
174 echo "$COMMAND: cannot read $IN_FILE"
245 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
269 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
277 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
385 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 52 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
53 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
155 COMMAND=`echo $0 | sed -e 's,.*/,,'`
156 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
173 echo "$COMMAND: cannot read $IN_FILE"
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
268 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
384 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 52 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
53 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
155 COMMAND=`echo $0 | sed -e 's,.*/,,'`
156 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
173 echo "$COMMAND: cannot read $IN_FILE"
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
268 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
384 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 52 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
53 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
155 COMMAND=`echo $0 | sed -e 's,.*/,,'`
156 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
173 echo "$COMMAND: cannot read $IN_FILE"
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
268 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
384 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 53 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
54 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
156 COMMAND=`echo $0 | sed -e 's,.*/,,'`
157 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
174 echo "$COMMAND: cannot read $IN_FILE"
245 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
269 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
277 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
385 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 52 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
53 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
155 COMMAND=`echo $0 | sed -e 's,.*/,,'`
156 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
173 echo "$COMMAND: cannot read $IN_FILE"
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
268 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
384 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 52 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
53 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
155 COMMAND=`echo $0 | sed -e 's,.*/,,'`
156 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
173 echo "$COMMAND: cannot read $IN_FILE"
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
268 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
384 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 52 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
53 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
155 COMMAND=`echo $0 | sed -e 's,.*/,,'`
156 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
173 echo "$COMMAND: cannot read $IN_FILE"
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
268 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
384 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 52 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
53 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
155 COMMAND=`echo $0 | sed -e 's,.*/,,'`
156 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
173 echo "$COMMAND: cannot read $IN_FILE"
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
268 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
384 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 53 echo "$COMMAND: Cannot file mail program \"$MAILER\"."
54 echo "$COMMAND: Please fix the MAIL_AGENT entry in the $COMMAND file."
156 COMMAND=`echo $0 | sed -e 's,.*/,,'`
157 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
174 echo "$COMMAND: cannot read $IN_FILE"
245 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
269 echo "$COMMAND: can't seem to read your template file (\`$PR_FORM'), ignoring PR_FORM"
277 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
385 echo "$COMMAND: problem report not filled out, therefore not sent
    [all...]
  /external/webkit/WebKitTools/Scripts/
parallelcl 31 print STDERR "The invoking process wants preprocessed source, so let's hand off this whole command to the real cl.exe\n" if $debug;
38 die "No command file specified!" unless $commandFile;
43 open(COMMAND, '<:raw:encoding(UTF16-LE):crlf:utf8', $commandFile) or die "Couldn't open $commandFile!";
45 # The first line of the command file contains all the options to cl.exe plus the first (possibly quoted) filename
46 my $firstLine = <COMMAND>;
72 # The rest of the lines of the command file just contain source files, one per line
73 while (my $source = <COMMAND>) {
79 close(COMMAND);
191 my ($command) = @_;
193 print STDERR "Exec($command)\n" if $debug
    [all...]
  /frameworks/base/media/libmedia/
IEffect.cpp 31 COMMAND,
62 status_t command(uint32_t cmdCode, function in class:android::BpEffect
68 LOGV("command");
86 remote()->transact(COMMAND, data, &reply);
140 case COMMAND: {
141 LOGV("COMMAND");
156 status_t status = command(cmdCode, cmdSize, cmd, &replySz, resp);
  /external/protobuf/
configure.ac 39 [AS_HELP_STRING([--with-protoc=COMMAND],
40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
  /external/grub/netboot/
epic100.h 16 COMMAND= 0, /* Control Register */
43 /* Command register (CR_) bits */
  /external/jpeg/
ltmain.sh 76 # Parse our command line options once, thoroughly.
224 # Get the compilation command and the source file.
232 # Accept any command-line options.
304 $echo "$modename: you must specify a compilation command" 1>&2
741 # Finalize command for both is simple: just hardcode it.
    [all...]

Completed in 180 milliseconds

1 2