HomeSort by relevance Sort by last modified time
    Searched refs:makefile (Results 201 - 225 of 563) sorted by null

1 2 3 4 5 6 7 891011>>

  /build/make/core/
soong_config.mk 38 # Create soong.variables with copies of makefile settings. Runs every build,
product_config.mk 190 # Find the product config makefile for the current product.
194 # same as the base filename of the product config makefile.
234 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
240 endif # Import all or just the current product makefile
341 # The rules for these copy steps are defined in build/make/core/Makefile.
  /external/conscrypt/
Android.mk 1 # -*- mode: makefile -*-
  /external/libpcap/msdos/
makefile.wc 2 # Watcom Makefile for dos-libpcap.
7 # Use this makefile from the libpcap root directory.
10 # c:\net\pcap> wmake -f msdos\makefile.wc
47 wlib.arg: msdos\makefile.wc
  /external/ltp/testcases/realtime/
00_Descriptions.txt 34 GNUmakefile.am - Top level automake makefile
  /external/vboot_reference/
Android.mk 5 # Minimal makefile capable of compiling futility to sign images
  /tools/tradefederation/core/
Android.mk 65 # makefile rules to copy jars to HOST_OUT/tradefed
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
gopher.py 55 return s.makefile('r')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
make_vms.com 325 $! Read list of core library sources from makefile.in and create options
329 $ open/read min makefile.in
  /external/python/cpython2/Demo/sockets/
gopher.py 55 return s.makefile('r')
  /external/python/cpython3/Lib/
ftplib.py 154 self.file = self.sock.makefile('r', encoding=self.encoding)
467 conn.makefile('r', encoding=self.encoding) as fp:
760 self.file = self.sock.makefile(mode='r', encoding=self.encoding)
    [all...]
nntplib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 339 self.fp = sock.makefile('rb')
346 self.fp = sock.makefile('rb', 0)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 339 self.fp = sock.makefile('rb')
346 self.fp = sock.makefile('rb', 0)
    [all...]
  /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...]
  /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...]
  /build/kati/
eval.go 151 // Evaluator manages makefile evaluation.
463 func (ev *Evaluator) evalIncludeFile(fname string, mk makefile) error {
676 func eval(mk makefile, vars Vars, useCache bool) (er *evalResult, err error) {
  /external/python/cpython2/Modules/zlib/
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/python/cpython3/Modules/zlib/
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/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
  /toolchain/binutils/binutils-2.27/zlib/
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')
  /external/python/cpython2/Lib/
httplib.py 368 self.fp = sock.makefile('rb')
375 self.fp = sock.makefile('rb', 0)
    [all...]
  /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)

Completed in 672 milliseconds

1 2 3 4 5 6 7 891011>>