OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlocked
(Results
76 - 100
of
298
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/security/keystore/
test-keystore
93
log "no error implies initialized and
unlocked
"
/external/bison/
config.h
333
/* Define to 1 if you want getc etc. to use
unlocked
I/O if available.
334
Unlocked
I/O can improve performance in unithreaded apps, but it is not
config.hin
332
/* Define to 1 if you want getc etc. to use
unlocked
I/O if available.
333
Unlocked
I/O can improve performance in unithreaded apps, but it is not
/external/chromium/chrome/browser/chromeos/login/
login_performer.cc
457
DVLOG(1) << "Screen
unlocked
";
459
// If screen was
unlocked
that was for a reason, should delete itself now.
/external/valgrind/main/drd/
drd_rwlock.c
46
// Segment of last unlock call by this thread that
unlocked
a writer lock.
48
// Segment of last unlock call by this thread that
unlocked
a reader lock.
drd_clientreq.h
222
/* args: Addr rwlock, RwLockT, Bool
unlocked
*/
/ndk/sources/host-tools/sed-4.2.1/m4/
gnulib-comp.m4
345
lib/
unlocked
-io.h
437
m4/
unlocked
-io.m4
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java
80
return mKeyStore.state() == KeyStore.State.
UNLOCKED
;
114
// see if KeyStore has been
unlocked
, if not start activity to do so
KeyChainService.java
125
return (mKeyStore.state() == KeyStore.State.
UNLOCKED
);
/packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java
105
if (mKeyStore.state() != KeyStore.State.
UNLOCKED
) {
117
// Now KeyStore is always
unlocked
. Reset the flag.
/external/bison/lib/
argmatch.c
44
# include "
unlocked
-io.h"
error.c
42
# include "
unlocked
-io.h"
/external/bison/src/
system.h
44
#include "
unlocked
-io.h"
/external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h
93
/// 3. or when a mutex is locked but not
unlocked
inside a function.
/external/dbus/doc/
TODO
51
the connection finalizer calls non-
unlocked
functions. One fix is to make
/external/kernel-headers/original/linux/
spinlock.h
123
* spin_unlock_wait - wait until the spinlock gets
unlocked
/external/skia/src/gpu/
GrResourceCache.h
152
// we only purge
unlocked
entries
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java
191
// skip to the
unlocked
state
/ndk/sources/host-tools/sed-4.2.1/lib/
error.c
45
# include "
unlocked
-io.h"
/ndk/sources/host-tools/sed-4.2.1/sed/
sed.h
28
#include "
unlocked
-io.h"
/packages/apps/Browser/src/com/android/browser/
BrowserActivity.java
119
// Only process intents if the screen is on and the device is
unlocked
/packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java
165
// exposed unless the phone is
unlocked
, and this code can be
/packages/apps/Protips/src/com/android/protips/
ProtipWidget.java
134
Log.d("Protips", "ACHIEVEMENT
UNLOCKED
");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asoundef.h
39
#define IEC958_AES0_PRO_FREQ_UNLOCKED (1<<5) /* source sample frequency: 0 = locked, 1 =
unlocked
*/
/external/valgrind/main/helgrind/
hg_errors.c
317
Lock* lock; /* lock (that is already
unlocked
) */
[
all
...]
Completed in 377 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>