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

1 2 3 4 5 67 8 91011>>

  /external/libcxx/test/std/re/re.regex/re.regex.construct/
bad_escape.pass.cpp 24 std::regex re(pat);
  /external/lldb/test/pexpect-2.4/
screen.py 89 def fill_region (self, rs,cs, re,ce, ch=SPACE):
92 re = constrain (re, 1, self.rows)
95 if rs > re:
96 rs, re = re, rs
99 for r in range (rs, re+1):
180 def get_region (self, rs,cs, re,ce):
186 re = constrain (re, 1, self.rows
    [all...]
  /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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
bad_escape.pass.cpp 24 std::regex re(pat);
  /bionic/libc/tools/
check-symbols.py 5 import re namespace
11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
38 r = re.compile(r' +\d+: [0-9a-f]+ +\d+ (FUNC|OBJECT) +\S+ +\S+ +\d+ (\S+)')
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
strip_js_comments.py 7 import re namespace
24 next_tok = re.compile('|'.join([re.escape(x) for x in tokens]))
  /external/clang/docs/tools/
dump_format_style.py 7 import re namespace
17 return re.sub(pattern, '%s', text, flags=re.S) % replacement
20 text = re.sub(r'([^/\*])\*', r'\1\\*', text)
21 text = re.sub(r'<tt>\s*(.*?)\s*<\/tt>', r'``\1``', text)
22 text = re.sub(r'\\c ([^ ,;\.]+)', r'``\1``', text)
23 text = re.sub(r'\\\w+ ', '', text)
28 s = re.sub(r'\n([^\n])', '\n' + indent + '\\1', text, flags=re.S)
64 re.sub('.*_', '', self.name)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
gen_dynamic_list.py 18 import re namespace
63 match = re.match('__interceptor_(.*)', func)
73 if re.match('__sanitizer_(.*)', func):
  /external/lldb/test/macosx/order/
TestOrderFile.py 6 import re namespace
38 mo_f3 = re.search("Code +.+f3", output)
39 mo_f1 = re.search("Code +.+f1", output)
  /external/llvm/utils/lint/
common_lint.py 5 import re namespace
42 tab_re = re.compile(r'\t')
63 trailing_whitespace_re = re.compile(r'\s+$')
  /external/markdown/markdown/extensions/
meta.py 43 import markdown, re namespace
46 META_RE = re.compile(r'^[ ]{0,3}(?P<key>[A-Za-z0-9_-]+):\s*(?P<value>.*)')
47 META_MORE_RE = re.compile(r'^[ ]{4,}(?P<value>.*)')
  /external/selinux/sepolgen/src/sepolgen/
defaults.py 21 import re namespace
33 ignore = re.compile(r"^\s*(?:#.+)?$")
34 consider = re.compile(r"^\s*(\w+)\s*=\s*(.+?)\s*$")
42 # We're only exporting one useful function, so why not be a function
  /external/v8/test/mjsunit/regress/
regress-58740.js 30 var re = /.+/g; variable
31 re.exec("");
32 re.exec("anystring");
33 re=/.+/g;
34 re.exec("");
35 assertEquals(0, re.lastIndex);
regress-219.js 39 function assertFlags(re, global, multiline, ignoreCase) {
40 var name = re + " flag: ";
41 (global ? assertTrue : assertFalse)(re.global, name + "g");
42 (multiline ? assertTrue : assertFalse)(re.multiline, name + "m");
43 (ignoreCase ? assertTrue : assertFalse)(re.ignoreCase, name + "i");
46 var re = /a/; variable
47 assertFlags(re, false, false, false)
49 re = /a/gim;
50 assertFlags(re, true, true, true)
52 re = RegExp("a","")
126 var re = \/a\/gmi; variable
    [all...]
  /external/v8/tools/
disasm.py 31 import re namespace
44 _DISASM_HEADER_RE = re.compile(r"[a-f0-9]+\s+<.*:$")
45 _DISASM_LINE_RE = re.compile(r"\s*([a-f0-9]+):\s*(\S.*)")
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContextSpiTest.java 60 } catch (RuntimeException re) {
61 String str = re.getMessage();
79 } catch (RuntimeException re) {
80 String str = re.getMessage();
110 } catch (RuntimeException re) {
111 String str = re.getMessage();
121 } catch (RuntimeException re) {
122 String str = re.getMessage();
132 } catch (RuntimeException re) {
133 String str = re.getMessage()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_commands.py 6 import os, tempfile, re namespace
65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
defaults.py 21 import re namespace
33 ignore = re.compile(r"^\s*(?:#.+)?$")
34 consider = re.compile(r"^\s*(\w+)\s*=\s*(.+?)\s*$")
42 # We're only exporting one useful function, so why not be a function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
defaults.py 21 import re namespace
33 ignore = re.compile(r"^\s*(?:#.+)?$")
34 consider = re.compile(r"^\s*(\w+)\s*=\s*(.+?)\s*$")
42 # We're only exporting one useful function, so why not be a function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_commands.py 6 import os, tempfile, re namespace
65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 117 } catch (RemoteException re) {
118 Slog.e(LOG_TAG, "Error getting print jobs.", re);
141 } catch (RemoteException re) {
142 Slog.e(LOG_TAG, "Error creating print job.", re);
164 } catch (RemoteException re) {
165 Slog.e(LOG_TAG, "Error writing print job data.", re);
191 } catch (RemoteException re) {
192 Slog.e(LOG_TAG, "Error getting print job info.", re);
216 } catch (RemoteException re) {
217 Slog.e(LOG_TAG, "Error setting print job state.", re);
    [all...]
  /frameworks/base/tests/SoundTriggerTests/src/android/hardware/soundtrigger/
SoundTriggerTest.java 213 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_SUCCESS, 1, local
218 re.writeToParcel(parcel, 0);
225 assertEquals(re, unparceled);
230 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_FAILURE, 1, local
235 re.writeToParcel(parcel, 0);
242 assertEquals(re, unparceled);
249 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_ABORT, 1, local
254 re.writeToParcel(parcel, 0);
261 assertEquals(re, unparceled);
268 RecognitionEvent re = new RecognitionEvent(SoundTrigger.RECOGNITION_STATUS_ABORT, 1 local
291 KeyphraseRecognitionEvent re = new KeyphraseRecognitionEvent( local
310 KeyphraseRecognitionEvent re = new KeyphraseRecognitionEvent( local
346 KeyphraseRecognitionEvent re = new KeyphraseRecognitionEvent( local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/cowbell/
__init__.py 3 import re namespace
84 end_head = re.search(r'</head>', body, re.I)
91 end_body = re.search(r'</body>', body, re.I)
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
extras_security_test.py 2 import re namespace
17 self.assertTrue(re.match(r'^\w{16}$', token) is not None)
20 self.assertTrue(re.match(r'^\w{32}$', token) is not None)
23 self.assertTrue(re.match(r'^\w{64}$', token) is not None)
26 self.assertTrue(re.match(r'^\w{128}$', token) is not None)

Completed in 2022 milliseconds

1 2 3 4 5 67 8 91011>>