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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 228 catch ( RecognitionException re )
230 ReportError(re);
231 Recover(input,re);
232 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
515 catch ( RecognitionException re )
517 ReportError(re);
518 Recover(input,re);
519 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
667 catch ( RecognitionException re )
669 ReportError(re);
    [all...]
ProfileGrammarParser.cs 232 catch ( RecognitionException re )
234 ReportError(re);
235 Recover(input,re);
236 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
519 catch ( RecognitionException re )
521 ReportError(re);
522 Recover(input,re);
523 retval.tree = (CommonTree)adaptor.ErrorNode(input, retval.start, input.LT(-1), re);
671 catch ( RecognitionException re )
673 ReportError(re);
    [all...]
  /build/tools/
warn.py 5 import re namespace
515 i['compiledpatterns'].append(re.compile(pat))
525 warningpattern = re.compile('.* warning:.*')
    [all...]
java-event-log-tags.py 30 import re namespace
73 # We're building something that's not being included in the
127 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
  /external/bison/
maint.mk 338 @prohibit='\*\) *x(m|c|re)alloc\>' \
468 # re: a regular expression that matches IFF something provided by $h is used.
475 grep -LE "$$re" $$files | grep . && \
484 @h='assert.h' re='\<assert *\(' $(_sc_header_without_use)
488 @h='close-stream.h' re='\<close_stream *\(' $(_sc_header_without_use)
492 @h='getopt.h' re='\<getopt(_long)? *\(' $(_sc_header_without_use)
496 @h='quotearg.h' re='\<quotearg(_[^ ]+)? *\(' $(_sc_header_without_use)
500 @h='quote.h' re='\<quote((_n)? *\(|_quoting_options\>)' \
505 @h='long-options.h' re='\<parse_long_options *\(' \
510 @h='inttostr.h' re='\<(off|[iu]max|uint)tostr *\('
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 166 // cast functions cannot be called, even if they're constexpr.
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 235 } catch (Exception re) {
236 Log.e(TAG,"",re);
248 } catch (Exception re) {
249 Log.e(TAG,"",re);
301 } catch (Exception re) {
302 Log.e(TAG,"",re);
    [all...]
  /ndk/build/core/
setup-app.mk 91 # This ensures that if the build fails, you're not going to mistakenly
92 # package an obsolete version of it. Or if you change the ABIs you're targetting,
93 # you're not going to leave a stale shared library for the old one.
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 105 sub re {
184 sub re {
213 sub re {
294 sub re {
332 sub re {
398 sub re {
424 sub re {
798 if ($label=label->re(\$line)) { print $label->out(); }
800 if (directive->re(\$line)) {
802 } elsif ($opcode=opcode->re(\$line))
104 sub re { subroutine
183 sub re { subroutine
212 sub re { subroutine
293 sub re { subroutine
331 sub re { subroutine
397 sub re { subroutine
423 sub re { subroutine
    [all...]
  /external/regex-re2/util/
pcre.cc 118 pcre* re; local
120 re = pcre_compile(pattern_.c_str(),
129 re = pcre_compile(wrapped.c_str(),
133 if (re == NULL) {
137 return re;
143 const PCRE& re,
182 return re.DoMatchImpl(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
186 const PCRE& re,
225 return re.DoMatchImpl(text, UNANCHORED, &consumed, args, n, vec, kVecSize);
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_ local
    [all...]
  /bionic/libc/kernel/tools/
clean_header.py 4 import sys, cpp, kernel, glob, os, re, getopt namespace
46 re_asm_arch = re.compile( r"asm-([\w\d_\+\.\-]+)(/.*)" )
  /device/generic/goldfish/gps/
Android.mk 16 # We're moving the emulator-specific platform libs to
  /external/antlr/antlr-3.4/runtime/Python/tests/
t012lexerXML.py 21 def reportError(self, re):
23 raise re
t022scopes.py 18 def reportError(self, re):
20 raise re
  /external/chromium/testing/gmock/scripts/
fuse_gmock_files.py 65 import re namespace
79 INCLUDE_GMOCK_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gmock/.+)"')
  /external/clang/tools/scan-build/
set-xcode-analyzer 14 import re namespace
45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
  /external/dhcpcd/mk/
cc.mk 12 # Try and use some good cc flags if we're building from git
  /external/icu4c/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/markdown/markdown/extensions/
wikilinks.py 82 import re namespace
86 clean_label = re.sub(r'([ ]+_)|(_[ ]+)|([ ]+)', '_', label)
  /external/markdown/markdown/
inlinepatterns.py 45 import re namespace
102 ATTR_RE = re.compile("\{@([^\}]*)=([^\}]*)}") # {@id=123}
129 self.compiled_re = re.compile("^(.*?)%s(.*?)$" % pattern, re.DOTALL)
147 * m: A re match object containing a match of the pattern.
  /external/regex-re2/re2/
unicode.py 8 import re namespace
114 match = re.match("<(.*), (First|Last)>", s)
135 processing the file. When done with the file, the reader re-raises
  /external/skia/tools/
submit_try 62 is_svn: boolean; whether we're in an SVN checkout. If False, assume we're in
255 # Determine if we're in an SVN checkout.
  /external/v8/test/mjsunit/
string-match.js 115 var re = /\w+/g; variable
116 testMatch("Global", stringSample2, re,
119 re.lastIndex = 10;
121 testMatch("Global-ignore-lastIndex", stringSample2, re,
  /external/valgrind/main/helgrind/tests/
tc15_laog_lockdel.stderr.exp 28 Free 2 and re-allocate it. This gives it a new identity,
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
diff_parser.py 32 import re namespace
46 _regexp_compile_cache[pattern] = re.compile(pattern)
121 # If this is going to be called DiffParser, it should be a re-useable parser.

Completed in 1473 milliseconds

<<11121314151617181920>>