OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:communicate
(Results
676 - 700
of
1154
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/installer/util/
google_update_settings.h
208
// For system-level installs, we need to be able to
communicate
the results
/external/chromium_org/chrome/test/functional/
test_utils.py
308
stdout = process.
communicate
()[0]
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
api.js
16
* @fileoverview Public APIs to enable web applications to
communicate
/external/chromium_org/components/autofill/core/browser/
autofill_metrics.h
63
// Could not determine the user's state due to failure to
communicate
with
/external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.cc
256
// We need to make an InterfaceInterface to
communicate
with the device
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc
225
// way to
communicate
the error to the caller.
/external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc
218
LOG(FATAL) << "Cannot
communicate
with zygote";
/external/chromium_org/content/public/browser/
render_widget_host.h
77
//
communicate
with the RenderView and is owned by the WebContents. If the
/external/chromium_org/content/public/test/
browser_test_utils.cc
103
DLOG(ERROR) << "Cannot
communicate
with DOMOperationObserver.";
/external/chromium_org/content/renderer/media/android/
audio_decoder_android.cc
43
// A pipe used to
communicate
with MediaCodec. MediaCodec owns
/external/chromium_org/content/renderer/
render_thread_impl.h
428
// This is used to
communicate
to the browser process the status
/external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_manager.cc
417
// Get the Bus object used to
communicate
with mtpd.
/external/chromium_org/media/tools/constrained_network_server/
traffic_control.py
351
output, error = p.
communicate
()
/external/chromium_org/native_client_sdk/src/doc/
overview.rst
235
of view of Native Client, Pepper allows a C/C++ module to
communicate
with
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js
130
* Called when the Browser can not
communicate
with the Module
/external/chromium_org/native_client_sdk/src/resources/
common.js
209
* Called when the Browser can not
communicate
with the Module
/external/chromium_org/remoting/host/
desktop_session_agent.cc
367
// Create an IPC channel to
communicate
with the network process.
/external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc
107
// The server end of the IPC channel used to
communicate
to the worker
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h
106
// the theme needs to
communicate
this inflated rect to the engine so that it can invalidate the whole control.
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
61
// The window thats hosts the ScrollView. The ScrollView will
communicate
scrolls and repaints to the
/external/chromium_org/third_party/android_testrunner/
adb_interface.py
18
"""Provides an interface to
communicate
with the device via the adb command.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h
366
// to
communicate
with differnent peers under different identity names.
/external/chromium_org/third_party/mesa/src/src/gbm/main/
gbm.c
132
* The file descriptor passed in is used by the backend to
communicate
with
/external/chromium_org/third_party/mesa/src/src/mesa/
SConscript
460
(commit, foo) = subprocess.Popen(args, stdout=subprocess.PIPE).
communicate
()
/external/chromium_org/tools/
bisect_utils.py
451
(out, _) = proc.
communicate
()
Completed in 919 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>