/external/chromium_org/third_party/jinja2/_markupsafe/ |
_bundle.py | 15 import re namespace 20 new_line = re.sub(r'(import|from)\s+markupsafe\b',
|
/external/chromium_org/third_party/re2/re2/testing/ |
possible_match_test.cc | 110 Regexp* re = Regexp::Parse(t.regexp, Regexp::LikePerl, NULL); local 111 CHECK(re); 112 Prog* prog = re->CompileToProg(0); 117 re->Decref(); 199 RE2 re(regexp, RE2::Latin1); 200 CHECK_EQ(re.error(), ""); 203 if(!re.PossibleMatchRange(&min, &max, 10)) { 216 if (!RE2::FullMatch(s, re))
|
/external/chromium_org/tools/deep_memory_profiler/tests/ |
mock_gsutil.py | 7 import re namespace 13 ZIP_PATTERN = re.compile('dmprof......\.zip')
|
/external/chromium_org/tools/gyp/test/linux/ |
gyptest-implicit-rpath.py | 13 import re namespace 26 r = re.compile(r'Library rpath: \[([^\]]+)\]')
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-strip.py | 13 import re namespace 30 r = re.compile(r'nsyms\s+(\d+)')
|
/external/chromium_org/tools/valgrind/ |
browser_wrapper_win.py | 7 import re namespace 17 m = re.match("\-\-test\-name=(.*)", arg)
|
/external/regex-re2/re2/testing/ |
possible_match_test.cc | 110 Regexp* re = Regexp::Parse(t.regexp, Regexp::LikePerl, NULL); local 111 CHECK(re); 112 Prog* prog = re->CompileToProg(0); 117 re->Decref(); 199 RE2 re(regexp, RE2::Latin1); 200 CHECK_EQ(re.error(), ""); 203 if(!re.PossibleMatchRange(&min, &max, 10)) { 216 if (!RE2::FullMatch(s, re))
|
/external/v8/tools/ |
utils.py | 30 import re namespace 78 elif (not id) or (not re.match('(x|i[3-6])86$', id) is None):
|
/external/valgrind/unittest/ |
match_output.py | 3 import re namespace 17 if re.search(line_re, line):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 8 import re namespace 12 DYLIB_RE = re.compile(r"""(?x)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ZoomHeight.py | 3 import re namespace 25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_unicode.py | 5 import re namespace 10 _literal_re = re.compile(ur"[uU][rR]?[\'\"]")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 8 import re namespace 12 DYLIB_RE = re.compile(r"""(?x)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ZoomHeight.py | 3 import re namespace 25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_unicode.py | 5 import re namespace 10 _literal_re = re.compile(ur"[uU][rR]?[\'\"]")
|
/external/chromium_org/third_party/pexpect/ |
screen.py | 105 def fill_region (self, rs,cs, re,ce, ch=SPACE): 108 re = constrain (re, 1, self.rows) 111 if rs > re: 112 rs, re = re, rs 115 for r in range (rs, re+1): 196 def get_region (self, rs,cs, re,ce): 202 re = constrain (re, 1, self.rows [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
parse.h | 6 #include "tools/re2c/re.h" 11 RegExp *re; member in struct:Symbol
|
/external/chromium_org/tools/code_coverage/ |
croc_scan.py | 8 import re namespace 17 self.re_token = re.compile('#') 116 self.re_token = re.compile(r'(#|\'\'\'|"""|(?<!(?<!\\)\\)["\'])') 132 self.re_token = re.compile(r'(^\s*#|//|/\*|\*/|(?<!(?<!\\)\\)["\'])')
|
/external/chromium_org/v8/test/mjsunit/ |
regexp-compile.js | 30 var re = /x/; variable 31 assertEquals("a.yb", "axyb".replace(re, ".")); 33 re.compile("y"); 34 assertEquals("ax.b", "axyb".replace(re, ".")); 36 re.compile("(x)"); 38 assertEquals(["x", "x"], re.exec("axyb")); 40 re.compile("(y)"); 42 assertEquals(["y", "y"], re.exec("axyb"));
|
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/ |
RootFinder.java | 62 } catch (RuntimeException re) { 65 windowManagerClassName, instanceMethod, VIEW_FIELD_NAME), re); 83 } catch (RuntimeException re) { 85 viewsField, windowManagerObj), re);
|
/external/v8/test/mjsunit/ |
regexp-compile.js | 30 var re = /x/; variable 31 assertEquals("a.yb", "axyb".replace(re, ".")); 33 re.compile("y"); 34 assertEquals("ax.b", "axyb".replace(re, ".")); 36 re.compile("(x)"); 38 assertEquals(["x", "x"], re.exec("axyb")); 40 re.compile("(y)"); 42 assertEquals(["y", "y"], re.exec("axyb"));
|
/external/valgrind/main/memcheck/tests/ |
clireq_nofill.stderr.exp | 3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd 9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
|
/bionic/libc/tools/ |
check-symbols.py | 5 import re namespace 11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain) 38 r = re.compile(r' +\d+: [0-9a-f]+ +\d+ (FUNC|OBJECT) +\S+ +\S+ +\d+ (\S+)')
|
/external/chromium_org/build/android/ |
symbolize.py | 14 import re namespace 27 TRACE_LINE = re.compile('(?P<frame>\#[0-9]+ 0x[0-9a-f]{8,8}) ' 36 match = re.search(TRACE_LINE, data)
|
/external/chromium_org/components/tools/metrics/ |
count_ifdefs.py | 14 import re namespace 32 return re.match('(test|mock|dummy)_.*|.*_[a-z]*test\.(h|cc|mm)', filename) 43 token_line_re = re.compile(r'^#if(def)?.*\b(%s)\b.*$' % token_pattern)
|