/external/webkit/WebCore/platform/sql/ |
SQLiteDatabase.cpp | 138 // Since the page size of a database is locked in at creation and therefore cannot be dynamic,
|
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wpa_ctrl.h | 82 #define WPS_EVENT_AP_SETUP_LOCKED "WPS-AP-SETUP-LOCKED "
|
/frameworks/base/include/ui/egl/ |
android_natives.h | 123 * is not locked, so its content cannot be modified.
|
/frameworks/base/tests/framework-tests/src/com/android/internal/policy/impl/ |
LockPatternKeyguardViewTest.java | 319 // PUK locked
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
PasswordUnlockScreen.java | 144 // if the user is currently locked out, enforce it.
|
KeyguardViewMediator.java | 551 + " and the sim is not locked or missing"); [all...] |
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 305 * LOCKED: Updates still running but we don't accept new ones 456 /* Wait queue for waiting for a locked transaction to start 722 extern int log_space_left (journal_t *); /* Called with journal locked */
|
/external/openssl/crypto/bio/ |
b_sock.c | 115 int locked = 0; local 136 locked = 1; 155 if (locked)
|
/external/skia/include/core/ |
SkBitmap.h | 414 or setPixelRef was called. The pixels need not be locked when this 612 /** Return the currently locked colors, or NULL if no bitmap's colortable 613 is currently locked.
|
/external/v8/src/ |
platform.h | 406 // locked and owned by the calling thread, and immediately. If the mutex 407 // is already locked by another thread, suspends the calling thread until 411 // Unlocks the given mutex. The mutex is assumed to be locked and owned by
|
/frameworks/base/libs/surfaceflinger/ |
Layer.cpp | 496 // NOTE: here the buffer is locked because we will used 528 // in this thread, no need to have it locked 597 "layer %p, buffer=%d wasn't locked!",
|
/frameworks/base/telephony/java/android/telephony/ |
TelephonyManager.java | 477 /** SIM card state: Locked: requires the user's SIM PIN to unlock */ 479 /** SIM card state: Locked: requires the user's SIM PUK to unlock */ 481 /** SIM card state: Locked: requries a network PIN to unlock */
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 104 Uint32 locked; /* Private */ member in struct:SDL_Surface 138 /* Evaluates to true if the surface needs to be locked before access */ 354 * These functions should not be called while 'screen' is locked. 531 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 632 * The blit function should not be called on a locked surface. [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 104 Uint32 locked; /* Private */ member in struct:SDL_Surface 138 /* Evaluates to true if the surface needs to be locked before access */ 354 * These functions should not be called while 'screen' is locked. 531 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 632 * The blit function should not be called on a locked surface. [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 104 Uint32 locked; /* Private */ member in struct:SDL_Surface 138 /* Evaluates to true if the surface needs to be locked before access */ 354 * These functions should not be called while 'screen' is locked. 531 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 632 * The blit function should not be called on a locked surface. [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 116 Uint32 locked; /* Private */ member in struct:SDL_Surface 150 /* Evaluates to true if the surface needs to be locked before access */ 358 * These functions should not be called while 'screen' is locked. 533 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 634 * The blit function should not be called on a locked surface. [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 104 Uint32 locked; /* Private */ member in struct:SDL_Surface 138 /* Evaluates to true if the surface needs to be locked before access */ 354 * These functions should not be called while 'screen' is locked. 531 * SDL_LockSurface() returns 0, or -1 if the surface couldn't be locked. 632 * The blit function should not be called on a locked surface. [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | 482 null, mDeleteUri, mDeleteLocked ? null : "locked=0", null); [all...] |
/dalvik/vm/alloc/ |
Heap.c | 126 //TODO: make sure we're locked 667 /* Even if the heap isn't locked, this shouldn't return 678 * only happens while the heap is locked. [all...] |
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 472 * window manager locked so that you can call back into it. 495 * window manager. This is called without the window manager locked so 499 * window manager locked, you must be prepared for this function to be [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaRecorderTest.java | 163 "Attempt to use locked camera from different process")
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
ChunkedIntArray.java | 42 final int slotsize=4; // Locked, MUST be power of two in current code
|
/development/host/windows/usb/legacy/driver/ |
android_usb_pipe_file_object.h | 151 locked prior to this call.
|
/external/apache-http/src/org/apache/http/ |
HttpStatus.java | 159 /** <tt>423 Locked</tt> (WebDAV - RFC 2518) */
|
/external/bluetooth/glib/ |
NEWS.pre-1-3 | 88 - All static variables should now properly locked.
|