HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 526 - 550 of 1775) sorted by null

<<21222324252627282930>>

  /external/regex-re2/re2/
re2.cc 298 bool RE2::FullMatchN(const StringPiece& text, const RE2& re,
300 return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n);
303 bool RE2::PartialMatchN(const StringPiece& text, const RE2& re,
305 return re.DoMatch(text, UNANCHORED, NULL, args, n);
308 bool RE2::ConsumeN(StringPiece* input, const RE2& re,
311 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) {
319 bool RE2::FindAndConsumeN(StringPiece* input, const RE2& re,
322 if (re.DoMatch(*input, UNANCHORED, &consumed, args, n)) {
350 const RE2& re,
356 if (!re.Match(*str, 0, str->size(), UNANCHORED, vec, nvec)
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/pcre/dist/
pcre_compile.c 435 are passed to the outside world. Do not ever re-use any error number, because
8784 REAL_PCRE *re; local
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 38 } catch (RuntimeException re) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionEvent.java 54 } catch (RemoteException re) {
  /development/scripts/
symbol.py 25 import re namespace
274 func_regexp = re.compile("(^[a-f0-9]*) \<(.*)\>:$")
275 offset_regexp = re.compile("(.*)\+0x([a-f0-9]*)")
279 asm_regexp = re.compile("(^[ a-f0-9]*):[ a-f0-0]*.*$")
  /external/aac/libSBRdec/src/
env_calc.h 152 void rescaleSubbandSamples( FIXP_DBL ** re,
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 90 catch (re:RecognitionException) {
91 reportError(re);
308 public function recover(re:RecognitionException):RecognitionException {
310 return re;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 168 catch ( RecognitionException re )
170 ReportError( re );
171 Recover( re ); // throw out current char and try again
409 public virtual void Recover( RecognitionException re )
412 //re.printStackTrace();
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/comment-example-code/
example.py 4 import re namespace
57 _end_body_re = re.compile(r'</body.*?>', re.I|re.S)
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/wiki-example-code/
example.py 2 import re namespace
136 basename = re.sub(r'[_-]', ' ', basename)
139 match = re.search(r'<title>(.*?)</title>', content, re.I|re.S)
155 match = re.search(r'<body[^>]*>(.*?)</body>', content, re.I|re.S)
  /external/chromium-trace/trace-viewer/tracing/build/
js_checks.py 6 import re namespace
31 match = re.search(regex, line)
45 if re.search(r'\*\s+@const', line):
116 re.search("</?(include|if)", error.token.line))
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
full_test.py 26 import re namespace
  /external/fonttools/Lib/fontTools/
unicode.py 5 import re namespace
  /external/icu/icu4c/source/i18n/
ucol_imp.h 87 CollationLoader(const CollationCacheEntry *re, const Locale &requested, UErrorCode &errorCode);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRanges.java 207 for (StandardPluralCategories re : StandardPluralCategories.values()) {
208 matrix.setIfNew(rs, re, result);
217 for (StandardPluralCategories re : StandardPluralCategories.values()) {
218 matrix.setIfNew(rangeStart, re, result);
  /external/lldb/test/functionalities/plugins/commands/
TestPluginCommands.py 6 import re namespace
  /external/lldb/test/lang/cpp/signed_types/
TestSignedTypes.py 6 import re namespace
  /external/lldb/test/lang/cpp/unsigned_types/
TestUnsignedTypes.py 6 import re namespace
  /external/lldb/test/pexpect-2.4/examples/
astat.py 16 import os, sys, time, re, getopt, getpass namespace
  /external/lldb/test/python_api/disassemble-raw-data/
TestDisassembleRawData.py 6 import re namespace
TestDisassemble_VST1_64.py 6 import re namespace
  /external/lldb/test/python_api/lldbutil/process/
TestPrintStackTraces.py 6 import re namespace
  /external/lldb/test/types/
AbstractBase.py 6 import re namespace
19 pattern = re.compile(" (\*?a[^=]*) = '([^=]*)'$")
147 dt = re.match("^\((.*)\)", output).group(1)
238 dt = re.match("^\((.*)\) \$[0-9]+ = ", output).group(1)

Completed in 1235 milliseconds

<<21222324252627282930>>