Home
last modified time | relevance | path

Searched refs:func (Results 1 – 10 of 10) sorted by relevance

/build/make/tools/
Dfilter-product-graph.py8 for func,reg in regs:
11 return (func,m)
40 func,m = choose_regex(REGS, line)
41 if func:
42 func(m)
Dextract_kernel.py149 def decompress_dump(func, input_bytes): argument
154 o = func(input_bytes)
160 o = decompress_dump(func, decompressed)
166 o = decompress_dump(func, decompressed)
Dmk2bp_catalog.py55 def analyze_lines(filename, lines, func): argument
62 if func(stripped):
95 def __init__(self, title, func): argument
97 self.func = func
135 self.analyses = dict([(analyzer, analyze_lines(filename, lines, analyzer.func)) for analyzer
/build/pesto/experiments/prepare_bazel_test_env/
Dprepare_bazel_test_env.py62 ).set_defaults(func=lambda g: g.generate())
67 ).set_defaults(func=lambda g: g.sync())
74 )).set_defaults(func=lambda g: g.clean())
87 args.func(generator)
/build/soong/scripts/
Dconv_linker_config.py108 parser_proto.set_defaults(func=Proto)
118 print_proto.set_defaults(func=Print)
144 system_provide_libs.set_defaults(func=SystemProvide)
170 append.set_defaults(func=Append)
186 append.set_defaults(func=Merge)
193 args.func(args)
/build/soong/tests/
Dbootstrap_test.sh238 func init() {
242 func CherrySingleton() android.Singleton {
248 func (p *cherrySingleton) GenerateBuildActions(ctx android.SingletonContext) {
320 func init() {
324 func PicardSingleton() android.Singleton {
330 func (p *picardSingleton) GenerateBuildActions(ctx android.SingletonContext) {
396 func init() {
400 func PicardSingleton() android.Singleton {
408 func (p *picardSingleton) GenerateBuildActions(ctx android.SingletonContext) {
455 func init() {
/build/make/tools/droiddoc/test/stubs/
Drun.sh21 . $TOP/$DIR/func.sh
/build/make/tools/releasetools/
Dtest_utils.py49 return lambda func: func
Dmerge_target_files.py1182 def call_func_with_temp_dir(func, keep_tmp): argument
1201 func(temp_dir)
Dtest_common.py554 def _test_reset_ZIP64_LIMIT(self, func, *args): argument
557 func(*args)