HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 251 - 275 of 795) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemValueOf.java 251 catch (RuntimeException re) {
252 TransformerException te = new TransformerException(re);
  /external/icu4c/data/translit/
trnsfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/markdown/markdown/extensions/
def_list.py 22 import markdown, re namespace
29 RE = re.compile(r'(^|\n)[ ]{0,3}:[ ]{1,3}(.*?)(\n|$)')
32 return bool(self.RE.search(block))
36 m = self.RE.search(block)
  /external/v8/test/mjsunit/
regexp-indexof.js 28 function CheckMatch(re, str, matches) {
29 assertEquals(matches.length > 0, re.test(str));
30 var result = str.match(re);
42 if (re.global || idx == 0) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-168347.js 198 var re = /\s|\\t|\\n/g;
199 return str.replace(re, '');
  /external/webkit/Tools/Scripts/
print-vse-failure-logs 37 import re namespace
94 output_window_table = soup.find(text=re.compile("Output Window")).findParent("table")
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
diff_parser_unittest.py 31 import re namespace
131 p = re.compile(r' ([a|b])/')
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 35 import re namespace
56 match = re.search(Bugzilla.bug_url_short, message)
59 match = re.search(Bugzilla.bug_url_long, message)
71 match = re.search("^\s*" + Bugzilla.bug_url_short + "$", message, re.MULTILINE)
74 match = re.search("^\s*" + Bugzilla.bug_url_long + "$", message, re.MULTILINE)
137 digits = re.compile("\d+")
138 attachment_href = re.compile("attachment.cgi\?id=\d+&action=review")
148 quips = soup.find(text=re.compile(r"Existing quips:")).findNext("ul").findAll("li"
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 33 import re namespace
62 self._output_regex = re.compile('Line:(?P<line>\d+)\s*(?P<message>.+)')
  /external/webkit/Tools/android/flex-2.5.4a/
parse.y 365 rule : re2 re
420 | re2 re '$'
423 | re '$'
440 /* See the comment in the rule for "re2 re"
452 * "re2 re" above.
466 | re
484 re : re '|' series label
495 re2 : re '/'
664 | '(' re ')'
    [all...]
  /frameworks/av/media/libstagefright/tests/
Android.mk 49 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 238 } catch (RemoteException re) {
263 } catch (RemoteException re) {
278 } catch (RemoteException re) {
317 } catch (RemoteException re) {
329 } catch (RemoteException re) {
495 } catch (RemoteException re) {
496 Log.e(TAG, "Couldn't save lock pattern " + re);
653 } catch (RemoteException re) {
655 Log.e(TAG, "Unable to save lock password " + re);
660 * Retrieves the quality mode we're in
    [all...]
  /frameworks/native/libs/gui/tests/
Android.mk 37 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/native/opengl/tests/EGLTest/
Android.mk 38 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 35 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 21 import re namespace
164 self.compiled_re = re.compile(regexp)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 21 import re namespace
164 self.compiled_re = re.compile(regexp)
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 1115 SDL_NAME(XvEvent) *re = (SDL_NAME(XvEvent) *)host;
1123 re->xvvideo.type = event->u.u.type & 0x7f;
1124 re->xvvideo.serial =
1126 re->xvvideo.send_event = ((event->u.u.type & 0x80) != 0);
1127 re->xvvideo.display = dpy;
1128 re->xvvideo.time = event->u.videoNotify.time;
1129 re->xvvideo.reason = event->u.videoNotify.reason;
1130 re->xvvideo.drawable = event->u.videoNotify.drawable;
1131 re->xvvideo.port_id = event->u.videoNotify.port;
1134 re->xvport.type = event->u.u.type & 0x7f
    [all...]
  /external/regex-re2/re2/
re2.cc 275 bool RE2::FullMatchN(const StringPiece& text, const RE2& re,
277 return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n);
280 bool RE2::PartialMatchN(const StringPiece& text, const RE2& re,
282 return re.DoMatch(text, UNANCHORED, NULL, args, n);
285 bool RE2::ConsumeN(StringPiece* input, const RE2& re,
288 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) {
296 bool RE2::FindAndConsumeN(StringPiece* input, const RE2& re,
299 if (re.DoMatch(*input, UNANCHORED, &consumed, args, n)) {
327 const RE2& re,
333 if (!re.Match(*str, 0, str->size(), UNANCHORED, vec, nvec)
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /development/scripts/
symbol.py 11 import re namespace
226 func_regexp = re.compile("(^[a-f0-9]*) \<(.*)\>:$")
227 offset_regexp = re.compile("(.*)\+0x([a-f0-9]*)")
231 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();

Completed in 580 milliseconds

<<11121314151617181920>>