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

  /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_color_test.py 44 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_color_test_')
66 p = gtest_test_utils.Subprocess([COMMAND] + args)
gtest_env_var_test.py 43 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_env_var_test_')
67 args = [COMMAND]
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, env=environ_copy).output
92 args: command line flags to pass to gtest_shuffle_test_
gtest_filter_unittest.py 37 environments and command line flags.
93 # The command line flag for specifying the test filters.
96 # The command line flag for including disabled tests.
99 # Command to run the gtest_filter_unittest_ program.
100 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_filter_unittest_')
111 # The command line flag to tell Google Test to output the list of tests it
117 [COMMAND, LIST_TESTS_FLAG]).output
181 return gtest_test_utils.Subprocess([COMMAND] + (args or []),
188 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ)
215 def RunWithSharding(total_shards, shard_index, command)
    [all...]
  /external/protobuf/gtest/test/
gtest_env_var_test.py 43 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_env_var_test_')
65 args = [COMMAND]
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_color_test.py 44 COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_color_test_')
66 p = gtest_test_utils.Subprocess([COMMAND] + args)
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_
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...]
  /external/gtest/test/
gtest_color_test.py 44 COMMAND = os.path.join(gtest_test_utils.GetBuildDir(),
62 cmd = COMMAND
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_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_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/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);
  /system/core/init/
init_parser.c 50 #define COMMAND 0x02
402 struct command *cmd;
477 struct command *cmd;
563 if (!kw_is(kw, COMMAND)) {
564 parse_error(state, "invalid command '%s'\n", args[0]);
660 struct command *cmd;
670 if (!kw_is(kw, COMMAND)) {
671 parse_error(state, "invalid command '%s'\n", args[0]);
  /external/grub/netboot/
epic100.h 16 COMMAND= 0, /* Control Register */
43 /* Command register (CR_) bits */
  /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...]
  /external/mksh/src/
histrap.c 134 /* Substitute and execute command */
253 ret = command(editor ? editor : "${FCEDIT:-/bin/ed} $_", 0);
322 ret = command(cmd, 0);
400 /* the -1 is to avoid the current fc command */
409 /* Return a pointer to the newest command in the history */
420 /* Return a pointer to the oldest command in the history */
597 /* do not save command in history but possibly sync */
619 * save command in history
648 if (++hp >= history + histsize) { /* remove oldest command */
675 * Each command i
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 178 milliseconds