HomeSort by relevance Sort by last modified time
    Searched refs:goma (Results 1 - 12 of 12) sorted by null

  /build/make/core/
goma.mk 20 # Notice: this works only with Google's Goma build infrastructure.
22 # Goma requires a lot of processes and file descriptors.
26 $(error See go/ma/how-to-use-goma/how-to-use-goma-for-android to relax the limit)
35 goma_dir := $(HOME)/goma
41 $(warning You should have goma in $$GOMA_DIR or $(HOME)/goma) \
42 $(error See go/ma/how-to-use-goma/how-to-use-goma-for-android for detail))
50 # gomacc can start goma client's daemon process automatically, bu
    [all...]
config.mk 348 include $(BUILD_SYSTEM)/goma.mk
    [all...]
  /build/kati/
m2n 25 goma_dir=${GOMA_DIR:-$HOME/goma}
33 m2n --goma # use goma. \$HOME/goma must exist, or set \$GOMA_DIR
49 --goma)
51 echo "To use Goma you must set GOMA_DIR, or install goma in $HOME/goma"
82 echo "Note: \$$k=${val} may confuse m2n --goma, unsetting"
ninja.go 67 // GomaDir is goma directory. If empty, goma will not be used.
  /packages/services/Telecomm/scripts/
telecom_testing.sh 24 local goma=false
46 goma=true;;
85 if [ $goma = true ] ; then
  /external/v8/tools/dev/
v8gen.py 9 Goma is used by default if detected. The compiler proxy is assumed to run.
25 # Generate into out.gn/foo without goma auto-detect.
26 v8gen.py gen -b ia32.release foo --no-goma
32 # off goma usage here, the args.gn file must be edited manually.
48 GOMA_DEFAULT = os.path.join(os.path.expanduser("~"), 'goma')
103 goma = gen_cmd.add_mutually_exclusive_group()
104 goma.add_argument(
105 '-g' , '--goma',
106 action='store_true', default=None, dest='goma',
107 help='force using goma')
    [all...]
  /build/kati/cmd/kati/
main.go 46 goma bool
75 flag.BoolVar(&goma, "goma", false, "ensure goma start")
87 flag.StringVar(&gomaDir, "goma_dir", "", "If specified, use goma to build C/C++ files.")
167 fmt.Printf("Note: %s=%s may confuse m2n --goma, unsetting", k, v)
175 gomaDir = os.ExpandEnv("${HOME}/goma")
178 fmt.Printf("kati: setup goma: %s\n", gomaDir)
184 fmt.Printf("goma failed to start: %v", err)
216 if goma {
45 goma bool var
    [all...]
  /build/soong/android/
package_ctx.go 235 // AndroidGomaStaticRule wraps blueprint.StaticRule but uses goma's parallelism if goma is enabled
246 // When USE_GOMA=true is set and the rule is not supported by goma, restrict jobs to the
defs.go 100 // Used only when USE_GOMA=true is set, to restrict non-goma jobs to the local parallelism value
  /external/v8/tools/vim/
ninja-build.vim 16 " Bumps the number of parallel jobs in ninja automatically if goma is
  /build/soong/ui/build/
config.go 35 goma bool
95 // Used by the goma compiler wrapper, but should only be set by
  /external/v8/
Makefile 167 ifeq ($(goma), on)

Completed in 240 milliseconds