HomeSort by relevance Sort by last modified time
    Searched defs:command (Results 176 - 200 of 772) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon59796::__anon59797
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon60161::__anon60162
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon60558::__anon60559
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon61008::__anon61009
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon61460::__anon61461
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 64 class command(PyPIRCCommand): class in function:PyPIRCCommandTestCase.setUp
71 self._cmd = command
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 60 command = "tk_messageBox" variable in class:Message
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 64 class command(PyPIRCCommand): class in function:PyPIRCCommandTestCase.setUp
71 self._cmd = command
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 60 command = "tk_messageBox" variable in class:Message
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ActivityLaunchAction.java 48 String command = "am start" //$NON-NLS-1$ local
67 device.executeShellCommand(command, new AMReceiver(info, device, mLaunchController));
81 "Launch error: adb rejected command: %1$s", e.getMessage()));
85 AdtPlugin.log(e, "No command output when running: '%1$s' on device %2$s", command,
  /system/core/adb/
framebuffer_service.c 73 const char* command = "screencap"; local
74 const char *args[2] = {command, NULL};
75 execvp(command, (char**)args);
  /development/ide/emacs/
android-common.el 160 (defun android-adb-command (command &optional product)
161 "Execute 'adb COMMAND'.
168 (shell-command (concat (android-adb) " -p " (android-product-path)
169 " " command)
171 (shell-command (concat (android-adb) " " command)
174 (defun android-adb-shell-command (command)
175 "Execute 'adb shell COMMAND'.
    [all...]
android-host.el 46 (defvar android-host-command-map (make-sparse-keymap))
52 (define-key global-map (read-kbd-macro val) android-host-command-map)
55 (let ((map android-host-command-map))
71 (android-adb-command "remount"))
76 (android-adb-command "root"))
81 (android-adb-shell-command "reboot bootloader"))
90 (android-adb-command "sync" 'p))
111 (start-process-shell-command
115 (start-process-shell-command
  /external/chromium_org/remoting/webapp/
wcs_sandbox_container.js 37 'command': 'proxyXhrs'
78 'command': 'setAccessToken',
90 'command': 'sendIq',
102 switch (event.data['command']) {
203 console.error('Unexpected message:', event.data['command'], event.data);
242 'command': 'xhrStateChange',
wcs_sandbox_content.js 46 switch (event.data['command']) {
120 console.error('Unexpected message:', event.data['command'], event.data);
134 'command': 'onLocalJid',
148 'command': 'onError',
165 'command': 'sendXhr',
187 'command': 'abortXhr',
203 'command': 'onIq',
  /bootable/recovery/
install.cpp 95 // recent progress command.
104 // (API v3: this command no longer exists.)
135 char* command = strtok(buffer, " \n"); local
136 if (command == NULL) {
138 } else if (strcmp(command, "progress") == 0) {
146 } else if (strcmp(command, "set_progress") == 0) {
150 } else if (strcmp(command, "ui_print") == 0) {
158 } else if (strcmp(command, "wipe_cache") == 0) {
160 } else if (strcmp(command, "clear_display") == 0) {
163 LOGE("unknown command [%s]\n", command)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
WrappedGTest.java 103 String command = String.format("am instrument -w %s/.%s", mAppNameSpace, mRunner); local
104 mDevice.executeShellCommand(command, resultParser, mMaxTestTimeMs, 0);
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 17 package com.android.dx.command.annotool;
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 17 package com.android.dx.command.dump;
SsaDumper.java 17 package com.android.dx.command.dump;
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 17 package com.android.dx.command.findusages;
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 139 command(LCD_FUNCTIONSET | _displayfunction);
151 command(LCD_ENTRYMODESET | _displaymode);
157 command(LCD_CLEARDISPLAY); // clear display, set cursor position to zero
158 delayMicroseconds(2000); // this command takes a long time!
163 command(LCD_RETURNHOME); // set cursor position to zero
164 delayMicroseconds(2000); // this command takes a long time!
174 command(LCD_SETDDRAMADDR | (col + row_offsets[row]));
180 command(LCD_DISPLAYCONTROL | _displaycontrol);
184 command(LCD_DISPLAYCONTROL | _displaycontrol);
190 command(LCD_DISPLAYCONTROL | _displaycontrol)
252 inline void Max_LCD::command(uint8_t value) { function in class:Max_LCD
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.cc 160 const std::string& command = cmd_parts[0]; local
161 if (cmd_parts.size() != 2 && command[0] != 'u')
170 // Differentiate on the first character of the command (which is usually
172 switch (command[0]) {
178 if (command.size() != 2 || command[1] != 'd' || list_name.empty())
181 chunk_delete.is_sub_del = command[0] == 's';
212 // The redirect command is of the form: u:<url>,<mac> where <url> can
277 // Handle a possible re-key command.
  /external/chromium/chrome/browser/sync/engine/
syncer.cc 135 VLOG(1) << "Processing Client Command";
277 LOG(ERROR) << "Unknown command: " << current_step;
295 const ClientCommand& command = response.client_command(); local
298 if (command.has_max_commit_batch_size()) {
300 command.max_commit_batch_size());
302 if (command.has_set_sync_long_poll_interval()) {
304 TimeDelta::FromSeconds(command.set_sync_long_poll_interval()));
306 if (command.has_set_sync_poll_interval()) {
308 TimeDelta::FromSeconds(command.set_sync_poll_interval()));
  /external/chromium/chrome/browser/ui/gtk/
reload_button_gtk.cc 160 int command; local
165 command = IDC_RELOAD_IGNORING_CACHE;
169 command = IDC_RELOAD;
185 // browser to execute the reload command).
190 browser_->ExecuteCommandWithDisposition(command, disposition);

Completed in 547 milliseconds

1 2 3 4 5 6 78 91011>>