HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 251 - 275 of 785) sorted by null

<<11121314151617181920>>

  /external/qemu/block/
raw-posix.c 1201 static int cdrom_set_locked(BlockDriverState *bs, int locked)
1205 if (ioctl(s->fd, CDROM_LOCKDOOR, locked) < 0) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 664 private boolean locked; field in class:ImageEditorPanel.ImageViewer
    [all...]
  /docs/source.android.com/src/source/
building-devices.md 60 On Nexus One, Nexus S, and Nexus S 4G, the bootloader is locked by default.
70 On Nexus S and Nexus S 4G, the bootloader can be locked back with
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc 519 base::AutoLock locked(lookup_lock_);
561 base::AutoLock locked(lookup_lock_);
597 base::AutoLock locked(lookup_lock_);
    [all...]
  /external/chromium/net/url_request/
url_request_file_job.cc 54 base::AutoLock locked(lock_);
64 base::AutoLock locked(lock_);
  /external/chromium/third_party/libjingle/source/talk/base/
diskcache.cc 250 LOG_F(LS_WARNING) << "All resources are locked!";
343 // This is safe, because locked resources only issue WriteResource, which
  /external/javasqlite/src/main/java/SQLite/
Constants.java 22 public static final int SQLITE_BUSY = 5; /* The database file is locked */
23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */
  /external/kernel-headers/original/linux/
key.h 202 * - the key must be locked against read when modifying
210 * - the key's semaphore will be write-locked by the caller
  /external/llvm/unittests/VMCore/
ValueMapTest.cpp 190 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked.";
194 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked.";
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 262 /* Add an event to the event queue -- called with the queue locked */
288 /* -- called with the queue locked */
  /external/srec/portable/include/
plog.h 146 * Indicates if PLog module is locked inside a critical section. This is for internal use only.
148 * @param isLocked True if module is locked
  /external/valgrind/main/drd/
drd_cond.c 274 "Mutex locked recursively",
345 * A signal is sent while the associated mutex has not been locked.
  /frameworks/base/obex/javax/obex/
ResponseCodes.java 50 * has been locked.
315 * Defines the OBEX DATABASE LOCKED response code.
  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 393 LOGW("attempt to use a locked camera from a different process"
451 LOGW("Tried to connect to a locked camera (old pid %d, new pid %d)",
1238 bool locked = false; local
1263 bool locked = tryLock(mServiceLock); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 60 * KeyStore: LOCKED
138 case LOCKED: {
  /external/qemu/
block.c     [all...]
  /bionic/libc/bionic/
dlmalloc.h 403 memory will be locked between two used chunks, so they cannot be
494 space. If argument locked is non-zero, the space uses a separate
501 mspace create_mspace(size_t capacity, int locked);
520 mspace create_mspace_with_base(void* base, size_t capacity, int locked);
  /bionic/libc/stdio/
flockfile.c 47 * file is locked is totally undefined.
  /development/tools/emulator/opengl/host/renderer/
main.cpp 115 // rendering threads. (although the calls we do are locked
  /development/tools/emulator/opengl/tests/emulator_test_renderer/
main.cpp 55 // rendering threads. (although the calls we do are locked
  /external/chromium/base/synchronization/
waitable_event_posix.cc 45 base::AutoLock locked(kernel_->lock_);
50 base::AutoLock locked(kernel_->lock_);
67 base::AutoLock locked(kernel_->lock_);
92 base::AutoLock locked(lock_);
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.cc 30 : Bubble(type, false), // don't show while screen is locked
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.cc 121 true); // show while screen is locked
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.h 142 // Cellular device SIM was locked when we last checked

Completed in 650 milliseconds

<<11121314151617181920>>