/ndk/ |
ndk-gdb.py | 154 help='Use tcp:localhost:<DEBUG_PORT> to communicate with gdbserver', 804 gdbp.communicate()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 685 stdout, stderr = reader_process.communicate(input='\n') 791 stdout, stderr = process.communicate()
|
test_gdb.py | 17 stdout=subprocess.PIPE).communicate() 48 ).communicate()
|
test_os.py | 559 out, err = p.communicate() 738 # Start sys.executable as a subprocess and communicate from the [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file2k.py | 685 stdout, stderr = reader_process.communicate(input='\n') 791 stdout, stderr = process.communicate()
|
test_gdb.py | 17 stdout=subprocess.PIPE).communicate() 48 ).communicate()
|
test_os.py | 559 out, err = p.communicate() 738 # Start sys.executable as a subprocess and communicate from the [all...] |
/external/libusb/libusb/ |
core.c | 51 * libusb is an open source library that allows you to communicate with USB 56 * communicate with USB peripherals from their own software. After reviewing 282 * libusb releases. The solution was to allow libusb to communicate to the [all...] |
/external/mdnsresponder/mDNSShared/ |
dnssd_clientstub.c | 289 // to communicate with the system service, we want to make sure that the next operation on this socket (accept() or [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/ |
Tool.java | [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncapi.h | [all...] |
/external/chromium/chrome/common/extensions/docs/ |
content_scripts.html | 416 <a href="#host-page-communication">communicate with web pages</a> 675 <p>Although the execution environments of content scripts and the pages that host them are isolated from each other, they share access to the page's DOM. If the page wishes to communicate with the content script (or with the extension via the content script), it must do so through the shared DOM.</p> [all...] |
faq.html | 348 </li><li><a href="#faq-dev-11">Can two extensions communicate with each other?</a></li> 535 <h3 id="faq-dev-11">Can two extensions communicate with each other?</h3> [all...] |
overview.html | 692 <img src="images/overview/arch-2.gif" width="256" height="168" alt="A browser window containing a browser action that's displaying a popup. The popup's HTML file (popup.html) can communicate with the extension's background page (background.html)."> 892 The HTML pages within an extension often need to communicate. [all...] |
/external/chromium_org/base/android/jni_generator/ |
jni_generator.py | 521 stdout, _ = p.communicate() 559 stdout, _ = p.communicate(contents) [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestGyp.py | 730 path = p.communicate()[0].strip() 821 output = proc.communicate()[0] [all...] |
/external/elfutils/src/ |
ld.c | 207 /* Data structure to communicate with argp functions. */ 256 /* Flag used to communicate with the scanner. */ [all...] |
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | [all...] |
/external/openssh/ |
ssh.0 | 134 Specify the PKCS#11 shared library ssh should use to communicate [all...] |
ssh.1 | 267 should use to communicate with a PKCS#11 token providing the user's [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/appstate/ |
AppStateClient.Builder.html | 847 <div class="jd-descrdiv">Creates a new AppStateClient object to be used to communicate with the App State 1226 <div class="jd-tagdata jd-tagdescr"><p>Creates a new AppStateClient object to be used to communicate with the App State [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/games/ |
GamesClient.Builder.html | 847 <div class="jd-descrdiv">Creates a new GamesClient object to be used to communicate with the games service, [all...] |
/hardware/invensense/60xx/mlsdk/mlutils/ |
mputest.c | [all...] |
/dalvik/vm/jdwp/ |
JdwpAdb.cpp | 128 * Receive a file descriptor from ADB. The fd can be used to communicate
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
RssReader.java | 322 // To communicate back to the UI from a worker thread,
|