Home
last modified time | relevance | path

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

/frameworks/compile/slang/tests/
Dtest.py11 import glob
77 rs_files = glob.glob('*.rs')
78 fs_files = glob.glob('*.fs')
148 if passed and glob.glob('IN_CTS'):
152 for bc_src in glob.glob('tmp/*.bc'):
155 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/av/include/media/stagefright/foundation/
DAStringUtils.h31 const char *glob, size_t globLen, const char *str, size_t strLen, bool ignoreCase);
/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