/external/parameter-framework/ |
CMakeLists.txt | 33 if(COMMAND cmake_policy) 35 endif(COMMAND cmake_policy) 40 execute_process(COMMAND git describe --tags --dirty
|
/external/parameter-framework/remote-processor/ |
RequestMessage.h | 43 // Command Name 58 * in the request command. 74 // Command
|
/external/skia/tests/ |
RecordTest.cpp | 16 // Sums the area of any DrawRect command it sees. 39 // Scales out the bottom-right corner of any DrawRect command it sees by 2x. 60 // Add a simple DrawRect command.
|
/external/toybox/scripts/ |
install.sh | 7 # Parse command line arguments. 22 # Delete destination command if it exists? 65 # Create subdirectory for command to go in (if necessary)
|
/external/v8/test/mjsunit/ |
debug-evaluate-bool-constructor.js | 38 // Get the debug command processor. 44 command: 'evaluate', 54 assertTrue(response.success, 'Command failed: ' + resp);
|
/external/v8/test/mjsunit/regress/ |
regress-94873.js | 33 // Get the debug command processor in paused state. 49 command: "frame" 55 command: "evaluate",
|
/external/vogar/src/vogar/ |
HostFileCache.java | 21 import vogar.commands.Command; 36 List<String> rawResult = new Command.Builder(log).args("cp", source, destination).execute(); 45 List<String> rawResult = new Command.Builder(log).args("mv", source, destination).execute();
|
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiTvClient.java | 42 * Size of MHL register for vendor command 230 * Sends a <Standby> command to other device. 232 * @param deviceId device id to send the command to 381 * Interface used to get incoming MHL vendor command. 388 * Sets {@link HdmiMhlVendorCommandListener} to get incoming MHL vendor command. 390 * @param listener to receive incoming MHL vendor command 399 Log.e(TAG, "failed to set hdmi mhl vendor command listener: ", e); 414 * Sends MHL vendor command to the device connected to a port of the given portId. 416 * @param portId id of port to send MHL vendor command 419 * @param data container for vendor command data. It should be 16 bytes [all...] |
/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:
|
/frameworks/base/docs/html/training/basics/firstapp/ |
running-app.jd | 43 real device and on the Android emulator, and in both cases with either Android Studio or the command 84 <h3>Run the app from a command line</h3> 86 <p>Open a command-line and navigate to the root of your project directory. 93 <p>On Windows platforms, type this command:</p> 109 <p class="note"><strong>Note:</strong> The first command (<code>chmod</code>) adds the execution 111 project from the command line.</p> 126 <p>Whether you're using Android Studio or the command line, to run your app on the emulator you need 138 <li>Or, from the command line, change directories to 142 when launched from the command line is different from the version in 178 <h3>Run your app from the command line</h3 [all...] |
/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/Camera2/src/com/android/camera/one/v2/photo/ |
FlashBasedPhotoCommand.java | 59 mLog.i("running flash-on command: " + mFlashOnCommand); 62 mLog.i("running flash-auto command: " + mFlashAutoCommand); 65 mLog.i("running flash-off command: " + mFlashOffCommand);
|
PictureTakerImpl.java | 40 ImageSaver.Builder imageSaverBuilder, ImageCaptureCommand command) { 44 mCommand = command; 74 .add("command", mCommand)
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
SmtpSender.java | 229 * Send a single command and wait for a single response. Handles responses that continue 233 * @param command The command string to send to the server. 236 private String executeSimpleCommand(String command) throws IOException, MessagingException { 237 return executeSensitiveCommand(command, null); 241 * Send a single command and wait for a single response. Handles responses that continue 244 * @param command The command string to send to the server. 245 * @param sensitiveReplacement If the command includes sensitive data (e.g. authentication) 249 private String executeSensitiveCommand(String command, String sensitiveReplacement [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
SettingsParser.java | 25 * Parse the result of a Settings command. 27 * 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:
|
/packages/providers/ContactsProvider/tests/ |
AndroidManifest.xml | 41 all other applications via the command: "adb shell itr". 42 The "itr" command will find all tests declared by all applications. If you want to run just these 43 tests on their own then use the command:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_data.py | 1 """Tests for distutils.command.install_data.""" 7 from distutils.command.install_data import install_data 33 # let's run the command
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install_data.py | 1 """Tests for distutils.command.install_data.""" 7 from distutils.command.install_data import install_data 33 # let's run the command
|
/system/core/adb/ |
adb_auth.cpp | 47 p->msg.command = A_AUTH; 66 p->msg.command = A_AUTH; 85 p->msg.command = A_AUTH;
|
/system/extras/simpleperf/ |
cmd_record_test.cpp | 19 #include "command.h" 29 record_cmd = Command::FindCommandByName("record"); 33 Command* record_cmd;
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
TemplateInterpreter.java | 92 // COMMAND PROCESSING 95 * Chunk of data (i.e. not a CS command). 127 * <?cs lvar:blah > command. Evaluate expression and execute commands within. 136 * <?cs evar:blah > command. Evaluate expression and execute commands within. 162 * <?cs linclude!'somefile.cs' > command. Lazily includes another template (at render time). 172 * <?cs linclude:'somefile.cs' > command. Lazily includes another template (at render time). 182 * <?cs include!'somefile.cs' > command. Throw an error if file does not exist. 191 * <?cs include:'somefile.cs' > command. Silently ignore if the included file does not 201 * <?cs set:x='y' > command. 225 * <?cs name:blah > command. Writes out the name of the original variable referred to by [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
nntplib.py | 101 - readermode: if true, send 'mode reader' command after 196 """Internal: send one command to the server (through putline()).""" 257 """Internal: send a command and get the response.""" 262 """Internal: send a command and get the response plus following text.""" 267 """Process a NEWGROUPS command. Arguments: 277 """Process a NEWNEWS command. Arguments: 289 """Process a LIST command. Return: 336 """Process a GROUP command. Argument: 362 """Process a HELP command. Returns: 369 """Internal: parse the response of a STAT, NEXT or LAST command."" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
nntplib.py | 101 - readermode: if true, send 'mode reader' command after 196 """Internal: send one command to the server (through putline()).""" 257 """Internal: send a command and get the response.""" 262 """Internal: send a command and get the response plus following text.""" 267 """Process a NEWGROUPS command. Arguments: 277 """Process a NEWNEWS command. Arguments: 289 """Process a LIST command. Return: 336 """Process a GROUP command. Argument: 362 """Process a HELP command. Returns: 369 """Internal: parse the response of a STAT, NEXT or LAST command."" [all...] |
/system/bt/stack/btm/ |
btm_devctl.c | 636 ** Description Send a vendor specific HCI command to the controller. 639 ** BTM_SUCCESS Command sent. Does not expect command complete 640 ** event. (command cmpl callback param is NULL) 641 ** BTM_CMD_STARTED Command sent. Waiting for command cmpl event. 655 /* Allocate a buffer to hold HCI command plus the callback function */ 659 /* Send the HCI command (opcode will be OR'd with HCI_GRP_VENDOR_SPECIFIC) */ 679 ** Command complete message is received from the HCI. 766 ** Note: Some controllers do not send command complete, s [all...] |