Searched defs:re (Results 1 - 7 of 7) sorted by last modified time

/frameworks/compile/slang/tests/
H A Dtest.py13 import re namespace
153 bc_dst = re.sub('tmp\/', cts_res_raw_path, bc_src, 1)
156 java_dst = re.sub('tmp\/', cts_src_path, java_src, 1)
/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/libbcc/tools/build/
H A Dgen-build-info.py20 import re namespace
H A Dgen-config-from-mk.py20 import re namespace
24 conf_patt = re.compile('# Configurations')
25 split_patt = re.compile('#={69}')
26 var_patt = re.compile('libbcc_([A-Z_]+)\\s*:=\\s*([01])')
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py26 import re namespace
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py30 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:

Completed in 1846 milliseconds