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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
pragma-pack-3.c 2 // 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/
tab_applescript.h 48 - (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...]
  /dalvik/dx/src/com/android/dx/command/
UsageException.java 17 package com.android.dx.command;
20 * Simple exception class used to communicate that the command-line tool
  /external/chromium/chrome/browser/ui/cocoa/
browser_command_executor.h 12 - (void)executeCommand:(int)command;
command_observer_bridge.h 18 // 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;
  /libcore/luni/src/main/java/java/util/concurrent/
Executor.java 102 * Executes the given command at some time in the future. The command
106 * @param command the runnable task
109 * @throws NullPointerException if command is null
111 void execute(Runnable command);
  /libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 33 private List<String> command; field in class:ProcessBuilder
42 * @param command
45 public ProcessBuilder(String... command) {
46 this(new ArrayList<String>(Arrays.asList(command)));
55 * @param command
58 * if {@code command} is {@code null}.
60 public ProcessBuilder(List<String> command) {
61 if (command == null) {
64 this.command = command;
77 public List<String> command() { method in class:ProcessBuilder
88 public ProcessBuilder command(String... command) { method in class:ProcessBuilder
103 public ProcessBuilder command(List<String> command) { method in class:ProcessBuilder
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebEditCommand.cpp 37 PassRefPtr<WebEditCommand> WebEditCommand::create(PassRefPtr<WebCore::EditCommand> command)
39 return adoptRef(new WebEditCommand(command, generateCommandID()));
  /external/webkit/Tools/DumpRenderTree/qt/
TextInputControllerQt.cpp 42 void TextInputController::doCommand(const QString& command)
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 =="moveRightAndModifySelection:")
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
WrapperInit.java 56 * @param args The command-line arguments.
91 * Executes a runtime application with a wrapper command.
94 * @param invokeWith The wrapper command.
102 StringBuilder command = new StringBuilder(invokeWith); local
103 command.append(" /system/bin/app_process /system/bin --application");
105 command.append(" '--nice-name=").append(niceName).append("'");
107 command.append(" com.android.internal.os.WrapperInit ");
108 command.append(pipeFd != null ? pipeFd.getInt$() : 0);
109 command.append(' ');
110 command.append(targetSdkVersion)
126 StringBuilder command = new StringBuilder(invokeWith); local
    [all...]
  /external/chromium/chrome/browser/
command_updater.cc 16 class CommandUpdater::Command {
21 Command() : enabled(true) {}
33 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
82 Command* command = it->second; local
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/resources/
fail-on-update-2.php 19 $command = $_GET['command']; variable
26 if ($command == "reset") {
28 } else if ($command == "delete") {
35 print("fail-on-update.php?command=\n");
fail-on-update.php 19 $command = $_GET['command']; variable
26 if ($command == "reset") {
28 } else if ($command == "delete") {
34 print("fail-on-update.php?command=\n");
  /bionic/libc/kernel/arch-x86/asm/
ist.h 19 __u32 command; member in struct:ist_info
  /bootable/recovery/
bootloader.h 26 * The command field is updated by linux when it wants to
32 * completion of an "update-radio" or "update-hboot" command.
39 char command[32]; member in struct:bootloader_message
44 /* Read and write the bootloader command from the "misc" partition.
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ist.h 19 __u32 command; member in struct:ist_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ist.h 24 __u32 command; member in struct:ist_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
ist.h 19 __u32 command; member in struct:ist_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
ist.h 19 __u32 command; member in struct:ist_info
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
ist.h 19 __u32 command; member in struct:ist_info
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
ist.h 19 __u32 command; member in struct:ist_info
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
ist.h 19 __u32 command; member in struct:ist_info
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller_target.h 19 - (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/
emmarun.java 9 import com.vladium.emma.Command;
26 final Command command = Command.create ("run", emmarun.class.getName (), args); local
27 command.run ();
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditCommandWx.h 42 EditCommandWx(WTF::PassRefPtr<WebCore::EditCommand> command)
44 m_editCommand = command;

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011>>