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

<<21222324252627282930>>

  /external/regex-re2/re2/
prefilter.h 77 static Info* BuildInfo(Regexp* re);
  /external/skia/bench/
tile_analyze.py 16 import re namespace
232 if (not re.search(DIMENSIONS_RE, layout) or
233 not re.search(DIMENSIONS_RE, tile_size) or
234 not re.search(DIMENSIONS_RE, viewport)):
  /external/v8/test/mjsunit/
ascii-regexp-subject.js 40 function repeatRegexp(re) {
42 re.test(s);
regexp-captures.js 28 var re = /^(((N({)?)|(R)|(U)|(V)|(B)|(H)|(n((n)|(r)|(v)|(h))?)|(r(r)?)|(v)|(b((n)|(b))?)|(h))|((Y)|(A)|(E)|(o(u)?)|(p(u)?)|(q(u)?)|(s)|(t)|(u)|(w)|(x(u)?)|(y)|(z)|(a((T)|(A)|(L))?)|(c)|(e)|(f(u)?)|(g(u)?)|(i)|(j)|(l)|(m(u)?)))+/; variable
29 var r = new RegExp(re)
  /external/v8/test/preparser/
strict-octal-indirect-regexp.js 32 var re = RegExp("Hello\\040World");
33 return re;
strict-octal-regexp.js 32 var re = /hello\040world/;
33 return re;
  /external/v8/test/webkit/fast/regex/
non-capturing-backtracking.js 28 var re = /(?:a*)a/; variable
29 shouldBe("re.exec('a')", "['a']");
  /external/v8/test/webkit/
regexp-norepeat.js 28 var re = /^b|^cd/; variable
30 shouldBe('re.test(str)', 'false');
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 182 } catch (RemoteException re) {
183 Log.e(LOG_TAG, "Error calling start()", re);
270 } catch (RemoteException re) {
314 } catch (RemoteException re) {
315 Log.e(LOG_TAG, "Error calling kill()", re);
398 } catch (RemoteException re) {
406 } catch (RemoteException re) {
415 } catch (RemoteException re) {
563 } catch (RemoteException re) {
564 Log.w(LOG_TAG, "Error while canceling", re);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 189 } catch (RuntimeException re) {
191 throw re;
231 } catch (RuntimeException re) {
233 throw re;
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
pretty_printers.py 21 import re namespace
55 # That re.compile raises SyntaxError was determined empirically.
59 object_re = re.compile(object_regexp)
63 name_re = re.compile (name_regexp)
68 subname_re = re.compile(subname_regexp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 46 import re namespace
57 hqre = re.compile(r'[^-a-zA-Z0-9!*+/ ]')
58 bqre = re.compile(r'[^ !-<>-~\t]')
203 # BAW: We're accumulating the body text by string concatenation. That
279 # BAW: see comment in encode() above. Again, we're building up the
341 return re.sub(r'=[a-fA-F0-9]{2}', _unquote_match, s)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 6 import re namespace
25 import re namespace
27 regexp = re.compile(regexp)
108 sep = re.escape(os.sep)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 7 import re namespace
17 strtod_parser = re.compile(r""" # A numeric string consists of:
24 """, re.VERBOSE | re.IGNORECASE).match
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 59 import re namespace
61 xpath_tokenizer_re = re.compile(
179 if signature == "-" and not re.match("\d+$", predicate[0]):
187 if signature == "-='" and not re.match("\d+$", predicate[0]):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 46 import re namespace
57 hqre = re.compile(r'[^-a-zA-Z0-9!*+/ ]')
58 bqre = re.compile(r'[^ !-<>-~\t]')
203 # BAW: We're accumulating the body text by string concatenation. That
279 # BAW: see comment in encode() above. Again, we're building up the
341 return re.sub(r'=[a-fA-F0-9]{2}', _unquote_match, s)

Completed in 1695 milliseconds

<<21222324252627282930>>