HomeSort by relevance Sort by last modified time
    Searched refs:Make (Results 126 - 150 of 301) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-998565.js 50 // Make sure that the debug event listener vas invoked.
regress-create-exception.js 50 return j; // Make sure that future optimizations don't eliminate j.
regress-deopt-gc.js 42 // Make sure we don't inline this function
regress-regexp-codeflush.js 45 // Make a long string with plenty of matches for re.
  /external/v8/test/mjsunit/
unicode-string-to-number.js 28 // Make sure not to treat 16-bit unicode characters as ASCII
object-seal.js 73 // Make sure we are no longer extensible.
183 // Make sure that an object that has a configurable property
192 // Make sure that Object.seal returns the sealed object.
unbox-double-arrays.js 252 // Make sure Crankshaft code handles the hole correctly (bailout)
348 // Make sure that we haven't converted from fast double.
376 // Convert back to fast elements and make sure the contents of the array are
390 // Make sure it's possible to change the array's length and that array is still
arguments-opt.js 127 // Make sure that out-of-bounds access do lookups in the
debug-clearbreakpoint.js 98 // Make sure that the debug event listener vas invoked.
debug-evaluate-arguments.js 91 // Make sure that the debug event listener vas invoked.
debug-evaluate-bool-constructor.js 78 // Make sure that the debug event listener vas invoked.
debug-evaluate-with.js 79 // Make sure that the debug event listener vas invoked.
debug-sourceslice.js 56 // Make sure that the source is as expected.
debug-step-3.js 70 // Make f set a breakpoint with an activation on the stack.
  /ndk/build/core/
init.mk 20 # Disable GNU Make implicit rules
22 # this turns off the suffix rules built into make
25 # this turns off the RCS / SCCS implicit rules of GNU Make
53 # Check that we have at least GNU Make 3.81
58 $(error Android NDK: GNU Make version $(MAKE_VERSION) is too low (should be >= 3.81))
61 $(info Android NDK: GNU Make version $(MAKE_VERSION) detected)
305 HOST_MAKE := $(wildcard $(HOST_PREBUILT)/make$(HOST_EXEEXT))
374 # Make for each source file is _very_ slow, this is only a backup plan in
377 # 2/ Generate a Make function that performs the mapping from cygwin/msys to host
  /external/compiler-rt/make/
AppleBI.mk 3 # Make rules to build compiler_rt in Apple B&I infrastructure
53 # Rule to make each dylib slice
69 # Rule to make fat dylib
91 # Rule to make fat archive
96 # rule to make each archive slice for dyld (which removes a few archive members)
106 # rule to make make archive for dyld
  /external/libffi/src/x86/
win32.S 46 # Make room for all of the new args.
159 # Make room for all of the new args.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 117 (* Make an anonymous proto. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 51 (* Make the function type: double(double,double) etc. *)
52 let doubles = Array.make (Array.length args) double_type in
parser.ml 117 (* Make an anonymous proto. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
codegen.ml 51 (* Make the function type: double(double,double) etc. *)
52 let doubles = Array.make (Array.length args) double_type in
parser.ml 117 (* Make an anonymous proto. *)
  /external/skia/include/core/
SkPoint.h 21 static SkIPoint Make(int32_t x, int32_t y) {
137 static SkPoint Make(SkScalar x, SkScalar y) {
491 * Make this vector be orthogonal to vec. Looking down vec the
  /external/skia/legacy/include/core/
SkPoint.h 23 static SkIPoint Make(int32_t x, int32_t y) {
139 static SkPoint Make(SkScalar x, SkScalar y) {
438 * Make this vector be orthogonal to vec. Looking down vec the
  /external/v8/test/mjsunit/bugs/
bug-1344252.js 42 // Add a setter for x to Object.prototype and make sure it gets
50 // Add a setter for y by changing the prototype of f and make sure
63 // Test the same issue in the runtime system. Make sure that

Completed in 215 milliseconds

1 2 3 4 56 7 8 91011>>