HomeSort by relevance Sort by last modified time
    Searched full:command1 (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/chromeos/
name_value_pairs_parser_unittest.cc 25 const char* command1[] = { "echo", "foo=Foo bar=Bar\nfoobar=FooBar\n" }; local
27 arraysize(command1), command1, "=", " \n"));
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 170 const int command1 = 1234567; local
172 MenuError* error1 = new MenuError(command1);
180 int index1 = model.GetIndexOfCommandId(command1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd.py 95 >>> mycmd.print_topics("header", ["command1", "command2"], 2 ,10)
98 command1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd.py 95 >>> mycmd.print_topics("header", ["command1", "command2"], 2 ,10)
98 command1
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 93 StringRef Command1("command1");
96 StringRef Command2("command1");
100 "\"command\":\"" + Command1 + "\","
109 EXPECT_EQ(Command1, Commands[0].CommandLine[0]) << ErrorMessage;
  /external/libmtp/examples/
connect.c 69 printf("Usage: connect <command1> <command2>\n");
  /system/core/sh/
sh.1 590 .Dl [!] command1 [ | command2 ...]
592 The standard output of command1 is connected to the standard input of
613 .Dl $ command1 2\*[Gt]\*[Am]1 | command2
615 sends both the standard output and standard error of command1
635 .Dl command1 \*[Am] [command2 \*[Am] ...]
    [all...]

Completed in 297 milliseconds