/build/blueprint/pathtools/ |
D | glob_test.go | 28 matches []string 36 matches: []string{"a", "b", "c", "d.ext", "e.ext"}, 41 matches: []string{"d.ext", "e.ext"}, 46 matches: []string{"a/a", "b/a"}, 51 matches: []string{"a/a/a"}, 56 matches: []string{"a/a/a"}, 63 matches: []string{"a", "b", "c", "d.ext", "e.ext"}, 68 matches: []string{"d.ext", "e.ext"}, 73 matches: []string{"a/a", "b/a"}, 78 matches: []string{"a/a"}, [all …]
|
D | glob.go | 41 func Glob(pattern string, excludes []string) (matches, dirs []string, err error) { 45 func startGlob(fs FileSystem, pattern string, excludes []string) (matches, dirs []string, err error… 49 matches, dirs, err = glob(fs, pattern, false) 56 matches, err = filterExcludes(matches, excludes) 61 return matches, dirs, nil 66 func glob(fs FileSystem, pattern string, hasRecursive bool) (matches, dirs []string, err error) { 71 matches, err = fs.glob(pattern) 73 return matches, dirs, err 76 if len(matches) == 0 { 84 return matches, dirs, err [all …]
|
D | fs.go | 60 Glob(pattern string, excludes []string) (matches, dirs []string, err error) 61 glob(pattern string) (matches []string, err error) 88 func (fs osFs) Glob(pattern string, excludes []string) (matches, dirs []string, err error) { 135 func (m *mockFs) Glob(pattern string, excludes []string) (matches, dirs []string, err error) { 140 var matches []string 147 matches = append(matches, f) 150 return matches, nil
|
/build/kati/ |
D | shellutil.go | 39 compact: func(sh *funcShell, matches []Value) Value { 42 v: matches[0],
|
D | expr.go | 741 var matches []Value 746 matches = append(matches, exp[i]) 758 matches = append(matches, literal(sm)) 766 return matches, true
|
D | pathutil.go | 237 func (c *fsCacheT) glob(dir, pattern string, matches []string) ([]string, error) { 251 matches = append(matches, dir+ent.name) 254 return matches, nil 277 var matches []string 279 matches, err = c.glob(d, file, matches) 284 return matches, nil
|
/build/soong/cc/ |
D | util.go | 81 matches := libNameRegexp.FindStringSubmatch(module) 82 if matches == nil { 85 return matches[1], nil
|
/build/make/core/ |
D | device.mk | 65 $(error No matches for device "$(dn)"), \ 66 $(error Device "$(dn)" ambiguous: matches $(d)) \
|
D | product.mk | 240 $(error No matches for product "$(pn)"), \ 241 $(error Product "$(pn)" ambiguous: matches $(p)) \
|
D | product_config.mk | 241 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
|
/build/kati/testcase/ |
D | gen_testcase_parse_benchmark.go | 96 matches, err := filepath.Glob("testcase/*.mk") 100 for _, tc := range matches {
|
/build/soong/android/ |
D | androidmk.go | 125 matches := buf.Len() == len(data) 127 if matches { 130 matches = false 136 if matches {
|
/build/make/tools/ |
D | java-layers.py | 48 def matches(self, imp): member in Dependency 230 if dep.matches(imp):
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 2413 function rank_autocomplete_doc_results(query, matches) { argument 2415 if (!matches || !matches.length) 2437 for (var i=0; i<matches.length; i++) { 2438 matches[i].__resultScore = _resultScoreFn(matches[i]); 2441 matches.sort(function(a,b){ 2450 function rank_autocomplete_api_results(query, matches) { argument 2452 if (!matches || !matches.length) 2508 for (var i=0; i<matches.length; i++) { 2510 if (matches[i].deprecated == "true") { 2511 matches[i].__resultScore = 0; [all …]
|
D | android_3p-bundle.js | 684 var matches = s.match(pr_chunkPattern); 688 if (matches) { 689 for (var i = 0, n = matches.length; i < n; ++i) { 690 var match = matches[i]; 712 var name2 = matches[j].match(pr_tagNameRe); 723 sourceBufLen, matches.slice(i, j + 1).join(''));
|
/build/make/tools/acp/ |
D | README | 27 library, the time stamp no longer matches. Preserving the time
|
/build/make/tools/droiddoc/templates-sac/assets/js/ |
D | docs.js | 1725 function rank_autocomplete_results(query, matches) { argument 1727 if (!matches || !matches.length) 1783 for (var i=0; i<matches.length; i++) { 1784 matches[i].__resultScore = _resultScoreFn(matches[i]); 1787 matches.sort(function(a,b){
|
D | android_3p-bundle.js | 684 var matches = s.match(pr_chunkPattern); 688 if (matches) { 689 for (var i = 0, n = matches.length; i < n; ++i) { 690 var match = matches[i]; 712 var name2 = matches[j].match(pr_tagNameRe); 723 sourceBufLen, matches.slice(i, j + 1).join(''));
|
/build/blueprint/ |
D | context.go | 816 var matches []string 819 matches, err = c.glob(pattern, nil) 829 if len(matches) == 0 { 836 for _, foundBlueprints := range matches { 852 var matches []string 855 matches, err = c.glob(pattern, nil) 865 if len(matches) == 0 && !optional { 872 for _, subBlueprints := range matches {
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 859 margin: -0.5em 0 1em 1em; /* matches default img left-margin */ 881 margin: 0 0 0.5em 1em; /* matches default table left-margin */
|
D | jquery-resizable.min.js | 19 …matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}f… function
|
D | jquery-1.6.2.min.js | 17 …(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){ret… function
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 388 && (ignoredFilenamePattern.matcher(entryName).matches())) { in copyFiles()
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 2051 margin: -0.5em 0 1em 1em; /* matches default img left-margin */ 2073 margin: 0 0 0.5em 1em; /* matches default table left-margin */
|
/build/make/tools/droiddoc/templates-sac/assets/ |
D | android-developer-docs.css | 2051 margin: -0.5em 0 1em 1em; /* matches default img left-margin */ 2073 margin: 0 0 0.5em 1em; /* matches default table left-margin */
|