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

1 2 3

  /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/chromium_org/chrome/renderer/resources/extensions/
enterprise_platform_keys_custom_bindings.js 15 // The Token object holds the token id and the SubtleCrypto member.
  /external/chromium_org/third_party/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/skia/tools/lua/
scrape.lua 22 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
  /external/openssl/crypto/sha/asm/
sha1-thumb.pl 137 ldrb $a,[$t1,#0] @ $t1 is r1 and holds inp
169 ldmia $t0!,{$a,$b,$c,$d,$e} @ $t0 is r0 and holds ctx
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 82 add sp, #4 @ bottom word holds Method*
94 add sp, #4 @ bottom word holds Method*
208 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception.
223 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds
224 * index, arg2 holds limit.
370 * Entry from managed code that calls artLockObjectFromCode, may block for GC. r0 holds the
380 @ unlocked case - r2 holds thread id with count of 0
411 * r0 holds the possibly null object to lock.
425 @ transition to unlocked, r3 holds 0
745 * On entry r0 holds field index, r1:r2 hold new_va
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 165 * object {'NUM_PEOPLE': 5, 'NAME': 'Angela'} holds positional parameters.
180 * object {'NUM_PEOPLE': 5, 'NAME': 'Angela'} holds positional parameters.
196 * object {'NUM_PEOPLE': 5, 'NAME': 'Angela'} holds positional parameters.
230 * @param {!Array.<!Object>} parsedPattern Holds parsed tree.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 35 * The name of the global variable which holds the value to be returned if
64 * expressions, and it holds the locally defined variables.
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 511 Links are copied to the links list of the crawler object, which holds all
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 35 * The name of the global variable which holds the value to be returned if
64 * expressions, and it holds the locally defined variables.
  /external/chromium_org/tools/traceline/svgui/
traceline.js 381 // Total div holds the container and the info area.
384 // Container holds the thread names, SVG element, and fake scroll bar.
388 // This is the div that holds the thread names along the left side, this is
401 // SVG div goes along the right side, it holds the SVG element and our fake

Completed in 3530 milliseconds

1 2 3