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

1 2 3

  /system/core/init/
keywords.h 40 KEYWORD(chdir, COMMAND, 1, do_chdir)
41 KEYWORD(chroot, COMMAND, 1, do_chroot)
43 KEYWORD(class_start, COMMAND, 1, do_class_start)
44 KEYWORD(class_stop, COMMAND, 1, do_class_stop)
45 KEYWORD(class_reset, COMMAND, 1, do_class_reset)
49 KEYWORD(domainname, COMMAND, 1, do_domainname)
50 KEYWORD(exec, COMMAND, 1, do_exec)
51 KEYWORD(export, COMMAND, 2, do_export)
53 KEYWORD(hostname, COMMAND, 1, do_hostname)
54 KEYWORD(ifup, COMMAND, 1, do_ifup
    [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...]
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 19 COMMAND="adb install -r $TESTAPP"
20 echo $COMMAND
21 $COMMAND
  /external/chromium/testing/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_')
67 args = [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]
  /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/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-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/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-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/chromium/testing/gmock/test/
gmock_output_test.py 54 COMMAND = [PROGRAM_PATH, '--gtest_stack_trace_depth=0', '--gtest_print_time=0']
139 """Runs a command in a sub-process, and returns its STDOUT in a string."""
145 """Runs a command and returns its normalized output and a list of leaky tests.
148 cmd: the shell command.
158 (output, leaky_tests) = GetNormalizedCommandOutputAndLeakyTests(COMMAND)
175 (output, _) = GetNormalizedCommandOutputAndLeakyTests(COMMAND)
  /sdk/bash_completion/
adb.bash 50 where=COMMAND
57 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then
62 COMMAND="devices connect disconnect push pull sync shell emu logcat lolcat forward jdwp install uninstall bugreport help version start-server kill-server get-state get-serialno status-window remount reboot reboot-bootloader root usb tcpip"
66 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
69 local devices=$(command adb devices '2>' /dev/null | grep -v "List of devices" | awk '{ print $1 }')
72 COMMAND)
74 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") )
185 paths=$(command adb ${args[@]} shell echo '$'PATH 2> /dev/null | tr -d '\r' | tr : '\n')
186 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' |
    [all...]
  /external/webkit/Tools/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...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 198 case 1: state = State.COMMAND; break;
212 case 1: state = State.COMMAND; break;
226 case 1: state = State.COMMAND; break;
240 case 1: state = State.COMMAND; break;
254 case 1: state = State.COMMAND; break;
268 case 1: state = State.COMMAND; break;
283 case 1: state = State.COMMAND; break;
297 case 1: state = State.COMMAND; break;
311 case 1: state = State.COMMAND; break;
325 case 1: state = State.COMMAND; break
    [all...]

Completed in 1187 milliseconds

1 2 3