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

1 2 3 45 6 7 8 91011>>

  /external/skia/gm/
colorfilterimagefilter.cpp 71 virtual SkISize onISize() { return SkISize::Make(400, 100); }
giantbitmap.cpp 95 virtual SkISize onISize() { return SkISize::Make(640, 480); }
srcmode.cpp 76 return SkISize::Make(640, 760);
testimagefilters.cpp 103 virtual SkISize onISize() { return SkISize::Make(700, 460); }
tilemodes.cpp 76 SkISize onISize() { return SkISize::Make(880, 560); }
192 SkISize onISize() { return SkISize::Make(880, 560); }
  /external/skia/tools/
submit_try 103 raise Exception('Couldn\'t determine the TRYSERVER_SVN_URL. Make sure it is '
  /external/v8/test/mjsunit/
debug-backtrace-text.js 110 // Make sure that the debug event listener vas invoked.
120 // Make sure that the debug event listener vas invoked (again).
debug-evaluate-recursive.js 150 // Make sure that the debug event listener vas invoked.
165 // Make sure that the debug event listener vas invoked.
object-prevent-extensions.js 36 // Make sure the is_extensible flag is set.
59 // Make sure we can still write values to obj.x.
call-non-function.js 54 // Make sure that calling a non-function global doesn't crash the
extra-arguments.js 42 // Make sure we can pass any number of arguments to f and read them
global-deleted-property-ic.js 30 // Load x from the prototype of this. Make sure to initialize the IC.
34 // Introduce a global variable and make sure we load that from LoadX.
38 // Delete the global variable and make sure we get back to loading from
instanceof.js 86 // Make sure to throw an exception if the function prototype
  /external/zlib/src/
make_vms.com 1 $! make libz under VMS written by
8 $! Make procedure history for Zlib
21 $! 0.08 20120219 Make it work on VAX again, pre-load missing symbols to shared
42 $ Make = "''p1'"
72 $ if (Make .eqs. "")
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
77 $ Make = f$edit( Make, "trim")
175 $ if make.eqs."
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 4 # Test driver for the Make test suite
11 # [-make <make prog>]
16 # This file is part of GNU Make.
18 # GNU Make is free software; you can redistribute it and/or modify it under the
22 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
27 # GNU Make; see the file COPYING. If not, write to the Free Software
30 $valgrind = 0; # invoke make with valgrind
45 if ($option =~ /^-make([-_]?path)?$/)
76 # [1] (string): Arguments to pass to make
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 38 // Make a copy of the array (in case the caller mutates it), and sort it
  /external/llvm/include/llvm/MC/
MCDwarf.h 171 static void Make(MCStreamer *MCOS, const MCSection *Section);
277 static void Make(MCSymbol *Symbol, MCStreamer *MCOS, SourceMgr &SrcMgr,
  /external/v8/test/mjsunit/compiler/
pic.js 68 // Make sure that the following doesn't crash.
regress-loadfield.js 34 // Make sure there is a transition on adding "bar" inobject property.
  /external/v8/test/mjsunit/regress/
regress-108296.js 43 // Make sure that foo is a CONSTANT_FUNCTION but not be pretenured.
regress-1146.js 38 // Make object slow-case.
regress-191.js 28 // Make sure that accessor setters are ignored on context extension
regress-681.js 40 // Make x a smi.
regress-732.js 38 // Make a string from index.
regress-900.js 37 // Make sure we can't overwrite an accessor, but that the setter is

Completed in 1581 milliseconds

1 2 3 45 6 7 8 91011>>