/prebuilts/gdb/darwin-x86/lib/python2.7/ |
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/gdb/linux-x86/lib/python2.7/ |
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/darwin-x86/2.7.5/lib/python2.7/ |
nntplib.py | 113 self.file = self.sock.makefile('rb')
|
ssl.py | 363 def makefile(self, mode='r', bufsize=-1): member in class:SSLSocket
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
nntplib.py | 113 self.file = self.sock.makefile('rb')
|
ssl.py | 363 def makefile(self, mode='r', bufsize=-1): member in class:SSLSocket
|
/build/kati/cmd/kati/ |
main.go | 65 flag.StringVar(&makefileFlag, "f", "", "Use it as a makefile") 270 req.Makefile = makefileFlag
|
/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/libpng/projects/owatcom/ |
pngconfig.mak | 31 # this makefile.)
|
/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))) 364 # MAKEFILE -> The Android.mk where the module is defined. 420 modules-LOCALS += MAKEFILE 497 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).) [all...] |
/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...] |
/build/kati/ |
serialize.go | 359 return fmt.Errorf("no Makefile is read") 755 func loadCache(makefile string, roots []string) (*DepGraph, error) { 761 filename := cacheFilename(makefile, roots)
|
/external/curl/packages/vms/ |
gnv_link_curl.com | 346 $! GNV build uses the makefile. 390 $! From src/makefile.inc:
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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...] |