HomeSort by relevance Sort by last modified time
    Searched refs:Make (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /packages/inputmethods/PinyinIME/
Android.mk 18 # Make sure our dictionary file is not compressed, so we can read it with
  /external/skia/tests/
PathTest.cpp 25 size = SkSize::Make(3,4);
26 SkISize isize = SkISize::Make(3,4);
29 SkTSize<SkScalar>::Make(3,4);
  /ndk/
GNUmakefile 18 # Check that we have at least GNU Make 3.81
23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
  /external/protobuf/
autogen.sh 12 Could not find source code. Make sure you are running this script from the
generate_descriptor_proto.sh 5 # itself, they cannot be generated automatically by a make rule. "make check"
10 # to make when building protoc. This is particularly useful for passing
15 Could not find source code. Make sure you are running this script from the
30 make $@ protoc &&
  /external/skia/include/core/
SkSize.h 10 static SkTSize Make(T w, T h) {
73 static SkSize Make(SkScalar w, SkScalar h) {
  /external/stlport/
libstlport.mk 17 # Make sure bionic is first so we can include system headers.
  /system/core/init/
Android.mk 35 # Make a symlink from /sbin/ueventd to /init
  /external/skia/bench/
SkBenchmark.cpp 67 return SkIPoint::Make(640, 480);
FPSBench.cpp 22 virtual SkIPoint onGetSize() { return SkIPoint::Make(fWidth, fHeight); }
  /ndk/build/core/
check-cygwin-make.mk 16 # Check that we have a Cygwin-compatible make.
19 # have another GNU Make installed in their path, that fails
28 # Get the cygwin-specific path to the make executable
29 # (e.g. /cygdrive/c/cygwin/usr/bin/make), then strip the
32 CYGWIN_MAKE := $(shell cygpath --unix --absolute $(firstword $(MAKE)))
36 # GNU Make, even if launched from a Cygwin shell, will not
40 $(error Android NDK: $(firstword $(MAKE)) is not cygwin-compatible)
  /external/libpng/scripts/
makevms.com 1 $! make libpng under VMS
19 $ Make = ""
20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
53 $ if make.eqs.""
56 $ CALL MAKE png.OBJ "cc ''CCOPT' png" -
58 $ CALL MAKE pngset.OBJ "cc ''CCOPT' pngset" -
60 $ CALL MAKE pngget.OBJ "cc ''CCOPT' pngget" -
62 $ CALL MAKE pngread.OBJ "cc ''CCOPT' pngread" -
64 $ CALL MAKE pngpread.OBJ "cc ''CCOPT' pngpread"
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 54 # Make the Shared library (libOmxVdec)
76 # Make the apps-test (mm-vdec-omx-test)
95 # Make the driver-test (mm-video-driver-test)
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 49 # Make the Shared library (libOmxVenc)
70 # # Make the apps-test (mm-venc-omx-test720p)
92 # Make the apps-test (mm-video-driver-test)
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-already-clear-watch.js 21 // Make another request, with permission already denied.
permission-denied-already-error.js 21 // Make another request, with permission already denied.
permission-denied-already-success.js 21 // Make another request, with permission already denied.
  /external/v8/test/mjsunit/
arguments-lazy.js 28 // Make sure we don't allocate the arguments object over and
37 // Make sure that accessing arguments doesn't clobber any
get-prototype-of.js 54 // Make sure that TypeError exceptions are thrown when non-objects are passed
61 // Make sure the real objects have this method and that it returns the
arguments-apply.js 109 // Make sure that the stack after the apply optimization is
131 // Make sure we can deal with unfolding lots of arguments on the
debug-mirror-cache.js 29 // The functions used for testing backtraces. They are at the top to make the
60 // Make a backtrace request to create some mirrors.
83 // Make sure that the debug event listener vas invoked.
prototype.js 61 // Make sure we preserve the prototype of an object in the face of map transitions.
75 // Make sure that arrays and functions in the prototype chain works;
  /external/v8/test/mjsunit/regress/
regress-1081309.js 32 // Make sure that the backtrace command can be processed when the receiver is
109 // Make sure that the debug event listener vas invoked.
regress-1170187.js 29 // Make sure that the retreival of local variables are performed correctly even
78 // Make sure that the debug event listener vas invoked (again).
  /external/libvpx/vp8/common/ppc/
copy_altivec.asm 19 ;# Make the assumption that input will not be aligned,

Completed in 305 milliseconds

1 2 3 4 5