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

1 2

  /external/llvm/include/llvm/Support/
MutexGuard.h 34 /// holds - Returns true if this locker instance holds the specified lock.
37 bool holds(const sys::Mutex& lock) const { return &M == &lock; } function in class:llvm::MutexGuard
  /external/skia/tools/lua/
filter-counter.lua 21 local canvas -- holds the current canvas (from startcanvas())
scrape.lua 22 local canvas -- holds the current canvas (from startcanvas())
glyph-counts.lua 21 local canvas -- holds the current canvas (from startcanvas())
scrape_dashing.lua 23 local canvas -- holds the current canvas (from startcanvas())
glyph-usage.lua 21 local canvas -- holds the current canvas (from startcanvas())
scrape_dashing_full.lua 1 local canvas -- holds the current canvas (from startcanvas())
  /external/autotest/site_utils/bootperf-bin/
bootperf 106 destination directory already holds test results, additional
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
  /external/libunwind_llvm/src/
UnwindRegistersRestore.S 29 movl 28(%eax), %edx # edx holds new stack pointer
63 movq 56(%rdi), %rax # rax holds new stack pointer
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 29 movl 28(%eax), %edx # edx holds new stack pointer
63 movq 56(%rdi), %rax # rax holds new stack pointer
  /external/autotest/client/tools/
html_report.py     [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 5 (* binop_precedence - This holds the precedence for each binary operator that is
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 22 /** create tree node that holds the start and stop tokens associated
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.js 38 * The iframe that holds the code (from Sourcerer).
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.js 38 * The iframe that holds the code (from Sourcerer).
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 60 sd $t8, 136($sp) # t8 holds caller's gp, now save it to the stack.
117 sd $t8, 56($sp) # t8 holds caller's gp, now save it to the stack.
204 sd $t8, 184($sp) # t8 holds caller's gp, now save it to the stack.
383 sd $t8, 80($sp) # t8 holds caller's gp, now save it to the stack.
574 * the bottom of the thread. On entry a0 holds Throwable*
    [all...]
  /external/v8/test/mjsunit/es6/
reflect-define-property.js 529 // Make sure that obj5 still holds the original values.
596 // Make sure that obj5 still holds the original values.
    [all...]
  /external/v8/test/mjsunit/
object-define-property.js 575 // Make sure that obj5 still holds the original values.
662 // Make sure that obj5 still holds the original values.
    [all...]
  /external/v8/benchmarks/
richards.js 96 * which holds tasks and the data queue they are processing.
  /external/v8/src/js/
messages.js 353 // See if we can find a unique property on the receiver that holds

Completed in 4374 milliseconds

1 2