Searched refs:re (Results 301 - 325 of 1591) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py6 import re namespace
57 for c in re.sub('\s\s+', ' ', s):
87 kill_paren_whitespace = re.compile(r'[ \n]*\)', re.MULTILINE)
94 kill_globals = re.compile(r'^\(declare.*\n', re.MULTILINE)
113 for func in re.finditer(r'\(function (.+)\n', proto_ir):
279 version = re.sub(r'_(glsl|vert|frag)$', '', profile)
/external/regex-re2/re2/testing/
H A Dpossible_match_test.cc110 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/antlr/antlr-3.4/runtime/Python/tests/
H A Dt038lexerRuleLabel.py13 def recover(self, input, re):
H A Dt040bug80.py13 def recover(self, input, re):
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dconvert_svg_images_to_png.py34 import re namespace
66 svg_file_names = [re.sub(".svg$", "", re.sub(".*/", "", file_path)) for file_path in svg_file_paths_to_convert]
78 name = re.sub(".svg$", "", file_name)
H A Doptimize_png_images.py35 import re namespace
58 svg_file_names = [re.sub(".svg$", "", re.sub(".*/", "", file_path)) for file_path in svg_file_paths_to_optimize]
94 name = re.sub(".svg$", "", file_name)
H A Dconcatenate_css_files.py37 import re namespace
41 import_regex = re.compile(r"@import\s*\url\(\s*\"([^\"]+)\"\s*\)")
49 match = re.search(import_regex, line)
H A Ddevtools_file_hashes.py31 import re namespace
68 file_name = re.sub(".*/", "", file_path)
77 file_name = re.sub(".*/", "", file_path)
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/tsan/
H A DPRESUBMIT.py11 import re namespace
/external/chromium_org/third_party/markdown/extensions/
H A Dfenced_code.py113 import re namespace
116 FENCED_BLOCK_RE = re.compile( \
118 re.MULTILINE|re.DOTALL
/external/chromium_org/third_party/pexpect/
H A Dscreen.py105 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,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dparse.h6 #include "tools/re2c/re.h"
11 RegExp *re; member in struct:Symbol
/external/chromium_org/tools/findit/
H A Dmatch_set.py5 import re namespace
12 REVIEW_URL_PATTERN = re.compile(r'Review URL:( *)(.*?)/(\d+)')
43 REVERT_PATTERN = re.compile(r'(revert\w*) r?(\d+)', re.I)
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
H A DRootFinder.java60 } catch (RuntimeException re) {
63 instanceMethod, VIEW_FIELD_NAME), re);
80 } catch (RuntimeException re) {
82 viewsField, windowManagerObj), re);
/external/libcxx/test/re/re.regex/re.regex.construct/
H A Dbad_escape.pass.cpp24 std::regex re(pat);
/external/lldb/include/lldb/Core/
H A DRegularExpression.h95 /// Constructor that compiles \a re using \a flags and stores the
98 /// @param[in] re
106 RegularExpression (const char* re, int flags);
110 RegularExpression (const char* re);
134 /// @param[in] re
146 Compile (const char* re);
149 Compile (const char* re, int flags);
/external/lldb/test/pexpect-2.4/
H A Dscreen.py89 def fill_region (self, rs,cs, re,ce, ch=SPACE):
92 re = constrain (re, 1, self.rows)
95 if rs > re:
96 rs, re = re, rs
99 for r in range (rs, re+1):
180 def get_region (self, rs,cs, re,ce):
186 re = constrain (re,
[all...]
/external/valgrind/main/memcheck/tests/
H A Dclireq_nofill.stderr.exp3 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
/external/vixl/tools/
H A Dutil.py30 import re namespace
/external/chromium_org/build/android/
H A Dsymbolize.py14 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/build/win/importlibs/
H A Dfilter_export_list.py9 import re namespace
13 _EXPORT_RE = re.compile(r"""
17 \s+(?P<name>[^ ]+) # And finally the name we're really after.
18 """, re.VERBOSE)
/external/chromium_org/chrome/app/nibs/
H A DPRESUBMIT.py11 import re namespace
48 m = re.search(SYSTEM_VERSION_RE, line)
52 m = re.search(IB_VERSION_RE, line)
87 # can ask their reviewer or another person to re-save the XIBs for them.
/external/chromium_org/components/tools/metrics/
H A Dcount_ifdefs.py14 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)
/external/chromium_org/native_client_sdk/src/tools/lib/
H A Dquote.py6 import re namespace
22 return re.sub(r'(' + r'|'.join(specials)+r'|'+escape + r')',
24 return re.sub(r'(' + escape + r')', escape + r'\1', input_str)
/external/chromium_org/testing/gtest/test/
H A Dgtest_list_tests_unittest.py43 import re namespace
56 EXPECTED_OUTPUT_NO_FILTER_RE = re.compile(r"""FooDeathTest\.
100 EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile(r"""FooDeathTest\.

Completed in 931 milliseconds

<<11121314151617181920>>