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

12 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 22 rem This file is part of GNU Make.
24 rem GNU Make is free software; you can redistribute it and/or modify it under the
28 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
33 rem GNU Make; see the file COPYING. If not, write to the Free Software
  /bionic/libc/arch-x86/bionic/
syscall.S 33 # Make the system call.
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
  /external/skia/bench/
ChromeBench.cpp 476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); }
SkBenchmark.cpp 86 return SkIPoint::Make(640, 480);
  /external/skia/gm/
typeface.cpp 47 return SkISize::Make(640, 480);
filltypespersp.cpp 55 SkPoint center = SkPoint::Make(SkIntToScalar(100), SkIntToScalar(100));
82 SkPoint center = SkPoint::Make(SkIntToScalar(100),
tablecolorfilter.cpp 46 SkShader* s = SkGradientShader::CreateRadial(SkPoint::Make(SkIntToScalar(W)/2,
102 return SkISize::Make(700, 300);
bicubicfilter.cpp 57 SkSize scale = SkSize::Make(sk32, sk32);
drawlooper.cpp 30 return SkISize::Make(520, 160);
  /external/skia/tools/
PdfRenderer.cpp 37 SkISize pageSize = SkISize::Make(width, height);
  /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/v8/test/mjsunit/
external-array.js 291 // Make sure bounds checks are handled correctly for external arrays.
328 // Make sure runtime does it right
331 // Make sure the ICs do it right
334 // Make sure that Cranskshft does it right.
344 // Make sure runtime does it right
347 // Make sure the ICs do it right
350 // Make sure that Cranskshft does it right.
  /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 48 # Make the Shared library (libOmxVdec)
93 # Make the apps-test (mm-vdec-omx-test)
114 # Make the driver-test (mm-video-driver-test)
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 40 # Make the Shared library (libOmxVenc)
83 # # Make the apps-test (mm-venc-omx-test720p)
110 # Make the apps-test (mm-video-driver-test)
  /external/clang/tools/driver/
Android.mk 92 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
  /external/compiler-rt/make/
options.mk 4 # 'make/lib_info.mk'.
22 # FIXME: Make this more portable. When that is done, it should probably be the
  /external/llvm/
llvm-device-build.mk 54 # Make sure bionic is first so we can include system headers.
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 27 // Make request on remote frame's Geolocation object.
permission-denied-already-clear-watch.js 24 // Make another request, with permission already denied.
permission-denied-already-error.js 24 // Make another request, with permission already denied.
permission-denied-already-success.js 24 // Make another request, with permission already denied.
  /ndk/
ndk-build.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
4 set NDK_MAKE=%NDK_ROOT%\prebuilt\windows-x86_64\bin\make.exe
17 rem Check if NDK_HOST_32BIT is not set to 1/true, Windows is 64-bit, and 64-bit make exists
23 rem Otherwise fall back to 32-bit make
24 if "%NDK_MAKE%"=="" set NDK_MAKE=%NDK_ROOT%\prebuilt\windows\bin\make.exe
  /system/core/init/
Android.mk 46 # Make a symlink from /sbin/ueventd and /sbin/watchdogd to /init

Completed in 2036 milliseconds

12 3 4 5 6 7 8 91011>>