HomeSort by relevance Sort by last modified time
    Searched refs:holds (Results 1 - 25 of 42) 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
  /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/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 67 // Too many bits (even though 8 comonents, the last one holds 32 bits).
  /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 126 assert(locked.holds(TheJIT->lock));
131 assert(lck.holds(TheJIT->lock));
137 assert(locked.holds(TheJIT->lock));
151 assert(locked.holds(TheJIT->lock));
    [all...]
  /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/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/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/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.
  /external/v8/benchmarks/
richards.js 96 * which holds tasks and the data queue they are processing.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 91 * which holds tasks and the data queue they are processing.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 91 * which holds tasks and the data queue they are processing.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 91 * which holds tasks and the data queue they are processing.
  /external/openssl/crypto/bn/asm/
parisc-mont.pl 224 mtctl $hi0,%cr11 ; $hi0 still holds 31
  /external/ceres-solver/docs/
modeling.tex 414 The \texttt{Problem} objects holds the robustified non-linear least squares problem~\eqref{eq:ceresproblem}. To create a least squares problem, use the \texttt{Problem::AddResidualBlock} and \texttt{Problem::AddParameterBlock} methods.
  /external/eigen/blas/testing/
cblat2.f 266 * YY holds the exact result. On exit from CMVCH YT holds
    [all...]
dblat2.f 261 * YY holds the exact result. On exit from DMVCH YT holds
    [all...]

Completed in 711 milliseconds

1 2