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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/win/
scoped_process_information.h 28 // Closes the held thread and process handles, if any.
39 // Transfers ownership of the held PROCESS_INFORMATION, if any, away from this
43 // Transfers ownership of the held process handle, if any, away from this
47 // Transfers ownership of the held thread handle, if any, away from this
51 // Returns the held process handle, if any, while retaining ownership.
56 // Returns the held thread handle, if any, while retaining ownership.
61 // Returns the held process id, if any.
66 // Returns the held thread id, if any.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mutex.py 12 self.assertTrue(m.test(), "mutex not held")
18 self.assertTrue(m.test(), "mutex not held")
29 self.assertFalse(m.test(), "mutex still held")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mutex.py 12 self.assertTrue(m.test(), "mutex not held")
18 self.assertTrue(m.test(), "mutex not held")
29 self.assertFalse(m.test(), "mutex still held")
  /frameworks/base/media/mca/filterfw/native/core/
gl_buffer_interface.h 29 // Returns the held texture id.
32 // Binds the held texture. This may result in creating the texture if it
36 // Generates the mipmap chain of the held texture. Returns true, iff
53 // Returns the held FBO id.
56 // Binds the held FBO. This may result in creating the FBO if it
  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_quit.h 15 // The user held Cmd+Q for the entire duration.
19 // The user tapped Cmd+Q once and then held it.
menu_button.h 14 // being clicked or dragged (or clicked and held). It expects a
22 // held. This is used for the toolbar back/forward buttons, which have a
42 // menu will only be opened when clicked and held.
  /external/valgrind/unittest/output_tests/
fun_hist_test.tmpl 3 T1 .test-thread-1. .locks held: ...:
7 T2 .test-thread-2. .locks held: ...:
output_test1.tmpl 3 T2 .test-thread-2. .locks held: .L\d+..:
7 T1 .test-thread-1. .locks held: .L\d+..:
  /external/chromium_org/ppapi/utility/threading/
lock.h 19 /// Creates a lock in the "not held" state.
25 /// Acquires the lock, blocking if it's already held by a different thread.
26 /// The lock must not already be held on the current thread (i.e. recursive
57 /// ...do something with the lock held...
  /external/chromium_org/third_party/skia/include/utils/
SkCondVar.h 41 * Must be called while lock() is held (but gives it up while waiting). Once awoken,
48 * is held.
54 * is held.
  /external/skia/include/utils/
SkCondVar.h 41 * Must be called while lock() is held (but gives it up while waiting). Once awoken,
48 * is held.
54 * is held.
  /external/chromium_org/media/filters/
fake_demuxer_stream.h 45 // no read will be held.
79 // Zero-based number indicating which read operation should be held. -1 means
80 // no read shall be held.
  /external/chromium_org/sync/internal_api/public/base/
cancelation_observer.h 19 // is held. The callee should avoid performing slow or blocking operations.
  /external/chromium_org/third_party/WebKit/ManualTests/
context-menu-during-drag-selection.html 11 held down.
  /external/chromium/base/synchronization/
lock_impl.h 37 // If the lock is not held, take it and return true. If the lock is already
38 // held by something else, immediately return false.
lock_impl_win.cc 11 // The second parameter is the spin count, for short-held locks it avoid the
  /external/chromium_org/base/synchronization/
lock_impl.h 36 // If the lock is not held, take it and return true. If the lock is already
37 // held by something else, immediately return false.
  /external/kernel-headers/original/linux/mtd/
blktrans.h 50 /* Called with mtd_table_mutex held; no race with add/remove */
55 of devices, with mtd_table_mutex held. */
  /external/libgsm/
NOTICE 7 software for any purpose nor are held responsible for any defects of
29 of this software for any purpose nor are held responsible
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked3.c 13 /* Test of the mechanism for showing all locks held by a thread. This
17 lock-number-of-times-held count. */
tc06_two_races.stderr.exp 17 Locks held: none
21 Locks held: none
32 Locks held: none
36 Locks held: none
47 Locks held: none
51 Locks held: none
62 Locks held: none
66 Locks held: none
annotate_rwlock.stderr.exp 20 Locks held: none
27 Locks held: none
36 Locks held: none
43 Locks held: none
52 Locks held: none
59 Locks held: none
68 Locks held: none
75 Locks held: none
84 Locks held: none
91 Locks held: non
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
repeating_button.js 8 * keyboard button, which auto-repeats if held. This button is designed
27 * held action.
34 * Delay in milliseconds between triggers of the button held action.
42 * button is held for an initial delay period and cleared when the button
78 // held action in the case of a tap. Otherwise, a single tap action in
92 // Trigger the button held action immediately, after an initial delay and
103 // button is still being held (i.e. clearTimeout has not been called).
  /external/chromium/chrome/browser/ui/cocoa/
menu_button.h 15 // being clicked or dragged (or clicked and held). It expects a
23 // held. This is used for the toolbar back/forward buttons, which have a
43 // menu will only be opened when clicked and held.
  /art/compiler/trampolines/
trampoline_compiler.h 28 // Create code that will invoke the function held in thread local storage.

Completed in 838 milliseconds

1 2 3 4 5 6 7 8 91011>>