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

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/drd/tests/
tc15_laog_lockdel.stderr.exp 4 Free 2 and re-allocate it. This gives it a new identity,
  /external/webkit/Source/WebCore/inspector/
inline-javascript-imports.py 38 import re namespace
68 outputScript = re.sub(r'importScripts\([\'"]([^\'"]+)[\'"]\)', replace, inputScript)
  /external/webkit/Source/WebKit/chromium/scripts/
inline_js_imports.py 39 import re namespace
69 output_script = re.sub(r'importScripts\([\'"]([^\'"]+)[\'"]\)', replace, input_script)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
openbugs.py 29 import re namespace
40 bug_number_regexp = re.compile(r"\b\d{4,6}\b")
  /frameworks/base/tools/aidl/
Android.mk 5 # This tool is prebuilt if we're doing an app-only build.
  /sdk/emulator/qemud/
Android.mk 3 # We're moving the emulator-specific platform libs to
  /bionic/libc/tools/
checksyscalls.py 8 import sys, re, string, os, commands namespace
69 re_nr_line = re.compile( r"#define __NR_(\w*)\s*\(__NR_SYSCALL_BASE\+\s*(\w*)\)" )
70 re_nr_clock_line = re.compile( r"#define __NR_(\w*)\s*\(__NR_timer_create\+(\w*)\)" )
71 re_arm_nr_line = re.compile( r"#define __ARM_NR_(\w*)\s*\(__ARM_NR_BASE\+\s*(\w*)\)" )
72 re_x86_line = re.compile( r"#define __NR_(\w*)\s*([0-9]*)" )
  /build/tools/
adbs 18 import re namespace
25 trace_line = re.compile("(.*)(\#[0-9]+) (..) ([0-9a-f]{8}) ([^\r\n \t]*)")
43 mangled_name = re.sub('<', '\<', list[0]);
44 mangled_name = re.sub('>', '\>', mangled_name);
100 func_regexp = re.compile("(^.*\<)(.*)(\+.*\>:$)")
  /external/qemu/
