OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:communicate
(Results
201 - 225
of
1154
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_serial.html
69
<td>Parameter object with one single value: <code>bitrate</code>, an integer specifying the desired bitrate used to
communicate
with the serial port.</td>
73
<td>Invoked when the port has been successfully opened. The callback will be called with one parameter, <code>openInfo</code>, that has one attribute, <code>connectionId</code>. Save this id, because you will need it to actually
communicate
with the port.
background_pages.html
93
You can
communicate
between your various pages using direct script calls,
94
similar to how frames can
communicate
.
/external/chromium_org/tools/git/
mffr.py
60
shell=_USE_SHELL).
communicate
()
130
shell=_USE_SHELL).
communicate
()
/external/libpcap/
README.linux
19
The Packet protocol is used by applications which
communicate
35
The Packet protocol is used by applications which
communicate
/external/skia/tools/
svn.py
41
return proc.
communicate
()[0]
71
(stdout, stderr) = proc.
communicate
()
/frameworks/base/core/java/android/provider/
SyncStateContract.java
65
* @param provider the {@link ContentProviderClient} that is to be used to
communicate
95
* @param provider the {@link ContentProviderClient} that is to be used to
communicate
/external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py
114
out, _ = link.
communicate
()
203
out, _ = popen.
communicate
()
235
out, _ = popen.
communicate
()
256
out, _ = popen.
communicate
()
271
out, _ = popen.
communicate
()
/docs/source.android.com/src/accessories/
aoa.jd
129
device's interface and endpoint descriptors to obtain the bulk endpoints to
communicate
with the
133
is for standard communication while the second interface is for ADB communication. To
communicate
136
communicate
using the endpoints.</p>
/external/chromium_org/third_party/WebKit/
PRESUBMIT.py
149
stderr=input_api.subprocess.PIPE).
communicate
()
169
_, stderrdata = child.
communicate
()
261
stderr=input_api.subprocess.STDOUT).
communicate
()
/external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.h
45
// created by this network will be able to
communicate
with one another, unless
199
// Determine if two sockets should be able to
communicate
.
204
// This function tests if two addresses can
communicate
, as well as the
/external/smack/src/com/kenai/jbosh/
BOSHClientConfig.java
107
* @param domain target domain to
communicate
with
119
* @param domain target domain to
communicate
with
195
* specify the server with which it wants to
communicate
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnsl-2.7.so
libnsl.so
libnsl.so.1
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl-2.7.so
libnsl.so
libnsl.so.1
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py
253
return p.
communicate
()
297
test_platform = p.
communicate
()[0].strip()
317
test_platform = p.
communicate
()[0].strip()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py
253
return p.
communicate
()
297
test_platform = p.
communicate
()[0].strip()
317
test_platform = p.
communicate
()[0].strip()
/cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h
36
* and client can
communicate
using public APIs
/external/apache-http/src/org/apache/http/conn/
ClientConnectionRequest.java
56
* @return a connection that can be used to
communicate
/external/chromium/chrome/browser/sync/engine/
syncer_types.h
92
// halt due to no longer being permitted to
communicate
with the server.
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.h
35
// |contents| is the TabContents representing this tab, used to
communicate
/external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.cc
92
delegate_ = NULL; // We will not
communicate
further with the delegate.
/external/chromium/chrome/common/extensions/docs/static/
notifications.html
59
You can
communicate
between a notification
Completed in 683 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>