/hardware/ti/omap3/dspbridge/libbridge/inc/ |
qosti_dspdecl.h | 22 // The QOS command codes (to match the DSP side equivalents). 28 * The enumeration defines the control command selector for *cmd* 50 * The enumeration defines the control command selector for *arg1* 69 * The enumeration defines the control command selector for *arg2* 86 * The enumeration defines the control command selector for *arg2*
|
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapConnection.java | 63 private static final String IMAP_REDACTED_LOG = "[IMAP command redacted]"; 70 /** # of command/response lines to log upon crash. */ 234 * Send a single command to the server. The command will be preceded by an IMAP command 237 * @param command The command to send to the server 238 * @param sensitive If true, the command will not be logged 239 * @return Returns the command tag that was sent 241 String sendCommand(String command, boolean sensitive [all...] |
/development/cmds/monkey/ |
README.NETWORK.txt | 25 COMMAND LIST 28 respond to every command with a line starting with OK for commands 49 This command injects KeyEvent's into the input system. The keycode 63 This command injects a MotionEvent into the input system that 73 This command injects a MotionEvent into the input system that 84 This command will wake the device up from sleep and allow user input. 87 The tap command is a shortcut for the touch command. It will 92 The press command is a shortcut for the key command. The keycod [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
advanced_options_utils_gtk.cc | 20 // Command used to configure GNOME proxy settings. The command was renamed 40 // it in the |binary| field and the command array index in in |index|. 77 const ProxyConfigCommand& command) { 80 argv.push_back(command.binary); 81 for (size_t i = 1; command.argv[i]; i++) 82 argv.push_back(command.argv[i]); 86 LOG(ERROR) << "StartProxyConfigUtil failed to start " << command.binary; 100 ProxyConfigCommand command; local 110 command = commands[index] [all...] |
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/ |
cmp.h | 62 * CMP command header. 65 /** Command ID. */ 73 /** Response ID (must be command ID | RSP_ID_MASK ). */ 75 /** Return code of command. */ 96 /** Total number of bytes used for PSS signature in GENERATE AUTH TOKEN command. */ 139 /** @defgroup MC_CMP_CMD_GET_VERSION_CMD Command 142 /** GetVersion command. */ 166 /** @defgroup MC_CMP_CMD_GENERATE_AUTH_TOKEN_CMD Command 181 /** GenAuthToken command. */ 209 /** @defgroup MC_CMP_CMD_BEGIN_SOC_AUTHENTICATION_CMD Command [all...] |
/development/ndk/sources/android/native_app_glue/ |
android_native_app_glue.h | 214 * Command from main thread: the AInputQueue has changed. Upon processing 215 * this command, android_app->inputQueue will be updated to the new queue 221 * Command from main thread: a new ANativeWindow is ready for use. Upon 222 * receiving this command, android_app->window will contain the new window 228 * Command from main thread: the existing ANativeWindow needs to be 229 * terminated. Upon receiving this command, android_app->window still 236 * Command from main thread: the current ANativeWindow has been resized. 242 * Command from main thread: the system needs that the current ANativeWindow 249 * Command from main thread: the content area of the window has changed, 256 * Command from main thread: the app's activity window has gaine [all...] |
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.cpp | 294 frame->editor()->command("MoveUpByPageAndModifyCaret"); 297 frame->editor()->command("MoveDownByPageAndModifyCaret"); 300 frame->editor()->command("InsertLineBreak"); 316 frame->editor()->command("SelectAll"); 319 frame->editor()->command("ToggleBold"); 322 frame->editor()->command("Copy"); 325 frame->editor()->command("ToggleItalic"); 328 frame->editor()->command("Paste"); 331 frame->editor()->command("Cut"); 334 frame->editor()->command("Redo") [all...] |
/cts/suite/audio_quality/lib/include/audio/ |
RemoteAudio.h | 37 * Assumption: only one command at a time. No other command can come 38 * while a command is pending. 76 void sendCommand(android::sp<android::MessageHandler>& command); 79 bool waitForCompletion(android::sp<android::MessageHandler>& command, int timeInMSec); 86 CommandHandler* toCommandHandler(android::sp<android::MessageHandler>& command) { 87 return reinterpret_cast<CommandHandler*>(command.get()); 114 CommandHandler(RemoteAudio& thread, int command) 116 mMessage(command),
|
/development/testrunner/ |
adb_interface.py | 18 """Provides an interface to communicate with the device via the adb command. 37 # argument to pass to adb, to direct command to specific device 55 """Send a command via adb. 58 command_string: adb command to run 59 timeout_time: number of seconds to wait for command to respond before 61 retry_count: number of times to retry command before raising 64 string output of command 67 WaitForResponseTimedOutError if device does not respond to command within time 75 """Send a adb shell command. 78 cmd: adb shell command to ru [all...] |
/external/chromium/chrome/browser/debugger/ |
devtools_remote_service.cc | 28 const char kCommandKey[] = "command"; 50 NOTREACHED(); // Broken protocol - no "command" specified 64 std::string command; local 67 json->GetString(kCommandKey, &command); 68 response.SetString(kCommandKey, command); 70 if (command == DevToolsRemoteServiceCommand::kPing) { 73 } else if (command == DevToolsRemoteServiceCommand::kVersion) { 76 } else if (command == DevToolsRemoteServiceCommand::kListTabs) { 97 // Unknown protocol command.
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
command_line.js | 7 * command line string. 16 * Class to reperesent command line options passed to chrome. 29 * Note that the Chromium code that computes the command line string 30 * has a bug that strips quotes from command lines, so you can't really 34 * @param {string} commandLineString The command line string to parse. 42 * Return the command line as a single string. 49 * Parse the array of command line options into this.executable, this.options, 52 * @param {Array} ary The list of command line arguments. The first argument 53 * must be the executable name. Named command line arguments must start
|
/external/doclava/src/com/google/doclava/ |
AttrTagInfo.java | 60 String command = m.group(1); local 63 if (REF_COMMAND.equals(command)) { 74 mCommand = command; 76 } else if (NAME_COMMAND.equals(command)) { 82 mCommand = command; 84 } else if (DESCRIPTION_COMMAND.equals(command)) { 85 mCommand = command; 88 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr command: " + command);
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
InlineRewriter.java | 30 * command sub-tree, where all whitespace data commands have been removed. 46 * <p>The inline command is intended only to allow neater template authoring. 48 * inside an inline command can consist only of whitespace characters. This 50 * unexpected way when using the inline command. Literal text may still be 51 * rendered in an inlined section if it is part of a var command. 79 PCommand command = node.getCommand(); 80 node.replaceBy(command); 81 command.apply(this); 95 * Removes data commands within an inline command.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
echoing | 1 $description = "The following test creates a makefile to test command \n" 2 ."echoing. It tests that when a command line starts with \n" 11 ."been placed in front of the delete command line. Four tests \n" 13 ."command should be executed. In this case there is no '\@' so \n" 14 ."we should expect make to display the command AND display the \n" 16 ."but since there is a '\@' at the beginning of the command, we\n" 19 ."we give make the -n option. We now expect the command to be \n" 22 ."if it actually tried to run the delete command again and the \n" 25 ."command before printing the message.";
|
/cts/suite/audio_quality/lib/src/audio/ |
AudioProtocol.cpp | 58 uint32_t command = ntohl(data[0]); local 59 if ((command & 0xffff0000) != 0x43210000) { 60 LOGE("Wrong header %x %x", command, data[0]); 63 command = (command & 0xffff) | 0x12340000; // convert to id 64 if (command < ECmdStart) { 65 LOGE("Wrong header %x %x", command, data[0]); 68 if (command > (ECmdLast - 1)) { 69 LOGE("Wrong header %x %x", command, data[0]); 72 id = (CommandId)command; [all...] |
/external/chromium/webkit/glue/ |
webpreferences.cc | 154 // Enable the web audio API if requested on the command line. 157 // Enable experimental WebGL support if requested on command line 161 // Disable GL multisampling if requested on command line. 165 // on command line. 168 // Display an FPS indicator if requested on the command line. 172 // the command line 175 // Enable gpu-accelerated compositing if requested on the command line. 178 // Always enter compositing if requested on the command line. 181 // Enable composite to offscreen texture if requested on the command line. 184 // Enable gpu-accelerated 2d canvas if requested on the command line [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
AdHocCommandData.java | 34 * Represents the state and the request of the execution of an adhoc command.
40 /* JID of the command host */
43 /* Command name */
46 /* Command identifier */
74 buf.append("<command xmlns=\"http://jabber.org/protocol/commands\"");
128 buf.append("</command>");
133 * Returns the JID of the command host.
135 * @return the JID of the command host.
146 * Returns the human name of the command
148 * @return the name of the command. [all...] |
/external/webkit/LayoutTests/http/tests/resources/ |
network-simulator.php | 159 $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 == "clear-resource-request-log" [all...] |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.sgml | 14 <command>wpa_supplicant</command> 52 <para><command>wpa_supplicant</command> is an implementation of 59 <para><command>wpa_supplicant</command> is designed to be a 62 connection. <command>wpa_supplicant</command> supports separate 64 <command>wpa_cli</command>, is included wit [all...] |
/frameworks/base/cmds/input/src/com/android/commands/input/ |
Input.java | 28 * Command that sends key events to the device, either by their keycode, or by 36 * Command-line entry point. 38 * @param args The command-line arguments 50 String command = args[0]; local 53 if (command.equals("text")) { 58 } else if (command.equals("keyevent")) { 67 } else if (command.equals("tap")) { 72 } else if (command.equals("swipe")) { 78 } else if (command.equals("touchscreen") || command.equals("touchpad" [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkViews.java | 155 * Command to list all possible view ids for the given application. 160 public MonkeyCommandReturn translateCommand(List<String> command, 189 * A command that allows for querying of views. It takes an id type, the requisite ids, 190 * and the command for querying the view. 193 //queryview [id type] [id(s)] [command] 196 public MonkeyCommandReturn translateCommand(List<String> command, 198 if (command.size() > 2) { 199 String idType = command.get(1); 205 node = getNodeByViewId(command.get(2)); 206 viewQuery = command.get(3) [all...] |
/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)
|
/external/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)
|
/external/libvpx/libvpx/third_party/googletest/src/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)
|
/external/llvm/test/MC/MachO/ |
direction_labels.s | 21 // CHECK: # Load Command 0 22 // CHECK: (('command', 1) 52 // CHECK: # Load Command 1 53 // CHECK: (('command', 2) 71 // CHECK: # Load Command 2 72 // CHECK: (('command', 11)
|