/external/valgrind/main/helgrind/ |
hg_intercepts.c | 490 /* There's a hole here: libpthread now knows the lock is locked, 517 // already locked by this thread -- because then it'll just fail 534 /* There's a hole here: libpthread now knows the lock is locked, 576 /* There's a hole here: libpthread now knows the lock is locked, [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeWinCE.cpp | 451 // Height is locked to auto 460 // White-space is locked to pre
|
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 118 int locked; /* Can't push out or flush while locked. */ member in struct:__anon14236
|
/frameworks/base/core/java/android/text/method/ |
BaseMovementMethod.java | 129 * The movement meta state excludes the state of locked modifiers or the SHIFT key 137 // We ignore locked modifiers and SHIFT.
|
/frameworks/base/include/private/opengles/ |
gl_context.h | 143 uint8_t locked; member in struct:android::gl::vertex_t 153 flags = index = locked = mru = 0;
|
/frameworks/base/libs/gui/ |
SurfaceTextureClient.cpp | 595 LOGE("Surface::lock failed, already locked"); 675 LOGE("Surface::unlockAndPost failed, no locked buffer");
|
/frameworks/base/media/libmedia/ |
JetPlayer.cpp | 276 // precondition: mMutex locked 318 // precondition: mMutex locked
|
/frameworks/base/media/libstagefright/ |
SurfaceMediaSource.cpp | 535 // Make sure this is called when the mutex is locked 537 LOGV("On Frame Received locked");
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
BaseCommands.java | 750 Log.d(LOG_TAG,"Notifying: SIM locked or absent"); 760 Log.d(LOG_TAG,"Notifying: RUIM locked or absent");
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReentrantLock.java | 730 * or the String {@code "Locked by"} followed by the 739 "[Locked by thread " + o.getName() + "]");
|
/packages/apps/Phone/src/com/android/phone/ |
RespondViaSmsManager.java | 227 // TODO: If the device is locked, this toast won't actually ever 314 // for an incoming call while the device was locked, and the user
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardSwitcher.java | 413 // On non-distinct multi touch panel device, we should also turn off the shift locked 415 // On the other hand, on distinct multi touch panel device, turning off the shift locked [all...] |
/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 | 79 "locked", // Always 0 (false). 247 result.add(0); // locked
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
XKBlib.h | 104 int locked_group; /* locked keyboard group */ 108 unsigned int locked_mods; /* locked modifiers */
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DeviceMonitor.java | 225 // lock we lock it first, so that the AndroidDebugBridge lock is always locked 331 // we lock it first, so that the AndroidDebugBridge lock is always locked first. [all...] |
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
ddraw.h | [all...] |
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
DDRAW.H | [all...] |
/frameworks/base/core/java/android/view/ |
KeyEvent.java | [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...] |
/external/oprofile/events/i386/nehalem/ |
unit_masks | 151 0x02 cacheable Counts all data reads and writes (speculated and retired) from cacheable memory, including locked operations 183 0x01 l1d_l2 Cycle count during which the L1D and L2 are locked 184 0x02 l1d Counts the number of cycles that cacheline in the L1 data cache unit is locked
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
KeyguardViewMediator.java | 624 + " and the sim is not locked or missing"); [all...] |
LockPatternKeyguardView.java | 393 mSavedState = null; // clear state so we re-establish when locked again 747 // Do not let the screen to get locked while the user is disabled and touch [all...] |
/bionic/libc/docs/ |
CHANGES.TXT | 26 checking to pthread_mutex_destroy() (e.g. a locked mutex will return
|
/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>
|