/development/host/windows/usb/adb_winapi_test/ |
MAKEFILE | 22 !INCLUDE $(NTMAKEENV)\makefile.def
|
/development/host/windows/usb/api/ |
MAKEFILE | 22 !INCLUDE $(NTMAKEENV)\makefile.def
|
/development/host/windows/usb/winusb/ |
MAKEFILE | 22 !INCLUDE $(NTMAKEENV)\makefile.def
|
/external/netperf/src/NetPerfDir/ |
makefile | 7 !INCLUDE $(NTMAKEENV)\makefile.de
|
/external/netperf/src/NetServerDir/ |
makefile | 7 !INCLUDE $(NTMAKEENV)\makefile.de
|
/external/libpng/contrib/pngminus/ |
pngminus.sh | 2 make -f makefile.std
|
/frameworks/base/core/tests/overlaytests/ |
Android.mk | 1 # Dummy makefile to halt recursive directory traversal.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
SECONDARY | 7 Create a makefile where a file would not normally be considered 16 open(MAKEFILE,"> $makefile"); 18 print MAKEFILE <<'EOF'; 32 close(MAKEFILE); 38 &run_make_with_options($makefile,'foo.d',&get_logfile); 46 &run_make_with_options($makefile,'foo.d',&get_logfile); 55 &run_make_with_options($makefile,'foo.d',&get_logfile); 61 &run_make_with_options($makefile,'foo.c',&get_logfile); 69 &run_make_with_options($makefile,'foo.c',&get_logfile) [all...] |
/device/linaro/hikey/wpan/uim/ |
Android.mk | 1 #Android makefile for uim
|
/ndk/sources/host-tools/make-3.81/tests/ |
run_make_tests.pl | 75 # [0] (string): The makefile to be tested. undef means use the last one. 86 # If the user specified a makefile string, create a new makefile to contain 93 $makefile = $old_makefile; 95 if (! defined($makefile)) { 96 $makefile = &get_tmpfile(); 102 # Replace @MAKEFILE@ with the makefile name and @MAKE@ with the path to 104 $makestring =~ s/#MAKEFILE#/$makefile/g [all...] |
/external/boringssl/ |
flavor.mk | 1 # This makefile exists to be included by makefiles in other directories so that
|
/libcore/dalvik/src/main/native/ |
sub.mk | 1 # -*- mode: makefile -*- 3 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sysconfig.py | 15 self.makefile = None 18 if self.makefile is not None: 19 os.unlink(self.makefile) 57 self.makefile = test.test_support.TESTFN 58 fd = open(self.makefile, 'w') 64 d = sysconfig.parse_makefile(self.makefile) 69 self.makefile = test.test_support.TESTFN 70 fd = open(self.makefile, 'w') 76 d = sysconfig.parse_makefile(self.makefile)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sysconfig.py | 15 self.makefile = None 18 if self.makefile is not None: 19 os.unlink(self.makefile) 57 self.makefile = test.test_support.TESTFN 58 fd = open(self.makefile, 'w') 64 d = sysconfig.parse_makefile(self.makefile) 69 self.makefile = test.test_support.TESTFN 70 fd = open(self.makefile, 'w') 76 d = sysconfig.parse_makefile(self.makefile)
|
/libcore/luni/src/main/native/ |
sub.mk | 1 # -*- mode: makefile -*- 3 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/development/ide/emacs/ |
android-compile.el | 44 "\\(^\\(\\sw\\|[/_]\\)+\\(Makefile\\|\\.mk\\):[0-9]+:.*warning\\)\\|\\(^/bin/bash\\)" 49 (defun android-makefile-exists-p (directory) 50 "Return t if an Android makefile exists in DIRECTORY." 53 (file-exists-p (concat directory "Makefile")))) 55 (defun android-find-makefile (topdir) 56 "Ascend the current path until an Android makefile is found. 58 the file is named Makefile. 61 MAKEFILE_PATH is the relative path of the makefile wrt TOPDIR. 62 Signal an error if no Makefile was found." 70 (not (android-makefile-exists-p default-directory)) [all...] |
/build/kati/ |
flags.h | 44 const char* makefile; member in struct:Flags
|
main.cc | 142 new SimpleVar(StringPrintf(" %s", g_flags.makefile), VarOrigin::FILE)); 163 Makefile* mk = cache_mgr->ReadMakefile(g_flags.makefile); 217 if (g_flags.makefile != NULL) 220 g_flags.makefile = "GNUmakefile"; 222 } else if (Exists("makefile")) { 223 g_flags.makefile = "makefile"; 225 } else if (Exists("Makefile")) { 226 g_flags.makefile = "Makefile" [all...] |
/external/sonivox/arm-wt-22k/host_src/ |
arm-wt-22k.mak | 2 # Auto-generated sample makefile
4 # This makefile is intended for use with GNU make.
|
/libcore/ojluni/src/main/native/ |
openjdksub.mk | 1 \# -*- mode: makefile -*- 3 # It's not a normal makefile, so we don't include CLEAR_VARS
|
/toolchain/binutils/binutils-2.25/ |
makefile.vms | 2 # makefile for bfd, binutils and gas 24 all: check_cc $(CHECK-COMPILER) [.binutils]makefile.vms 39 @$(ECHO) "Please edit MAKEFILE.VMS and select a C Compiler." 46 [.binutils]makefile.vms:
|
/external/icu/icu4c/source/extra/uconv/ |
resfiles.mk | 2 # A small makefile containing the list of resource bundles
|
/external/bison/ |
GNUmakefile | 4 # This makefile is used only if you run GNU Make. 25 _gl-Makefile := $(wildcard [M]akefile) 26 ifneq ($(_gl-Makefile),) 31 # Allow the user to add to this in the Makefile. 34 include Makefile 85 $(MAKE) $(AM_MAKEFLAGS) Makefile 89 .DEFAULT_GOAL := abort-due-to-no-makefile 101 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) 102 $(MAKECMDGOALS): abort-due-to-no-makefile 105 abort-due-to-no-makefile [all...] |
/external/chromium-trace/catapult/third_party/Paste/tests/ |
test_httpserver.py | 12 def makefile(self, mode, bufsize): member in class:MockSocket
|
/external/llvm/utils/ |
makellvm | 62 ## It is recorded in the variable LEVEL in Makefile, to compute it 67 else if (-f makefile) then 68 set MFILE = makefile 70 set MFILE = Makefile 77 echo "Missing or invalid makefile: $MFILE" 96 ## Try to determine object root directory by looking for Makefile.config 98 if (-f "${objdir}/Makefile.config") then
|