HomeSort by relevance Sort by last modified time
    Searched refs:Make (Results 1 - 25 of 301) 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...]
matrixconvolution.cpp 36 SkPoint pts[2] = { SkPoint::Make(0, 0),
37 SkPoint::Make(0, SkIntToScalar(80)) };
56 SkISize kernelSize = SkISize::Make(3, 3);
74 SkIPoint target = SkIPoint::Make(1, 0);
dashcubics.cpp 28 return SkISize::Make(640, 480);
  /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/clang/lib/Headers/
Android.mk 10 # Make sure when clang is used, arm_neon.h does exist.
  /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/bench/
MatrixConvolutionBench.cpp 20 SkISize kernelSize = SkISize::Make(3, 3);
27 SkIPoint target = SkIPoint::Make(1, 1);
  /external/skia/include/core/
SkDeviceProperties.h 86 static Geometry Make(Orientation orientation, Layout layout) {
99 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) {
SkSize.h 17 static SkTSize Make(T w, T h) {
78 static SkSize Make(SkScalar w, SkScalar h) {
  /external/skia/legacy/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
  /frameworks/compile/mclinker/
mcld-device-build.mk 26 # Make sure bionic is first so we can include system headers.
  /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.

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 91011>>