/external/srec/config/en.us/ |
Android.mk | 56 # Those without explicit rules are subject to the rule at the end of this makefile
|
/build/core/ |
product_config.mk | 192 # Find the product config makefile for the current product. 196 # same as the base filename of the product config makefile. 222 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)") 228 endif # Import all or just the current product makefile 252 # Include the runtime product makefile based on the product's PRODUCT_RUNTIMES 351 # The rules for these copy steps are defined in build/core/Makefile.
|
base_rules.mk | 65 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE)) 70 $(warning * section of a product makefile to have it installed.) 597 ALL_MODULES.$(LOCAL_MODULE).MAKEFILE := \ 598 $(ALL_MODULES.$(LOCAL_MODULE).MAKEFILE) $(LOCAL_MODULE_MAKEFILE)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | 339 self.fp = sock.makefile('rb') 346 self.fp = sock.makefile('rb', 0) [all...] |
nntplib.py | 113 self.file = self.sock.makefile('rb')
|
ssl.py | 363 def makefile(self, mode='r', bufsize=-1): member in class:SSLSocket
|
smtplib.py | 352 self.file = self.sock.makefile('rb')
|
socket.py | 212 def makefile(self, mode='r', bufsize=-1): member in class:_socketobject 213 """makefile([mode[, bufsize]]) -> file object
|
tarfile.py | 2195 def makefile(self, tarinfo, targetpath): member in class:TarFile [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
httplib.py | 339 self.fp = sock.makefile('rb') 346 self.fp = sock.makefile('rb', 0) [all...] |
nntplib.py | 113 self.file = self.sock.makefile('rb')
|
ssl.py | 363 def makefile(self, mode='r', bufsize=-1): member in class:SSLSocket
|
smtplib.py | 352 self.file = self.sock.makefile('rb')
|
socket.py | 212 def makefile(self, mode='r', bufsize=-1): member in class:_socketobject 213 """makefile([mode[, bufsize]]) -> file object
|
tarfile.py | 2195 def makefile(self, tarinfo, targetpath): member in class:TarFile [all...] |
/ndk/build/core/ |
definitions.mk | 27 # Macro : this-makefile 28 # Returns : the name of the current Makefile in the inclusion stack 29 # Usage : $(this-makefile) 31 this-makefile = $(lastword $(MAKEFILE_LIST)) 34 # Macro : local-makefile 36 # Usage : $(local-makefile) 38 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST))) 361 # MAKEFILE -> The Android.mk where the module is defined. 406 modules-LOCALS += MAKEFILE 483 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).) [all...] |
/external/zlib/src/ |
make_vms.com | 13 $! 0.02 20061008 Adapt to new Makefile.in 18 $! subdir path, update module search in makefile.in 478 $! Read list of core library sources from makefile.in and create options 482 $ open/read min makefile.in
|
/external/bzip2/ |
Makefile | 156 $(DISTNAME)/Makefile \ 182 $(DISTNAME)/makefile.msc \ 192 $(DISTNAME)/Makefile-libbz2_so \
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
debug.py | 885 self.output = self.connection.makefile('w', 0) 886 self.input = self.connection.makefile('r', 0) [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
android.py | 8 # via an Android.mk file. It is based on make.py, the standard makefile 245 """Write Makefile code for any 'actions' from the gyp input. 285 # The makefile rules are all relative to the top dir, but the gyp actions 331 """Write Makefile code for any 'rules' from the gyp input. 425 """Write Makefile code for any 'copies' from the gyp input. 507 """Write Makefile code for any 'sources' from the gyp input. 538 # generate Makefile rules for a single LOCAL_CPP_EXTENSION. 790 """Write Makefile code to specify the link flags and library dependencies. 820 """Write Makefile code to produce the final target of the gyp spec. [all...] |
/external/linux-tools-perf/config/ |
utilities.mak | 109 # within the context of a command line of a makefile rule
|
/ndk/sources/host-tools/make-3.81/ |
main.c | 89 static void define_makeflags PARAMS ((int all, int makefile)); 167 /* Environment variables override makefile definitions. */ 177 that results from reading the makefile (-p). */ 309 -f FILE, --file=FILE, --makefile=FILE\n\ 310 Read FILE as a makefile.\n"), 436 { "makefile", required_argument, 0, 'f' }, 470 /* First file defined in the makefile whose name does not [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_httplib.py | 24 def makefile(self, mode, bufsize=None): member in class:FakeSocket
|
test_urllib.py | 31 def makefile(self, *args, **kwds): member in class:FakeHTTPMixin.fakehttp.FakeSocket [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_httplib.py | 24 def makefile(self, mode, bufsize=None): member in class:FakeSocket
|