Searched
full:communicate (Results
451 -
475 of
1154) sorted by null
<<11121314151617181920>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
script_helper.py | 37 out, err = p.communicate()
|
test_sys.py | 184 stdout, stderr = process.communicate() 460 out = p.communicate()[0].strip() 466 out = p.communicate()[0].strip() 487 executable = p.communicate()[0].strip()
|
test_tcl.py | 153 out_data, err_data = p.communicate()
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pymactoolbox.h | 62 ** communicate the routine pointer back to the stub.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
script_helper.py | 37 out, err = p.communicate()
|
test_sys.py | 184 stdout, stderr = process.communicate() 460 out = p.communicate()[0].strip() 466 out = p.communicate()[0].strip() 487 executable = p.communicate()[0].strip()
|
test_tcl.py | 153 out_data, err_data = p.communicate()
|
/system/core/adb/ |
OVERVIEW.TXT | 65 communicate with a device at all. A typical example is "adb devices"
|
/frameworks/base/docs/html/tools/adk/ |
adk.jd | 293 uploading.</strong>, the board is ready to communicate with your Android-powered device.</li> 359 accessories communicate with Android-powered devices describe much of what you should be doing in 405 //communicate with Android application 533 device's configuration descriptor and finds the bulk data endpoints in which to communicate with 652 the device is set to "running", which signifies that the device is properly set up to communicate
|
/external/chromium/chrome/common/extensions/docs/static/ |
messaging.html | 173 extension, you can use the messaging API to communicate with other extensions. 208 extension you want to communicate with. For example:
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_endtoend.py | 513 stdoutdata, stderrdata = client.communicate() 528 stdoutdata, stderrdata = client.communicate()
|
/external/chromium_org/build/mac/ |
tweak_info_plist.py | 39 (stdout, stderr) = proc.communicate() 52 (stdout, stderr) = proc.communicate()
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
tut_migration_to_manifest_v2.html | 104 using <code>postMessage()</code> to communicate 335 to communicate with the sandboxed page.</li>
|
/external/chromium_org/chrome/test/nacl_test_injection/ |
buildbot_chrome_nacl_stage.py | 144 (p_stdout, _) = p.communicate() 156 (p_stdout, _) = p.communicate()
|
/external/chromium_org/dbus/ |
message.h | 418 // Arrays of strings are often used to communicate with D-Bus 426 // Arrays of object paths are often used to communicate with D-Bus
|
/external/chromium_org/sync/internal_api/public/ |
sync_manager.h | 263 // We are no longer permitted to communicate with the server. Sync should 286 // server to use, and |use_ssl| specifies whether to communicate securely;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
javascript.js | 73 // Used as scratch variables to communicate multiple values without 170 // Communicate our context to the combinators.
|
/external/chromium_org/third_party/libjingle/source/talk/site_scons/site_tools/ |
talk_linux.py | 14 return process.communicate()[0].strip() 223 output = process.communicate()[0]
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSVersion.py | 131 text = p.communicate()[0] 300 path = p.communicate()[0].strip()
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
android_browser_backend.py | 392 ret += Decorate('Stack from Logcat', p.communicate(input=logcat)[0]) 401 stdout=subprocess.PIPE).communicate()[0])
|
/external/chromium_org/tools/win/split_link/ |
split_link.py | 188 stdout, _ = popen.communicate() 203 stdout, _ = popen.communicate()
|
/external/skia/tools/ |
svndiff.py | 183 (stdout, stderr) = proc.communicate() 218 proc.communicate()
|
/external/smack/asmack-master/patch/ |
33-jbosh-android.patch | 79 + * HttpClient instance to use to communicate. 320 + * HttpClient instance to use to communicate.
|
/external/webrtc/test/functional_test/ |
webrtc_test.html | 313 // Assuming we receive the message from the peer we want to communicate with. 314 // TODO: Only accept messages from peer we communicate with with if call is
|
/packages/apps/Nfc/nci/jni/ |
PeerToPeer.h | 18 * Communicate with a peer using NFC-DEP, LLCP, SNEP. 40 ** Description: Communicate with a peer using NFC-DEP, LLCP, SNEP.
|
Completed in 1001 milliseconds
<<11121314151617181920>>