/external/chromium/base/synchronization/ |
condition_variable.h | 165 // Events that threads are blocked on.
|
waitable_event.h | 68 // Put the event in the signaled state. Causing any thread blocked on Wait
|
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker.h | 106 // button is blocked.
|
/external/chromium/chrome/browser/ |
pdf_unsupported_feature.cc | 142 // Also give it a new version so that the renderer doesn't show the blocked
|
/external/chromium/third_party/libjingle/source/talk/base/ |
task.cc | 200 static const std::string STR_BLOCKED("BLOCKED");
|
task.h | 121 bool Blocked() const { return blocked_; }
|
/external/kernel-headers/original/linux/sunrpc/ |
xprt.h | 188 struct rpc_task * snd_task; /* Task blocked in send */
|
/external/llvm/test/Transforms/IndVarSimplify/ |
elim-extend.ll | 69 ; %innercount is currently blocked by lcssa, so is not widened.
|
/external/qemu/hw/ |
goldfish_pipe.h | 131 * This will also wake-up any blocked guest threads waiting for i/o.
|
/external/webkit/Source/WebCore/loader/ |
DocumentWriter.cpp | 128 // FIXME: Do we need to consult the content security policy here about blocked plug-ins?
|
/external/webkit/Source/WebCore/websockets/ |
WebSocket.cpp | 145 scriptExecutionContext()->addMessage(JSMessageSource, LogMessageType, ErrorMessageLevel, makeString("WebSocket port ", String::number(url.port()), " blocked"), 0, scriptExecutionContext()->securityOrigin()->toString(), 0);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
ResourceLoadDelegate.mm | 154 printf("Blocked access to external URL %s\n", [[url absoluteString] cStringUsingEncoding:NSUTF8StringEncoding]);
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
bugzilla.py | 565 blocked=None, 588 if blocked: 589 self.browser["blocked"] = unicode(blocked) [all...] |
/frameworks/av/media/libstagefright/ |
CameraSourceTimeLapse.cpp | 203 // mQuickStop may have turned to true while read was blocked.
|
/frameworks/base/core/java/android/nfc/tech/ |
IsoDep.java | 161 * not be called from the main application thread. A blocked call will be canceled with
|
/frameworks/base/core/java/android/webkit/ |
WebStorage.java | 128 * messages received while we are still blocked here, see http://b/2127737).
|
WebStorageClassic.java | 170 * messages received while we are still blocked here, see http://b/2127737).
|
/frameworks/volley/src/com/android/volley/toolbox/ |
HurlStack.java | 97 throw new IOException("URL blocked by rewriter: " + url);
|
/packages/apps/PackageInstaller/res/values-en-rGB/ |
strings.xml | 46 <string name="unknown_apps_dlg_title" msgid="2855558586206583032">"Install blocked"</string>
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
AbstractContactsProvider.java | 77 * across multiple databases are all blocked on a single DB lock (to prevent deadlock cases).
|
/system/core/toolbox/ |
ps.c | 122 nexttok(&ptr); // blocked
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebSettingsTest.java | 350 return "Popup blocked".equals(mOnUiThread.getTitle()); 649 // Check that only network images are blocked, data url images are still loaded. 681 // Check that only network resources are blocked, data url images are still loaded. [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
tab.cc | 181 if (data().blocked == old.blocked) 184 if (data().blocked)
|
/external/linux-tools-perf/util/ |
svghelper.c | 106 fprintf(svgfile, " rect.blocked { fill:rgb(255, 0, 0); fill-opacity:0.5; stroke-width:0; stroke:rgb( 0, 0, 0); } \n"); 464 svg_legenda_box(800, "Blocked on IO", "blocked");
|
/external/oprofile/events/mips/74K/ |
events | 30 event:0xc counters:0,2 um:zero minimum:500 name:IFU_IDU_CLOGED_DOWNSTREAM_CYCLES : 12-0 Cycles IFU-IDU gate is closed (waiting for downstream to unclog) due to MTC0/MFC0 sequence in pipe, EHB, or blocked DD, DR, or DS 45 event:0x1b counters:0,2 um:zero minimum:500 name:LOAD_STORE_BLOCKED_CYCLES : 27-0 Load/store graduation blocked cycles due to CP1/2 store data not ready, SYNC/SYNCI/SC/CACHEOP at the head, or FSB/LDQ/WBB/ITU FIFO full 71 event:0x37 counters:0,2 um:zero minimum:500 name:GFIFO_BLOCKED_CYCLES : 55-0 GFIFO blocked cycles
|