HomeSort by relevance Sort by last modified time
    Searched refs:makefile (Results 51 - 75 of 369) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/libs/input/
Android.mk 50 # team really wants is to build the stuff defined by this makefile.
  /libcore/
Android.mk 1 # -*- mode: makefile -*-
Docs.mk 1 # -*- mode: makefile -*-
  /libcore/benchmarks/
Android.mk 1 # -*- mode: makefile -*-
  /ndk/build/core/
build-executable.mk 21 LOCAL_MAKEFILE := $(local-makefile)
build-shared-library.mk 21 LOCAL_MAKEFILE := $(local-makefile)
build-static-library.mk 21 LOCAL_MAKEFILE := $(local-makefile)
prebuilt-shared-library.mk 22 LOCAL_MAKEFILE := $(local-makefile)
prebuilt-static-library.mk 22 LOCAL_MAKEFILE := $(local-makefile)
  /external/autotest/client/bin/
xen.py 176 """Fix up broken EXTRAVERSION in xen-ified Linux kernel Makefile"""
178 makefile = kernel_dir + '/Makefile'
180 for line in open(makefile, 'r').readlines():
188 makefile))
192 """Check Makefile and .config to return kernel version"""
196 for line in open(self.build_dir + '/xen/Makefile', 'r').readlines():
  /build/kati/
depgraph.go 71 // LoadReq is a request to load makefile.
73 Makefile string
94 glog.Warningf("default makefile: %v", err)
97 Makefile: mk,
118 // Load loads makefile.
122 if req.Makefile == "" {
123 req.Makefile, err = defaultMakefile()
130 g, err := loadCache(req.Makefile, req.Targets)
141 content, err := ioutil.ReadFile(req.Makefile)
145 mk, err := parseMakefile(content, req.Makefile)
    [all...]
flags.cc 60 makefile = argv[++i];
  /external/boringssl/src/util/
generate_build_files.py 150 with open('sources.mk', 'w+') as makefile:
151 makefile.write(self.header)
154 self.PrintVariableSection(makefile, 'crypto_sources', crypto_files)
155 self.PrintVariableSection(makefile, 'ssl_sources', files['ssl'])
156 self.PrintVariableSection(makefile, 'tool_sources', files['tool'])
160 makefile, '%s_%s_sources' % (osname, arch), asm_files)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sysconfig.py 25 self.makefile = None
48 if self.makefile is not None:
49 os.unlink(self.makefile)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sysconfig.py 25 self.makefile = None
48 if self.makefile is not None:
49 os.unlink(self.makefile)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 25 self.makefile = None
48 if self.makefile is not None:
49 os.unlink(self.makefile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 25 self.makefile = None
48 if self.makefile is not None:
49 os.unlink(self.makefile)
  /ndk/sources/host-tools/nawk-20071023/
README 76 file makefile.win gives hints on how to proceed; if you run
78 you can subsequently run nmake -f makefile.win. Beware also that
  /art/dexdump/
Android.mk 15 # TODO(ajcbik): Art-i-fy this makefile
  /art/dexlist/
Android.mk 15 # TODO(ajcbik): Art-i-fy this makefile
  /device/sample/apps/SampleEmailPolicy/
Android.mk 17 # This is the makefile for the Email Policy package contained elsewhere in this sample.
  /external/apache-harmony/
Android.mk 1 # -*- mode: makefile -*-
  /external/apache-harmony/jdwp/
Android.mk 1 # -*- mode: makefile -*-
  /external/cmockery/cmockery_0_1_2/
Makefile.am 6 ## Process this file with automake to produce Makefile.in
29 windows/makefile
  /external/curl/
Android.mk 1 # Google Android makefile for curl and libcurl
27 include $(LOCAL_PATH)/lib/Makefile.inc
46 include $(LOCAL_PATH)/lib/Makefile.inc
62 include $(LOCAL_PATH)/lib/Makefile.inc
79 include $(LOCAL_PATH)/src/Makefile.inc

Completed in 5530 milliseconds

1 23 4 5 6 7 8 91011>>