/frameworks/native/data/etc/ |
android.hardware.nfc.xml | 17 <!-- This is the standard feature indicating that the device can communicate
|
android.hardware.usb.host.xml | 17 <!-- This is the standard feature indicating that the device can communicate
|
/external/chromium_org/tools/gyp/test/ios/ |
gyptest-archs.py | 22 o = proc.communicate()[0].strip() 38 o = proc.communicate()[0].strip()
|
gyptest-per-config-settings.py | 22 o = proc.communicate()[0].strip() 33 return "0 valid identities found" not in proc.communicate()[0].strip() 37 o = proc.communicate()[0].strip() 47 o = proc.communicate()[0].strip() 69 return job.communicate()[0].strip()
|
/external/libvpx/libvpx/tools/ |
lint-hunks.py | 48 def communicate(self, *args, **kwargs): member in class:Subprocess 49 result = super(Subprocess, self).communicate(*args, **kwargs) 81 tl = tl.communicate()[0].strip() 97 stdout = p.communicate()[0] 116 lint_out = lint.communicate()[1] 122 lint_out = lint.communicate(stdin)[1]
|
/external/sepolicy/ |
app.te | 22 # Communicate with system_server. 27 # Communicate with surfaceflinger. 88 # Allow applications to communicate with netd via /dev/socket/dnsproxyd 92 # Allow applications to communicate with drmserver over binder 95 # Allow applications to communicate with mediaserver over binder
|
/frameworks/base/docs/html/training/multiple-threads/ |
index.jd | 52 communicate between one of these threads and the UI thread. 78 <b><a href="communicate-ui.html">Communicating with the UI Thread</a></b> 81 Learn how to communicate from a thread in the thread pool to the UI thread.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
ypclnt.h | 36 #define YPERR_PMAP 9 /* Can't communicate with portmapper */ 37 #define YPERR_YPBIND 10 /* Can't communicate with ypbind */ 38 #define YPERR_YPSERV 11 /* Can't communicate with ypserv */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
ypclnt.h | 36 #define YPERR_PMAP 9 /* Can't communicate with portmapper */ 37 #define YPERR_YPBIND 10 /* Can't communicate with ypbind */ 38 #define YPERR_YPSERV 11 /* Can't communicate with ypserv */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
ypclnt.h | 36 #define YPERR_PMAP 9 /* Can't communicate with portmapper */ 37 #define YPERR_YPBIND 10 /* Can't communicate with ypbind */ 38 #define YPERR_YPSERV 11 /* Can't communicate with ypserv */
|
/external/chromium_org/chrome/browser/metrics/ |
field_trial_synchronizer.h | 15 // This class is used by the browser process to communicate FieldTrial setting 30 // used to communicate between the UI and other threads, and is destroyed only
|
/external/chromium_org/chrome/common/extensions/api/ |
PRESUBMIT.py | 17 (nommed, _) = process.communicate(input=contents) 34 (_, error) = process.communicate()
|
/external/chromium_org/tools/win/split_link/ |
graph_dependencies.py | 24 popen.communicate() 33 out, _ = popen.communicate()
|
/external/skia/tools/ |
merge_static_libs.py | 34 obj_str = proc.communicate()[0] 43 elif 'thin archive' in proc.communicate()[0]:
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
QemuPipeStream.h | 20 * to communicate with the emulator's 'opengles' service. See
|
/external/chromium/build/ |
compiler_version.py | 23 gcc_output = pipe.communicate()[0]
|
/external/chromium/chrome/browser/extensions/ |
convert_web_app.h | 22 // use of the version number to communicate the date in a human readable form,
|
extension_proxy_api_constants.h | 13 // String literals in dictionaries used to communicate with extension.
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.infobars.html | 25 <a href="overview.html#pageComm">communicate with other extension pages</a>.
|
/external/chromium_org/build/android/buildbot/tests/ |
bb_run_bot_test.py | 17 _, err = proc.communicate()
|
/external/chromium_org/cc/layers/ |
video_layer.cc | 33 // communicate this directly to the VideoLayerImpl.
|
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_api_constants.h | 13 // String literals in dictionaries used to communicate with extension.
|
/external/chromium_org/chrome/browser/extensions/ |
convert_web_app.h | 23 // use of the version number to communicate the date in a human readable form,
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_operation_manager_wrapper.js | 9 * used to communicate with it.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_manager_helper.h | 9 // that communicate with Google servers.
|