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

/frameworks/webview/chromium/tools/
H A Dmemreport.py27 import re namespace
69 regexps[region_filter] = re.compile(region_filter)
/frameworks/compile/slang/tests/
H A Dtest.py13 import re namespace
167 bc_dst = re.sub('tmp\/', cts_res_raw_path, bc_src, 1)
170 java_dst = re.sub('tmp\/', cts_src_path, java_src, 1)
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font.py28 import re namespace
224 return re.sub(r'[^\w-]+', '', string)
H A Dbuild_font_single.py29 import re namespace
208 return re.sub(r'[^\w-]+', '', string)
/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/tools/glgen2/
H A Dglgen.py21 import re namespace
167 if re.search('_BIT($|\d*_)', name):
171 if not re.search('0x[0-9A-Fa-f]+', value):
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py24 import io,os,re,string,sys namespace
521 headerSym = '__' + re.sub('\.h', '_h_', os.path.basename(self.genOpts.filename))
565 # prototypes separately for this feature. They're only printed in
995 regVersions = re.compile(self.genOpts.versions)
996 regEmitVersions = re.compile(self.genOpts.emitversions)
997 regAddExtensions = re.compile(self.genOpts.addExtensions)
998 regRemoveExtensions = re.compile(self.genOpts.removeExtensions)
1045 re.match(pat, self.genOpts.defaultExtensions)):
1052 # forcing extensions into an interface even if they're not
1060 # extensions from an interface even if they're tagge
[all...]
/frameworks/base/tools/apilint/
H A Dapilint.py29 import re, sys, collections, traceback, argparse namespace
87 raw = re.sub("<.+?>", "", raw)
89 raw = re.split("[\s(),;]+", raw)
108 ident = re.sub("<.+?>", "", ident)
173 re_blame = re.compile("^([a-z0-9]{7,}) \(<([^>]+)>.+?\) (.+?)$")
261 if re.match("android\.R\.[a-z]+", clazz.fullname): return
265 if re.match("[A-Z0-9_]+", f.name) is None:
282 if re.match("android\.R\.[a-z]+", clazz.fullname): return
284 if re.search("[A-Z]{2,}", clazz.name) is not None:
286 if re
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/core/tests/overlaytests/
H A Dtestrunner.py5 import re namespace
287 all_matches = re.findall('\s' + self.pattern + '$', stdout, flags=re.MULTILINE)
463 regex_status_code = re.compile(r'^INSTRUMENTATION_STATUS_CODE: -?(\d+)')
464 regex_name = re.compile(r'^INSTRUMENTATION_STATUS: test=(.*)')
465 regex_begin_stack = re.compile(r'^INSTRUMENTATION_STATUS: stack=(.*)')
466 regex_end_stack = re.compile(r'^$')
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 611 milliseconds