Searched refs:glob (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/slang/tests/ |
D | slang_test.py | 24 import glob 133 rs_files = glob.glob('*.rscript') 134 fs_files = glob.glob('*.fs') 186 if glob.glob('IN_CTS'): 190 for bc_src in glob.glob('tmp/*.bc'): 193 for java_src in glob.glob('tmp/android/renderscript/cts/*.java'): 257 java_expect = glob.glob('Script*.java.expect') 261 found = glob.glob(find)
|
/frameworks/av/media/module/foundation/ |
D | AStringUtils.cpp | 30 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase) { in MatchesGlob() argument 35 while (globIx < globLen && glob[globIx] != '*') { in MatchesGlob() 38 if (strLen < globIx || Compare(str, glob, globIx /* len */, ignoreCase)) { in MatchesGlob() 47 while (globIx < globLen && glob[globIx] != '*') { in MatchesGlob() 51 const char *pattern = glob + start; in MatchesGlob()
|
/frameworks/base/packages/SettingsLib/tests/robotests/fragment/ |
D | BUILD | 17 resource_files = glob( 28 srcs = glob( 52 srcs = glob( 66 for src in glob(
|
/frameworks/ex/common/ |
D | BUILD | 7 srcs = glob(["java/**/*.logtags"]), 12 srcs = glob([
|
/frameworks/base/tools/localedata/ |
D | extract_icu_data.py | 21 import glob 189 all_icu_data_files = glob.glob(os.path.join(icu_data_dir, '*', '*.txt'))
|
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/ |
D | AStringUtils.h | 31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
|
/frameworks/rs/ |
D | build_rs.py | 20 import glob 310 for license_file in glob.glob(license_pattern):
|
/frameworks/libs/modules-utils/tools/ |
D | check_java_paths.py | 3 import glob
|
/frameworks/base/tools/fonts/ |
D | fontchain_linter.py | 5 import glob 204 for hyb_file in glob.iglob(path.join(hyphens_dir, '*.hyb')):
|
/frameworks/layoutlib/create/ |
D | README.txt | 69 shell-like glob patterns that filter on the fully-qualified class names, for example "android.*.R**" 77 deriving from the requested base classes are kept. All classes whose name match the glob pattern
|