Searched refs:command (Results 1 - 25 of 438) sorted by relevance

1234567891011>>

/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/chromium/chrome/browser/ui/cocoa/applescript/
H A Dtab_applescript.h48 - (void)handlesUndoScriptCommand:(NSScriptCommand*)command;
49 - (void)handlesRedoScriptCommand:(NSScriptCommand*)command;
52 - (void)handlesCutScriptCommand:(NSScriptCommand*)command;
53 - (void)handlesCopyScriptCommand:(NSScriptCommand*)command;
54 - (void)handlesPasteScriptCommand:(NSScriptCommand*)command;
57 - (void)handlesSelectAllScriptCommand:(NSScriptCommand*)command;
60 - (void)handlesGoBackScriptCommand:(NSScriptCommand*)command;
61 - (void)handlesGoForwardScriptCommand:(NSScriptCommand*)command;
62 - (void)handlesReloadScriptCommand:(NSScriptCommand*)command;
63 - (void)handlesStopScriptCommand:(NSScriptCommand*)command;
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dmenu_item.js34 if ((commandId = this.getAttribute('command')))
35 this.command = commandId;
41 * The command associated with this menu item. If this is set to a string
43 * of the command.
47 get command() {
50 set command(command) {
58 if (typeof command == 'string' && command[0] == '#') {
59 command
[all...]
H A Dcommand.js6 * @fileoverview A command is an abstraction of an action a user can do in the
9 * When the focus changes in the document for each command a canExecute event
11 * enable and disable the command by setting the event.canExecute property.
13 * When a command is executed a command event is dispatched on the active
15 * command if there might be other command listeners higher up in the DOM tree.
68 * Creates a new command element.
72 var Command = cr.ui.define('command');
78 * Initializes the command
[all...]
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_command_executor.h12 - (void)executeCommand:(int)command;
H A Dcommand_observer_bridge.h18 // command ids it cares about, and then wait for update notifications,
29 // Register for updates about |command|.
30 void ObserveCommand(int command);
34 virtual void EnabledStateChangedForCommand(int command, bool enabled);
42 // state change for the given command.
44 - (void)enabledStateChangedForCommand:(NSInteger)command enabled:(BOOL)enabled;
/external/gtest/test/
H A Dgtest_env_var_test.py74 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')
102 TestFlag(command, 'filter', 'FooTest.Bar', '*')
103 TestFlag(command, 'outpu
[all...]
H A Dgtest_uninitialized_test.py70 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)
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebEditCommand.cpp37 PassRefPtr<WebEditCommand> WebEditCommand::create(PassRefPtr<WebCore::EditCommand> command) argument
39 return adoptRef(new WebEditCommand(command, generateCommandID()));
H A DWebEditCommand.h39 WebCore::EditCommand* command() const { return m_command.get(); } function in class:WebKit::WebEditCommand
43 WebEditCommand(PassRefPtr<WebCore::EditCommand> command, uint64_t commandID) argument
44 : m_command(command)
/external/webkit/Tools/Scripts/webkitpy/common/config/
H A Dports.py102 command = cls.script_shell_command("build-webkit")
104 command.append("--debug")
106 command.append("--release")
107 return command
175 command = WebKitPort.build_webkit_command(build_style=build_style)
176 command.append("--gtk")
177 command.append(WebKitPort.makeArgs())
178 return command
182 command = WebKitPort.run_webkit_tests_command()
183 command
[all...]
/external/webkit/Tools/DumpRenderTree/qt/
H A DTextInputControllerQt.cpp42 void TextInputController::doCommand(const QString& command) argument
46 if (command == "moveBackwardAndModifySelection:") {
49 } else if (command =="moveDown:") {
51 } else if (command =="moveDownAndModifySelection:") {
54 } else if (command =="moveForward:") {
56 } else if (command =="moveForwardAndModifySelection:") {
59 } else if (command =="moveLeft:") {
61 } else if (command =="moveLeftAndModifySelection:") {
64 } else if (command =="moveRight:") {
66 } else if (command
[all...]
/external/chromium/chrome/browser/
H A Dcommand_updater.cc33 const CommandMap::const_iterator command(commands_.find(id));
34 if (command == commands_.end())
36 return command->second->enabled;
52 Command* command = GetCommand(id, true); local
53 if (command->enabled == enabled)
55 command->enabled = enabled;
56 FOR_EACH_OBSERVER(CommandObserver, command->observers,
65 Command* command = new Command; local
66 commands_[id] = command;
67 return command;
82 Command* command = it->second; local
[all...]
/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dfail-on-update-2.php19 $command = $_GET['command']; variable
26 if ($command == "reset") {
28 } else if ($command == "delete") {
35 print("fail-on-update.php?command=\n");
H A Dfail-on-update.php19 $command = $_GET['command']; variable
26 if ($command == "reset") {
28 } else if ($command == "delete") {
34 print("fail-on-update.php?command=\n");
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_controller_target.h19 - (void)commandDispatch:(TabStripModel::ContextMenuCommand)command
21 // Returns YES if the specificed command should be enabled for the given
23 - (BOOL)isCommandEnabled:(TabStripModel::ContextMenuCommand)command
/external/emma/core/java12/
H A Demmarun.java26 final Command command = Command.create ("run", emmarun.class.getName (), args);
27 command.run ();
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc63 command, // ClearSilver command: "<?cs var:".
64 args, // Args to command: "some.variable=3 ?>"
86 {command} var = 'var';
87 {command} lvar = 'lvar';
88 {command} evar = 'evar';
89 {command} uvar = 'uvar';
90 {command} set = 'set';
91 {command} if = 'if';
92 {command} else_i
[all...]
/external/webkit/LayoutTests/http/tests/resources/
H A Dnetwork-simulator.php159 $command = $_GET['command']; variable
160 if ($command) {
161 if ($command == "connect")
163 else if ($command == "disconnect")
165 else if ($command == "increase-resource-count")
167 else if ($command == "reset-resource-count")
169 else if ($command == "get-resource-count")
171 else if ($command == "start-resource-request-log")
173 else if ($command
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline_unittest.py40 command = Rebaseline()
41 command.bind_to_tool(MockTool())
43 OutputCapture().assert_outputs(self, command._tests_to_update, [build])
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DProcessBuilderTest.java44 ProcessBuilder pb = new ProcessBuilder("command");
45 assertEquals(1, pb.command().size());
46 assertEquals("command", pb.command().get(0));
50 pb.command("BBB","CCC");
51 List<String> list = pb.command();
53 String[] command = new String[3];
54 list.toArray(command);
55 assertTrue(Arrays.equals(new String[]{"BBB","CCC","DDD"}, command));
59 ProcessBuilder pb = new ProcessBuilder("command");
[all...]
/external/kernel-headers/original/asm-x86/
H A Dist.h24 __u32 command; member in struct:ist_info
/external/dbus/tools/
H A Ddbus-launch-win.c58 * pointless as it doesn't take the same command-line options as the
59 * UNIX dbus-launch does. A main point of the dbus-launch command is
88 wchar_t command[MAX_PATH * 2 + 1]; local
128 wcscpy_s (command, sizeof (command), L"--session");
130 fprintf (stderr, "%ls %ls\n", dbusDaemonPath, command);
132 command[0] = L'\0';
134 wcscpy_s (command, sizeof (command), dbusDaemonPath);
135 wcscat_s (command, sizeo
[all...]
/external/kernel-headers/original/linux/usb/
H A Df_mtp.h28 /* MTP command code */
29 uint16_t command; member in struct:mtp_data_header
43 /* MTP command ID for data header,
46 uint16_t command; member in struct:mtp_file_range
/external/webkit/Source/WebKit/chromium/src/
H A DDebuggerAgentImpl.cpp60 void DebuggerAgentImpl::debuggerOutput(const String& command) argument
62 m_webdevtoolsAgentClient->sendDebuggerOutput(command);

Completed in 2787 milliseconds

1234567891011>>