HomeSort by relevance Sort by last modified time
    Searched defs:build (Results 1 - 25 of 2714) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
ninja_phony_targets.sh 20 function build() { function
22 rm -f build.ninja .kati_stamp ninja.sh
36 build
38 build a
40 build b
readonly_global.sh 21 function build() { function
38 build "=" "=" "="
39 build "=" "+=" "="
40 build "=" ":=" "="
42 build "=" ":=" ":="
43 build "=" ":=" "+="
45 build ":=" ":=" ":="
46 build ":=" ":=" "+="
47 build ":=" ":=" "="
readonly_rule.sh 21 function build() { function
39 #build "=" "=" "="
40 #build "=" "+=" "="
41 #build "=" ":=" "="
43 #build "=" ":=" ":="
44 #build "=" ":=" "+="
46 #build ":=" ":=" ":="
47 build ":=" ":=" "+="
48 #build ":=" ":=" "="
ninja_regen_find_link.sh 29 function build() { function
43 build
47 build
51 build
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 5 // Package build gathers information about Go packages.
58 // Build Constraints
60 // A build constraint, also known as a build tag, is a line comment that begins
62 // // +build
68 // files a build constraint must appear before the package clause.
70 // To distinguish build constraints from package documentation, a series of
71 // build constraints must be followed by a blank line.
73 // A build constraint is evaluated as the OR of space-separated options;
76 // That is, the build constraint
165 package build package
    [all...]
syslist.go 5 package build package
zcgo.go 3 package build package
  /prebuilts/go/linux-x86/src/go/build/
doc.go 5 // Package build gathers information about Go packages.
58 // Build Constraints
60 // A build constraint, also known as a build tag, is a line comment that begins
62 // // +build
68 // files a build constraint must appear before the package clause.
70 // To distinguish build constraints from package documentation, a series of
71 // build constraints must be followed by a blank line.
73 // A build constraint is evaluated as the OR of space-separated options;
76 // That is, the build constraint
165 package build package
    [all...]
syslist.go 5 package build package
zcgo.go 3 package build package
  /build/soong/ui/build/
ninja.go 15 package build package
29 executable := "prebuilts/build-tools/" + config.HostPrebuiltTag() + "/bin/ninja"
util_darwin.go 15 package build package
util_linux.go 15 package build package
util_test.go 15 package build package
45 "\x1b[0;31m#### make failed to build some targets (2 seconds) ####\x1b[00m",
46 "#### make failed to build some targets (2 seconds) ####",
make.go 15 package build package
44 "-f", "build/core/config.mk",
47 "BUILD_SYSTEM=build/core",
signal.go 15 package build package
soong.go 15 package build package
environment_test.go 15 package build package
kati.go 15 package build package
68 executable := "prebuilts/build-tools/" + config.HostPrebuiltTag() + "/bin/ckati"
78 "-f", "build/core/main.mk",
  /external/deqp/scripts/build/
build.py 33 # Build base configuration args
49 def build (config, generator, targets = None): function
55 print "WARNING: Using existing build directory failed; re-creating build directory"
61 baseCmd = ['cmake', '--build', '.']
  /cts/tools/vm-tests-tf/src/util/build/
SourceBuildStep.java 17 package util.build;
  /external/vulkan-validation-layers/demos/smoke/android/
build-and-install 22 glslang=$(realpath ../../../external/glslang/build/install/bin/glslangValidator)
32 build() { function
33 ./gradlew build
38 adb install build/outputs/apk/android-fat-debug.apk
47 build
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestSuite.java 61 abstract public void build(DOMTestSink sink); method in class:DOMTestSuite
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/staticprovides/
StaticTestComponentWithBuilder.java 29 StaticTestComponentWithBuilder build(); method in interface:StaticTestComponentWithBuilder.Builder
  /external/fmtlib/support/
appveyor-build.py 2 # Build the project on AppVeyor.
7 build = os.environ['BUILD'] variable
12 if build == 'mingw':
28 build_command = ['cmake', '--build', '.', '--config', config, '--', '/m:4']

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 91011>>