Searched refs:glob (Results 1 – 13 of 13) 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/libstagefright/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/ml/nn/tools/test_generator/tests/ |
D | test.py | 24 import glob 134 rs_files = glob.glob('*.mod.py')
|
/frameworks/layoutlib/rename_font/ |
D | build_font.py | 25 import glob 75 files = glob.glob('*')
|
D | build_font_single.py | 27 import glob
|
/frameworks/base/tools/localedata/ |
D | extract_icu_data.py | 21 import glob 185 all_icu_data_files = glob.glob(os.path.join(icu_data_dir, '*', '*.txt'))
|
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/ |
D | scalars.rscript | 71 int glob = 123; 75 glob += arg;
|
/frameworks/rs/tests/lldb/java/BranchingFunCalls/src/rs/ |
D | scalars.rscript | 71 int glob = 123; 75 glob += arg;
|
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/ |
D | scalars.rscript | 71 int glob = 123; 75 glob += arg;
|
/frameworks/av/media/libstagefright/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 300 for license_file in glob.glob(license_pattern):
|
/frameworks/base/tools/fonts/ |
D | fontchain_linter.py | 5 import glob 186 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 bases classes are kept. All classes whose name match the glob pattern
|