HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 426 - 450 of 797) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 728 // Height is locked to auto.
731 // White-space is locked to pre
799 // Height is locked to auto.
802 // White-space is locked to pre
    [all...]
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 181 // Since the page size of a database is locked in at creation and therefore cannot be dynamic,
  /external/webkit/Source/WebCore/storage/
Database.cpp 299 ASSERT(!m_transactionInProgressMutex.tryLock()); // Locked by caller.
  /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 "
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 138 #define WPS_EVENT_AP_SETUP_LOCKED "WPS-AP-SETUP-LOCKED "
  /frameworks/base/include/utils/
Looper.h 319 // Locked list of file descriptor monitoring requests.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 129 // the scroll position will be locked while we swipe
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PasswordUnlockScreen.java 283 // if the user is currently locked out, enforce it.
PatternUnlockScreen.java 283 // if the user is currently locked out, enforce it.
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 51 LOCKED = 0x00000002
  /hardware/ril/mock-ril/src/cpp/
mock_ril.cpp 304 // We're going to use multiple threads need to start locked
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 449 "locked value changed");
  /packages/apps/Email/emailcommon/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
asoundef.h 48 #define IEC958_AES0_PRO_FREQ_UNLOCKED (1<<5) /**< source sample frequency: 0 = locked, 1 = unlocked */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
thread-mainloop.h 276 * object needs to be locked using pa_threaded_mainloop_lock(). While
  /system/core/sh/
miscbltin.c 318 { "locked memory(kbytes)", RLIMIT_MEMLOCK, 1024, 'l' },
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c     [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp 317 bool locked = false; local
320 locked = true;
325 return locked;
342 bool locked = tryLock(mLock); local
345 if (!locked) {
368 if (locked) mLock.unlock();
1098 bool locked = tryLock(mLock); local
1099 if (!locked) {
1100 snprintf(buffer, SIZE, "thread %p maybe dead locked\n", this);
6712 bool locked = tryLock(mLock); local
7039 bool locked = mCblk ? tryLock(mCblk->lock) : false; local
7405 bool locked = tryLock(mLock); local
    [all...]
  /external/chromium/googleurl/base/
logging.h 91 // Indicates that the log file should be locked when being written to.
94 // one process doing the logging, the file should be locked during writes to
  /external/libvpx/vpx_mem/
vpx_mem_tracker.c 636 -1: if the mutex could not be locked
679 NOTE: the mutex MUST be locked in the other internal
  /external/openssl/apps/
openssl.c 175 errstr = "already locked";
187 errstr = "not locked";
  /external/oprofile/events/i386/core_2/
events 37 event:0x2b counters:0,1 um:core_mesi minimum:500 name:L2_LOCK : number of locked L2 data accesses
45 event:0x42 counters:0,1 um:x10 minimum:500 name:L1D_CACHE_LOCK_DURATION : Duration of L1 data cacheable locked operations
  /external/oprofile/events/i386/westmere/
unit_masks 58 0x01 l1d_l2 Cycles L1D and L2 locked
59 0x02 l1d Cycles L1D locked

Completed in 924 milliseconds

<<11121314151617181920>>