Searched refs:locked (Results 151 - 175 of 232) sorted by relevance

12345678910

/external/chromium_org/content/renderer/
H A Dwebclipboard_impl.cc161 SkAutoLockPixels locked(bitmap);
/external/chromium_org/remoting/base/
H A Dcompound_buffer.cc202 DCHECK(buffer_->locked());
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DOscillatorNode.cpp234 if (!tryLocker.locked()) {
H A DScriptProcessorNode.cpp223 if (!tryLocker.locked()) {
H A DAudioBufferSourceNode.cpp100 if (tryLocker.locked()) {
335 // The context must be locked since changing the buffer can re-configure the number of channels that are output.
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.cpp287 if (!tryLocker.locked() || !m_webAudioSourceProvider || !m_client.get()) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.h174 // 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/
H A Dasequencer.h476 * 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/
H A Draw-posix.c1201 static int cdrom_set_locked(BlockDriverState *bs, int locked) argument
1205 if (ioctl(s->fd, CDROM_LOCKDOOR, locked) < 0) {
1259 /* make sure the door isnt locked at this time */
1290 /* make sure the door isnt locked at this time */
1322 static int cdrom_set_locked(BlockDriverState *bs, int locked) argument
1328 if (ioctl(s->fd, (locked ? CDIOCPREVENT : CDIOCALLOW)) < 0) {
H A Draw-win32.c391 static int raw_set_locked(BlockDriverState *bs, int locked)
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp169 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);
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.css253 .custom-icon-locked {
257 .custom-icon-locked.icon-with-tooltip:hover {
261 .custom-icon-locked.interactive-custom-icon:active {
/external/chromium_org/components/storage_monitor/
H A Dvolume_mount_watcher_win.cc256 BOOL locked = DeviceIoControl(volume_handle, FSCTL_LOCK_VOLUME, local
260 if (!locked) {
/external/chromium_org/gpu/command_buffer/service/
H A Dquery_manager.cc33 base::AutoLock locked(lock_);
38 base::AutoLock locked(lock_);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc291 // thread to OnIncomingCapturedFrame. Note that the crit is try-locked in
338 if (!cs.locked() || !IsRunning()) {
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks183 0x02 Data cache misses by locked instructions
185 0x01 The number of locked instructions executed
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks176 0x02 Data cache misses by locked instructions
178 0x01 The number of locked instructions executed
/external/qemu/include/block/
H A Dblock.h181 void bdrv_set_locked(BlockDriverState *bs, int locked);
/external/strace/
H A Dmtd.c168 tprintf(", {start=%#" PRIx32 ", length=%#" PRIx32 ", locked=%" PRIu32 "}",
169 oinfo.start, oinfo.length, oinfo.locked);
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc263 // When the screen is locked, the shelf is forced into bottom alignment.
531 void ShelfLayoutManager::OnLockStateChanged(bool locked) { argument
532 // Force the shelf to layout for alignment (bottom if locked, restore
534 state_.is_screen_locked = locked;
535 shelf_->SetAlignment(locked ? SHELF_ALIGNMENT_BOTTOM : alignment_);
1143 // Enter the screen locked state.
/external/chromium_org/ash/
H A Dshell.cc290 // No context menus when screen is locked.
396 void Shell::OnLockStateChanged(bool locked) { argument
397 FOR_EACH_OBSERVER(ShellObserver, observers_, OnLockStateChanged(locked));
400 if (!locked) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp45 MutexGuard locked(lock);
66 MutexGuard locked(lock);
105 MutexGuard locked(lock);
/external/qemu/
H A Dblock.c1558 monitor_printf(mon, " locked=%d", qdict_get_bool(bs_dict, "locked"));
1610 "'removable': %i, 'locked': %i }",
1612 bs->locked);
2554 if (bs->locked) {
2575 return bs->locked;
2579 * Lock or unlock the media (if it is locked, the user won't be able
2582 void bdrv_set_locked(BlockDriverState *bs, int locked) argument
2586 bs->locked = locked;
[all...]

Completed in 467 milliseconds

12345678910