HomeSort by relevance Sort by last modified time
    Searched refs:ninja (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /external/skia/infra/bots/recipe_modules/flavor/
gn_flavor.py 240 ninja = 'ninja.exe' if 'Win' in os else 'ninja'
257 self._run('ninja', [ninja] + ninja_args)
  /external/skqp/infra/bots/recipe_modules/flavor/
gn_android_flavor.py 393 ninja = 'ninja.exe' if 'Win' in os else 'ninja'
416 self._run('ninja', ninja, '-k', '0', '-C', self.out_dir)
gn_flavor.py 224 ninja = 'ninja.exe' if 'Win' in os else 'ninja'
241 self._run('ninja', [ninja] + ninja_args)
  /build/soong/android/
makevars.go 56 // Evaluates a ninja string and returns the result. Used if more
62 // be used when all ninja variables have already been evaluated through
paths.go 485 // code that is embedding ninja variables in paths
589 // so that the ninja file will be regenerated if the state of the path changes.
983 // validateSafePath validates a path that we trust (may contain ninja variables).
992 // TODO: filepath.Join isn't necessarily correct with embedded ninja
993 // variables. '..' may remove the entire ninja variable, even if it
998 // validatePath validates that a path does not include ninja variables, and that
namespace_test.go 566 // so that the generated .ninja file will have consistent names
585 // so that the generated .ninja file will have consistent names
singleton.go 41 // SetNinjaBuildDir sets the value of the top-level "builddir" Ninja variable
42 // that controls where Ninja stores its build log files. This value can be
46 // Eval takes a string with embedded ninja variables, and returns a string
config.go 145 // Need to create a file, so that blueprint & ninja don't get in
170 // (for example, docs generation and ninja manifest generation)
  /external/skia/infra/bots/recipes/
bookmaker.py 153 "text": "ninja: Entering directory `out/Release'",
248 "text": "ninja: build stopped: subcommand failed.",
  /build/blueprint/bootstrap/
writedocs.go 20 // build.ninja file.
  /build/blueprint/
doc.go 16 // modules that need to be built, and produces a Ninja
17 // (http://martine.github.io/ninja/) manifest describing the commands that need
singleton_ctx.go 45 // SetNinjaBuildDir sets the value of the top-level "builddir" Ninja variable
46 // that controls where Ninja stores its build log files. This value can be
50 // Eval takes a string with embedded ninja variables, and returns a string
ninja_strings.go 84 // parseNinjaString parses an unescaped ninja string (i.e. all $<something>
314 return fmt.Errorf("%q contains an invalid Ninja name character "+
363 return fmt.Errorf("%q conflicts with Ninja built-in", argName)
context.go 45 // and generate a Ninja file. The process of generating a Ninja file proceeds
66 // write phase generates the Ninja manifest text based on the generated build
100 ninjaBuildDir *ninjaString // The builddir special Ninja variable
314 // included in the generated Ninja file for debugging purposes.
385 // be included in the generated Ninja file for debugging purposes.
407 // be included in the generated Ninja file for debugging purposes.
    [all...]
  /build/make/core/
soong_config.mk 3 SOONG_BUILD_NINJA := $(SOONG_OUT_DIR)/build.ninja
main.mk 21 +@prebuilts/build-tools/$(host_prebuilts)/bin/makeparallel --ninja build/soong/soong_ui.bash --make-mode $(MAKECMDGOALS)
65 # when using ninja.
    [all...]
  /build/soong/cc/config/
toolchain.go 49 // GccVersion should return a real value, not a ninja reference
global.go 27 // will save bytes in build.ninja so they aren't repeated for every file
  /build/soong/cc/
gen.go 51 Command: "$aidlCmd -d${out}.d -ninja $aidlFlags $in $outDir $out",
cc.go 717 // Optimization to reduce size of build.ninja
    [all...]
  /system/tools/aidl/
aidl.cpp 251 const bool ninja) {
257 if (!ninja) {
  /build/soong/cmd/multiproduct_kati/
main.go 232 // was ninja output.
  /build/blueprint/pathtools/
glob.go 367 // along with ninja restat rules to skip rebuilding downstream rules if no
  /build/kati/
eval.go 166 // delayedOutputs are commands which should run at ninja-time
func.go 913 // when we emit ninja file, because the result of such expressions
    [all...]

Completed in 589 milliseconds

1 2 34 5