gen-charmap.py 8 import sys, os, string, re namespace
41 re_mapname = re.compile( r".*/(\w+).kcm" )
42 re_start = re.compile( r"(\w+)\s*(.*)" )
43 re_char = re.compile( r"('.')\s*(.*)" )
44 re_hex = re.compile( r"(0x\w+)\s*(.*)" )
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-103087.js 35 var re = ''; variable
131 re = new RegExp(rePatterns[i]);
134 re.exec(str);
138 re.exec(lc);
142 re.exec(rc);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c 142 regex_t re; local
165 n = regcomp (&re, pattern,
170 regerror (n, &re, buf, sizeof (buf));
177 if (regexec (&re, string, 20, rm, 0))
183 regfree (&re);
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 37 import re namespace
135 # decode them assuming they're utf-8.
372 self.assertTrue(re.search('test3', r3_patch))
373 self.assertFalse(re.search('test4', r3_patch))
374 self.assertTrue(re.search('test2', r3_patch))
375 self.assertTrue(re.search('test2', self.scm.diff_for_revision(3)))
640 self.assertTrue(re.search('fourth commit', self.scm.last_svn_commit_log()))
641 self.assertTrue(re.search('second commit', self.scm.svn_commit_log(3)))
    [all...]
  /development/scripts/
stack 11 import re namespace
38 print " the tool will find that and re-print it with"
89 fingerprint_regex = re.compile("^.*Build fingerprint:\s'(?P<fingerprint>.*)'")
139 url_regex = re.compile(regex_str)
240 process_info_line = re.compile("(pid: [0-9]+, tid: [0-9]+.*)")
241 signal_line = re.compile("(signal [0-9]+ \(.*\).*)")
242 register_line = re.compile("(([ ]*[0-9a-z]{2} [0-9a-f]{8}){4})")
243 thread_line = re.compile("(.*)(\-\-\- ){15}\-\-\-")
254 trace_line = re.compile("(.*)\#([0-9]+)[ \t]+(..)[ \t]+([0-9a-f]{8})[ \t]+([^\r\n \t]*)( \((.*)\))?") # pylint: disable-msg=C6310
259 value_line = re.compile("(.*)([0-9a-f]{8})[ \t]+([0-9a-f]{8})[ \t]+([^\r\n \t]*)"
    [all...]
  /external/webkit/Tools/Scripts/
run-qtwebkit-tests 26 import re
274 totals = re.findall(r"([0-9]+) passed, ([0-9]+) failed, ([0-9]+) skipped", txt)
290 txt = re.sub(r"([* ]+(Finished)[ a-z_A-Z0-9]+[*]+)",
293 txt = re.sub(r"([*]+[ a-z_A-Z0-9]+[*]+)",
296 txt = re.sub(r"(Config: Using QTest library)((.)+)",
299 txt = re.sub(r"\n(PASS)((.)+)",
302 txt = re.sub(r"\n(FAIL!)((.)+)",
305 txt = re.sub(r"\n(XPASS)((.)+)",
308 txt = re.sub(r"\n(XFAIL)((.)+)",
311 txt = re.sub(r"\n(SKIP)((.)+)"
    [all...]
  /external/regex-re2/re2/
prefilter.cc 229 // set of strings that match this RE, then is_exact_
465 Regexp* re, Info* parent_arg,
470 Regexp* re,
477 Prefilter::Info* Prefilter::BuildInfo(Regexp* re) {
479 LOG(INFO) << "BuildPrefilter::Info: " << re->ToString();
482 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000);
493 Regexp* re, Prefilter::Info* parent_arg) {
498 // Assumes re is simplified.
500 Regexp* re, Prefilter::Info* parent_arg,
504 switch (re->op())
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 111 typename std::map<android::String8, T>& map, const char* re)
114 if (regcomp(&regex, re, REG_EXTENDED | REG_NOSUB) != 0) {
167 std::list<TaskCase::BufferPair>* TaskCase::findAllBuffers(const android::String8& re)
170 if (!translateVarName(re, translated)) {
205 std::list<TaskCase::ValuePair>* TaskCase::findAllValues(const android::String8& re)
208 if (!translateVarName(re, translated)) {
229 std::list<TaskCase::IndexPair>* TaskCase::findAllIndices(const android::String8& re)
232 if (!translateVarName(re, translated)) {
243 regex_t re; local
246 if (regcomp(&re, "[a-z0-9_]*[$]([a-z0-9]+)[_]*", REG_EXTENDED) != 0)
    [all...]
  /external/markdown/markdown/
blockprocessors.py 15 import re namespace
116 INDENT_RE = re.compile(r'^(([ ]{%s})+)'% markdown.TAB_LENGTH)
167 # We're in a tightlist - so we already are at correct parent.
170 # We're in a looselist - so we need to find parent.
180 # No more child levels. If we're short of indent_level,
219 RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)')
222 return bool(self.RE.search(block))
226 m = self.RE.search(block)
246 m = self.RE.match(line
    [all...]
  /external/v8/test/mjsunit/
regexp-static.js 29 var re = /((\d+)\.(\d+))/; variable
32 re.exec(s);
61 s.match(re);
80 s.replace(re, 'whocares');
99 re.test(s);
120 re = /(.)/g;
122 assertEquals('abcd', 'abcd'.replace(re, f));
139 var re = new RegExp(re_text);
140 assertTrue(re.test(haystack), "$" + i + " setup");
  /system/extras/tests/sdcard/
plot_sdcard.py 41 import re namespace
51 res = re.search(('# StopWatch ([\w]+) total/cumulative '
58 self.summary = re.match('([a-z_]+)_total', self.name)
99 self.kernel = re.search('Linux version ([0-9.]+-[^ ]+)', line).group(1)
101 self.command_line = re.search('# Command: [/\w_]+ (.*)', line).group(1)
106 self.iterations = int(re.search('# Iterations: ([0-9]+)', line).group(1))
108 self.fadvise = re.search('# Fadvise: ([\w]+)', line).group(1)
110 self.sched = re.search('# Sched features: ([\w]+)', line).group(1)
146 if re.match('[a-z_]', line):
  /development/testrunner/
android_mk.py 25 import re namespace
33 _RE_INCLUDE = re.compile(r'include\s+\$\((.+)\)')
34 _RE_VARIABLE_REF = re.compile(r'\$\((.+)\)')
  /external/chromium/testing/gtest/src/
gtest-port.cc 113 // Implements RE. Currently only needed for death tests.
115 RE::~RE() {
127 // Returns true iff regular expression re matches the entire str.
128 bool RE::FullMatch(const char* str, const RE& re) {
129 if (!re.is_valid_) return false;
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
135 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/clang/tools/scan-build/
set-xcode-analyzer 10 import re namespace
32 m = re.search('^(\s*ExecPath\s*=\s*")', line)
79 if (re.search("Xcode.app", xcode_path)):
  /external/gtest/src/
gtest-port.cc 113 // Implements RE. Currently only needed for death tests.
115 RE::~RE() {
127 // Returns true iff regular expression re matches the entire str.
128 bool RE::FullMatch(const char* str, const RE& re) {
129 if (!re.is_valid_) return false;
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
135 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/llvm/utils/release/
findRegressions-nightly.py 2 import re, string, sys, os, time namespace
17 d = re.sub(r',\d+:\d','', d)
19 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 113 // Implements RE. Currently only needed for death tests.
115 RE::~RE() {
127 // Returns true iff regular expression re matches the entire str.
128 bool RE::FullMatch(const char* str, const RE& re) {
129 if (!re.is_valid_) return false;
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
135 // Returns true iff regular expression re matches a substring of st
    [all...]

Completed in 826 milliseconds

1 2 3 4 5 67 8 91011>>