Searched defs:command (Results 1 - 25 of 392) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/
H A Dimmersive_fullscreen_configuration.cc16 CommandLine* command = CommandLine::ForCurrentProcess(); local
18 if (command->HasSwitch(switches::kKioskMode))
23 return !command->HasSwitch(ash::switches::kAshDisableImmersiveFullscreen);
32 // will need to add kAshEnableImmersiveFullscreen to the command line.
H A Dexternal_protocol_dialog_delegate.cc28 // TODO(calamity): Look up the command in ExternalProtocolHandler and pass it
31 string16 command = local
37 ui::ElideString(command, kMaxCommandSize, &elided_command);
/external/chromium_org/chrome/browser/printing/
H A Dprinter_manager_dialog_linux.cc21 // KDE printer config command ("system-config-printer-kde") causes the
23 // Therefore, use GNOME printer config command for KDE.
26 // Detect the command based on the deskop environment and open the printer
32 const char* command = NULL; local
38 command = kGNOMEPrinterConfigCommand;
45 if (!command) {
46 LOG(ERROR) << "Failed to detect the command to open printer config dialog";
51 argv.push_back(command);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dtest.cpp49 printf("*** usage: %s <command> <options>\n", name);
61 const char *command = argv[1]; local
64 return command;
69 const char *command = extract_command_from_argv(&argc, argv); local
70 if (strcmp(command, "optpass") == 0) {
/external/clang/test/CodeGen/
H A Dpragma-pack-3.c2 // CHECK-X32: %union.command = type <{ i8*, [2 x i8] }>
5 // CHECK-X64: %union.command = type <{ i8*, [2 x i8] }>
9 typedef union command { union
15 } command; typedef in typeref:union:command
17 command c;
/external/kernel-headers/original/asm-x86/
H A Dist.h24 __u32 command; member in struct:ist_info
/external/mesa3d/src/glsl/
H A Dtest.cpp49 printf("*** usage: %s <command> <options>\n", name);
61 const char *command = argv[1]; local
64 return command;
69 const char *command = extract_command_from_argv(&argc, argv); local
70 if (strcmp(command, "optpass") == 0) {
/external/chromium/chrome/browser/chromeos/
H A Dname_value_pairs_parser_unittest.cc15 const char* command[] = { "echo", "Foo" }; local
16 EXPECT_TRUE(parser.GetSingleValueFromTool(arraysize(command), command,
/external/chromium/chrome/browser/sync/engine/
H A Dcleanup_disabled_types_command_unittest.cc46 CleanupDisabledTypesCommand command; local
50 command.ExecuteImpl(session());
54 CleanupDisabledTypesCommand command; local
60 command.ExecuteImpl(session());
63 command.ExecuteImpl(session());
67 CleanupDisabledTypesCommand command; local
82 command.ExecuteImpl(session());
/external/chromium/chrome/browser/tab_contents/
H A Dview_source_uitest.cc23 bool IsMenuCommandEnabled(int command) { argument
30 EXPECT_TRUE(window_proxy->IsMenuCommandEnabled(command, &enabled));
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_provider_impl_chromeos_unittest.cc75 CommandLine* command = CommandLine::ForCurrentProcess(); local
76 command->AppendSwitchASCII(switches::kForceAppMode, std::string());
77 command->AppendSwitchASCII(switches::kAppId, std::string("app_id"));
/external/chromium_org/chrome/browser/ui/ash/
H A Duser_action_handler.cc32 aura::client::UserActionClient::Command command) {
33 switch (command) {
31 OnUserAction( aura::client::UserActionClient::Command command) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Ddesktop_user_action_handler_aura.cc18 aura::client::UserActionClient::Command command) {
19 switch (command) {
17 OnUserAction( aura::client::UserActionClient::Command command) argument
/external/chromium_org/chromeos/system/
H A Dname_value_pairs_parser_unittest.cc16 const char* command[] = { "/bin/echo", "Foo" }; local
17 EXPECT_TRUE(parser.GetSingleValueFromTool(arraysize(command), command,
93 const char* command[] = { "/bin/echo", local
107 arraysize(command), command, "=", "\n", "#"); local
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsound9.c52 void SendCommandToArm7(u32 command) argument
60 REG_IPC_FIFO_TX = command;
/external/smali/util/src/main/java/org/jf/util/
H A DConsoleUtil.java84 private static String attemptCommand(String[] command) { argument
89 Process p = Runtime.getRuntime().exec(command);
/external/chromium/chrome/browser/
H A Dprocess_info_snapshot.h45 // mostly self-explanatory). Note that |command| may not actually reflect the
59 std::string command; member in struct:ProcessInfoSnapshot::ProcInfoEntry
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommands.cc12 const extensions::Command& command, bool active) {
14 result->SetString("name", command.command_name());
15 result->SetString("description", command.description());
17 active ? command.accelerator().GetShortcutText() :
11 CreateCommandValue( const extensions::Command& command, bool active) argument
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot.h45 // mostly self-explanatory). Note that |command| may not actually reflect the
59 std::string command; member in struct:ProcessInfoSnapshot::ProcInfoEntry
/external/chromium_org/chrome/common/extensions/api/commands/
H A Dcommands_manifest_unittest.cc87 // An extension with a browser action but no extension command specified
88 // should get a command assigned to it.
89 const extensions::Command* command = local
91 ASSERT_TRUE(command != NULL);
92 ASSERT_EQ(ui::VKEY_UNKNOWN, command->accelerator().key_code());
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils.h50 bool command) WARN_UNUSED_RESULT;
60 bool command) WARN_UNUSED_RESULT;
71 bool command,
92 bool command,
104 bool command,
110 if (!SendKeyPressSync(browser, key, control, shift, alt, command))
98 SendKeyPressAndWaitWithDetails( const Browser* browser, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, int type, const content::NotificationSource& source, const content::Details<U>& details) argument
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities.h43 CommandLine command; member in struct:Capabilities
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddom_tracker_unittest.cc23 std::string command; local
25 command = sent_command_queue_.front();
28 return command;
/external/chromium_org/chrome/test/webdriver/commands/
H A Dset_timeout_commands_unittest.cc20 void AssertIsAbleToInitialize(ImplicitWaitCommand* const command) { argument
22 EXPECT_TRUE(command->Init(&response));
28 ImplicitWaitCommand* const command) {
30 command->ExecutePost(&response);
44 ImplicitWaitCommand* const command) {
46 command->ExecutePost(&response);
65 new base::DictionaryValue; // Owned by |command|.
66 ImplicitWaitCommand command(path_segments, parameters);
68 AssertIsAbleToInitialize(&command);
70 AssertError(kBadRequest, "Request missing ms parameter", &command);
26 AssertError(ErrorCode expected_status, const std::string& expected_message, ImplicitWaitCommand* const command) argument
43 AssertTimeoutSet(const Session& test_session, int expected_timeout, ImplicitWaitCommand* const command) argument
[all...]
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_automation.h52 // The command line to use for launching the browser. If no program is
54 CommandLine command; member in struct:webdriver::Automation::BrowserOptions

Completed in 718 milliseconds

1234567891011>>