/external/llvm/test/MC/X86/AlignedBundling/ |
pad-bundle-groups.s | 6 # Test some variations of padding for bundle-locked groups.
|
relax-in-bundle-group.s | 6 # Test that instructions inside bundle-locked groups are relaxed even if their
|
/external/skia/src/lazy/ |
SkDiscardableMemoryPool.h | 25 * unlocked blocks of memory are purged. If all memory is locked, it
|
/external/skia/tests/ |
PDFInvalidBitmapTest.cpp | 28 SkDEBUGFAIL("InvalidPixelRef can't be locked");
|
/external/squashfs-tools/kernel/include/linux/ |
squashfs_fs_sb.h | 31 int locked; member in struct:squashfs_cache_entry
|
/external/tpm2/ |
CommandCodeAttributes.c | 203 // We check to see if the NV is write locked before we do the authorization 204 // If it is locked, we fail the command early. 229 // We check to see if the NV is read locked before we do the authorization 230 // If it is locked, we fail the command early.
|
NV_Read.c | 17 // TPM_RC_NV_LOCKED the Index referenced by nvIndex is read locked
|
/external/valgrind/drd/tests/ |
hold_lock.c | 1 /** Hold several types of synchronization objects locked as long as specified.
|
pth_cancel_locked.stderr.exp | 2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
|
pth_cond_race.stderr.exp | 3 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
|
recursive_mutex.stderr.exp-darwin | 5 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
recursive_mutex.stderr.exp-solaris | 6 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
tc09_bad_unlock.stderr.exp-s390 | 2 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1. 12 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1. 27 Destroying locked mutex: mutex 0x........, recursion count 1, owner 1. 36 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
tc10_rec_lock.stderr.exp | 9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
|
/external/valgrind/helgrind/tests/ |
tc12_rwl_trivial.stderr.exp-darwin970 | 4 Thread #x unlocked a not-locked lock at 0x........
|
/frameworks/base/core/java/android/app/trust/ |
ITrustManager.aidl | 32 void setDeviceLockedForUser(int userId, boolean locked);
|
/frameworks/base/packages/SystemUI/res/values-land/ |
strings.xml | 22 <string name="toast_rotation_locked">Screen is now locked in landscape orientation.</string>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
RotationLockTile.java | 131 * @param locked Whether or not rotation is locked. 133 private String getAccessibilityString(boolean locked) { 134 if (locked) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
ScrollContainer.java | 39 * Like {@link #scrollTo(View)}, but keeps the scroll locked until the user
|
/hardware/intel/img/psb_video/src/ |
tng_jpegES.h | 40 IMG_ERR_SURFACE_LOCKED = 1, //!< The requested surface was locked 115 BUFFER_FREE = 1, //!< Buffer is not locked 116 HW_LOCK, //!< Buffer is locked by hardware 117 SW_LOCK, //!< Buffer is locked by software
|
/hardware/libhardware/modules/local_time/ |
Android.mk | 20 # the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to
|
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/ |
FragmentTestActivity.java | 37 // Normally fragment/activity onStart() methods will not be called when screen is locked.
|
/packages/apps/Settings/res/xml/ |
configure_notification_settings.xml | 27 <!-- When device is locked -->
|
/system/core/libbacktrace/ |
ThreadEntry.h | 40 // time this entry is locked.
|
/system/tpm/tpm_manager/server/ |
mock_tpm_nvram.h | 53 bool FakeIsNvramLocked(uint32_t index, bool* locked);
|