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

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_tool.py 44 out, err = proc.communicate(self.data.encode())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_tool.py 44 out, err = proc.communicate(self.data.encode())
  /development/testrunner/
run_command.py 107 output = pipe.communicate(input=stdin_input)[0]
171 print subproc.communicate()[0]
179 valgrind_out = subproc.communicate()[0].strip()
  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.h 68 // on the local machine that can be used to communicate with the remote
115 // A thread to communicate with test_spawner server.
121 // The local port used to communicate with the TestServer spawner. This is
  /external/chromium_org/third_party/android_testrunner/
run_command.py 108 pipe.communicate(input=stdin_input)
167 print subproc.communicate()[0]
175 valgrind_out = subproc.communicate()[0].strip()
  /frameworks/base/docs/html/training/multiple-threads/
define-runnable.jd 69 directly modify UI objects such as {@link android.view.View} objects. To communicate with
71 <a href="communicate-ui.html">Communicate with the UI Thread</a>.
  /docs/source.android.com/src/accessories/
aoa2.jd 179 application to communicate directly with a USB host (accessory) over USB. AOA 2.0 keeps that
180 support, but adds new features to allow the accessory to communicate with the Android operating
187 HID support, but does not need to communicate with an application on the Android device. In that
189 attached accessory with an Android application that can communicate with it. To prevent these
193 2.0 without the system attempting to find an application to communicate with the accessory. Also,
  /external/chromium_org/third_party/libusb/src/libusb/
sync.c 71 * \param dev_handle a handle for the device to communicate with
231 * \param dev_handle a handle for the device to communicate with
232 * \param endpoint the address of a valid endpoint to communicate with
281 * \param dev_handle a handle for the device to communicate with
282 * \param endpoint the address of a valid endpoint to communicate with
  /external/libusb/libusb/
sync.c 53 * \param dev_handle a handle for the device to communicate with
234 * \param dev_handle a handle for the device to communicate with
235 * \param endpoint the address of a valid endpoint to communicate with
284 * \param dev_handle a handle for the device to communicate with
285 * \param endpoint the address of a valid endpoint to communicate with
  /external/chromium_org/net/third_party/nss/ssl/
SSLerrs.h 9 "Unable to communicate securely. Peer does not support high-grade encryption.")
12 "Unable to communicate securely. Peer requires high-grade encryption which is not supported.")
15 "Cannot communicate securely with peer: no common encryption algorithm(s).")
21 "Unable to communicate securely with peer: peers's certificate was rejected.")
45 "Unable to communicate securely with peer: requested domain name does not match the server's certificate.")
285 "Cannot communicate securely with peer: no common compression algorithm(s).")
  /external/chromium/build/util/
lastchange.py 99 output = proc.communicate()[0].strip()
135 output = proc.communicate()[0].strip()
156 output = proc.communicate()[0].strip()
  /external/chromium_org/chrome/test/functional/media/
audio_tools.py 104 output, error = p.communicate()
142 output, error = p.communicate()
166 output, error = p.communicate()
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Network.java 59 * transports to communicate with clients. The specified port
69 * transports to communicate with clients. The specified port
79 * transports to communicate with clients. The specified port
  /development/samples/SampleSyncAdapter/
_index.html 1 <p>This sample demonstrates how an application can communicate with a
  /device/generic/goldfish/camera/
EmulatedQemuCameraDevice.h 104 /* Qemu client that is used to communicate with the 'emulated camera'
  /external/chromium/build/mac/
strip_from_xcode 53 # An Xcode project can communicate a file listing symbols to saved in this
  /external/chromium/chrome/browser/extensions/
external_extension_provider_interface.h 21 // ExternalExtensionProvider uses this interface to communicate back to the
  /external/chromium_org/base/allocator/
prep_libc.py 27 out, _ = popen.communicate()
  /external/chromium_org/build/
extract_from_cab.py 17 out, _ = popen.communicate()
  /external/chromium_org/build/mac/
strip_from_xcode 53 # An Xcode project can communicate a file listing symbols to saved in this
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job.h 38 // The methods should be run on IO thread, and the operations to communicate
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.h 40 // Converts the |volume_info| to VolumeMetadata to communicate with JavaScript
  /external/chromium_org/chrome/browser/resources/gaia_auth/
channel.js 18 // Message port to use to communicate with background script.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.h 97 // TODO (ygorshenin@): GaiaScreenHandler shouldn't communicate with
  /external/chromium_org/chrome/common/
chrome_result_codes.h 48 // The EXP1, EXP2, EXP3, EXP4 are generic codes used to communicate some

Completed in 1075 milliseconds

1 2 3 4 56 7 8 91011>>