/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | 864 * reference count, and the radio will remain locked as long as the reference count is 900 * the radio was locked using {@link #acquire}) will unlock the radio, and subsequent [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
FileChannel.java | 167 * @return the lock object representing the locked file area. 206 * returned represents the lock for subsequent operations on the locked 224 * the starting position for the locked region. 226 * the length of the locked region in bytes. 599 * grows outside of the lock that region of the file won't be locked by this [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...] |
/external/ppp/pppd/ |
tty.c | 133 int locked; /* lock() has succeeded */ variable 546 locked = 1; 802 if (locked) { 804 locked = 0; 859 if (locked) [all...] |
/external/webkit/WebCore/platform/qt/ |
RenderThemeQt.cpp | 405 // White-space is locked to pre 547 // Height is locked to auto. 550 // White-space is locked to pre 600 // Height is locked to auto. 603 // White-space is locked to pre
|
/external/webkit/WebCore/rendering/ |
RenderThemeSafari.cpp | 522 // Height is locked to auto. 525 // White-space is locked to pre 534 // Our font is locked to the appropriate system font size for the control. To clarify, we first use the CSS-specified font to figure out [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsDatabaseHelper.java | 520 Mms.LOCKED + " INTEGER DEFAULT 0," + 612 "locked INTEGER DEFAULT 0," + [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 793 // (tree is locked) 812 // (tree is locked) [all...] |
/external/opencore/doc/oscl_html/ |
oscl__singleton_8h-source.html | 73 00077 <span class="comment"> * Return the current value of the singleton and leave the singleton table locked</span> 81 00085 <span class="comment"> * Set the value of the singleton. Assume the singleton table is locked on entry.</span>
|
/external/openssl/apps/ |
openssl.c | 177 errstr = "already locked"; 189 errstr = "not locked";
|
/frameworks/base/include/utils/ |
threads.h | 206 * The mutex must be unlocked by the thread that locked it. They are not 228 // Manages the mutex automatically. It'll be locked when Autolock is
|
/frameworks/base/libs/surfaceflinger_client/ |
SharedBufferStack.cpp | 196 LOGE("unlocking %d, but currently locked buffer is %d", 228 // the buffer we preventively locked upon entering this function
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
BaseCommands.java | 639 Log.d(LOG_TAG,"Notifying: SIM locked or absent"); 649 Log.d(LOG_TAG,"Notifying: RUIM locked or absent");
|
/packages/apps/Mms/res/values/ |
strings.xml | 217 <!-- Error message displayed when the user attempts to forward a message with DRM-locked contents --> 233 <!-- Brief message that appears when an attempt is made to delete a locked message --> 234 <string name="locked_message_cannot_be_deleted">Locked message cannot be deleted.</string> 411 <!-- Delete confirmation dialog title for locked messages --> 412 <string name="confirm_dialog_locked_title">Delete locked message?</string> 419 <!-- Delete message confirmation dialog message for a locked message --> 420 <string name="confirm_delete_locked_message">Are you sure you want to delete this locked message?</string> 428 <string name="delete_unlocked">Delete locked messages</string> [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 115 * When the flag set true, the user dictionary is locked. 117 * @param flag {@code true} if the user dictionary is locked; {@code false} if the user dictionary is unlocked.
|
/dalvik/docs/ |
verifier.html | 89 monitors locked by the method have been unlocked an equal number of times.
|
/external/apache-http/src/org/apache/http/impl/ |
EnglishReasonPhraseCatalog.java | 226 "Locked");
|
/external/bluetooth/hcidump/parser/ |
obex.c | 135 return "Database locked";
|
/external/elfutils/src/ |
ChangeLog | 170 * ld.c (main): Mark stream for linker script as locked by caller.
|
/external/kernel-headers/original/asm-x86/ |
cmpxchg_32.h | 147 * Always use locked operations when touching memory shared with a
|
/external/openssl/crypto/engine/ |
eng_int.h | 136 int engine_free_util(ENGINE *e, int locked);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_dma8.c | 106 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
SDLOSXCAGuard.h | 84 Lock() will return true if and only if the guard is locked on that call.
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_stretch.c | 325 /* We need to unlock the surfaces if they're locked */
|
/external/skia/src/gl/ |
SkTextureCache.cpp | 233 // don't purge an entry that is locked
|