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

<<21222324252627282930>>

  /frameworks/rs/
rsContext.h 200 watchdog.command = cmd;
235 const char *command; member in struct:android::renderscript::Context::__anon23247
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 66 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize, member in struct:effect_ops_s
78 bool offload_enabled; /* when offload is enabled we process VISUALIZER_CMD_CAPTURE command.
79 Otherwise non offloaded visualizer has already processed the command
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 297 * OMX_EventCmdComplete, component has sucessfully completed a command
589 int command = atoi(argv[5]); local
590 switch (command ) {
604 printf ("Testing PAUSE & RESUME Command\n");
609 printf ("Testing STOP Command by Stopping In-Between\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 644 int command; local
645 command = atoi(argv[6]);
647 switch (command ) {
661 printf ("Testing PAUSE & RESUME Command\n");
666 printf ("Testing STOP Command by Stopping In-Between\n");
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapFolder.java 204 final String command = ImapConstants.UID_SEARCH + " " + searchCriteria; local
205 final String[] result = getSearchUids(mConnection.executeSimpleCommand(command));
283 * Figure out what command we are going to run:
  /prebuilts/misc/common/com.android.uiautomator.platform.common/
com.android.uiautomator.platform.common.jar 
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sgi/
ioc.h 41 volatile u8 command; member in struct:sgioc_keyb_regs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 196 # Command-W on editorwindows doesn't work without this.
251 vbar['command'] = text.yview
508 def command(text=self.text, eventname=eventname): function in function:EditorWindow.make_rmenu
510 rmenu.add_command(label=label, command=command)
809 if menu.type(index) == 'command':
1098 def command(text=text, eventname=eventname): function in function:EditorWindow.fill_menus
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 196 # Command-W on editorwindows doesn't work without this.
251 vbar['command'] = text.yview
508 def command(text=self.text, eventname=eventname): function in function:EditorWindow.make_rmenu
510 rmenu.add_command(label=label, command=command)
809 if menu.type(index) == 'command':
1098 def command(text=text, eventname=eventname): function in function:EditorWindow.fill_menus
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 559 // command line: zipaling -f 4 tmp destination
560 String[] command = new String[5]; local
561 command[0] = zipAlignPath;
562 command[1] = "-f"; //$NON-NLS-1$
563 command[2] = "4"; //$NON-NLS-1$
564 command[3] = source.getAbsolutePath();
565 command[4] = destination.getAbsolutePath();
567 Process process = Runtime.getRuntime().exec(command);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 267 String[] command = new String[3]; local
268 command[0] = DdmsPlugin.getHprofConverter();
269 command[1] = path;
270 command[2] = tempPath;
272 Process p = Runtime.getRuntime().exec(command);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 864 List<String> command = new ArrayList<String>(); local
    [all...]
  /system/bt/stack/l2cap/
l2c_utils.c 304 ** Description Checks if cmd_code is command or response
305 ** If a command it will be rejected per spec.
308 ** Returns BOOLEAN - TRUE if cmd_code is a command and it is rejected,
309 ** FALSE if response code. (command not rejected)
325 L2CAP_TRACE_WARNING ("Dumping first Command (%d)", cmd_code);
337 ** Description Builds the L2CAP command packet header
392 /* Put in L2CAP command header */
422 ** Description Build and send an L2CAP "command reject" message
835 /* Put in L2CAP command header */
2495 UINT8 command[HCI_BRCM_ACL_PRIORITY_PARAM_SIZE]; local
    [all...]
  /system/core/adb/
commandline.cpp 79 " -d - directs command to the only connected USB device\n"
81 " -e - directs command to the only running emulator.\n"
83 " -s <specific device> - directs command to the device or emulator with the given\n"
100 " Using this command with no additional arguments\n"
115 " adb shell <command> - run remote shell command\n"
116 " adb emu <command> - run emulator console command\n"
187 " command line will be included even if -nosystem would\n"
435 static std::string format_host_command(const char* command, transport_type type, const char* serial)
1257 std::string command; local
1345 const char* command = no_rebind ? "forward:norebind" : "forward"; local
    [all...]

Completed in 626 milliseconds

<<21222324252627282930>>