/external/stlport/test/eh/ |
gcc-hp11.mak | 1 # ;;; -*- Mode:makefile;-*- 2 # Generated automatically from Makefile.in by configure.
|
gcc-irix.mak | 1 # ;;; -*- Mode:makefile;-*- 2 # Generated automatically from Makefile.in by configure.
|
gcc-linux.mak | 1 # ;;; -*- Mode:makefile;-*- 2 # Generated automatically from Makefile.in by configure.
|
gcc-netbsd.mak | 1 # ;;; -*- Mode:makefile;-*- 2 # Generated automatically from Makefile.in by configure.
|
gcc.mak | 1 # ;;; -*- Mode:makefile;-*- 2 # Generated automatically from Makefile.in by configure.
|
hpacc.mak | 1 # ;;; -*- Mode:makefile;-*- 2 # Generated automatically from Makefile.in by configure.
|
mingw32.mak | 1 # ;;; -*- Mode:makefile;-*- 2 # Generated automatically from Makefile.in by configure.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
poplib.py | 84 self.file = self.sock.makefile('rb') 351 self.file = self.sock.makefile('rb')
|
sysconfig.py | 196 """Parse a Makefile-style file. 203 # Regexes needed for parsing Makefile (and similar syntaxes, 283 return os.path.join(_PROJECT_BASE, "Makefile") 284 return os.path.join(get_path('platstdlib'), "config", "Makefile") 290 # load the installed Makefile: 291 makefile = _get_makefile_filename() 293 _parse_makefile(makefile, vars) 295 msg = "invalid Python installation: unable to open %s" % makefile 311 # On AIX, there are wrong paths to the linker scripts in the Makefile 449 On Unix, this means every variable defined in Python's installed Makefile; [all...] |
SocketServer.py | 699 self.rfile = self.connection.makefile('rb', self.rbufsize) 700 self.wfile = self.connection.makefile('wb', self.wbufsize)
|
ftplib.py | 134 self.file = self.sock.makefile('rb') 433 fp = conn.makefile('rb') 656 self.file = self.sock.makefile(mode='rb') 710 fp = conn.makefile('rb') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
poplib.py | 84 self.file = self.sock.makefile('rb') 351 self.file = self.sock.makefile('rb')
|
sysconfig.py | 196 """Parse a Makefile-style file. 203 # Regexes needed for parsing Makefile (and similar syntaxes, 283 return os.path.join(_PROJECT_BASE, "Makefile") 284 return os.path.join(get_path('platstdlib'), "config", "Makefile") 290 # load the installed Makefile: 291 makefile = _get_makefile_filename() 293 _parse_makefile(makefile, vars) 295 msg = "invalid Python installation: unable to open %s" % makefile 311 # On AIX, there are wrong paths to the linker scripts in the Makefile 449 On Unix, this means every variable defined in Python's installed Makefile; [all...] |
SocketServer.py | 699 self.rfile = self.connection.makefile('rb', self.rbufsize) 700 self.wfile = self.connection.makefile('wb', self.wbufsize)
|
ftplib.py | 134 self.file = self.sock.makefile('rb') 433 fp = conn.makefile('rb') 656 self.file = self.sock.makefile(mode='rb') 710 fp = conn.makefile('rb') [all...] |
/build/core/ |
cleanbuild.mk | 22 # id for each step by taking makefile path, INTERNAL_CLEAN_BUILD_VERSION 26 # $(2): indicate to not use makefile path as part of step id if not empty. 46 $(eval # for build/core/cleanspec.mk, dont use makefile path as part of step id) \
|
/external/libpng/ |
CHANGES | 244 Renamed makefile.elf to makefile.lnx. 272 Added makefile.os2 and pngos2.def (A. Zabolotny) and makefile.s2x (W. Sebok) 273 Added pointers to "note on libpng versions" in makefile.lnx and README 288 Added makefile.wat (Pawel Mrochen), updated makefile.tc3 (Willem van Schaik) 308 Minor changes to makefile.s2x 312 Changed makefile.s2x to reduce security risk of using a relative pathname 318 Commented out i386istic "align" compiler flags in makefile.lnx [all...] |
/external/chromium_org/third_party/libxslt/win32/ |
configure.js | 136 file included by our makefile. */ 289 version 'ver' in the file 'file'. This one is called from the Makefile when 384 // This command comes from the Makefile and will not be checked 385 // for errors, because Makefile will always supply right parameters. 459 // Create the Makefile. 461 var makefile = ".\\Makefile.msvc"; 463 makefile = ".\\Makefile.mingw"; 464 var new_makefile = ".\\Makefile"; [all...] |
/external/icu4c/extra/uconv/ |
makedata.mak | 34 #This could be found according to the path to makefile, but for now it is this way
|
/system/core/libutils/ |
Android.mk | 143 # team really wants is to build the stuff defined by this makefile.
|
/external/chromium_org/third_party/libxml/src/win32/ |
configure.js | 175 file included by our makefile. */ 400 version 'ver' in the file 'file'. This one is called from the Makefile when 546 // This command comes from the Makefile and will not be checked 547 // for errors, because Makefile will always supply right the parameters. 614 // Create the makefile. 616 var makefile = ".\\Makefile.msvc"; 618 makefile = ".\\Makefile.mingw"; 620 makefile = ".\\Makefile.bcb" [all...] |
/external/harfbuzz_ng/ |
git.mk | 17 # then do "make -f git.mk". This modifies all Makefile.am files in 19 # Makefile.am files you create in your project, or just rerun the 23 # more files, add them to the GITIGNOREFILES variable in your Makefile.am. 37 # me the output of "git status" as well as your Makefile.am and Makefile for 41 # Makefile.am.sample in the git.mk git repo. 50 # This makefile provides the following targets: 91 # removes automake-generated Makefile.in files: 95 case $$f in Makefile|*/Makefile) \ [all...] |
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 36 # TOOLCHAIN=all recursively calls this Makefile for all VALID_TOOLCHAINS. 145 # If NACL_SDK_ROOT is not already set, then set it relative to this makefile. 162 # If this makefile is part of a valid nacl SDK, but NACL_SDK_ROOT is set 214 # the makefile becomes the default target. By convention this is usually called
|
/dalvik/vm/ |
Android.mk | 18 # This makefile builds both for host and target, and so the very large
|
/external/bison/ |
cfg.mk | 1 # Customize maint.mk -*- makefile -*-
|