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

1 2 3 4 5 67 8 91011>>

  /external/v8/test/mjsunit/
debug-suspend.js 95 // Make sure that the debug event listener vas invoked.
debug-version.js 89 // Make sure that the debug event listener vas invoked.
object-define-properties.js 59 // Make sure that all property descriptors are calculated before any
string-replace-one-char.js 28 // Make sure the strings are long enough to trigger the one-char string replace.
  /external/v8/test/mjsunit/regress/
regress-186.js 28 // Make sure that eval can introduce a local variable called __proto__.
  /external/webkit/LayoutTests/fast/url/script-tests/
file-http-base.js 36 // Make sure relative paths can't go above the "C:"
38 // Busted refs shouldn't make the whole thing fail.
file.js 36 // Make sure relative paths can't go above the "C:"
38 // Busted refs shouldn't make the whole thing fail.
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 144 # Or set it to 'auto' to make this script select which to use based
149 # Make sure that bootstrap.conf is sourced from the current directory
418 *.m4|*/Make*|Make*) c1='# ' ; c2= ;;
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 90 static BindingKey Make(const MemRegion *R, Kind k);
109 BindingKey BindingKey::Make(const MemRegion *R, Kind k) {
261 return addBinding(BindingKey::Make(R, k), V);
273 return lookup(BindingKey::Make(R, k));
290 return removeBinding(BindingKey::Make(R, k));
757 TopKey = BindingKey::Make(Top, BindingKey::Default);
825 BindingKey::Make(Top, BindingKey::Default),
832 BindingKey TopKey = BindingKey::Make(Top, BindingKey::Default);
853 // If we're invalidating a region with a symbolic offset, we need to make sure
858 Result = Result.add(BindingKey::Make(Concrete, BindingKey::Default)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
helper.cc 59 SkPoint::Make(SkIntToScalar(w / 2), SkIntToScalar(h / 2)),
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 79 // Make sure the scrollbars are big enough.
135 // Make sure to show the scrollbars if they are hidden.
163 // Need to make sure the scrollbars are absolutely positioned vis-a-vis
164 // their parent element. If not, make its position relative.
  /external/chromium/chrome/common/
sqlite_utils.h 48 virtual SQLErrorHandler* Make() = 0;
  /external/chromium/net/base/
net_log.cc 175 BoundNetLog BoundNetLog::Make(NetLog* net_log,
  /external/chromium/net/proxy/
init_proxy_resolver.cc 43 net_log_(BoundNetLog::Make(
  /external/chromium/net/socket/
socks_client_socket_pool.cc 69 BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
  /external/libffi/src/arm/
sysv.S 153 @ Make room for all of the new args.
  /external/libffi/src/m68k/
sysv.S 58 | Make room for all of the new args.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 103 (* Make the new basic block for the loop header, inserting after current
173 (* Make the function type: double(double,double) etc. *)
174 let doubles = Array.make (Array.length args) double_type in
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 155 " cmpl $1,%%eax # Make sure 1 is valid input for CPUID\n"
174 " cmpl $1,%%eax # Make sure 1 is valid input for CPUID\n"
193 cmp eax, 1 ; Make sure 1 is valid input for CPUID
  /external/skia/bench/
AAClipBench.cpp 173 SkPoint offset = SkPoint::Make(0, 0);
  /external/skia/gm/
imagefiltersbase.cpp 159 virtual SkISize onISize() { return SkISize::Make(700, 460); }
rrect.cpp 134 return SkISize::Make(820, 710);
texteffects.cpp 181 return SkISize::Make(460, 680);
  /external/skia/legacy/src/effects/
SkBlurImageFilter.cpp 18 : fSigma(SkSize::Make(sigmaX, sigmaY)) {
SkMorphologyImageFilter.cpp 18 : fRadius(SkISize::Make(radiusX, radiusY)) {

Completed in 657 milliseconds

1 2 3 4 5 67 8 91011>>