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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/opengl/libagl/
array.cpp 458 if (ggl_unlikely(v->locked)) {
459 // we're just looking for an entry in the cache that is not locked.
460 // and we know that there cannot be more than 2 locked entries
464 // it's not locked.
465 // We compute directly the index of a "free" entry from the locked
468 v += v[0].locked | (v[1].locked<<1);
472 v->locked = 1;
487 v->locked = 1;
499 v[0].locked = 1
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
mem.h 87 * MEM_NONPAGED: Allocate from page locked memory.
157 * MEM_NONPAGED: Allocate from page locked memory.
356 * A pointer to linear page locked memory;
361 * be locked, since the page count is derived from this number.
364 * Memory locked by this service can be accessed at interrupt time, or
372 * Unlocks a buffer previously locked using MEM_PageLock().
374 * pBuffer: Pointer to locked memory (as returned by MEM_PageLock()).
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 87 * MEM_NONPAGED: Allocate from page locked memory.
157 * MEM_NONPAGED: Allocate from page locked memory.
356 * A pointer to linear page locked memory;
361 * be locked, since the page count is derived from this number.
364 * Memory locked by this service can be accessed at interrupt time, or
372 * Unlocks a buffer previously locked using MEM_PageLock().
374 * pBuffer: Pointer to locked memory (as returned by MEM_PageLock()).
  /bootable/recovery/
ui.c 110 // Should only be called with gUpdateMutex locked.
122 // Should only be called with gUpdateMutex locked.
143 // Should only be called with gUpdateMutex locked.
189 // Should only be called with gUpdateMutex locked.
228 // Should only be called with gUpdateMutex locked.
236 // Should only be called with gUpdateMutex locked.
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events.c 245 int lockedstate=current_overlay->hwdata->locked;
250 current_overlay->hwdata->locked=1;
264 current_overlay->hwdata->locked=lockedstate;
311 int lockedstate=current_overlay->hwdata->locked;
315 current_overlay->hwdata->locked=1;
329 current_overlay->hwdata->locked=lockedstate;
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 481 - (void)setHorizontalScrollingModeLocked:(BOOL)locked
483 _private->hScrollModeLocked = locked;
486 - (void)setVerticalScrollingModeLocked:(BOOL)locked
488 _private->vScrollModeLocked = locked;
491 - (void)setScrollingModesLocked:(BOOL)locked
493 _private->hScrollModeLocked = _private->vScrollModeLocked = locked;
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc 86 // If we landed in the enrollment dialogue with a locked InstallAttrs
96 << "been locked already but does not contain valid data.";
258 << "has been locked already!";
screen_locker.h 150 // Called when the window manager is ready to handle locked state.
154 // Assumes that UI controls were locked before that.
232 // True if the screen is locked, or false otherwise. This changes
  /external/dbus/dbus/
dbus-sysdeps-pthread.c 48 volatile int count; /**< count of how many times lock holder has recursively locked */
252 pmutex->holder = pthread_self(); /* other threads may have locked the mutex in the meantime */
302 pmutex->holder = pthread_self(); /* other threads may have locked the mutex in the meantime */
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 188 overlay->hwdata->locked = 0;
252 overlay->hwdata->locked = 1;
263 overlay->hwdata->locked = 0;
  /bionic/libc/kernel/common/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /development/ndk/platforms/android-3/include/mtd/
mtd-abi.h 75 uint32_t locked; member in struct:otp_info
  /external/chromium/chrome/common/
logging_chrome.h 64 // NOTE: This can fail if the file is locked for writing. However,
multi_process_lock_linux.cc 28 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 51 ec KADM_DB_INUSE, "Database is locked or in use--try again later"
imap_err.et 57 "Mailbox is locked by POP server"
  /external/kernel-headers/original/linux/nfsd/
nfsfh.h 141 unsigned char fh_locked; /* inode locked by us */
265 printk("nfsd: inode locked twice during operation.\n");
305 dfprintk(FILEOP, "nfsd: fh_lock(%s) locked = %d\n",
313 printk(KERN_WARNING "fh_lock: %s/%s already locked!\n",
  /external/llvm/include/llvm/Support/
MutexGuard.h 10 // This file defines a guard for a block of code that ensures a Mutex is locked
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 121 const MutexGuard& locked) {
122 assert(locked.holds(TheJIT->lock));
132 const MutexGuard &locked, void *CallSite) const {
133 assert(locked.holds(TheJIT->lock));
146 void AddCallSite(const MutexGuard &locked, void *CallSite, Function *F) {
147 assert(locked.holds(TheJIT->lock));
517 MutexGuard locked(TheJIT->lock);
520 return state.getFunctionToLazyStubMap(locked).lookup(F);
526 MutexGuard locked(TheJIT->lock);
529 void *&Stub = state.getFunctionToLazyStubMap(locked)[F]
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 156 if ( oldval != 1 ) /* != 1 means audio is still locked. */
163 * while the audio was locked, and get preempted by a second
164 * interrupt here, but that means you locked for way too long anyhow.
194 * if audio device isn't locked, mix the next buffer to be queued in
  /external/quake/quake/src/WinQuake/
sys_dos.cpp 218 // first lock all the current executing image so the locked count will
314 goto Locked;
325 goto Locked;
331 Locked:
345 printf ("Locked and unlocked %d Mb data\n", working_size / 0x100000);
349 printf ("Locked %d Mb data\n", working_size / 0x100000);
370 // give some of what we locked back for malloc before returning. Done
832 printf ("Locked and unlocked %d Mb image\n",
837 printf ("Locked %d Mb image\n",
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 4 * associated with the condition variable is locked.
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.stderr.exp-glibc25-amd64 37 Thread #x: pthread_mutex_destroy of a locked mutex
100 Thread #x unlocked a not-locked lock at 0x........
110 Thread #x unlocked a not-locked lock at 0x........
122 Thread #x unlocked a not-locked lock at 0x........
tc20_verifywrap.stderr.exp-glibc27-amd64 37 Thread #x: pthread_mutex_destroy of a locked mutex
104 Thread #x unlocked a not-locked lock at 0x........
114 Thread #x unlocked a not-locked lock at 0x........
126 Thread #x unlocked a not-locked lock at 0x........
  /external/webkit/Source/WebKit/android/plugins/
ANPSurface_npapi.h 41 /** Given a locked surface handle (i.e. result of a successful call to lock)

Completed in 666 milliseconds

1 2 3 4 56 7 8 91011>>