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

<<21222324252627282930>>

  /external/clang/tools/clang-format/
git-clang-format 235 stdout, stderr = p.communicate()
374 stdout = hash_object.communicate()[0]
459 stdout, stderr = p.communicate(input=stdin)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 337 stdout, stderr = p.communicate()
363 stdout, stderr = p.communicate()
763 stdout, stderr = p.communicate()
test_warnings.py 715 self.assertEqual(p.communicate()[0], "['ignore::DeprecationWarning']")
725 self.assertEqual(p.communicate()[0],
735 self.assertEqual(p.communicate()[0],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 337 stdout, stderr = p.communicate()
363 stdout, stderr = p.communicate()
763 stdout, stderr = p.communicate()
test_warnings.py 715 self.assertEqual(p.communicate()[0], "['ignore::DeprecationWarning']")
725 self.assertEqual(p.communicate()[0],
735 self.assertEqual(p.communicate()[0],
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 115 * the event, you may need to communicate with the Renderer object
118 * one relatively easy way to communicate with your renderer is
520 * to communicate with the Renderer on the rendering thread.
592 * communicate with the renderer from the UI thread, because that's where
593 * input events are received. Clients can communicate using any of the
    [all...]
  /frameworks/base/docs/html/about/versions/
android-3.1.jd 56 discover, communicate with, and manage a variety of device types connected over
68 host controller, provides power, and is designed to communicate with
84 devices or accessories and then communicate with or manage them.
    [all...]
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 59 * Optional socket used to communicate close events, status at close, and
735 * Indicates if this ParcelFileDescriptor can communicate and detect remote
759 * side is unable to communicate any errors through
    [all...]
  /art/runtime/jdwp/
jdwp_adb.cc 130 * Receive a file descriptor from ADB. The fd can be used to communicate
  /bootable/recovery/minadbd/
adb.h 405 #define CS_NOPERM 5 /* Insufficient permissions to communicate with the device */
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 314 // communicate the authToken (or null for an error).
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 35 * PhotoDownloadRunnable object communicate through the fields of the PhotoTask.
  /device/asus/grouper/overlay/frameworks/base/core/res/res/values/
config.xml 88 For example, if the first USB bus on the device is used to communicate
  /device/asus/tilapia/overlay/frameworks/base/core/res/res/values/
config.xml 91 For example, if the first USB bus on the device is used to communicate
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 201 * to connect and communicate with a remote parser. The thread will want
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 201 * to connect and communicate with a remote parser. The thread will want
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 201 * to connect and communicate with a remote parser. The thread will want
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 201 * to connect and communicate with a remote parser. The thread will want
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.mm 20 // |contents| is the TabContents representing this tab, used to communicate
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.html 265 // has limited privileges and must communicate back using postMessage().
  /external/chromium/googleurl/
README.txt 21 that communicate with or embed IE will work properly.
  /external/chromium-trace/
systrace.py 45 out, err = adb.communicate()
  /external/chromium_org/android_webview/tools/
webview_licenses.py 125 lines = p.communicate()[0].splitlines()
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 67 json_env, envsetup_output = proc.communicate()
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.h 36 // controller will in turn communicate to all the providers. No callbacks will

Completed in 975 milliseconds

<<21222324252627282930>>