HomeSort by relevance Sort by last modified time
    Searched full:command (Results 626 - 650 of 8546) sorted by null

<<21222324252627282930>>

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 40 command = Rebaseline()
41 command.bind_to_tool(MockTool())
43 OutputCapture().assert_outputs(self, command._tests_to_update, [build])
  /frameworks/base/docs/html/tools/help/
sqlite3.jd 7 "http://www.sqlite.org/sqlite.html">sqlite3</a> command-line program to manage SQLite databases
16 <li>Enter a remote shell by entering the following command:
20 <li>From a remote shell, start the <code>sqlite3</code> tool by entering the following command:
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
foreach 10 form of the command is $(foreach var,$list,$text). Several
31 "undefined file default file environment default file command line override automatic automatic
32 foo.o bletch.o null.o @.o garf.o .o .o undefined.o file.o default.o file.o environment.o default.o file.o command.o line.o override.o automatic.o automatic.o");
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 238 * Send a single command and wait for a single response. Handles responses that continue
242 * @param command The command string to send to the server.
245 private String executeSimpleCommand(String command) throws IOException, MessagingException {
246 return executeSensitiveCommand(command, null);
250 * Send a single command and wait for a single response. Handles responses that continue
253 * @param command The command string to send to the server.
254 * @param sensitiveReplacement If the command includes sensitive data (e.g. authentication)
258 private String executeSensitiveCommand(String command, String sensitiveReplacement
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
SettingsParser.java 24 * Parse the result of a Settings command.
26 * We only send the Settings command in EAS 14.0 after sending a Provision command for the first
  /packages/providers/CalendarProvider/tests/
AndroidManifest.xml 30 all other applications via the command: "adb shell itr".
31 The "itr" command will find all tests declared by all applications. If you want to run just these
32 tests on their own then use the command:
  /system/netd/
ResponseCode.h 25 // before proceeding with a new command.
49 // 400 series - The command was accepted but the requested action
56 // 500 series - The command was not accepted and the requested
  /system/vold/
ResponseCode.h 23 // before proceeding with a new command.
37 // 400 series - The command was accepted but the requested action
47 // 500 series - The command was not accepted and the requested
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 92 // COMMAND PROCESSING
95 * Chunk of data (i.e. not a CS command).
127 * &lt;?cs lvar:blah &gt; command. Evaluate expression and execute commands within.
136 * &lt;?cs evar:blah &gt; command. Evaluate expression and execute commands within.
162 * &lt;?cs linclude!'somefile.cs' &gt; command. Lazily includes another template (at render time).
172 * &lt;?cs linclude:'somefile.cs' &gt; command. Lazily includes another template (at render time).
182 * &lt;?cs include!'somefile.cs' &gt; command. Throw an error if file does not exist.
191 * &lt;?cs include:'somefile.cs' &gt; command. Silently ignore if the included file does not
201 * &lt;?cs set:x='y' &gt; command.
225 * &lt;?cs name:blah &gt; command. Writes out the name of the original variable referred to by
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed-in.texi 4 @c (document the `;' command-separator)
9 @c @command for command
10 @c @samp for command fragments: @samp{cat -s}
56 @title @command{sed}, a stream editor
82 * sed Programs:: @command{sed} programs
85 * Other Resources:: Other resources for learning about @command{sed}
88 * Extended regexps:: @command{egrep}-style regular expressions
94 * Command and Option Index:: A menu with all @command{sed} commands an
    [all...]
sed.texi 5 @c (document the `;' command-separator)
10 @c @command for command
11 @c @samp for command fragments: @samp{cat -s}
57 @title @command{sed}, a stream editor
83 * sed Programs:: @command{sed} programs
86 * Other Resources:: Other resources for learning about @command{sed}
89 * Extended regexps:: @command{egrep}-style regular expressions
95 * Command and Option Index:: A menu with all @command{sed} commands an
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 114 ** Description Handle failure - signal command complete and notify app
215 /* Command complete - perform cleanup, notify app */
227 /* Command complete - perform cleanup, notify app */
234 /* current op was stand-alone NFA_DetectNDef. Command complete - perform cleanup and notify app */
245 /* Command complete - perform cleanup, notify app */
350 /* current op was stand-alone NFA_DetectTlv. Command complete - perform cleanup and notify app */
359 /* Command complete - perform cleanup, notify the app */
421 /* For all other APIs called during auto-presence check, perform the command now (if tag is still present) */
431 /* Tag no longer present. Free command for pending API command */
    [all...]
  /hardware/ril/reference-ril/
atchannel.c 77 * for current pending command
138 again before passing on to the command issuer */
246 /* no command pending */
293 RLOGE("Unsupported AT command type %d\n", s_type);
649 /* FIXME is it ok to call this from the reader and the command thread? */
721 static int at_send_command_full_nolock (const char *command, ATCommandType type,
735 err = writeline (command);
796 static int at_send_command_full (const char *command, ATCommandType type,
809 err = at_send_command_full_nolock(command, type,
824 * Issue a single normal AT command with no intermediate response expecte
    [all...]
  /external/e2fsprogs/ext2ed/doc/
ext2ed-design.sgml 251 wanted a fast way to interact. As a result, I chose a simple command line
335 Now EXT2ED contained basically three command line operations:
381 Command line analyzing was primitive back then - A simple switch, as far as
495 A list of command names.
501 A list of pointers to functions, which binds each command to its
515 <Literal remap="tt">struct&lowbar;command</Literal>:
553 I redesigned the program flow control. Up to now, I analyzed the user command
578 <Literal remap="tt">general command</Literal>, selectable from a list of general commands which was
579 always available, or a <Literal remap="tt">type specific command</Literal>, selectable from a list of
581 user was editing. The special <Literal remap="tt">type specific command</Literal> "knew" how t
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /bootable/recovery/edify/
Android.mk 15 # Build the host-side command line tool
  /cts/tools/signature-tools/src/signature/
UsageException.java 20 * Simple exception class used to communicate that the command-line tool should
  /dalvik/tests/
README.txt 4 single test. Run "./run-test" with no arguments to see command flags;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
gradlew.bat 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
gradlew.bat 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
  /developers/samples/android/connectivity/network/NetworkConnect/
gradlew.bat 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
gradlew.bat 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
  /developers/samples/android/content/contacts/BasicContactables/
gradlew.bat 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
  /developers/samples/android/content/multiuser/AppRestrictions/
gradlew.bat 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
  /developers/samples/android/input/gestures/BasicGestureDetect/
gradlew.bat 27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line

Completed in 476 milliseconds

<<21222324252627282930>>