HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 201 - 225 of 942) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libvpx/libvpx/third_party/googletest/src/scripts/
pump.py 68 import re namespace
73 (re.compile(r'\$var\s+'), '$var'),
74 (re.compile(r'\$elif\s+'), '$elif'),
75 (re.compile(r'\$else\s+'), '$else'),
76 (re.compile(r'\$for\s+'), '$for'),
77 (re.compile(r'\$if\s+'), '$if'),
78 (re.compile(r'\$range\s+'), '$range'),
79 (re.compile(r'\$[_A-Za-z]\w*'), '$id'),
80 (re.compile(r'\$\(\$\)'), '$($)'),
81 (re.compile(r'\$'), '$')
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 113 // Implements RE. Currently only needed for death tests.
115 RE::~RE() {
127 // Returns true iff regular expression re matches the entire str.
128 bool RE::FullMatch(const char* str, const RE& re) {
129 if (!re.is_valid_) return false;
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
135 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/llvm/utils/release/
findRegressions-nightly.py 2 import re, string, sys, os, time namespace
17 d = re.sub(r',\d+:\d','', d)
19 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 113 // Implements RE. Currently only needed for death tests.
115 RE::~RE() {
127 // Returns true iff regular expression re matches the entire str.
128 bool RE::FullMatch(const char* str, const RE& re) {
129 if (!re.is_valid_) return false;
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
135 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-port.cc 109 // Implements RE. Currently only needed for death tests.
111 RE::~RE() {
117 // Returns true iff regular expression re matches the entire str.
118 bool RE::FullMatch(const char* str, const RE& re) {
119 if (!re.is_valid_) return false;
122 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
125 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/protobuf/gtest/src/
gtest-port.cc 109 // Implements RE. Currently only needed for death tests.
111 RE::~RE() {
117 // Returns true iff regular expression re matches the entire str.
118 bool RE::FullMatch(const char* str, const RE& re) {
119 if (!re.is_valid_) return false;
122 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
125 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/qemu/
offset_layout.py 3 import re namespace
9 _RE_LINE = re.compile("^\s*(?P<keyword>[\w-]+)\s+{\s*$")
10 _RE_XY = re.compile("^(?P<start>\s*)(?P<xy>[x|y]\s+)(?P<num>\d+)(?P<end>\s*)$")
  /external/skia/tools/
svn.py 10 import re namespace
97 status_regex = re.compile(status_regex_string, re.MULTILINE)
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 6 from re import VERBOSE, MULTILINE, DOTALL
7 import re namespace
61 fn.regex = re.compile(pattern, flags)
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityInteractionClient.java 211 } catch (RemoteException re) {
214 + " findAccessibilityNodeInfoByAccessibilityId", re);
258 } catch (RemoteException re) {
261 + " findAccessibilityNodeInfoByViewIdInActiveWindow", re);
306 } catch (RemoteException re) {
309 + " findAccessibilityNodeInfosByViewText", re);
351 } catch (RemoteException re) {
353 Log.w(LOG_TAG, "Error while calling remote findAccessibilityFocus", re);
395 } catch (RemoteException re) {
397 Log.w(LOG_TAG, "Error while calling remote accessibilityFocusSearch", re);
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 123 * type and then move on to decide whether we're dealing with a field
631 catch (RecognitionException re) {
632 reportError(re);
633 recover(input,re);
    [all...]
  /bionic/libc/kernel/tools/
find_users.py 8 import sys, cpp, glob, os, re, getopt namespace
  /bionic/tests/
benchmark_main.cpp 73 regex_t re; local
74 if (regcomp(&re, argv[i], 0) != 0) {
78 int match = regexec(&re, name_, 0, NULL, 0);
79 regfree(&re);
  /cts/tools/utils/
buildCts.py 21 import re namespace
43 pattern = re.compile(r'^\s*([^:#=\s]+)\s*:=\s*(.*?[^\\])$', re.MULTILINE + re.DOTALL)
  /external/aac/libFDK/include/
cplx_mul.h 132 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
190 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
235 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
262 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
  /external/aac/libFDK/src/mips/
fft_rad2_mips.cpp 127 x[2*i] = dout[i].re<<1;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.m 301 @catch (ANTLRRecognitionException *re) {
302 [self reportError:re];
303 [self recover:input Exception:re];
305 retval.tree = (ANTLRCommonTree *)[treeAdaptor errorNode:input From:retval.start To:[input LT:-1] Exception:re];
366 @catch (ANTLRRecognitionException *re) {
367 [self reportError:re];
368 [self recover:input Exception:re];
370 retval.tree = (ANTLRCommonTree *)[treeAdaptor errorNode:input From:retval.start To:[input LT:-1] Exception:re];
  /external/antlr/antlr-3.4/runtime/Python/tests/
t032subrulePredict.py 13 def recover(self, input, re):
  /external/chromium/testing/gtest/test/
gtest_xml_test_utils.py 36 import re namespace
165 time.value = re.sub(r"^\d+(\.\d+)?$", "*", time.value)
173 cdata = re.sub(r"^.*[/\\](.*:)\d+\n", "\\1*\n", child.nodeValue)
175 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
  /external/gtest/test/
gtest_xml_test_utils.py 36 import re namespace
165 time.value = re.sub(r"^\d+(\.\d+)?$", "*", time.value)
173 cdata = re.sub(r"^.*[/\\](.*:)\d+\n", "\\1*\n", child.nodeValue)
175 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_xml_test_utils.py 36 import re namespace
165 time.value = re.sub(r"^\d+(\.\d+)?$", "*", time.value)
173 cdata = re.sub(r"^.*[/\\](.*:)\d+\n", "\\1*\n", child.nodeValue)
175 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
  /external/markdown/markdown/extensions/
toc.py 13 import re namespace
35 header_rgx = re.compile("[Hh][123456]")
127 value = unicode(re.sub('[^\w\s-]', '', value).strip().lower())
128 return re.sub('[-\s]+','-',value)
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 36 import re namespace
161 time.value = re.sub(r"^\d+(\.\d+)?$", "*", time.value)
166 cdata = re.sub(r"^.*[/\\](.*:)\d+\n", "\\1*\n", child.nodeValue)
168 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
  /external/v8/test/message/
testcfg.py 31 import re namespace
33 FLAGS_PATTERN = re.compile(r"//\s+Flags:(.*)")
60 pattern = re.escape(line.rstrip() % env)
70 if not re.match(patterns[i], outlines[i]):
  /external/webkit/Source/WebCore/platform/text/
RegularExpression.cpp 79 RegularExpression::RegularExpression(const RegularExpression& re)
80 : d(re.d)
88 RegularExpression& RegularExpression::operator=(const RegularExpression& re)
90 d = re.d;

Completed in 1344 milliseconds

1 2 3 4 5 6 7 891011>>