HomeSort by relevance Sort by last modified time
    Searched refs:holds (Results 1 - 25 of 60) 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
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 40 b .L${opcode}_finish @ equal; r1 already holds 0
  /dalvik/vm/mterp/x86/
OP_CHECK_CAST.S 33 * ecx holds obj->clazz
34 * eax holds class resolved from BBBB
35 * rINST holds object
60 * rINST holds object
  /external/skia/tools/lua/
scrape.lua 22 local canvas -- holds the current canvas (from startcanvas())
glyph-usage.lua 21 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/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 125 assert(locked.holds(TheJIT->lock));
130 assert(lck.holds(TheJIT->lock));
136 assert(locked.holds(TheJIT->lock));
150 assert(locked.holds(TheJIT->lock));
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 18 * BackgroundBridge holds the main script's state and the scraped passwords
  /external/libffi/src/s390/
sysv.S 65 # r3 already holds &ecif
266 # r3 already holds &ecif
  /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
  /external/chromium_org/third_party/openssl/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
  /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
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
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/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/common/extensions/docs/examples/extensions/benchmark/jst/
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/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
  /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/chromium_org/v8/src/
object-observe.js 44 // 2) CallbackInfo. This represents a callback used for observation. It holds

Completed in 1801 milliseconds

1 2 3