HomeSort by relevance Sort by last modified time
    Searched full:communicate (Results 76 - 100 of 1154) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerController.java 23 * Controller class to communicate among the various components of the date picker dialog.
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
Future.java 22 // flag used to communicate to the implementation. The implmentation may
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 48 communicate=True):
58 communicate: bool, when True we call communicate() on the process
67 if communicate:
68 stdout_end, stderr_end = self._process.communicate()
138 stdout, stderr = self._process.communicate(input=b'\n')
142 stdout, stderr, communicate=False)
test_subprocess.py 171 out, err = p.communicate()
335 out, err = p.communicate()
372 p.communicate("pear")
379 (stdout, stderr) = p.communicate()
387 (stdout, stderr) = p.communicate()
402 (stdout, stderr) = p.communicate("banana")
416 p.communicate()
424 # communicate() should return None if no redirection is active
427 (stdout, stderr) = p.communicate()
432 # communicate() with writes larger than pipe_bu
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 48 communicate=True):
58 communicate: bool, when True we call communicate() on the process
67 if communicate:
68 stdout_end, stderr_end = self._process.communicate()
138 stdout, stderr = self._process.communicate(input=b'\n')
142 stdout, stderr, communicate=False)
test_subprocess.py 171 out, err = p.communicate()
335 out, err = p.communicate()
372 p.communicate("pear")
379 (stdout, stderr) = p.communicate()
387 (stdout, stderr) = p.communicate()
402 (stdout, stderr) = p.communicate("banana")
416 p.communicate()
424 # communicate() should return None if no redirection is active
427 (stdout, stderr) = p.communicate()
432 # communicate() with writes larger than pipe_bu
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
host.jd 19 <li><a href="#permission-d">Obtaining permission to communicate with a device</a></li>
59 <td>Allows you to enumerate and communicate with connected USB devices.</td>
73 device. A device can have one or more interfaces on which to communicate on.</td>
94 <td>Represents an asynchronous request to communicate with a device through a {@link
112 interface to communicate on. Once you obtain the correct endpoint, open a {@link
113 android.hardware.usb.UsbDeviceConnection} to communicate with the USB device.</p>
206 <li>Communicate with the USB device by reading and writing data on the appropriate interface
284 <h3 id="permission-d">Obtaining permission to communicate with a device</h3>
295 application enumerates USB devices that are already connected and then wants to communicate with
296 one. You must check for permission to access a device before trying to communicate with it. I
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.h 43 // ProfileKeyedServiceFactories must communicate with a
99 // Which ProfileDependencyManager we should communicate with. In real code,
  /external/chromium/net/socket/
socks5_client_socket.h 36 // communicate to via the SOCKS layer.
144 // overlying connection is free to communicate.
socks_client_socket.h 35 // communicate to via the socks layer. For testing the referrer is optional.
125 // overlying connection is free to communicate.
  /external/chromium_org/build/android/
provision_devices.py 25 stdout, _ = ps.communicate()
64 p.communicate('/data/local/tmp/adb_reboot; exit\n')
  /external/chromium_org/chrome/browser/sync/glue/
sync_frontend.h 26 // SyncFrontend is the interface used by SyncBackendHost to communicate with
60 // We are no longer permitted to communicate with the server. Sync should
  /external/chromium_org/net/socket/
socks5_client_socket.h 32 // communicate to via the SOCKS layer.
137 // overlying connection is free to communicate.
socks_client_socket.h 31 // communicate to via the socks layer. For testing the referrer is optional.
116 // overlying connection is free to communicate.
  /external/chromium_org/third_party/android_testrunner/
patch.diff 59 - output = pipe.communicate(input=stdin_input)[0]
60 + pipe.communicate(input=stdin_input)
  /frameworks/base/core/java/android/os/
Messenger.java 54 * Retrieve the IBinder that this Messenger is using to communicate with
136 * @param target The IBinder this Messenger should communicate with.
  /frameworks/base/docs/html/design/building-blocks/
grid-lists.jd 26 cutting off grid items to communicate where the overflow is located.</p>
41 communicate that the user can scroll the list down to show additional items. Be sure to retain this
  /frameworks/base/docs/html/training/in-app-billing/
index.jd 40 <dd>In this lesson, you will learn how to prepare your application to use the In-app Billing API and communicate with Google Play. You will also learn how to establish a connection to communicate with Google Play and verify that the In-app Billing API version that you are using is supported.</dd>
  /frameworks/compile/libbcc/tools/build/
gen-build-info.py 40 out, err = proc.communicate()
50 out, err = proc.communicate()
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 35 /** \brief Instantiates interface instance that uses WinUsb API to communicate
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 30 // used to communicate with the host renderer. None of these
  /external/chromium/webkit/glue/media/
web_data_source.h 13 // An interface that allows WebMediaPlayerImpl::Proxy to communicate with the
  /external/chromium_org/ash/shelf/
shelf_button_host.h 22 // The shelf buttons communicate back to the host by way of this interface.
  /external/chromium_org/build/
compiler_version.py 23 gcc_output, gcc_error = pipe.communicate()
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper_impl.h 27 // IO thread, we have to communicate over thread using PostTask.

Completed in 1388 milliseconds

1 2 34 5 6 7 8 91011>>