HomeSort by relevance Sort by last modified time
    Searched refs:holds (Results 1 - 25 of 44) 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/
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/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/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/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
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 60 sd $t8, 136($sp) # t8 holds caller's gp, now save it to the stack.
118 sd $t8, 56($sp) # t8 holds caller's gp, now save it to the stack.
206 sd $t8, 184($sp) # t8 holds caller's gp, now save it to the stack.
445 * the bottom of the thread. On entry a0 holds Throwable*
    [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
  /external/v8/src/
object-observe.js 21 // 2) CallbackInfo. This represents a callback used for observation. It holds
  /external/v8/test/mjsunit/
object-define-property.js 600 // Make sure that obj5 still holds the original values.
687 // Make sure that obj5 still holds the original values.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
richards.js 96 * which holds tasks and the data queue they are processing.
  /external/v8/benchmarks/
richards.js 96 * which holds tasks and the data queue they are processing.
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 87 add sp, #4 @ bottom word holds Method*
283 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception.
298 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds
299 * index, arg2 holds limit.
463 * Entry from managed code that calls artLockObjectFromCode, may block for GC. r0 holds the
476 orr r2, r1, r2 @ r2 holds thread id with count of 0 with preserved read barrier bits
510 * r0 holds the possibly null object to lock.
    [all...]
  /build/core/
main.mk 656 # $(1): The variable name that holds the initial module name list.
    [all...]
  /external/boringssl/linux-arm/crypto/aes/
bsaes-armv7.S 1318 vmov q15, q5 @ q5 holds input
    [all...]
  /external/cblas/testing/
c_cblat2.f 278 * YY holds the exact result. On exit from CMVCH YT holds
    [all...]
c_cblat3.f 230 * CC holds the exact result. On exit from CMMCH CT holds
    [all...]

Completed in 626 milliseconds

1 2