Searched defs:glob (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DAStringUtils.cpp30 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase) {
35 while (globIx < globLen && glob[globIx] != '*') {
38 if (strLen < globIx || Compare(str, glob, globIx /* len */, ignoreCase)) {
47 while (globIx < globLen && glob[globIx] != '*') {
51 const char *pattern = glob + start;
29 MatchesGlob( const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase) argument
/frameworks/compile/slang/tests/
H A Dtest.py11 import glob namespace
76 rs_files = glob.glob('*.rs')
77 fs_files = glob.glob('*.fs')
144 java_expect = glob.glob('Script*.java.expect');
150 found = glob.glob(find)
162 if passed and glob
[all...]
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font.py25 import glob namespace
75 files = glob.glob('*')
H A Dbuild_font_single.py27 import glob namespace
/frameworks/base/tools/localedata/
H A Dextract_icu_data.py21 import glob namespace
180 all_icu_data_files = glob.glob(os.path.join(icu_data_dir, '*', '*.txt'))
/frameworks/base/tools/fonts/
H A Dfontchain_lint.py5 import glob namespace
177 for hyb_file in glob.iglob(path.join(hyphens_dir, '*.hyb')):

Completed in 1791 milliseconds