HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 226 - 250 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 289 throw new EMMARuntimeException ("could not rename temporary file [" + tempDataOutFile.getAbsolutePath () + "] to [" + canonicalDataOutFile + "]: make sure the original file is not locked and can be deleted");
  /external/openssl/crypto/engine/
eng_list.c 95 * take place when CRYPTO_LOCK_ENGINE has been locked up. */
  /external/openssl/crypto/rand/
randfile.c 219 * conditions where the top-level rand file is locked. If so, this
  /external/oprofile/daemon/
opd_ibs_macro.h 337 /** 15 ibs_locked_op: Locked operation */
  /external/qemu/block/
raw-win32.c 394 static int raw_set_locked(BlockDriverState *bs, int locked)
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_gsxb.c 113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
SDL_mintaudio_mcsn.c 128 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
SDL_mintaudio_xbios.c 112 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.c 100 /* We need to unlock the surfaces if they're locked */
  /external/quake/quake/src/QW/
qwchangelog.txt 150 to a locked camera that tracks
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 387 * ap_setup_locked - Whether AP setup is locked (only used at AP)
wps_attr_parse.c 386 wpa_printf(MSG_DEBUG, "WPS: Invalid AP Setup Locked "
  /frameworks/base/packages/TtsService/src/android/tts/
TtsService.java 119 // If the speech queue is locked for more than 5 seconds, something has gone
577 Log.e(SERVICE_TAG, "TTS stop(): queue locked longer than expected");
635 Log.e(SERVICE_TAG, "TTS killAllUtterances(): queue locked longer than expected");
692 Log.e(SERVICE_TAG, "TTS stopAll(): queue locked longer than expected");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 33 SIM_LOCKED_OR_ABSENT, /* SIM PIN locked, PUK required, network
38 RUIM_LOCKED_OR_ABSENT, /* RUIM PIN locked, PUK required, network
39 personalization locked, or RUIM absent */
141 static final int SIM_REFRESH_RESET = 2; // SIM reset; may be locked
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
MonitorTest.java 454 "locked value changed");
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmpcispi.h 202 #define SPIH_PLL_LOCKED (1 << 3) /* Set to 1 when the PLL is locked. */
  /hardware/libhardware/include/hardware/
gralloc.h 288 * be locked.
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 51 LOCKED = 0x00000002
  /packages/apps/Email/src/org/apache/commons/io/output/
LockableFileWriter.java 179 // check if locked
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 66 boolean mLocked; // locked to prevent auto-deletion
  /packages/apps/Phone/src/com/android/phone/
FdnSetting.java 170 // display the PUK2 dialog if we KNOW that we're PUK2 locked.
  /system/core/sh/
miscbltin.c 318 { "locked memory(kbytes)", RLIMIT_MEMLOCK, 1024, 'l' },
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 729 * or the String {@code "Locked by"} followed by the
738 "[Locked by thread " + o.getName() + "]");
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ThreadGroup.java 66 // Locked when using the childrenGroups field
70 // Locked when using the childrenThreads field
  /external/opencore/doc/oscl_html/
oscl__error_8h-source.html 132 00193 <span class="comment"> * Return the current value of the singleton and leave the singleton table locked</span>
151 00212 <span class="comment"> * Set the value of the singleton. Assume the singleton table is locked on entry.</span>

Completed in 59 milliseconds

1 2 3 4 5 6 7 8 91011>>