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

<<11121314151617181920>>

  /external/qemu/docs/
ANDROID-QEMU-PIPE.TXT 18 3/ Simply use read() and write() to communicate with the service.
56 The device and driver use an I/O memory page and an IRQ to communicate.
ANDROID-QEMUD.TXT 25 "gsm" Used to communicate with the emulated GSM modem with
191 different protocol to communicate with the emulator.
197 to communicate. However, the multiplexing protocol swaps the position of
  /external/smack/src/org/xbill/DNS/
SimpleResolver.java 93 * Sets the address of the server to communicate with.
102 * Sets the address of the server to communicate with (on the default
  /frameworks/base/services/java/com/android/server/wm/
ViewServer.java 35 * The ViewServer is local socket server that can be used to communicate with the
79 * @param windowManager The window manager used to communicate with the views.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_quopri.py 182 cout, cerr = process.communicate(p)
193 cout, cerr = process.communicate(e)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_quopri.py 182 cout, cerr = process.communicate(p)
193 cout, cerr = process.communicate(e)
  /external/chromium_org/build/config/win/
get_msvc_config_real.py 125 text = p.communicate()[0]
294 path = p.communicate()[0].strip()
432 variables, _ = popen.communicate()
444 output, _ = popen.communicate()
538 variables, _ = popen.communicate()
550 output, _ = popen.communicate()
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
messaging.html 162 extension, you can use the messaging API to communicate with other extensions.
197 extension you want to communicate with. For example:
221 specify in your manifest.json which web sites you want to communicate with. For
277 host</em> that knows how to communicate with the extension. Chrome starts the
321 <td>Type of the interface used to communicate with the native messaging
324 and <code>stdout</code> to communicate with the host.</td>
app_external.html 16 and post-messaging to communicate between the event page and sandboxed content
245 You can use <code>postMessage</code> to communicate
  /frameworks/base/docs/html/tools/adk/
adk2.jd 47 communicate with Android devices.</p>
329 ready to communicate with your Android device.</li>
370 <p>The essential feature of any Android accessory is its ability to connect and communicate with an
379 communicate. This connection allows two way communication between the ADK accessory and Android
477 objects from the socket to communicate with the accessory:</p>
489 <p>The ADK 2012 app and hardware accessory can also use a USB connection to communicate, similar to
592 <p>Once the connection is established, the app can communicate with the accessory through file input
  /build/tools/releasetools/
check_target_files_signatures 99 out, err = p.communicate(cert)
158 out, err = p.communicate(data)
205 manifest, err = p.communicate()
  /frameworks/base/docs/html/training/in-app-billing/
preparing-iab-app.jd 33 <p>Before you can start using the In-app Billing service, you'll need to add the library that contains the In-app Billing Version 3 API to your Android project. You also need to setting the permissions for your application to communicate with Google Play. In addition, you'll need to establish a connection between your application and Google Play. You should also verify that the In-app Billing API version that you are using in your application is supported by Google Play.</p>
92 <p>Your app needs to have permission to communicate request and response messages to the Google Play?s billing service. To give your app the necessary permission, add this line in your {@code AndroidManifest.xml} manifest file:</p>
129 <p>If the setup completed successfully, you can now use the {@code mHelper} reference to communicate with the Google Play service. When your application is launched, it is a good practice to query Google Play to find out what in-app items are owned by a user. This is covered further in the <a href="{@docRoot}training/in-app-billing/purchase-iab-products.html#QueryPurchases">Query Purchased Items</a> section.</p>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 102 stdin and stderr are not updated by the communicate() method.
178 communicate(input=None)
185 communicate() returns a tuple (stdout, stderr).
232 output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
241 output = p2.communicate()[0]
569 output, unused_err = process.communicate()
775 def communicate(self, input=None): member in class:Popen
782 communicate() returns a tuple (stdout, stderr)."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 102 stdin and stderr are not updated by the communicate() method.
178 communicate(input=None)
185 communicate() returns a tuple (stdout, stderr).
232 output = Popen(["mycmd", "myarg"], stdout=PIPE).communicate()[0]
241 output = p2.communicate()[0]
569 output, unused_err = process.communicate()
775 def communicate(self, input=None): member in class:Popen
782 communicate() returns a tuple (stdout, stderr)."""
    [all...]
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 233 # communicate returns a tuple with the file obect for the child's
235 self.output = p.communicate()[0]
  /external/chromium_org/build/util/
lastchange.py 104 output = proc.communicate()[0].strip()
122 output = proc.communicate()[0].strip()
  /external/chromium_org/content/common/android/linker/
linker_jni.cc 144 // LibInfo inner class, used to communicate data with the Java side
234 // |library_info| is a LibInfo handle used to communicate information
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_test.py 97 _, _ = process.communicate()
131 stdout, _ = process.communicate()
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc 39 /// Used for our simple protocol to communicate with Javascript
94 /// Here we use messages to communicate with the user interface
  /external/chromium_org/native_client_sdk/src/tools/
getos.py 100 arch = pobj.communicate()[0]
154 output, stderr = pobj.communicate()
  /external/chromium_org/testing/gtest/test/
gtest_test_utils.py 233 # communicate returns a tuple with the file obect for the child's
235 self.output = p.communicate()[0]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
subprocess.cc 146 bool Subprocess::Communicate(const Message& input, Message* output,
347 bool Subprocess::Communicate(const Message& input, Message* output,
  /external/chromium_org/tools/clang/scripts/
run_tool.py 60 output, _ = command.communicate()
117 stdout, stderr = command.communicate()
  /external/chromium_org/tools/cygprofile/
symbolize.py 79 output = nm_p.communicate()[0]
174 output = (p.communicate()[0]).split('\n')
  /external/clang/tools/scan-view/
Reporter.py 184 data,err = p.communicate()
217 data, err = p.communicate()

Completed in 769 milliseconds

<<11121314151617181920>>