/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/src/js/ |
object-observe.js | 41 // 2) CallbackInfo. This represents a callback used for observation. It holds
|
/external/v8/test/mjsunit/harmony/ |
reflect-define-property.js | 554 // Make sure that obj5 still holds the original values. 621 // Make sure that obj5 still holds the original values. [all...] |
/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...] |
/external/v8/benchmarks/ |
richards.js | 96 * which holds tasks and the data queue they are processing.
|