/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
EventLogTags.logtags | 35 ## 6: TAP_LOCK Tapped the (unlocked) lock icon, locks the device.
|
/frameworks/wilhelm/src/itf/ |
I3DGrouping.c | 34 // the new group is left unlocked, but it will be locked again below
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getdelim.c | 38 # include "unlocked-io.h"
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
certificate_manager_handler.h | 73 // 4. slots unlocked -> ExportPersonalSlotsUnlocked -> exports to memory 92 // 5. slot unlocked -> ImportPersonalSlotUnlocked attempts to
|
/external/chromium_org/third_party/skia/tests/ |
GpuLayerCacheTest.cpp | 141 // The final layer should be unlocked. 148 // Add an additional layer. Since all the layers are unlocked this
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccCard.java | 144 * @param enabled "true" for locked "false" for unlocked. 158 * @param enabled "true" for locked "false" for unlocked.
|
/frameworks/wilhelm/src/desktop/ |
SndFile.c | 90 // callbacks are called with mutex unlocked 186 /** \brief Called with mutex unlocked for marker and position updates, and play state change */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
condition_variable | 227 // _M_mutex must be unlocked before re-locking __lock so move 249 // _M_mutex must be unlocked before re-locking __lock so move
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
condition_variable | 227 // _M_mutex must be unlocked before re-locking __lock so move 249 // _M_mutex must be unlocked before re-locking __lock so move
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
condition_variable | 238 // *__mutex must be unlocked before re-locking __lock so move 261 // *__mutex must be unlocked before re-locking __lock so move
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ReentrantReadWriteLockTest.java | 171 * Constructor sets given fairness, and is in unlocked state 193 * write-locking and read-locking an unlocked lock succeed 266 * write-unlocking an unlocked lock throws IllegalMonitorStateException 279 * read-unlocking an unlocked lock throws IllegalMonitorStateException 372 * write-tryLock on an unlocked lock succeeds 812 * write lockInterruptibly succeeds if unlocked, else is interruptible [all...] |
AbstractQueuedLongSynchronizerTest.java | 27 static final long UNLOCKED = 0; 31 assertTrue(state == UNLOCKED || state == LOCKED); 37 return compareAndSetState(UNLOCKED, LOCKED); 42 setState(UNLOCKED); [all...] |
AbstractQueuedSynchronizerTest.java | 30 static final int UNLOCKED = 0; 34 assertTrue(state == UNLOCKED || state == LOCKED); 40 return compareAndSetState(UNLOCKED, LOCKED); 46 setState(UNLOCKED); [all...] |
/docs/source.android.com/src/devices/tech/security/ |
best-practices.jd | 321 unlocked. The failure to properly delete all data on unlocking may allow a 356 <p>A device that is unlocked may be subsequently relocked, by issuing the 359 original OEM OS. e.g. user data will be wiped if the device is unlocked again in 369 immediate data wipe. The "unlocked" flag MUST NOT be set until after the 387 unlocked and/or relocked.</li>
|
/frameworks/wilhelm/src/ |
sles.c | 101 * Exit condition: the object is unlocked. 122 * Entry condition: the object is unlocked. 123 * Exit condition: the object is unlocked.
|
/dalvik/docs/ |
verifier.html | 93 monitors locked by the method have been unlocked an equal number of times. 107 object must be unlocked before the method returns. At the bytecode level,
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_system_service_unittest.cc | 334 // the target file is unlocked for writing 336 // file is unlocked after PrepareForSync, and 3) when the sync is
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 90 /// the incorrect lock kind. For instance, a shared lock being unlocked 114 /// 3. or when a mutex is locked but not unlocked inside a function.
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraSettings.java | 230 * @return Whether the operation was allowed (i.e. the sizes are unlocked). 271 * @return Whether the operation was allowed (i.e. the sizes are unlocked).
|
/frameworks/native/libs/gui/tests/ |
SRGB_test.cpp | 395 // mLockedBuffer is unlocked in TearDown so we can copy data from it to 473 // mLockedBuffer is unlocked in TearDown so we can copy data from it to
|
/hardware/qcom/display/msm8960/libgenlock/ |
genlock.cpp | 296 * @param: handle of the buffer to be unlocked. 311 * Blocks the calling process until the lock held on the handle is unlocked.
|
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/ |
MainActivity.java | 206 // Camera is available and unlocked, MediaRecorder is prepared,
|
/developers/samples/android/media/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/ |
MainActivity.java | 206 // Camera is available and unlocked, MediaRecorder is prepared,
|
/development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/ |
MainActivity.java | 206 // Camera is available and unlocked, MediaRecorder is prepared,
|
/external/chromium_org/base/memory/ |
discardable_memory.h | 39 // Discardable memory has two states: locked and unlocked. While the memory is
|