/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_cursor_c.h | 40 /* Inline (macro) versions of the mouse lock functions */
|
SDL_stretch.c | 226 /* Lock the destination if it's in hardware */ 230 SDL_SetError("Unable to lock destination surface"); 235 /* Lock the source if it's in hardware */ 242 SDL_SetError("Unable to lock source surface");
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxwm.c | 37 // Lock the event thread, in multi-threading environments
|
/external/skia/include/core/ |
SkThread_platform.h | 35 void acquire() { this->lock(); }
|
/external/stlport/src/ |
allocators.cpp | 95 ("lock; xaddl %1, %0;" 194 * implementation with locks as locks becomes no-op. The lock free implementation 323 // Acquire the lock here with a constructor call. 336 // lock is released here 344 // acquire lock 352 // lock is released here 364 /* We hold the allocation lock. */ 433 /* We hold the allocation lock. */ 852 /* We hold the allocation lock. */ 885 _M_lock __lock_instance; // Need to acquire lock here [all...] |
/external/valgrind/main/drd/ |
drd_rwlock.h | 26 // Reader-writer lock state information.
|
/external/valgrind/main/drd/tests/ |
monitor_example.cpp | 101 void lock() function in class:Monitor 161 { lock(); } 164 void lock() function in class:ScopedLock 165 { assert(! m_locked); m_monitor.lock(); m_locked = true; }
|
/external/valgrind/main/helgrind/tests/ |
hg03_inherit.c | 58 // without a lock and without a dependency edge
|
/external/valgrind/unittest/ |
thread_wrappers.h | 115 mu_.Lock(); 137 mu_.Lock(); 286 mu_->Lock(); 300 MutexLock lock(&mu_);
|
/external/webkit/LayoutTests/storage/ |
multiple-transactions-on-different-handles.js | 38 // Execute a write statement to make sure SQLite tries to acquire an exclusive lock on the DB file
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Locker.h | 38 Locker(T& lockable) : m_lockable(lockable) { m_lockable.lock(); }
|
/external/webkit/Source/WebCore/bindings/js/ |
JSCustomApplicationInstalledCallback.cpp | 47 JSC::JSLock lock(SilenceAssertionsOnly);
|
JSCustomPositionCallback.cpp | 54 JSC::JSLock lock(SilenceAssertionsOnly);
|
JSCustomPositionErrorCallback.cpp | 54 JSC::JSLock lock(SilenceAssertionsOnly);
|
/external/webkit/Source/WebCore/page/mac/ |
WebCoreFrameView.h | 33 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock;
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
CacheResult.cpp | 131 MutexLocker lock(m_mutex); 199 MutexLocker lock(m_mutex); 206 MutexLocker lock(m_mutex); 239 MutexLocker lock(m_mutex);
|
/external/webkit/Tools/QueueStatusServer/templates/ |
queuestatus.html | 61 <tr><th>Position</th><th>Patch</th><th>Lock Acquired</th></tr>
|
/external/webkit/Tools/Scripts/webkitpy/common/thread/ |
threadedmessagequeue.py | 38 self._lock = threading.Lock()
|
/frameworks/base/core/java/android/appwidget/ |
package.html | 24 widgets, but the lock screen could also contain widgets, and it would have a different way of
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDirectCursorDriver.java | 45 mDatabase.lock(mSql);
|
/frameworks/base/core/jni/android/graphics/ |
AutoDecodeCancel.cpp | 72 // can only call this inside a lock on gAutoDecoderCancelMutex
|
/frameworks/base/native/include/android/ |
bitmap.h | 56 * Given a java bitmap object, attempt to lock the pixel address.
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardScreenCallback.java | 28 * Transition to the lock screen.
|
KeyguardViewManager.java | 41 * the wake lock and report that the keyguard is done, which is in turn, 149 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen On!"); 152 if (DEBUG) Log.d(TAG, "Rotation sensor for lock screen Off!"); 259 * of the lock screen based on the key.
|
LockPatternKeyguardViewProperties.java | 25 * Knows how to create a lock pattern keyguard view, and answer questions about
|