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

1 2 3 4 5 6 7 8 91011

  /external/stlport/
libstlport.mk 3 # Make sure bionic is first so we can include system headers.
  /ndk/sources/host-tools/make-3.81/
configure.bat 4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
20 echo Configuring MAKE for DJGPP
38 rem Do they have Make?
39 redir -o junk.$$$ -eo make -n -f NUL
40 rem REDIR will return 1 if it cannot run Make.
41 rem If it can run Make, it will usually return 2,
46 echo No Make program found--use DOSBUILD.BAT to build Make.
    [all...]
subproc.bat 4 rem This file is part of GNU Make.
6 rem GNU Make is free software; you can redistribute it and/or modify it under
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
21 set MAKE=%2
23 if x%2 == x set MAKE=nmake
24 %MAKE% /f %MAKEFILE%
  /external/skia/gm/
degeneratesegments.cpp 37 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1);
43 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1);
55 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1);
62 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1);
75 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1);
82 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1);
95 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1);
102 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1);
115 SkPoint endPt = startPt + SkPoint::Make(40*SK_Scalar1, 0);
121 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1)
    [all...]
  /external/opencv/
libopencv.mk 4 # Make sure bionic is first so we can include system headers.
  /frameworks/base/core/tests/coretests/apks/
FrameworkCoreTests_apk.mk 7 # Make sure every package name gets the FrameworkCoreTests_ prefix.
  /external/chromium/net/base/
net_log_unittest.cc 16 BoundNetLog net_log(BoundNetLog::Make(&log, NetLog::SOURCE_URL_REQUEST));
  /external/chromium/chrome/browser/debugger/manual_tests/resources/
fib.js 9 // Make page responsive by making a break every 100 ms.
  /external/skia/samplecode/
SampleAnimatedGradient.cpp 39 SkPoint p = SkPoint::Make(0,0);
40 SkPoint q = SkPoint::Make(100,100);
65 SkPoint s = SkPoint::Make(100,100);
  /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 !)
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/bin/make.exe
17 %NDK_ROOT%\prebuilt\windows\bin\make.exe -f %NDK_ROOT%build/core/build-local.mk SHELL=cmd %*
  /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 17 static SkTSize Make(T w, T h) {
80 static SkSize Make(SkScalar w, SkScalar h) {
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-remote-context.js 4 // Make request from remote frame
callback-to-remote-context2.js 4 // Make request from remote frame, with call chain starting here
  /packages/inputmethods/PinyinIME/
Android.mk 22 # Make sure our dictionary file is not compressed, so we can read it with
  /external/skia/tests/
PathCoverageTest.cpp 114 path[1] = SkPoint::Make(SkIntToScalar(array[0]), SkIntToScalar(array[1]));
115 path[2] = SkPoint::Make(SkIntToScalar(array[2]), SkIntToScalar(array[3]));
120 path[2] = SkPoint::Make(SkIntToScalar(array[i]),
  /external/clang/
clang-host-build.mk 11 # Make sure bionic is first so we can include system headers.
  /external/llvm/
llvm-host-build.mk 39 # Make sure bionic is first so we can include system headers.
  /frameworks/compile/mclinker/
mcld-device-build.mk 29 # Make sure bionic is first so we can include system headers.
  /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 37 # Make the system call.
  /external/skia/bench/
ChromeBench.cpp 476 virtual SkIPoint onGetSize() { return SkIPoint::Make(W, H); }
SkBenchmark.cpp 75 return SkIPoint::Make(640, 480);

Completed in 928 milliseconds

1 2 3 4 5 6 7 8 91011