HomeSort by relevance Sort by last modified time
    Searched refs:Uses (Results 51 - 60 of 60) sorted by null

1 23

  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 528 (*===-- Uses --------------------------------------------------------------===*)
    [all...]
  /external/chromium_org/third_party/readability/js/
readability.js 115 (readability.frameHack ? "<p><strong>It appears this page uses frames.</strong> Unfortunately, browser security properties often cause Readability to fail on pages that include frames." : ""),
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 680 (** [replace_all_uses_with old new] replaces all uses of the value [old]
685 (* {6 Uses} *)
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 10 // This file defines the interfaces that X86 uses to lower LLVM code into a
243 // X86 is weird, it always uses i8 for shift amounts and setcc results.
245 // X86-SSE is even stranger. It uses -1 or 0 for vector masks.
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 409 // for 32-bit unsigned values or more than 32 bits. TODO: audit all uses of tempInt
502 // Sets a value in memory in a dynamic way at run-time. Uses the
508 // Note that ccall uses JS types as for defining types, while setValue and
776 return bits <= 32 ? 2*Math.abs(1 << (bits-1)) + value // Need some trickery, since if bits == 32, we are right at the limit of the bits JS uses in bitshifts
788 value = -2*half + value; // Cannot bitshift half, as it may be at the limit of the bits JS uses in bitshifts
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 467 // for 32-bit unsigned values or more than 32 bits. TODO: audit all uses of tempInt
560 // Sets a value in memory in a dynamic way at run-time. Uses the
566 // Note that ccall uses JS types as for defining types, while setValue and
838 return bits <= 32 ? 2*Math.abs(1 << (bits-1)) + value // Need some trickery, since if bits == 32, we are right at the limit of the bits JS uses in bitshifts
850 value = -2*half + value; // Cannot bitshift half, as it may be at the limit of the bits JS uses in bitshifts
    [all...]

Completed in 1463 milliseconds

1 23