Searched defs:re (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/tools/build/
H A Dgen-config-from-mk.py3 import re namespace
7 conf_patt = re.compile('# Configurations')
8 split_patt = re.compile('#={69}')
9 var_patt = re.compile('libbcc_([A-Z_]+)\\s*:=\\s*([01])')
H A Dgen-build-stamp.py5 import re namespace
/frameworks/base/tests/DumpRenderTree2/assets/
H A Drun_layout_tests.py15 import re namespace
50 if re.search("^INSTRUMENTATION_STATUS_CODE: -1", stdoutdata, re.MULTILINE) != None:
53 if re.search("^OK \([0-9]+ tests?\)", stdoutdata, re.MULTILINE) == None:
/frameworks/compile/slang/tests/
H A Dtest.py13 import re namespace
151 bc_dst = re.sub('tmp\/', cts_res_raw_path, bc_src, 1)
154 java_dst = re.sub('tmp\/', cts_src_path, java_src, 1)
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py26 import re namespace
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py30 import re namespace
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py38 import re namespace
288 m = re.search(self.API_ENTRY_REGEX, apientry)
297 m = re.search(self.API_ENTRY_REGEX, apientry)
305 m = re.search(self.CALL_GL_API_REGEX, callsite)
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h1892 // FullMatch(str, re) returns true iff regular expression re matches
1894 // PartialMatch(str, re) returns true iff regular expression re
1899 static bool FullMatch(const ::std::string& str, const RE& re) { argument
1900 return FullMatch(str.c_str(), re);
1902 static bool PartialMatch(const ::std::string& str, const RE& re) { argument
1903 return PartialMatch(str.c_str(), re);
1908 static bool FullMatch(const ::string& str, const RE& re) { argument
1909 return FullMatch(str.c_str(), re);
1911 PartialMatch(const ::string& str, const RE& re) argument
[all...]

Completed in 1040 milliseconds