Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/slang/tests/
Dtest.py11 import glob
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.glob('IN_CTS'):
166 for bc_src in glob.glob('tmp/*.bc'):
169 for java_src in glob.glob('tmp/android/renderscript/cts/*.java'):
/frameworks/av/media/libstagefright/foundation/
DAStringUtils.cpp30 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/tools/layoutlib/rename_font/
Dbuild_font.py25 import glob
75 files = glob.glob('*')
Dbuild_font_single.py27 import glob
/frameworks/base/tools/localedata/
Dextract_icu_data.py21 import glob
180 all_icu_data_files = glob.glob(os.path.join(icu_data_dir, '*', '*.txt'))
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DState.java136 String glob = intent.getType(); in initAcceptMimes() local
137 acceptMimes = new String[] { glob != null ? glob : "*/*" }; in initAcceptMimes()
/frameworks/av/include/media/stagefright/foundation/
DAStringUtils.h31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
/frameworks/base/tools/fonts/
Dfontchain_lint.py5 import glob
177 for hyb_file in glob.iglob(path.join(hyphens_dir, '*.hyb')):
/frameworks/base/tools/layoutlib/create/
DREADME.txt69 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