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

1 2 34 5 6 7 8 91011>>

  /external/skia/gm/
image.cpp 46 SkSize size = SkSize::Make(SkIntToScalar(surface->width()),
122 return SkISize::Make(800, 500);
pathfill.cpp 133 return SkISize::Make(640, 480);
167 return SkISize::Make(450, 220);
arithmode.cpp 92 virtual SkISize onISize() { return SkISize::Make(640, 480); }
circles.cpp 64 SkPoint center = SkPoint::Make(SkIntToScalar(40), SkIntToScalar(40));
158 // position the path, and make it at off-integer coords.
  /external/v8/src/
math.js 128 // Make sure -0 is considered less than +0. -0 is never a Smi, +0 can be
145 // Make sure +0 is considered greater than -0. -0 is never a Smi, +0 can be
161 // Make sure -0 is considered less than +0. -0 is never a Smi, +0 can be
178 // Make sure -0 is considered less than +0. -0 is never a Smi, +0 can be a
  /external/v8/test/mjsunit/
body-not-visible.js 28 // Make sure we cannot see the local variables in NewFunction when
elements-transition-hoisting.js 48 // Make sure that a simple elements array transitions inside a loop before
66 // Make sure that non-element related map checks that are not preceded by
88 // Make sure that non-element related map checks do NOT get hoisted if they
115 // Make sure that non-element related map checks do get hoisted if they use
object-define-property.js 122 // Make sure that we can add a property with an empty descriptor and
139 // Make sure that getOwnPropertyDescriptor does not return a descriptor
145 // Make sure that foo can't be reset (as configurable is false).
335 // Make accessor - redefine to data
364 // Make data - redefine to accessor
461 // Make sure an error is thrown when trying to access to redefined function.
471 // DefineOrRedefineAccessorProperty - make sure we don't
597 // Make sure we can still redefine if all properties are the same.
600 // Make sure that obj5 still holds the original values.
684 // Make sure we can still redefine if all properties are the same
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-6.js 39 // the 'a + c' expression. Make sure this doesn't end up
  /external/v8/test/mjsunit/regress/
regress-1060.js 28 // Make sure that we do not record multiple bailouts in the unoptimized code
regress-1110164.js 35 // Make sure the call IC in CallF is initialized.
regress-1201933.js 28 // Make sure this doesn't fail with an assertion
regress-1213575.js 28 // Make sure that a const definition does not try
regress-1215653.js 28 // Make sure this doesn't crash the VM.
regress-125515.js 37 // Make sure that a ends up in old space
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
disconnected-frame-permission-denied.js 27 // Make another request, with permission already denied.
  /external/webkit/LayoutTests/fast/js/resources/
const.js 115 // Make sure we don't override properties placed on the global object
  /ndk/sources/host-tools/make-3.81/
makefile.com 2 $! Makefile.com - builds GNU Make for VMS
75 $ open/write optf make.opt
86 $ link/exe=make make.opt/opt'lopt
90 $ link/exe=make make.opt/opt,sys$library:vaxcrtl/lib'lopt
95 $ if f$search("make.opt").nes."" then $ del make.opt;*
143 $!This file is part of GNU Make.
145 $!GNU Make is free software; you can redistribute it and/or modify it under th
    [all...]
  /system/core/toolbox/
Android.mk 111 # Make #!/system/bin/toolbox launchers for each tool.
  /external/chromium/chrome/common/
sqlite_utils.cc 57 virtual SQLErrorHandler* Make() {
285 SQLErrorHandler* error_handler = GetErrorHandlerFactory()->Make();
297 SQLErrorHandler* error_handler = GetErrorHandlerFactory()->Make();
  /external/chromium/net/base/
net_log.h 213 static BoundNetLog Make(NetLog* net_log, NetLog::SourceType source_type);
  /external/chromium/net/socket/
tcp_server_socket_libevent.cc 43 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
tcp_server_socket_win.cc 24 net_log_(BoundNetLog::Make(net_log, NetLog::SOURCE_SOCKET)) {
  /external/skia/bench/
PicturePlaybackBench.cpp 58 return SkPoint::Make(SkIntToScalar((PICTURE_WIDTH - canvasSize.fX)/N),
PictureRecordBench.cpp 123 return SkPoint::Make(SkIntToScalar((PICTURE_WIDTH - canvasSize.fX)/M),

Completed in 882 milliseconds

1 2 34 5 6 7 8 91011>>