/external/libvpx/libvpx/test/ |
vp9_thread_test.cc | 56 const bool synchronous = GetParam(); local 57 if (synchronous) { 79 const bool synchronous = GetParam(); local 80 if (synchronous) { 154 INSTANTIATE_TEST_CASE_P(Synchronous, VP9WorkerThreadTest, ::testing::Bool());
|
/frameworks/rs/tests/latency/ |
latency.cpp | 14 bool synchronous = false; local 43 synchronous = true; 49 if (synchronous) 50 printf("forcing synchronous\n"); 58 if (synchronous) flags |= RS_INIT_SYNCHRONOUS;
|
/external/chromium/chrome/browser/cocoa/ |
keystone_glue.h | 98 // YES if a synchronous promotion operation is in progress (promotion during 160 // be installed if necessary. If synchronous is NO, the promotion may occur 161 // in the background. synchronous should be YES for promotion during 165 synchronous:(BOOL)synchronous;
|
/external/chromium_org/chrome/browser/mac/ |
keystone_glue.h | 98 // YES if a synchronous promotion operation is in progress (promotion during 160 // be installed if necessary. If synchronous is NO, the promotion may occur 161 // in the background. synchronous should be YES for promotion during 165 synchronous:(BOOL)synchronous;
|
/frameworks/av/include/media/ |
IStreamSource.h | 85 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerStreamListener.h | 37 Command cmd, bool synchronous, const sp<AMessage> &extra);
|
NuPlayerStreamListener.cpp | 75 Command cmd, bool synchronous, const sp<AMessage> &extra) { 76 CHECK(!synchronous);
|
/frameworks/av/media/libmedia/ |
IStreamSource.cpp | 155 Command cmd, bool synchronous, const sp<AMessage> &msg) { 159 data.writeInt32(static_cast<int32_t>(synchronous)); 192 bool synchronous = static_cast<bool>(data.readInt32()); local 200 issueCommand(cmd, synchronous, msg);
|
/external/chromium_org/net/websockets/ |
websocket_channel.h | 166 // error code, usually OK. If |synchronous| is true, then OnWriteDone() is 169 ChannelState OnWriteDone(bool synchronous, int result) WARN_UNUSED_RESULT; 176 // code. If |synchronous| is true, then OnReadDone() is being called from 178 ChannelState OnReadDone(bool synchronous, int result) WARN_UNUSED_RESULT;
|
websocket_channel.cc | 341 ChannelState WebSocketChannel::OnWriteDone(bool synchronous, int result) { 350 if (!synchronous) 404 ChannelState WebSocketChannel::OnReadDone(bool synchronous, int result) { 424 if (!synchronous)
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDOMDebuggerAgent.h | 99 void pauseOnNativeEventIfNeeded(PassRefPtr<JSONObject> eventData, bool synchronous);
|
InspectorDOMDebuggerAgent.cpp | 382 void InspectorDOMDebuggerAgent::pauseOnNativeEventIfNeeded(PassRefPtr<JSONObject> eventData, bool synchronous) 386 if (synchronous)
|
/frameworks/av/media/libstagefright/include/ |
FragmentedMP4Parser.h | 49 sp<AMessage> getFormat(bool audio, bool synchronous = false); 50 status_t dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit, bool synchronous = false);
|
/frameworks/native/libs/gui/ |
SurfaceComposerClient.cpp | 128 void closeGlobalTransactionImpl(bool synchronous); 178 static void closeGlobalTransaction(bool synchronous) { 179 Composer::getInstance().closeGlobalTransactionImpl(synchronous); 207 void Composer::closeGlobalTransactionImpl(bool synchronous) { 216 mForceSynchronous |= synchronous; 288 // Resizing a surface makes the transaction synchronous. 523 void SurfaceComposerClient::closeGlobalTransaction(bool synchronous) { 524 Composer::closeGlobalTransaction(synchronous);
|
/external/chromium/chrome/browser/sessions/ |
session_restore.cc | 56 // This is not part of SessionRestoreImpl so that synchronous destruction 411 bool synchronous, 417 synchronous_(synchronous), 543 // If we're not synchronous we need to delete ourself. 742 // Whether or not restore is synchronous. 762 // When synchronous we run a nested message loop. To avoid creating windows 780 bool synchronous, 800 new SessionRestoreImpl(profile, browser, synchronous,
|
/frameworks/native/include/gui/ |
SurfaceComposerClient.h | 110 static void closeGlobalTransaction(bool synchronous = false);
|
/external/chromium_org/chrome/browser/sessions/ |
session_restore.cc | 91 // This is not part of SessionRestoreImpl so that synchronous destruction 495 bool synchronous, 502 synchronous_(synchronous), 534 bool synchronous() const { return synchronous_; } function in class:__anon5592::SessionRestoreImpl 727 // If we're not synchronous we need to delete ourself. [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
pppoe.h | 261 int synchronous; /* Use synchronous PPP */ member in struct:PPPoEConnectionStruct
|
/frameworks/av/media/libstagefright/mp4/ |
FragmentedMP4Parser.cpp | 258 sp<AMessage> FragmentedMP4Parser::getFormat(bool audio, bool synchronous) { 274 if (synchronous && err == -EWOULDBLOCK && !moovDone) { 348 bool synchronous) { 363 if (synchronous && err == -EWOULDBLOCK) { 369 ALOGV("dequeue fail 2: %d, %d", err, synchronous); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
test_util.js | 23 * Namespace for synchronous utility functions. 825 // Return true for asynchronous functions and false for synchronous.
|
/external/blktrace/doc/ |
blktrace.tex | 414 sync & \emph{synchronous} attribute \\ \hline 651 a 'B' (for barrier operations) or 'S' (for synchronous operations). [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf_3.1.0.v20100529-0735.jar | |
/dalvik/docs/ |
prettify.js | 52 * If set to {@code false}, {@code prettyPrint()} is synchronous. [all...] |
/external/chromium_org/chrome_frame/ |
CFInstance.js | 573 * immediately. In this way, Deferreds simplify thinking about synchronous [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | 63 * If set to {@code false}, {@code prettyPrint()} is synchronous. [all...] |