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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/test/bench/shootout/
regex-dna.c 86 pcre *re; local
91 if (!(re = pcre_compile(p, PCRE_CASELESS, &re_e, &re_eo, NULL))) exit(1);
92 re_ex = pcre_study(re, 0, &re_e);
94 pcre_exec(re, re_ex, src->buf, src->len, pos, 0, m, 3) >= 0;
112 pcre *re; local
116 if (!(re = pcre_compile(p, PCRE_CASELESS, &re_e, &re_eo, NULL))) exit(1);
117 re_ex = pcre_study(re, 0, &re_e);
119 pcre_exec(re, re_ex, src->buf, src->len, pos, 0, m, 3) >= 0;
  /prebuilts/go/linux-x86/test/bench/shootout/
regex-dna.c 86 pcre *re; local
91 if (!(re = pcre_compile(p, PCRE_CASELESS, &re_e, &re_eo, NULL))) exit(1);
92 re_ex = pcre_study(re, 0, &re_e);
94 pcre_exec(re, re_ex, src->buf, src->len, pos, 0, m, 3) >= 0;
112 pcre *re; local
116 if (!(re = pcre_compile(p, PCRE_CASELESS, &re_e, &re_eo, NULL))) exit(1);
117 re_ex = pcre_study(re, 0, &re_e);
119 pcre_exec(re, re_ex, src->buf, src->len, pos, 0, m, 3) >= 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 8 import re namespace
12 DYLIB_RE = re.compile(r"""(?x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ZoomHeight.py 3 import re namespace
25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_unicode.py 5 import re namespace
10 _literal_re = re.compile(ur"[uU][rR]?[\'\"]")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 8 import re namespace
12 DYLIB_RE = re.compile(r"""(?x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ZoomHeight.py 3 import re namespace
25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_unicode.py 5 import re namespace
10 _literal_re = re.compile(ur"[uU][rR]?[\'\"]")
  /system/extras/tests/net_test/
net_test.sh 18 test=$(cat /proc/cmdline | sed -re 's/.*net_test=([^ ]*).*/\1/g')
  /external/autotest/client/tests/sound_infrastructure/
sound_infrastructure.py 6 import re namespace
41 if re.match(pattern, filename):
54 if aplay.returncode or re.match(no_cards_pattern, aplay_list):
59 if arecord.returncode or re.match(no_cards_pattern, arecord_list):
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
RootFinder.java 62 } catch (RuntimeException re) {
65 instanceMethod, VIEW_FIELD_NAME), re);
87 } catch (RuntimeException re) {
89 viewsField, windowManagerObj), re);
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
bad_escape.pass.cpp 24 std::regex re(pat);
bad_repeat.pass.cpp 24 std::regex re(pat);
  /external/v8/test/mjsunit/
regexp-compile.js 30 var re = /x/; variable
31 assertEquals("a.yb", "axyb".replace(re, "."));
33 re.compile("y");
34 assertEquals("ax.b", "axyb".replace(re, "."));
36 re.compile("(x)");
38 assertEquals(["x", "x"], re.exec("axyb"));
40 re.compile("(y)");
42 assertEquals(["y", "y"], re.exec("axyb"));
  /external/valgrind/memcheck/tests/
clireq_nofill.stderr.exp 3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
  /hardware/bsp/intel/peripheral/libmraa/tests/
check_clean.py 4 import re, fnmatch, os namespace
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
bad_escape.pass.cpp 24 std::regex re(pat);
  /toolchain/binutils/binutils-2.25/binutils/
resres.c 219 const rc_res_entry *re; local
221 for (re = rd->entries; re != NULL; re = re->next)
226 /* If we're at level 1, the key of this resource is the
230 type = &re->id;
234 /* If we're at level 2, the key of this resource is the name
236 name = &re->id;
240 /* If we're at level 3, then this key represents a language
651 rc_res_entry *re = NULL; local
    [all...]
  /external/autotest/client/site_tests/network_NegotiatedLANSpeed/
network_NegotiatedLANSpeed.py 1 import logging, re, utils namespace
26 match = re.search('UP', out, re.S)
  /external/autotest/client/site_tests/platform_Rootdev/
platform_Rootdev.py 10 import re namespace
24 m = re.match("/dev/mmcblk[0-9]$", inputDev)
30 m = re.match("/dev/sd[a-z]$", inputDev)
  /external/autotest/server/bin/
unit_test_server.py 7 import re namespace
17 escf = re.escape(f)
18 match = re.search("File '.*%s'\nLines executed:([0-9.]+)%%" % escf,
  /external/autotest/server/site_tests/firmware_Mosys/
firmware_Mosys.py 6 import re namespace
42 cmdlst = re.split('\s+', line)
75 fwcopy_pattern = re.compile('Firmware copy: (.*)$')
76 ver_pattern = re.compile('(R[OW]) version: (.*)$')
105 fwcopy_pattern = re.compile('Firmware copy: (.*)$')
106 ver_pattern = re.compile('(R[OW]) version: (.*)$')
136 pattern = re.compile(fieldname + '=(.*)$')
160 pattern = re.compile(fieldname + ':(\S+)\s+')
182 p = re.compile('vendor="coreboot" version="(.*)"'
197 p = re.compile('vendor="[a-z]+" name="[ -~]+" fw_version="(.*)"'
    [all...]
  /external/autotest/tko/
query_lib.py 7 import sys, os, re namespace
29 #match = re.match(r'^[(](.+)[)]$', condition)
43 match = re.match(r'^(.+)[|](.+)$', condition)
52 match = re.match(r'^(.+)[&](.+)$', condition)
61 #match = re.match(r'^[!](.+)$', condition)
73 match = re.match(regex, condition)
reason_qualifier.py 1 import re,string namespace
38 reason_reduced = re.sub(r"\s+"," ", reason_reduced)
46 reason_reduced = re.sub(r"\d+","NN", reason_reduced)
  /external/chromium-trace/catapult/dashboard/dashboard/
can_bisect.py 7 import re namespace
75 return _IsGitHash(revision) or re.match(r'^[0-9]{5,7}$', str(revision))
80 return re.match(r'[a-fA-F0-9]{40}$', str(revision))

Completed in 1959 milliseconds

<<11121314151617181920>>