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

1 2 3

  /system/core/init/
keywords.h 45 KEYWORD(chdir, COMMAND, 1, do_chdir)
46 KEYWORD(chroot, COMMAND, 1, do_chroot)
48 KEYWORD(class_start, COMMAND, 1, do_class_start)
49 KEYWORD(class_stop, COMMAND, 1, do_class_stop)
50 KEYWORD(class_reset, COMMAND, 1, do_class_reset)
54 KEYWORD(domainname, COMMAND, 1, do_domainname)
55 KEYWORD(exec, COMMAND, 1, do_exec)
56 KEYWORD(export, COMMAND, 2, do_export)
58 KEYWORD(hostname, COMMAND, 1, do_hostname)
59 KEYWORD(ifup, COMMAND, 1, do_ifup
    [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]
gtest_color_test.py 44 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_color_test_')
66 p = gtest_test_utils.Subprocess([COMMAND] + args)
  /external/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]
gtest_color_test.py 44 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_color_test_')
66 p = gtest_test_utils.Subprocess([COMMAND] + args)
  /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...]
  /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.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...]
  /prebuilts/gcc/linux-x86/host/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...]
  /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)
  /external/libmtp/
hotplug.sh.in 105 COMMAND=`which grep 2> /dev/null`
106 if [ "x${COMMAND}" = "x" ];
111 COMMAND=`which awk 2> /dev/null`
112 if [ "x${COMMAND}" = "x" ];
  /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...]
  /hardware/ti/wlan/mac80211/ti-utils/
misc_cmds.c 75 COMMAND(set, push_nvs, "<nvs filename>",
117 COMMAND(set, fetch_nvs, NULL,
119 "Send command to fetch NVS file");
151 COMMAND(get, nvs_mac, "<nvs filename>", 0, 0, CIB_NONE, get_nvs_mac,
220 COMMAND(set, nvs_mac, "<nvs file> [<mac addr>]", 0, 0, CIB_NONE, set_nvs_mac,
259 COMMAND(set, ref_nvs, "<ini file>", 0, 0, CIB_NONE, set_ref_nvs,
302 COMMAND(set, ref_nvs2, "<ini file> <ini file>", 0, 0, CIB_NONE, set_ref_nvs2,
343 COMMAND(set, upd_nvs, "<ini file> [<nvs file>]", 0, 0, CIB_NONE, set_upd_nvs,
370 COMMAND(get, dump_nvs, "[<nvs file>]", 0, 0, CIB_NONE, get_dump_nvs,
405 COMMAND(set, autofem, "<0-manual|1-auto> [<nvs file>]", 0, 0, CIB_NONE, set_autofem
    [all...]
plt.c 80 COMMAND(plt, power_mode, "<on|off>",
118 COMMAND(plt, tune_channel, "<band> <channel>",
155 COMMAND(plt, ref_point, "<voltage> <power> <subband>",
262 COMMAND(plt, tx_bip,
302 COMMAND(plt, tx_tone, "<power> <tone type>",
304 "Do command tx_tone to transmit a tone\n");
373 COMMAND(plt, tx_cont, "<delay> <rate> <size> <amount> <power>\n\t\t<seed> "
405 COMMAND(plt, tx_stop, NULL,
435 COMMAND(plt, start_rx_statcs, NULL,
465 COMMAND(plt, stop_rx_statcs, NULL
    [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...]
  /frameworks/av/media/libmedia/
IEffect.cpp 31 COMMAND,
62 status_t command(uint32_t cmdCode, function in class:android::BpEffect
68 ALOGV("command");
87 status_t status = remote()->transact(COMMAND, data, &reply);
147 case COMMAND: {
148 ALOGV("COMMAND");
163 status_t status = command(cmdCode, cmdSize, cmd, &replySz, resp);
  /external/chromium/testing/gmock/
CMakeLists.txt 29 if (COMMAND pre_project_set_up_hermetic_build)
48 if (COMMAND set_up_hermetic_build)
  /external/chromium/testing/gtest/
CMakeLists.txt 28 if (COMMAND pre_project_set_up_hermetic_build)
45 if (COMMAND set_up_hermetic_build)

Completed in 753 milliseconds

1 2 3