HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 251 - 275 of 459) sorted by null

<<111213141516171819

  /external/quake/quake/src/QW/
qwrlnote.txt 68 - Linux client was hard locked at 30fps, fixed
189 - Spectator camera changed from a free float to a locked camera that tracks
  /external/v8/include/
v8.h     [all...]
  /external/webkit/WebCore/rendering/
RenderThemeWince.cpp 450 // Height is locked to auto
459 // White-space is locked to pre
  /external/webkit/WebCore/storage/
Database.cpp 107 // Ensure the the mutex is locked.
603 ASSERT(!m_transactionInProgressMutex.tryLock()); // Locked by caller.
  /external/yaffs2/yaffs2/
yaffs_guts.h 118 int locked; /* Can't push out or flush while locked. */ member in struct:__anon7022
  /frameworks/base/include/private/opengles/
gl_context.h 146 uint8_t locked; member in struct:android::gl::vertex_t
156 flags = index = locked = mru = 0;
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 698 LOGE("Surface::lock failed, already locked");
771 LOGE("Surface::unlockAndPost failed, no locked buffer");
  /frameworks/base/media/libmedia/
JetPlayer.cpp 283 // precondition: mMutex locked
325 // precondition: mMutex locked
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 616 /* no meta key is locked */
633 /* back to 0 (off) if 1 (on/not locked) */
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 80 "locked", // Always 0 (false).
248 result.add(0); // locked
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 279 // In some cases, the workspace may be locked for modification when we
311 // In some cases, the workspace may be locked for modification when we pass
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
DatabaseTest.java 417 @KnownFailure("Reason for failure unknown: Database should be locked. " +
461 fail("Should have one exception: database should be locked.");
561 // set to fail immediately if table is locked.
688 // set to fail immediately if table is locked.
708 assertEquals(errors.get(0), "database is locked");
    [all...]
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /frameworks/base/libs/audioflinger/
AudioFlinger.cpp 216 bool locked = false; local
219 locked = true;
224 return locked;
241 bool locked = tryLock(mLock); local
244 if (!locked) {
265 if (locked) mLock.unlock();
883 bool locked = tryLock(mLock); local
884 if (!locked) {
885 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this);
923 if (locked) {
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
ddraw.h     [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDRAW.H     [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 569 * a completely idle tdb we should get rid of the locked array.
744 contention - it cannot guarantee how many records will be locked */
752 locked */
758 /* mark a chain as locked without actually locking it. Warning! use with great caution! */
764 /* unmark a chain as locked without actually locking it. Warning! use with great caution! */
3817 int rev = 0, locked = 0; local
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 418 "attempt to unlock read lock, not locked by current thread");
    [all...]
  /dalvik/libcore/sql/src/main/java/SQLite/
Database.java 171 * an SQLite table is locked.
  /dalvik/vm/alloc/
HeapWorker.c 351 /* The heap must be locked before the HeapWorker;
  /development/pdk/docs/porting/
power_management.jd 33 <p>A locked wakelock, depending on its type, prevents the system from entering suspend or other low-power states. This document describes how to employ wakelocks. </p>
  /external/dbus/dbus/
dbus-string.c 157 real->locked = FALSE;
246 real->locked = TRUE;
291 real->locked = TRUE;
    [all...]
  /external/opencore/doc/oscl_html/
classOsclMutex.html 219 Try to lock the mutex,if the Mutex is already locked calling thread immediately returns with out blocking <dl compact><dt><b>Parameters: </b></dt><dd>
  /external/qemu/android/skin/
surface.c 243 /* unlock a slow surface that was previously locked */
  /external/srec/portable/include/
ptrd.h 92 * Creates a thread monitor. Thread monitors can be locked, unlocked, can be

Completed in 271 milliseconds

<<111213141516171819