HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 201 - 225 of 785) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/net/base/
test_completion_callback_unittest.cc 74 base::AutoLock locked(origin_loop_lock_);
  /external/dbus/dbus/
dbus-server-protected.h 88 unsigned int have_server_lock : 1; /**< Does someone have the server mutex locked */
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.c 40 "Database is locked or in use--try again later",
  /external/icu4c/common/
umutex.h 97 * @param mutex The given mutex to be locked. Pass NULL to specify
  /external/qemu/android/skin/
surface.h 77 /* unlock a slow surface that was previously locked */
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syscond.c 138 The mutex must be locked before entering this function!
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syscond.c 142 The mutex must be locked before entering this function!
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_phyuv.c 242 overlay->hwdata->locked = 1;
288 overlay->hwdata->locked = 1;
334 overlay->hwdata->locked = 0;
419 if (overlay->hwdata->locked==0)
  /external/valgrind/main/helgrind/tests/
tc23_bogus_condwait.c 71 /* mx is not locked */
  /external/valgrind/unittest/
atomicity_tests.cc 40 // Every method of a class is locked, but not every method is atomic.
  /external/webkit/Source/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 51 // Keep the pixels locked since we will be writing directly into the
  /frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java 45 * and manifest). For non-forward-locked apps this will be the same as {@link #sourceDir).
  /frameworks/base/media/libmedia/
mediaplayer.cpp 614 bool locked = false; local
626 locked = true;
632 if (locked) mLock.unlock(); // release the lock when done.
709 if (locked) mLock.unlock();
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardStatusViewManager.java 519 * Normal case (sim card present, it's not locked)
524 * The sim card is 'network locked'.
540 * The sim card is PUK locked, meaning they've entered the wrong sim unlock code too many
546 * The sim card is locked.
  /packages/apps/Email/tests/src/com/android/email/
TestUtils.java 152 * @return true if the screen is on and not locked; false otherwise, in which case tests that
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 39 * locked, et cetera, then the confirmation sequence is abandoned.
  /system/media/wilhelm/src/itf/
I3DGrouping.c 34 // the new group is left unlocked, but it will be locked again below
  /dalvik/vm/
Sync.cpp 28 * actually locked. Even the ones that are locked do not need a
171 * object may be unlocked, thin-locked, or fat-locked.
210 * if some JNI code locked but didn't unlock
629 "object not locked by thread before wait()");
774 "object not locked by thread before notify()");
806 "object not locked by thread before notifyAll()");
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_locker_browsertest.cc 233 waiter.Wait(false /* not locked */, true /* full screen */);
242 waiter.Wait(true /* locked */, false /* full screen */);
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.h 105 // locked.
205 // onscreen even when the screen is locked?
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.h 171 // A locked connection is one for which we know the intended destination of
173 bool locked() const { return locked_; } function in class:cricket::RelayServerConnection
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 214 void runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked);
216 void jitTheFunction(Function *F, const MutexGuard &locked);
JITDebugRegisterer.cpp 149 MutexGuard locked(JITDebugLock);
171 MutexGuard locked(JITDebugLock);
  /external/openssl/crypto/engine/
eng_lib.c 105 int engine_free_util(ENGINE *e, int locked)
115 if(locked)
  /external/skia/gpu/include/
GrTextureCache.h 181 * When an entry is "locked" (i.e. given to the caller), it is moved to the
227 * its "locked" entry.

Completed in 668 milliseconds

1 2 3 4 5 6 7 891011>>