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

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
mixins.py 20 import re namespace
objclassquery.py 20 import re namespace
typequery.py 20 import re namespace
  /prebuilts/python/linux-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/linux-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]):
  /system/core/liblog/tests/
benchmark_main.cpp 87 regex_t re; local
88 if (regcomp(&re, argv[i], 0) != 0) {
92 int match = regexec(&re, b->Name(), 0, NULL, 0);
93 regfree(&re);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
m68hc11.exp 69 -re ".*: Assembler messages:\n" { }
70 -re ".*1: $kind: $expect" { incr ok; break }
  /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]*.*$")
344 toolchain_match = re.search("\/(aarch64|arm|mips|x86)\/", toolchain)
361 abi_line = re.compile("ABI: \'(.*)\'")
362 trace_line = re.compile("\#[0-9]+[ \t]+..[ \t]+([0-9a-f]{8}|[0-9a-f]{16})([ \t]+|$)")
  /external/autotest/client/cros/
power_utils.py 4 import glob, logging, os, re, shutil namespace
35 if re.search(r'Intel.*Atom.*[NZ][2-6]', cpuinfo):
37 if re.search(r'Intel.*Celeron.*N2[89][0-9][0-9]', cpuinfo):
39 if re.search(r'Intel.*Celeron.*N3[0-9][0-9][0-9]', cpuinfo):
41 if re.search(r'Intel.*Celeron.*[0-9]{3,4}', cpuinfo):
43 if re.search(r'Intel.*Core.*i[357]-[234][0-9][0-9][0-9]', cpuinfo):
724 if re.match(re_str, match_str):
cryptohome.py 5 import dbus, gobject, logging, os, random, re, shutil, string namespace
68 match = re.search('TPM %s: (true|false)' % field, out)
72 match = re.search('TPM Password: (\w*)', out)
138 match = re.search('%s: (true|false)' % field, out)
151 match = re.search('Attestation %s: (true|false)' % field, out)
288 not re.match(device_regex, mount_info[0]) or
289 not re.match(fs_regex, mount_info[2])):
  /external/chromium-trace/catapult/third_party/WebOb/webob/
descriptors.py 6 import re namespace
29 CHARSET_RE = re.compile(r';\s*charset=([^;]*)', re.I)
30 SCHEME_RE = re.compile(r'^[a-z]+:', re.I)
210 _rx_etag = re.compile(r'(?:^|\s)(W/)?"((?:\\"|.)*?)"')
306 _rx_auth_param = re.compile(r'([a-z]+)[ \t]*=[ \t]*(".*?"|[^,]*?)[ \t]*(?:\Z|, *)')
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_basic.py 32 import re namespace
311 self.assertIsNotNone(re.search(PROJECT_PRIVATE_RE, acl.to_xml()))
345 self.assertIsNotNone(re.search(PROJECT_PRIVATE_RE, acl.to_xml()))
379 cors = re.sub(r'\s', '', bucket.get_cors().to_xml())
383 cors = re.sub(r'\s', '', bucket.get_cors().to_xml())
393 cors = re.sub(r'\s', '', uri.get_cors().to_xml())
400 cors = re.sub(r'\s', '', uri.get_cors().to_xml())
  /external/pcre/dist/
pcre_get.c 270 const REAL_PCRE *re = (const REAL_PCRE *)code; local
282 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0)
286 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0)
290 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0)
pcre_printint.c 312 REAL_PCRE *re = (REAL_PCRE *)external_re; local
316 unsigned int options = re->options;
317 int offset = re->name_table_offset;
318 int count = re->name_count;
319 int size = re->name_entry_size;
321 if (re->magic_number != MAGIC_NUMBER)
332 code = codestart = (pcre_uchar *)re + offset + count * size;
433 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) +
451 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) +
617 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size)
    [all...]
  /external/autotest/client/common_lib/
