HomeSort by relevance Sort by last modified time
    Searched defs:build (Results 1 - 25 of 3583) 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
167 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
167 package build package
    [all...]
syslist.go 5 package build package
zcgo.go 3 package build package
  /build/soong/ui/build/
soong.go 15 package build package
34 cmd := Command(ctx, config, "blueprint bootstrap", "build/blueprint/bootstrap.bash", "-t")
35 cmd.Environment.Set("BLUEPRINTDIR", "./build/blueprint")
36 cmd.Environment.Set("BOOTSTRAP", "./build/blueprint/bootstrap.bash")
79 cfg.Map("github.com/google/blueprint", "build/blueprint")
84 if _, err := microfactory.Build(&cfg, minibp, "github.com/google/blueprint/bootstrap/minibp"); err != nil {
85 ctx.Fatalln("Failed to build minibp:", err)
111 ninja("minibootstrap", ".minibootstrap/build.ninja")
112 ninja("bootstrap", ".bootstrap/build.ninja")
test_build.go 15 package build package
25 // create them. This catches a common set of build failures where a rule to generate a file is
26 // deleted (either by deleting a module in an Android.mk file, or by modifying the build system
27 // incorrectly). These failures are often not caught by a local incremental build because the
30 // Many modules are disabled on mac. Checking for dangling rules would cause lots of build
70 // full build rules in the primary build.ninja file.
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) ####",
config_test.go 15 package build package
finder.go 15 package build package
97 androidBps = append(androidBps, f.FindNamedAt("build/blueprint", "Blueprints")...)
signal.go 15 package build package
ninja.go 15 package build package
  /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 = [config.getCMakePath(), '--build', '.']
  /build/soong/cc/libbuildversion/include/build/
version.h 23 namespace build { namespace in namespace:android
27 } // namespace build
  /build/soong/cc/libbuildversion/
libbuildversion.cpp 17 #include <build/version.h>
24 namespace build { namespace in namespace:android
29 const prop_info* pi = __system_property_find("ro.build.version.incremental");
46 char soong_build_number[128] = "SOONG BUILD NUMBER PLACEHOLDER";
54 } // namespace build
  /cts/tools/vm-tests-tf/src/util/build/
SourceBuildStep.java 17 package util.build;
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
GroupNode.java 26 package build.tools.jdwpgen;
  /external/capstone/
make.sh 9 # build iOS lib for all iDevices, or only specific device
16 # build for all iDevices
24 # build Android lib for only one supported architecture
61 function build { function
150 "" ) build $*;;
151 "default" ) build $*;;
152 "debug" ) CAPSTONE_USE_SYS_DYN_MEM=yes CAPSTONE_STATIC=yes CFLAGS='-O0 -g -fsanitize=address' LDFLAGS='-fsanitize=address' build $*;;
155 "nix32" ) CFLAGS=-m32 LDFLAGS=-m32 build $*;;
156 "cross-win32" ) CROSS=i686-w64-mingw32- build $*;;
157 "cross-win64" ) CROSS=x86_64-w64-mingw32- build $*;
    [all...]

Completed in 861 milliseconds

1 2 3 4 5 6 7 8 91011>>