/libcore/luni/src/main/java/java/lang/ |
Compiler.java | 32 * Executes an operation according to the specified command object. This 38 * the command object for the JIT compiler. 39 * @return the result of executing command or {@code null}. 41 public static Object command(Object cmd) { method in class:Compiler
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledExecutorService.java | 71 * @param command the task to execute 79 * @throws NullPointerException if command is null 81 public ScheduledFuture<?> schedule(Runnable command, 112 * @param command the task to execute 121 * @throws NullPointerException if command is null 124 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, 138 * @param command the task to execute 148 * @throws NullPointerException if command is null 151 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command,
|
/packages/apps/Mms/src/com/android/mms/ui/ |
AttachmentTypeSelectorAdapter.java | 83 int resource, int command) { 84 AttachmentListItem temp = new AttachmentListItem(title, resource, command); 91 public AttachmentListItem(String title, int resource, int command) { 94 mCommand = command;
|
/external/libxml2/ |
xmlcatalog.c | 98 char command[100]; local 110 * Parse the command itself 120 command[i++] = *cur++; 122 command[i] = 0; 182 * start interpreting the command 184 if (!strcmp(command, "exit")) 186 if (!strcmp(command, "quit")) 188 if (!strcmp(command, "bye")) 190 if (!strcmp(command, "public")) { 202 } else if (!strcmp(command, "system")) [all...] |
/libcore/luni/src/main/java/javax/sql/ |
RowSet.java | 102 * command, read only, maximum field size, maximum rows, escape processing, 119 * Gets the {@code RowSet}'s command property. 121 * @return a string containing the {@code RowSet}'s command property. A 122 * command is a SQL statement which is executed to fetch required 140 * syntax with the applicable code before sending an SQL command to the 261 * Sets the specified {@code ARRAY} parameter in the {@code RowSet} command 276 * Sets the value of the specified parameter in the {@code RowSet} command 294 * Sets the value of the specified parameter in the RowSet command with the 312 * Sets the value of the specified parameter in the RowSet command with the 329 * Sets the value of the specified parameter in the RowSet command with th [all...] |
/external/oprofile/opcontrol/ |
opcontrol.cpp | 672 char command[1024]; local 675 strcpy(command, argv[0]); 676 char* slash = strrchr(command, '/'); 677 strcpy(slash ? slash + 1 : command, "oprofiled --session-dir="OP_DATA_DIR); 720 snprintf(command + strlen(command), sizeof(command) - strlen(command), 723 snprintf(command + strlen(command), sizeof(command) - strlen(command), ",") [all...] |
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 2 * hostapd - command line interface for hostapd daemon 113 " [-G<ping interval>] [command..]\n" 179 printf("Not connected to hostapd - command dropped.\n"); 186 printf("'%s' command timed out.\n", cmd); 189 printf("'%s' command failed.\n", cmd); 273 printf("Invalid 'sta' command - exactly one argument, STA " 287 printf("Invalid 'new_sta' command - exactly one argument, STA " 301 printf("Invalid 'deauthenticate' command - exactly one " 319 printf("Invalid 'disassociate' command - exactly one " 338 printf("Invalid 'sa_query' command - exactly one argument, [all...] |
/external/libnfc-nxp/inc/ |
phNfcTypes.h | 356 * The <em> Mifare Command List Enumerator </em> lists all available Mifare native commands. 363 phNfc_eMifareRaw = 0x00U, /**< This command performs raw transcations . 374 Ex: With Write 4 byte command on block 8 looks as 380 This command performs an authentication with KEY A for a sector.\n 389 command fails, then user needs to reactivate 393 This command performs an authentication with KEY B for a sector.\n 402 command fails, then user needs to reactivate 413 If this command fails, the user needs to reactivate the 425 If this command fails, the user needs to reactivate the 436 If this command fails, the user needs to reactivate the [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_devctl.c | 395 ** Description Local function called to send a reset command 404 /* flush out the command complete queue and command transmit queue */ 407 /* Start reset timer. When timer expires we will send first command */ 420 ** Description Local function called to send a read buffer size command 439 ** Description Local function called to send a read BLE buffer size command 456 ** Description Local function called to send a read BLE buffer size command 475 ** features command 552 /* Just read the basic features (legacy HCI command) */ 606 ** Description This function is called when command complete for HCI_Rese [all...] |
/external/v8/test/mjsunit/ |
debug-backtrace.js | 97 // New copy of debug command processor paused state. 102 json = '{"seq":0,"type":"request","command":"backtrace"}' 126 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":1,"toFrame":3}}' 144 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":0,"toFrame":2, "bottom":true}}' 161 json = '{"seq":0,"type":"request","command":"frame"}' 176 json = '{"seq":0,"type":"request","command":"frame","arguments":{"number":0}}' 190 json = '{"seq":0,"type":"request","command":"frame","arguments":{"number":1}}' 201 json = '{"seq":0,"type":"request","command":"frame","arguments":{"number":3}}' 208 json = '{"seq":0,"type":"request","command":"source",' + 216 json = '{"seq":0,"type":"request","command":"source",' [all...] |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_cli.sgml | 11 <refpurpose>WPA command line client</refpurpose> 16 <command>wpa_cli</command> 22 <arg><replaceable>command ...</replaceable></arg> 51 <para>wpa_cli supports two modes: interactive and command 52 line. Both modes share the same command set and the main 57 including the command as a command line parameter. Commands are 58 then entered on the wpa_cli prompt. In command line mode, the same 59 commands are entered as command line arguments for wpa_cli.</para [all...] |
/sdk/bash_completion/ |
adb.bash | 50 where=COMMAND 57 if [[ $where == COMMAND && $i -ge $COMP_CWORD ]]; then 62 COMMAND="devices connect disconnect push pull sync shell emu logcat lolcat forward jdwp install uninstall bugreport help version start-server kill-server get-state get-serialno status-window remount reboot reboot-bootloader root usb tcpip" 66 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") ) 69 local devices=$(command adb devices 2> /dev/null | grep -v "List of devices" | awk '{ print $1 }') 72 COMMAND) 74 COMPREPLY=( $(compgen -W "$COMMAND" -- "$cur") ) 185 paths=$(command adb ${args[@]} shell echo '$'PATH 2> /dev/null | tr -d '\r' | tr : '\n') 186 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | [all...] |
/bootable/recovery/ |
install.cpp | 95 // recent progress command. 104 // (API v3: this command no longer exists.) 135 char* command = strtok(buffer, " \n"); local 136 if (command == NULL) { 138 } else if (strcmp(command, "progress") == 0) { 146 } else if (strcmp(command, "set_progress") == 0) { 150 } else if (strcmp(command, "ui_print") == 0) { 157 } else if (strcmp(command, "wipe_cache") == 0) { 159 } else if (strcmp(command, "clear_display") == 0) { 162 LOGE("unknown command [%s]\n", command) [all...] |
/external/webkit/Tools/Scripts/ |
parallelcl | 31 print STDERR "The invoking process wants preprocessed source, so let's hand off this whole command to the real cl.exe\n" if $debug; 38 die "No command file specified!" unless $commandFile; 43 open(COMMAND, '<:raw:encoding(UTF16-LE):crlf:utf8', $commandFile) or die "Couldn't open $commandFile!"; 45 # The first line of the command file contains all the options to cl.exe plus the first (possibly quoted) filename 46 my $firstLine = <COMMAND>; 72 # The rest of the lines of the command file just contain source files, one per line 73 while (my $source = <COMMAND>) { 79 close(COMMAND); 191 my ($command) = @_; 193 print STDERR "Exec($command)\n" if $debug [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
ViewServer.java | 225 String command; local 230 command = request; 233 command = request.substring(0, index); 238 if (COMMAND_PROTOCOL_VERSION.equalsIgnoreCase(command)) { 240 } else if (COMMAND_SERVER_VERSION.equalsIgnoreCase(command)) { 242 } else if (COMMAND_WINDOW_MANAGER_LIST.equalsIgnoreCase(command)) { 244 } else if (COMMAND_WINDOW_MANAGER_GET_FOCUS.equalsIgnoreCase(command)) { 246 } else if (COMMAND_WINDOW_MANAGER_AUTOLIST.equalsIgnoreCase(command)) { 250 command, parameters); 254 Slog.w(LOG_TAG, "An error occurred with the command: " + command) [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
Zygote.java | 177 * Executes "/system/bin/sh -c <command>" using the exec() system call. 181 * @param command The shell command to execute. 183 public static void execShell(String command) { 184 String[] args = { "/system/bin/sh", "-c", command }; 195 * prefixed with a space, and appended to the command. 197 * @param command A string builder for the shell command being constructed. 198 * @param args An array of argument strings to be quoted and appended to the command. 201 public static void appendQuotedShellArgs(StringBuilder command, String[] args) [all...] |
/frameworks/base/docs/html/tools/devices/ |
managing-avds-cmdline.jd | 1 page.title=Managing AVDs from the Command Line 25 from the Command Line</a></li> 33 <p>The <code>android</code> tool lets you manage AVDs on the command line. For a complete reference 34 of the command line options that you can use, see the reference for the 41 <p>To generate a list of system image targets, use this command: </p> 47 then generates the list of targets. Here's an example of the command output: 89 you can also create them by passing in command line arguments to the <code>android</code> tool. 95 <p>To create each AVD, you issue the command <code>android create avd</code>, 98 the command line also, such as the emulated SD card size, the emulator skin, or a custom 101 <p>Here's the command-line usage for creating an AVD: </p [all...] |
/cts/suite/audio_quality/lib/src/ |
Adb.h | 26 /// if device string is empty, adb command will be called without -s option. 33 int executeCommand(const android::String8& command);
|
/dalvik/dx/src/com/android/dx/command/dump/ |
Args.java | 17 package com.android.dx.command.dump; 20 * contains command line parsedArgs values
|
/development/testrunner/ |
errors.py | 28 """We sent a command and had to wait too long for response.""" 32 """Device is unresponsive to command."""
|
/development/tools/recovery_l10n/res/values/ |
strings.xml | 24 mode without a command to run. Will not normally happen, but 27 <string name="recovery_no_command">No command.</string>
|
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
package.html | 20 <title>Xalan command-line interface.</title> 22 <p>Implementation of Xalan command-line interface.<p>
|
/external/chromium/chrome/browser/prefs/ |
command_line_pref_store.h | 17 // This PrefStore keeps track of preferences set by command-line switches, 44 // Using the string and boolean maps, apply command-line switches to their
|
/external/chromium/chrome/browser/ui/toolbar/ |
encoding_menu_controller.h | 32 // Given a command ID, does this command belong to the encoding menu?
|
/external/chromium/chrome/common/ |
nacl_cmd_line.cc | 17 // Propagate the following switches to the NaCl loader command line (along 18 // with any associated values) if present in the browser command line.
|