site_utils.py 8 import re namespace
358 match = re.search('(\d+)\.\d+\.\d+\.\d+', version_string)
396 regex = re.compile(r'(.+):\d+')
492 stripped_version = re.sub(r'(R\d+-|-b\d+)', '', build_version)
497 re.match(r'.*trybot-.+-(paladin|pre-cq|test-ap)', build_version) or
498 re.match(r'.*trybot-.+-(paladin|pre-cq|test-ap)', update_url))
501 release_version_no_date = re.sub(r'\d{4}_\d{2}_\d{2}_\d+', '0',
506 re.match(r'.+-pgo-generate', build_version) or
507 re.match(r'.+-pgo-generate', update_url))
696 match = re.match(WIRELESS_SSID_PATTERN, key
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 137 // RE - a simple regular expression class using the POSIX
654 // Defines RE.
658 class GTEST_API_ RE {
662 RE(const RE& other) { Init(other.pattern()); }
664 // Constructs an RE from a string.
665 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT
668 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT
671 RE(const char* regex) { Init(regex); } // NOLINT
672 ~RE();
    [all...]
  /external/v8/test/mjsunit/
string-external-cached.js 63 var re = /(A|B)/;
78 assertEquals(["A", "A"], re.exec(ascii));
79 assertEquals(["B", "B"], re.exec(ascii_slice));
81 assertEquals(["A", "A"], re.exec(twobyte));
82 assertEquals(["B", "B"], re.exec(twobyte_slice));
  /external/valgrind/memcheck/tests/
custom_alloc.stderr.exp 77 Address 0x........ is 1 bytes before a recently re-allocated block of size 10 alloc'd
84 Address 0x........ is 8 bytes before a recently re-allocated block of size 10 alloc'd
91 Address 0x........ is 0 bytes after a recently re-allocated block of size 10 alloc'd
98 Address 0x........ is 7 bytes after a recently re-allocated block of size 10 alloc'd
105 Address 0x........ is 8 bytes after a recently re-allocated block of size 10 alloc'd
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sysconfig.py 202 import re namespace
205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
206 _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)")
207 _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}")
324 # for _init_posix() to work, if we're on Darwin, just mock up the
383 import re namespace
386 define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n")
387 undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n")
455 import re namespace
559 import re namespace
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
sysconfig.py 202 import re namespace
205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
206 _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)")
207 _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}")
324 # for _init_posix() to work, if we're on Darwin, just mock up the
383 import re namespace
386 define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n")
387 undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n")
455 import re namespace
559 import re namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py 202 import re namespace
205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
206 _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)")
207 _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}")
324 # for _init_posix() to work, if we're on Darwin, just mock up the
383 import re namespace
386 define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n")
387 undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n")
455 import re namespace
559 import re namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py 202 import re namespace
205 _variable_rx = re.compile("([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)")
206 _findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)")
207 _findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}")
324 # for _init_posix() to work, if we're on Darwin, just mock up the
383 import re namespace
386 define_rx = re.compile("#define ([A-Z][A-Za-z0-9_]+) (.*)\n")
387 undef_rx = re.compile("/[*] #undef ([A-Z][A-Za-z0-9_]+) [*]/\n")
455 import re namespace
559 import re namespace
    [all...]
  /build/tools/
java-layers.py 4 import re namespace
184 COMMENTS = re.compile("//.*?\n|/\*.*?\*/", re.S)
185 PACKAGE = re.compile("package\s+(.*)")
186 IMPORT = re.compile("import\s+(.*)")
  /external/autotest/client/site_tests/power_x86Settings/
power_x86Settings.py 5 import commands, glob, logging, os, re, time namespace
143 match = re.search(r'Power Management:(.*)', iwconfig_out)
234 commit = int(re.search(r'(commit=)([0-9]*)', line).group(2))
323 match = re.search(r'Current RC state: (.*)', line)
345 match = re.search(r'LnkCtl:(.*);', slot_out)
  /external/autotest/server/cros/chaos_lib/
chaos_parser.py 10 import re namespace
78 router_info = re.search('Router name: ([\w\s]+)', line)
93 channel = int(re.split('(\d+)', channel_info)[1])
172 kernel_version = re.search('[\d.]+', line).group(0)
174 fw_version = re.search('firmware_version\': \'([\w\s:().]+)',

Completed in 2045 milliseconds

<<41424344454647484950>>