Searched defs:pattern (Results 1 – 17 of 17) sorted by relevance
/build/soong/ |
D | vnames.json | 3 "pattern": "out/(.*)", string 11 "pattern": "(.*)", string
|
D | vnames.go.json | 3 "pattern": "(.*)", string
|
/build/make/tools/warn/ |
D | other_warn_patterns.py | 45 def kotlin(description, pattern): argument 54 def rust(severity, description, pattern): argument
|
D | chrome_project_list.py | 10 def create_pattern(pattern): argument
|
D | android_project_list.py | 19 def create_pattern(name, pattern=None): argument
|
D | tidy_warn_patterns.py | 24 def tidy_warn_pattern(description, pattern): argument
|
/build/soong/cmd/diff_target_files/ |
D | glob.go | 25 func Match(pattern, name string) (bool, error) { argument
|
/build/soong/jar/ |
D | jar.go | 51 func patternMatch(pattern, name string) bool { argument
|
/build/soong/etc/ |
D | prebuilt_etc_test.go | 86 func testPrebuiltEtcError(t *testing.T, pattern, bp string) { argument
|
/build/blueprint/pathtools/ |
D | glob_test.go | 28 pattern string member
|
D | glob.go | 249 func Match(pattern, name string) (bool, error) { argument
|
/build/soong/sdk/ |
D | testing.go | 155 func testSdkError(t *testing.T, pattern, bp string) { argument
|
/build/make/tools/ |
D | mk2bp_catalog.py | 26 def match_directory_group(pattern, filename): argument
|
D | check_elf_file.py | 187 def _find_prefix(cls, pattern, lines_it): argument
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 562 func makefileMatch(pattern, s string) bool { argument
|
/build/soong/apex/ |
D | apex_test.go | 49 func testApexError(t *testing.T, pattern, bp string, handlers ...testCustomizer) { argument
|
/build/make/tools/releasetools/ |
D | common.py | 1580 def UnzipTemp(filename, pattern=None): argument
|