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

<<111213141516

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OscillatorNode.cpp 231 if (!tryLocker.locked()) {
ScriptProcessorNode.cpp 218 if (!tryLocker.locked()) {
AudioBufferSourceNode.cpp 97 if (tryLocker.locked()) {
332 // The context must be locked since changing the buffer can re-configure the number of channels that are output.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.h 174 // A locked connection is one for which we know the intended destination of
176 bool locked() const { return locked_; } function in class:cricket::RelayServerConnection
  /external/kernel-headers/original/uapi/sound/
asequencer.h 476 * etc. if the queue is locked for other clients
479 unsigned locked:1; /* timing queue locked for other queues */ member in struct:snd_seq_queue_info
  /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...]
raw-win32.c 391 static int raw_set_locked(BlockDriverState *bs, int locked)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asequencer.h 476 * etc. if the queue is locked for other clients
479 unsigned locked:1; /* timing queue locked for other queues */ member in struct:snd_seq_queue_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asequencer.h 476 * etc. if the queue is locked for other clients
479 unsigned locked:1; /* timing queue locked for other queues */ member in struct:snd_seq_queue_info
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 169 MutexGuard locked(lock);
187 MutexGuard locked(lock);
194 MutexGuard locked(lock);
204 MutexGuard locked(lock);
231 MutexGuard locked(lock);
239 MutexGuard locked(lock);
559 MutexGuard locked(lock);
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 611 static inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self) {
620 // Decode locked object and unlock, before popping local references.
621 self->DecodeJObject(locked)->MonitorExit(self);
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js 40 // logged in and the screen is "locked", so we must re-enabled it
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc 256 BOOL locked = DeviceIoControl(volume_handle, FSCTL_LOCK_VOLUME, local
260 if (!locked) {
  /external/chromium_org/gpu/command_buffer/service/
query_manager.cc 33 base::AutoLock locked(lock_);
38 base::AutoLock locked(lock_);
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 628 """Add a "locked" bundle to the updater.
630 A locked bundle is a bundle that wasn't found in the history. When this
631 happens, the bundle is now "locked" to whatever was last found. We want to
635 bundle_name: The name of the locked bundle.
656 # Ensure that all locked bundles exist in the online manifest.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /frameworks/native/opengl/libagl/
context.h 143 uint8_t locked; member in struct:android::gl::vertex_t
157 flags = index = locked = mru = 0;
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /external/chromium_org/chrome/browser/extensions/api/screenlock_private/
screenlock_private_api.cc 23 const char kNotLockedError[] = "Screen is not currently locked.";
79 if (params->locked)
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc 288 // thread to OnIncomingCapturedFrame. Note that the crit is try-locked in
335 if (!cs.locked() || !IsRunning()) {
  /external/oprofile/events/x86-64/family11h/
unit_masks 181 # BKDG 3.28 does not include unit_mask of 0x01 for "accesses by Locked instructions"
183 0x02 Data cache misses by locked instructions
185 0x01 The number of locked instructions executed
  /external/oprofile/events/x86-64/hammer/
unit_masks 174 # BKDG 3.28 does not include unit_mask of 0x01 for "accesses by Locked instructions"
176 0x02 Data cache misses by locked instructions
178 0x01 The number of locked instructions executed
  /external/qemu/include/block/
block.h 181 void bdrv_set_locked(BlockDriverState *bs, int locked);
  /external/strace/
mtd.c 168 tprintf(", {start=%#" PRIx32 ", length=%#" PRIx32 ", locked=%" PRIu32 "}",
169 oinfo.start, oinfo.length, oinfo.locked);

Completed in 1484 milliseconds

<<111213141516