Searched
full:locked (Results
301 -
325 of
785) sorted by null
<<11121314151617181920>>
/frameworks/base/keystore/tests/src/android/security/ |
KeyStoreTest.java | 146 assertEquals(KeyStore.State.LOCKED, mKeyStore.state());
|
/frameworks/base/libs/gui/ |
SensorManager.cpp | 44 // okay we're not locked here, but it's not needed during construction
|
/frameworks/base/libs/hwui/ |
TextureCache.cpp | 92 // This will be called already locked
|
/frameworks/base/services/input/ |
PointerController.h | 214 struct Locked {
|
/frameworks/media/libvideoeditor/osal/src/ |
M4OSA_Semaphore.c | 237 * @note It is an application issue to warrant no more threads are locked
|
/hardware/libhardware/include/hardware/ |
fb.h | 105 * be locked.
|
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 144 // this is called when a buffer is being locked for software
|
/hardware/msm7k/libgralloc/ |
mapper.cpp | 174 // this is called when a buffer is being locked for software
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 617 /* Pages are never swapped out (i.e. always locked in Linux) */ 619 /* Find the maximum # of pages that could be locked. x86 & 637 /* Pages are never swapped out (i.e. always locked in Linux) */ 808 (i.e. always locked in Linux) */
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
ReadWriteLock.java | 44 * spends most of its time being exclusively locked and there is little, if any
|
/packages/apps/Phone/res/values/ |
config.xml | 32 Emergency Call if your SIM is network-locked and you don't know
|
/packages/apps/Settings/src/com/android/settings/ |
MediaFormat.java | 35 * locked, et cetera, then the confirmation sequence is abandoned.
|
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/ |
GoogleLoginServiceBlockingHelper.java | 68 * Locked with the {@link #mGoogleLoginServiceLock} also.
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MtpService.java | 86 // lock MTP if the keyguard is locked and secure
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
concurrence.h | 41 // _S_single single-threaded code that doesn't need to be locked.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
resource.h | 76 /* Locked-in-memory address space. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jbd.h | 241 #define BJ_Locked 8 /* Locked for I/O during commit */
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
concurrence.h | 41 // _S_single single-threaded code that doesn't need to be locked.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
concurrence.h | 41 // _S_single single-threaded code that doesn't need to be locked.
|
/sdk/ |
changes.txt | 32 - Fix "folder locked" errors when installing packages in SDK Manager on Windows.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
IdeScanningContext.java | 104 // resource tree is locked for modifications and attempting to create a
|
/system/core/libpixelflinger/codeflinger/ |
CodeCache.cpp | 87 static mspace msp = create_contiguous_mspace(2 * 1024, 1024 * 1024, /*locked=*/ false);
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 606 // If locked, it means we are not ready to process this message because 608 if (parent_->locked()) { 609 DLOG(WARNING) << "Browser is locked"; 799 // Locked by process on another host. 953 // We've already locked things, so we can't have lost the startup race, [all...] |
/external/kernel-headers/original/linux/ |
jbd.h | 406 * LOCKED: Updates still running but we don't accept new ones 583 * @j_wait_transaction_locked: Wait queue for waiting for a locked transaction 681 * Wait queue for waiting for a locked transaction to start committing, 990 int __log_space_left(journal_t *); /* Called with journal locked */ [all...] |
Completed in 1051 milliseconds
<<11121314151617181920>>