HomeSort by relevance Sort by last modified time
    Searched refs:makefile (Results 176 - 200 of 247) sorted by null

1 2 3 4 5 6 78 910

  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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 348 def makefile(self, mode='r', bufsize=-1): member in class:SSLSocket
smtplib.py 344 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 2194 def makefile(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /external/python/cpython2/Lib/
httplib.py 368 self.fp = sock.makefile('rb')
375 self.fp = sock.makefile('rb', 0)
    [all...]
nntplib.py 120 self.file = self.sock.makefile('rb')
  /build/soong/cmd/pom2mk/
pom2mk.go 358 Don't put the specified module in the makefile.
372 The makefile is written to stdout, to be put in the current directory (often as Android.mk)
  /external/bzip2/
Makefile 156 $(DISTNAME)/Makefile \
182 $(DISTNAME)/makefile.msc \
192 $(DISTNAME)/Makefile-libbz2_so \
  /external/harfbuzz_ng/
git.mk 1 # git.mk, a small Makefile to autogenerate .gitignore files
19 # then do "make -f git.mk". This modifies all Makefile.am files in
21 # Makefile.am files you create in your project, or just rerun the
25 # more files, add them to the GITIGNOREFILES variable in your Makefile.am.
39 # me the output of "git status" as well as your Makefile.am and Makefile for
43 # Makefile.am.sample in the git.mk git repo.
53 # This makefile provides the following targets:
103 # removes automake-generated Makefile.in files:
107 case $$f in Makefile|*/Makefile)
    [all...]
  /external/ltp/android/tools/
android_build_generator.py 45 _mk_result: directory of list of strings for makefile keyed by target name
483 help='output makefile path')
  /build/kati/cmd/kati/
main.go 65 flag.StringVar(&makefileFlag, "f", "", "Use it as a makefile")
270 req.Makefile = makefileFlag
  /external/antlr/runtime/Python/antlr3/
debug.py 885 self.output = self.connection.makefile('w', 0)
886 self.input = self.connection.makefile('r', 0)
    [all...]
  /external/antlr/runtime/Python3/antlr3/
debug.py 883 self.output = self.connection.makefile('w', 1)
884 self.input = self.connection.makefile('r', 1)
    [all...]
  /external/libpng/projects/owatcom/
pngconfig.mak 31 # this makefile.)
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
llvm-config.in.in 41 #---- begin Makefile values ----
48 #---- end Makefile values ----
192 --libfiles Fully qualified library filenames for makefile depends.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 731 # 5. Create AutoGen files (C code file, depex file, makefile) if necessary
    [all...]
  /external/python/cpython3/Lib/test/
test_nntplib.py 1455 def makefile(socket, mode): member in class:MockSocketTests.check_constructor_error_conditions.MockSocket
    [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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
socket.py 216 def makefile(self, mode='r', bufsize=-1): member in class:_socketobject
217 """makefile([mode[, bufsize]]) -> file object
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httplib.py 24 def makefile(self, mode, bufsize=None): member in class:FakeSocket
test_urllib.py 125 def makefile(self, mode, name): return self member in class:urlopen_HttpTests.fakehttp.FakeSocket
  /external/curl/packages/vms/
gnv_link_curl.com 346 $! GNV build uses the makefile.
390 $! From src/makefile.inc:

Completed in 2046 milliseconds

1 2 3 4 5 6 78 910