/external/protobuf/src/google/protobuf/stubs/ |
once_unittest.cc | 239 // We should now have one thread blocked inside Init(), four blocked waiting 240 // for Init() to complete, and three blocked waiting for InitRecursive() to
|
/external/chromium/chrome/browser/sync/glue/ |
data_type_manager_impl.cc | 110 // Only proceed if we're in a steady state or blocked. 111 if (state_ != STOPPED && state_ != CONFIGURED && state_ != BLOCKED) { 155 DCHECK(state_ == STOPPED || state_ == CONFIGURED || state_ == BLOCKED); 328 DCHECK(state_== CONFIGURING || state_ == STOPPING || state_ == BLOCKED); 374 state_ = BLOCKED;
|
/external/quake/quake/src/QW/client/ |
pmove.c | 67 returns the blocked flags (1 = floor, 2 = step / wall) 76 int i, blocked; local 78 blocked = 0; 80 blocked |= 1; // floor 82 blocked |= 2; // step 94 return blocked; 119 int blocked; local 123 blocked = 0; 158 blocked |= 1; // floor 162 blocked |= 2; // ste [all...] |
/external/valgrind/main/coregrind/ |
m_libcsignal.c | 406 vki_sigset_t pending, blocked, allbutone; local 420 /* don't try for signals not blocked at the moment */ 421 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked); 424 /* pending = pending `intersect` blocked */ 425 VG_(sigintersectset)(&pending, &blocked); 440 pre: i is blocked and pending 452 blocked. */
|
/external/bison/lib/ |
sigaction.c | 100 accurate results. We know the signal isn't currently blocked, or 169 signals are currently blocked. */ 182 since all signals are currently blocked. */
|
signal.in.h | 261 /* Return the set of those blocked signals that are pending. */ 268 /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET. 269 Then, if SET is not NULL, affect the current set of blocked signals by 272 while the signal is blocked. */
|
/external/chromium/chrome/browser/tab_contents/ |
tab_specific_content_settings.cc | 253 void TabSpecificContentSettings::SetPopupsBlocked(bool blocked) { 254 content_blocked_[CONTENT_SETTINGS_TYPE_POPUPS] = blocked; 257 delegate_->OnContentSettingsAccessed(blocked);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
taskrunner.cc | 77 // Running continues until all tasks are Blocked (ok for a small # of tasks) 91 while (!tasks_[i]->Blocked()) { 163 // state to something other than DONE, ERROR or BLOCKED, it calls
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyPairGeneratorSpi.java | 86 // we do the check again in case we were blocked by a generator for
|
/external/chromium/chrome/browser/ |
gpu_data_manager.h | 54 // blocked.
|
/external/chromium/chrome/browser/ui/views/ |
collected_cookies_win.h | 31 // CollectedCookiesWin is a dialog that displays the allowed and blocked
|
/external/chromium/chrome/common/ |
win_safe_util.h | 34 // dialog will be shown telling the user that the file will be blocked.
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
SyncEvent.h | 97 ** Description: Notify a blocked thread that the event has occured. Unblocks it.
|
/external/llvm/examples/ParallelJIT/ |
ParallelJIT.cpp | 15 // Once all threads are blocked on the conditional variable, the main thread 159 // There are enough threads blocked that we can release all of them 175 // If there are num or more threads blocked, it will signal them all 177 // blocked
|
/external/quake/quake/src/QW/server/ |
progdefs.h | 104 func_t blocked; member in struct:__anon14363
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
createbug.py | 52 state["bug_id"] = self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], blocked=blocks, component=self._options.component, cc=cc)
|
/frameworks/av/services/audioflinger/ |
StateQueue.h | 44 // blocked from seeing that state 47 // - mutator must always be able to read/modify a state, it must never be blocked from reading or 54 // In this case, the mutator could get blocked waiting for a slot to fill up for 111 // if odd, then mutator is currently blocked inside push()
|
/frameworks/base/core/java/android/nfc/tech/ |
MifareClassic.java | 327 * not be called from the main application thread. A blocked call will be canceled with 354 * not be called from the main application thread. A blocked call will be canceled with 410 * not be called from the main application thread. A blocked call will be canceled with 432 * not be called from the main application thread. A blocked call will be canceled with 461 * not be called from the main application thread. A blocked call will be canceled with 489 * not be called from the main application thread. A blocked call will be canceled with 517 * not be called from the main application thread. A blocked call will be canceled with 539 * not be called from the main application thread. A blocked call will be canceled with 568 * not be called from the main application thread. A blocked call will be canceled with
|
TagTechnology.java | 72 * {@link TagTechnology}, and it will cancel all other blocked I/O operations on other threads 169 * from the main application thread. A blocked call will be canceled with 187 * from the main application thread. A blocked call will be canceled with 202 * <p>Also causes all blocked I/O operations on other thread to be canceled and
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
ChallengeLayout.java | 51 * This may restore previously blocked access to other child views.
|
/frameworks/wilhelm/src/ |
sync.c | 48 // There might be more than one thread blocked in Commit, so wake them all
|
/libcore/luni/src/main/java/java/nio/channels/ |
Channel.java | 50 * one thread will run the closure code, and others will be blocked until
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
package-info.java | 37 * synchronizers that rely on queuing blocked threads. The {@link
|
/packages/apps/Nfc/nci/jni/ |
SyncEvent.h | 93 ** Description: Notify a blocked thread that the event has occured. Unblocks it.
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_observer.h | 115 // Invoked when the blocked state of a tab changes. 116 // NOTE: This is invoked when a tab becomes blocked/unblocked by a tab modal
|