HomeSort by relevance Sort by last modified time
    Searched refs:kati (Results 1 - 25 of 53) sorted by null

1 2 3

  /build/kati/
pack.sh 19 make kati ckati
21 rm -fr out/kati
22 mkdir out/kati
23 git archive --prefix src/ master | tar -C out/kati -xvf -
25 cd out/kati
27 cp ../../m2n ../../kati ../../ckati .
29 tar -cvzf ../kati.tgz kati
Makefile 17 include Makefile.kati
m2n 17 # A wrapper for kati which generates build.ninja mainly for Android.
41 kati=${kati_dir}/kati
43 ${kati} --m2n "$@"
88 kati=${kati_dir}/ckati
117 ${kati} --ninja ${ninja_suffix_flag} --ignore_optional_include=out/%.P --ignore_dirty=out/% --use_find_emulator --detect_android_echo --detect_depfiles --gen_all_targets ${goma_flag} ${extra_flags} ${targets}
doc.go 16 Package kati provides GNU make compatible functions, especially
20 package kati package
flags.go 15 package kati package
17 // Flags to control kati.
bootstrap.go 15 package kati package
30 MAKE?=kati
33 KATI?=kati
runtest.rb 56 files.reject!{|f|f =~ /^kati\.*/}
157 # Normalization for "include foo" with C++ kati.
167 # kati specific log messages.
168 output.gsub!(/^\*kati\*.*\n/, '')
169 output.gsub!(/^c?kati: /, '')
175 output.gsub!(/ (\.\/+)+kati\.\S+/, '') # kati log files in find_command.mk
177 # Normalization for "include foo" with Go kati.
248 cmd = "../../kati -save_json=#{json}.json -log_dir=. --use_find_emulator"
286 File.open('out.kati', 'w'){|ofile|ofile.print(output)
    [all...]
version.go 15 package kati package
log.go 15 package kati package
symtab.go 15 package kati package
buf_test.go 15 package kati package
fileutil.go 15 package kati package
func_test.go 15 package kati package
query.go 15 package kati package
shellutil_test.go 15 package kati package
  /build/kati/testcase/
kati_cache.sh 33 if ! grep -q 'Cache not found' kati.INFO; then
41 if ! grep -q 'Cache found' kati.INFO; then
53 if ! grep -q 'Cache expired' kati.INFO; then
empty_target_specific_var.mk 1 # TODO(go): https://github.com/google/kati/issues/83
empty_target_specific_var2.mk 1 # TODO(go): https://github.com/google/kati/issues/83
ninja_pool.sh 31 mv build.ninja kati.ninja
35 include kati.ninja
40 if ! grep -q "pool = test_pool" kati.ninja; then
err_export_override.mk 3 # GNU make 4 accepts this syntax. Note kati doesn't agree with make 4
err_override_export.mk 3 # GNU make 4 accepts this syntax. Note kati doesn't agree with make 4
ninja_regen_find_link.sh 26 if echo "${mk}" | grep kati > /dev/null; then
gen_testcase_parse_benchmark.go 29 const preamble = `package kati
  /build/kati/cmd/kati/
main.go 30 "github.com/google/kati"
93 flag.BoolVar(&kati.StatsFlag, "kati_stats", false, "Show a bunch of statistics")
94 flag.BoolVar(&kati.PeriodicStatsFlag, "kati_periodic_stats", false, "Show a bunch of periodic statistics")
95 flag.BoolVar(&kati.EvalStatsFlag, "kati_eval_stats", false, "Show eval statistics")
97 flag.BoolVar(&kati.DryRunFlag, "n", false, "Only print the commands that would be executed")
100 flag.BoolVar(&kati.UseFindEmulator, "use_find_emulator", false, "use find emulator")
101 flag.BoolVar(&kati.UseShellBuiltins, "use_shell_builtins", true, "Use shell builtins")
102 flag.StringVar(&kati.IgnoreOptionalInclude, "ignore_optional_include", "", "If specified, skip reading -include directives start with the specified path.")
129 func load(req kati.LoadReq) (*kati.DepGraph, error)
    [all...]
  /build/soong/ui/build/
environment.go 96 // AppendFromKati reads a shell script written by Kati that exports or unsets
119 return fmt.Errorf("Unknown kati environment line: %q", text)
125 fmt.Errorf("Failed to unquote kati line: %q", text)
136 return fmt.Errorf("Failed to unquote kati line: %q", text)
140 return fmt.Errorf("Failed to unquote kati line: %q", text)
145 return fmt.Errorf("Unknown kati environment command: %q", text)

Completed in 554 milliseconds

1 2 3