/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
NetworkUsageStatsTest.java | 159 final String command = MessageFormat.format(APPOPS_SET_SHELL_COMMAND, local 162 .executeShellCommand(command); 172 final String command = MessageFormat.format(APPOPS_GET_SHELL_COMMAND, local 175 .executeShellCommand(command);
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
MainInteractionSession.java | 87 Log.i(TAG, "command " + commands[idx] + ", support = " + results[idx]); 158 String command = request.getCommand(); local 159 if (command.equals(Utils.TEST_COMMAND)) { 160 Log.i(TAG, "command received ok from TestApp in Session"); 162 Utils.addErrorResult(extras, "Invalid TEST_COMMAND received: " + command);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/ |
CtsConsole.java | 16 package com.android.cts.tradefed.command; 28 import com.android.tradefed.command.Console;
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BlockDumper.java | 17 package com.android.dx.command.dump;
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
nfnetlink_queue.h | 92 __u8 command; member in struct:nfqnl_msg_config_cmd
|
/device/generic/goldfish/sensors/ |
sensors_qemu.c | 179 /* Send a command to the sensors virtual device. |dev| is a device instance and 180 * |cmd| is a zero-terminated command string. Return 0 on success, or -errno 228 * 'wake' command is received through the service. On succes, return 0 247 // until a 'sync' or 'wake' command is received. This also simplifies the 350 D("huh ? unsupported command"); 476 /* Send command to the emulator. */ 477 char command[64]; local 478 snprintf(command, 479 sizeof command, 484 ret = sensor_device_send_command_locked(dev, command); 505 char command[64]; local [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
MoreExecutors.java | 294 public void execute(Runnable command) { 297 command.run(); 483 public void execute(Runnable command) { 484 delegate.execute(command); 500 Runnable command, long delay, TimeUnit unit) { 502 ListenableFutureTask.create(command, null); 517 Runnable command, long initialDelay, long period, TimeUnit unit) { 519 new NeverSuccessfulListenableFutureTask(command); 527 Runnable command, long initialDelay, long delay, TimeUnit unit) { 529 new NeverSuccessfulListenableFutureTask(command); [all...] |
/external/kernel-headers/original/uapi/linux/netfilter/ |
nfnetlink_queue.h | 72 __u8 command; /* nfqnl_msg_config_cmds */ member in struct:nfqnl_msg_config_cmd
|
/external/lzma/C/Util/7z/ |
7zMain.c | 299 "Usage: 7zDec <command> <archive_name>\n\n"
309 PrintError("incorrect command");
337 char *command = args[1];
local 339 if (strcmp(command, "l") == 0) listCommand = 1;
340 else if (strcmp(command, "t") == 0) testCommand = 1;
341 else if (strcmp(command, "e") == 0) extractCommand = 1;
342 else if (strcmp(command, "x") == 0) { extractCommand = 1; fullPaths = 1; }
345 PrintError("incorrect command");
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/ |
DefaultSessionTest.java | 21 import org.mockftpserver.core.command.Command;
96 * Test the Constructor when the command handler Map is null
310 Command command = session.parseCommand("LIST");
local 311 assertEquals("command name", "LIST", command.getName());
312 assertEquals("command parameters", EMPTY, command.getParameters());
314 command = session.parseCommand("USER user123"); [all...] |
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/ |
DefaultSessionTest.java | 30 import org.mockftpserver.core.command.Command;
95 * Test the Constructor when the command handler Map is null
282 Command command = session.parseCommand("LIST");
local 283 assertEquals("command name", "LIST", command.getName());
284 assertEquals("command parameters", EMPTY, command.getParameters());
286 command = session.parseCommand("USER user123"); [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowTime.java | 485 String command = translate.getProperty(String.valueOf(firstChar)); local 488 if (command == null) { 495 buf.append(command);
|
/external/skia/debugger/QT/ |
SkDebuggerGUI.cpp | 166 // In order to profile we pass the command offsets (that were read-in 405 /* TODO(chudy): Add command type before parameters. Rename v 426 void SkDebuggerGUI::selectCommand(int command) { 428 fListWidget.setCurrentRow(command); 495 fActionDelete.setText("Delete Command"); 601 fViewStateLayout.addRow("Command HitBox", &fCommandHitBox); 607 fViewStateLayout.addRow("Current Command", &fCurrentCommandBox); 616 fDrawCommandGeometryWidget.setToolTip("Current Command Geometry"); 796 SkDrawCommand* command = fDebugger.getDrawCommandAt(i); local 797 SkString commandString = command->toString() [all...] |
/external/vogar/src/vogar/android/ |
AndroidSdk.java | 32 import vogar.commands.Command; 88 List<String> path = new Command(log, "which", "adb").execute(); 213 new Command.Builder(log) 230 new Command(log, aapt).execute(); 234 new Command(log, "aapt", "add", "-k", apk.getPath(), dex.getPath()).execute(); 238 new Command(log, "adb", "shell", "mv", source.getPath(), destination.getPath()).execute(); 242 new Command(log, "adb", "shell", "rm", "-r", name.getPath()).execute(); 246 // adb doesn't support "cp" command directly 247 new Command(log, "adb", "shell", "cat", source.getPath(), ">", destination.getPath()) 252 new Command(log, "adb", "pull", remote.getPath(), local.getPath()).execute() 303 Command command = new Command(log, "adb", "shell", "ls", pathArgument); local 323 Command command = new Command(log, "adb", "shell", "ls", pathArgument); local [all...] |
/external/wpa_supplicant_8/src/ap/ |
iapp.c | 59 u8 command; member in struct:iapp_hdr 190 hdr->command = IAPP_CMD_ADD_notify; 227 * F=0 (no poll command; unsolicited frame) */ 343 "RX: version=%d command=%d id=%d len=%d\n", 344 hdr->version, hdr->command, 362 switch (hdr->command) { 374 wpa_printf(MSG_INFO, "Unknown IAPP command %d", hdr->command);
|
/frameworks/base/services/core/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...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_Utils.c | 316 * the component thread, command pipes, data pipes and LCML Pipes. 396 * de-init , to free Command pipe, data pipe & LCML pipe. 583 * receives the command from the application 597 OMX_COMMANDTYPE command; local 621 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command)); 634 if (command == OMX_CommandStateSet) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Dec_Utils.c | 32 * like handling command from application, callback from LCML etc. 663 * @fn G722DEC_HandleCommand() function handles the command sent by the application. 688 OMX_COMMANDTYPE command; local 699 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command)); 712 G722DEC_DPRINT(":: command = %d\n",command); 716 if (command == OMX_CommandStateSet) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Enc_Utils.c | 530 the component thread, command pipe, data pipe and LCML Pipe 620 * de-init to close component thread, Command pipe, data pipe & LCML pipe. 898 OMX_COMMANDTYPE command; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_Utils.c | 32 * like handling command from application, callback from LCML etc. 534 * @fn G726DEC_HandleCommand() function handles the command sent by the application. 559 OMX_COMMANDTYPE command; local 570 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command)); 583 G726DEC_DPRINT(":: command = %d\n",command); 587 if (command == OMX_CommandStateSet) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Enc_Utils.c | 381 * the component thread, command pipes, data pipes and LCML Pipes. 455 * de-init , to free Command pipe, data pipe & LCML pipe. 621 * receives the command from the application 636 OMX_COMMANDTYPE command; local 659 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command)); 672 if (command == OMX_CommandStateSet) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Dec_Utils.c | 360 * the component thread, command pipe and data pipe. 442 * de-init to close component thread, Command pipe, data pipe & LCML pipe. 601 * de-init to close component thread, Command pipe, data pipe & LCML pipe. 644 * receives the command from the application 660 OMX_COMMANDTYPE command; local 684 ret = (OMX_U16)(read (pComponentPrivate->cmdPipe[0], &command, sizeof (command))); 699 PERF_ReceivedCommand(pComponentPrivate->pPERFcomp, command, commandData, 703 if (command == OMX_CommandStateSet) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Enc_Utils.c | 327 * the component thread, command pipes, data pipes and LCML Pipes. 414 * de-init , to free Command pipe, data pipe & LCML pipe. 612 * receives the command from the application 627 OMX_COMMANDTYPE command; local 652 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command)); 656 G729ENC_EPRINT("in Reading from the Command pipe.\n"); 668 PERF_ReceivedCommand(pComponentPrivate->pPERFcomp, command, commandData, 671 if (command == OMX_CommandStateSet) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 32 * like handling command from application, callback from LCML etc. 576 * @fn MP3DEC_HandleCommand() function handles the command sent by the application. 604 OMX_COMMANDTYPE command; local 615 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command)); 619 "Error while reading the command pipe"); 639 OMX_PRDSP2(pComponentPrivate->dbg, ":: command = %d\n",command); 644 command, 648 if (command == OMX_CommandStateSet) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_Utils.c | 338 * the component thread, command pipes, data pipes and LCML Pipes. 417 * de-init , to newfree Command pipe, data pipe & LCML pipe. 616 * receives the command from the application 631 OMX_COMMANDTYPE command; local 659 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command)); 674 command, 678 if (command == OMX_CommandStateSet) { [all...] |