HomeSort by relevance Sort by last modified time
    Searched defs:command (Results 651 - 675 of 1639) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
jazz.h 60 unsigned char command; member in struct:__anon66774
69 unsigned char command; member in struct:__anon66775
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 27 # Regex to define acceptable Distutils command names. This is not *quite*
30 # to look for a Python module named after the command.
37 to the Distutils commands specified on the command line.
49 # 'global_options' describes the command-line options that may be
53 # since every global option is also valid as a command option -- and we
136 filled in with real command objects by 'parse_command_line()'.
139 # Default values for our command-line options
148 # information here (and enough command-line options) that it's
156 # 'cmdclass' maps command names to class objects, so we
158 # we need to create a new command object, and 2) have a wa
722 import distutils.command namespace
757 import distutils.command namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 27 # Regex to define acceptable Distutils command names. This is not *quite*
30 # to look for a Python module named after the command.
37 to the Distutils commands specified on the command line.
49 # 'global_options' describes the command-line options that may be
53 # since every global option is also valid as a command option -- and we
136 filled in with real command objects by 'parse_command_line()'.
139 # Default values for our command-line options
148 # information here (and enough command-line options) that it's
156 # 'cmdclass' maps command names to class objects, so we
158 # we need to create a new command object, and 2) have a wa
722 import distutils.command namespace
757 import distutils.command namespace
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 233 String command = String.format("am start -n %s/%s", manifestData.getPackage(), //$NON-NLS-1$ local
238 device.executeShellCommand(command, receiver);
498 String command = String.format("run-as %s /system/bin/sh -c pwd", app); //$NON-NLS-1$ local
502 device.executeShellCommand(command, receiver);
  /system/bt/hci/src/
hci_layer.c 96 BT_HDR *command; member in struct:__anon69267
170 // The host is only allowed to send at most one command initially,
171 // as per the Bluetooth spec, Volume 2, Part E, 4.4 (Command Flow Control)
172 // This value can change when you get a command complete or command status event.
202 LOG_ERROR("%s unable to create command response timer.", __func__);
208 LOG_ERROR("%s unable to create pending command queue.", __func__);
344 BT_HDR *command,
354 uint8_t *stream = command->data + command->offset
    [all...]
  /system/bt/stack/include/
btu.h 48 BT_HDR *command; member in struct:__anon69603
203 /* the index to BTU command queue array */
  /system/core/adb/
adb.h 50 unsigned command; /* command identifier constant */ member in struct:amessage
55 unsigned magic; /* command ^ 0xffffffff */
transport.cpp 96 unsigned command = p->msg.command; local
103 int b = (command >> (n*8)) & 255;
111 /* There is some non-ASCII name in the command, so dump
113 snprintf(cmd, sizeof cmd, "%08x", command);
209 p->msg.magic = p->msg.command ^ 0xffffffff;
254 p->msg.command = A_SYNC;
285 p->msg.command = A_SYNC;
316 if(p->msg.command == A_SYNC){
1064 if(p->msg.magic != (p->msg.command ^ 0xffffffff))
    [all...]
  /system/core/init/
builtins.cpp 381 int fd = open("/cache/recovery/command", O_RDWR|O_CREAT|O_TRUNC|O_CLOEXEC, 0600);
387 ERROR("could not open /cache/recovery/command\n");
557 char command[PROP_VALUE_MAX]; local
563 res = expand_props(command, args[1], sizeof(command));
569 if (strncmp(command, "shutdown", 8) == 0) {
572 } else if (strncmp(command, "reboot", 6) == 0) {
576 ERROR("powerctl: unrecognized command '%s'\n", command);
580 if (command[len] == ',')
    [all...]
  /system/extras/micro_bench/
micro_bench.cpp 631 printf(" If the command supports it, align the destination pointer to ALIGN.\n");
634 printf(" If the command supports it, or in the OR_MASK on to the destination pointer.\n");
639 printf(" If the command supports it, align the source pointer to ALIGN. The default is to use the\n");
642 printf(" If the command supports it, or in the OR_MASK on to the source pointer.\n");
646 printf(" If the command supports it, create a destination string of this length.\n");
676 function_t *command = NULL; local
835 function_t *command = processOptions(argc, argv, &cmd_data); local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 52 * of corresponding JDWP command or TestErrorException if any other error
105 * @return ReplyPacket for corresponding command
120 * @return ReplyPacket for corresponding command
143 * @return ReplyPacket for corresponding command
157 * @return ReplyPacket for corresponding command
185 * @return ReplyPacket for corresponding command
239 "Command getLineTable returned error code: "
319 * @return ReplyPacket for corresponding command
323 // Create new command packet
326 // Set command. "2" - is ID of Clear command in EventRequest Command Se
2095 CommandPacket command = new CommandPacket( local
2146 CommandPacket command = new CommandPacket( local
2166 CommandPacket command = new CommandPacket( local
2209 CommandPacket command = new CommandPacket( local
2242 CommandPacket command = new CommandPacket( local
2258 CommandPacket command = new CommandPacket( local
2275 CommandPacket command = new CommandPacket( local
2293 CommandPacket command = new CommandPacket( local
2327 CommandPacket command = new CommandPacket( local
2361 CommandPacket command = new CommandPacket( local
2404 CommandPacket command = new CommandPacket( local
2453 CommandPacket command = new CommandPacket( local
2469 CommandPacket command = new CommandPacket( local
2485 CommandPacket command = new CommandPacket( local
2501 CommandPacket command = new CommandPacket( local
2520 CommandPacket command = new CommandPacket( local
2552 CommandPacket command = new CommandPacket( local
2568 CommandPacket command = new CommandPacket( local
2714 CommandPacket command = new CommandPacket( local
2745 CommandPacket command = new CommandPacket( local
2771 CommandPacket command = new CommandPacket( local
2801 CommandPacket command = new CommandPacket( local
2822 CommandPacket command = new CommandPacket( local
2837 CommandPacket command = new CommandPacket( local
2864 CommandPacket command = new CommandPacket( local
2898 CommandPacket command = new CommandPacket( local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 520 // prepare the command line for proguard
521 List<String> command = new ArrayList<String>(); local
522 command.add(AdtPlugin.getOsAbsoluteProguard());
525 command.add("-include"); //$NON-NLS-1$
526 command.add(quotePath(configFile.getAbsolutePath()));
529 command.add("-injars"); //$NON-NLS-1$
535 command.add(quoteWinArg(sb.toString()));
537 command.add("-outjars"); //$NON-NLS-1$
538 command.add(quotePath(obfuscatedJar.getAbsolutePath()));
540 command.add("-libraryjars"); //$NON-NLS-1
940 String command[] = commandArray.toArray( local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /art/patchoat/
patchoat.cc 788 std::vector<std::string> command; local
790 command.push_back(orig_argv[i]);
792 return Join(command, ' ');
814 UsageError("Command: %s", CommandLine().c_str());
    [all...]
  /bionic/tests/
gtest_main.cpp 231 std::string command; local
233 command += argv[i];
234 command += " ";
236 command += "--gtest_list_tests";
237 FILE* fp = popen(command.c_str(), "r");
889 // args is used to pass in all command arguments, and pass out only the part of options for gtest.
    [all...]
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 445 * @param command
449 private void sendSimpleReplyHeader(int command, int errorCode) throws IOException {
450 Log.d(TAG, "sending reply cmd " + command + " err " + errorCode);
451 sendReplyWithData(command, errorCode, 0, null);
532 int command = mHeaderBuffer.getInt(); local
534 Log.i(TAG, "received command " + command);
535 switch(command) {
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 267 // Unknown command
272 fail("Should have failed to send a command to the gps provider");
324 StringBuilder command = new StringBuilder(); local
325 command.append("appops set ");
326 command.append(getInstrumentation().getContext().getPackageName());
327 command.append(" android:mock_location ");
328 command.append(enable ? "allow" : "deny");
331 .executeShellCommand(command.toString());
  /cts/tests/tests/media/src/android/media/cts/
MediaControllerTest.java 58 final String command = "test-command"; local
61 mController.sendCommand(command, extras, new ResultReceiver(null));
65 assertEquals(command, mCallback.mCommand);
401 public void onCommand(String command, Bundle extras, ResultReceiver cb) {
404 mCommand = command;
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 110 // The action of the incoming Intent indicating that it contains a command
113 // The key in the extras of the incoming Intent indicating the command that
188 String command = startIntent.getStringExtra(CMD_NAME); local
190 if (CMD_PAUSE.equals(command)) {
    [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 110 // The action of the incoming Intent indicating that it contains a command
113 // The key in the extras of the incoming Intent indicating the command that
188 String command = startIntent.getStringExtra(CMD_NAME); local
190 if (CMD_PAUSE.equals(command)) {
    [all...]

Completed in 926 milliseconds

<<21222324252627282930>>