HomeSort by relevance Sort by last modified time
    Searched refs:held (Results 1 - 25 of 35) sorted by null

1 2

  /external/valgrind/main/drd/tests/
hold_lock_1.stderr.exp 6 Lock on mutex 0x........ was held during ... ms (threshold: 500 ms).
17 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
hold_lock_2.stderr.exp 8 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_sequence_test.js 35 * altGraphKey: Whether or not the altGraph key was held down.
36 * altKey: Whether or not the alt key was held down.
37 * ctrlKey: Whether or not the ctrl key was held down.
38 * metaKey: Whether or not the meta key was held down.
39 * searchKeyHeld: Whether or not the search key was held down.
40 * shiftKey: Whether or not the shift key was held down.
91 // Down arrow key with alt held down. We specified 'Alt' as the
111 // 'a' key with ctrl held down
114 // 'a' key with meta held down
117 // 'a' key with shift held dow
    [all...]
key_sequence.js 222 * KeySequence involves the ChromeVox modifier and the ctrl key being held down
336 // For each modifier that is held down, remove it from the combo.
key_util.js 52 * pressed one after the other while modifier keys (Cros+Shift) are held down.
  /external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 60 // Look for long-held / contended locks. We can't really know it is
62 // Just look for locks are are held a long time? Not so good...
  /external/clang/test/PCH/
thread-safety-attrs.cpp 212 // expected-warning{{releasing mutex 'sls_mu' that was not held}}
218 // expected-warning{{acquiring mutex 'sls_mu' that is already held}}
224 } // expected-warning{{mutex 'sls_mu' is still held at the end of function}}
231 } // expected-warning{{mutex 'sls_mu' is not held on every path through here}} \
232 // expected-warning{{mutex 'sls_mu2' is not held on every path through here}}
238 } // expected-warning{{mutex 'sls_mu' is not held on every path through here}}
251 expected-warning{{mutex 'sls_mu' is not held on every path through here}}\
252 expected-warning{{releasing mutex 'sls_mu' that was not held}}
262 expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}}
274 sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}
    [all...]
  /external/chromium_org/third_party/libxml/src/
threads.c 123 unsigned int held; member in struct:_xmlRMutex
306 tok->held = 0;
364 if (tok->held) {
366 tok->held++;
371 while (tok->held)
377 tok->held = 1;
409 tok->held--;
410 if (tok->held == 0) {
  /external/libxml2/
threads.c 123 unsigned int held; member in struct:_xmlRMutex
306 tok->held = 0;
364 if (tok->held) {
366 tok->held++;
371 while (tok->held)
377 tok->held = 1;
409 tok->held--;
410 if (tok->held == 0) {
  /external/valgrind/main/drd/
drd_rwlock.c 545 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
546 if (held > DRD_(s_shared_threshold_ms))
550 rwlock, p->acquired_at, held, DRD_(s_shared_threshold_ms) };
575 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
576 if (held > DRD_(s_exclusive_threshold_ms))
580 rwlock, p->acquired_at, held,
drd_mutex.c 410 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
411 if (held > s_mutex_lock_threshold_ms)
415 mutex, p->acquired_at, held, s_mutex_lock_threshold_ms };
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb 4 warranty. In no event will the authors be held liable for any damages
  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.cc 192 inline explicit LockInverter(SpinLock* held, SpinLock *temp)
193 : held_(held), temp_(temp) { held_->Unlock(); temp_->Lock(); }
208 // Grab lock, but first release the other lock held by this thread. We use
  /external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.cc 193 inline explicit LockInverter(SpinLock* held, SpinLock *temp)
194 : held_(held), temp_(temp) { held_->Unlock(); temp_->Lock(); }
209 // Grab lock, but first release the other lock held by this thread. We use
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
util.js 118 * @param {boolean=} shiftKey Specifies if shift is held down.
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 549 so that the workflow isn't held up.)
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_transform.js 210 // The bounds are not held in a regular rectangle (with width/height).
211 // left/top/right/bottom held instead for convenience.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 210 // The bounds are not held in a regular rectangle (with width/height).
211 // left/top/right/bottom held instead for convenience.
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 211 // expected-warning{{releasing mutex 'sls_mu' that was not held}}
217 // expected-warning{{acquiring mutex 'sls_mu' that is already held}}
223 } // expected-warning{{mutex 'sls_mu' is still held at the end of function}}
230 } // expected-warning{{mutex 'sls_mu' is not held on every path through here}} \
231 // expected-warning{{mutex 'sls_mu2' is not held on every path through here}}
237 } // expected-warning{{mutex 'sls_mu' is not held on every path through here}}
250 expected-warning{{mutex 'sls_mu' is not held on every path through here}}\
251 expected-warning{{releasing mutex 'sls_mu' that was not held}}
261 expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}}
273 sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js 226 * Whether or not the ChromeOS Search key (keyCode == 91) is being held.
228 * We must track this manually because on ChromeOS, the Search key being held
233 * the user switches tabs before letting go of the key being held).
    [all...]
api.js 388 * @param {boolean} shiftKey Specifies if shift is held down.
api_implementation.js 339 * @param {boolean} shiftKey Specifies if shift is held down.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 116 * Closes this signer's gnubby, if it's held.
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 478 If any portion of this section is held invalid or unenforceable under
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 469 // To avoid flickering as the user releases the modifier keys that were held

Completed in 2639 milliseconds

1 2