Searched refs:re (Results 26 - 50 of 133) sorted by relevance

123456

/barrelfish-2018-10-04/tools/harness/tests/
H A Dfreemem.py10 import re namespace
H A Dlistfacts.py1 import re namespace
H A Dmathtest.py10 import re namespace
H A Dperfmontest.py10 import re namespace
H A Dskbtest.py10 import re namespace
H A Dsplash_bomp.py10 import re namespace
53 m = re.match(r"\[harness: run on (\d+)/(\d+) cores\]", line)
69 m = re.match(r"Createtime\s+(\d+)\s+(\d+)", line)
74 m = re.match(r"Computetime\s+(\d+)\s+(\d+)", line)
H A Dtommath.py10 import re namespace
H A Dbulktests.py10 import re namespace
54 m = re.match("rawresult (\d+)", line)
H A Dmemtest.py10 import re namespace
62 if re.match(r'.*pawning .*memtest on core', line):
H A Dskew.py10 import re namespace
39 m = re.match("page\s+(\d+)\s+time0\s+(\d+)time1\s+(\d+)time2\s+(\d+)", line)
H A Dmdbbench.py2 import re, datetime namespace
77 m = re.match(r"\[mdb_bench of (\w+)\]", line)
81 m = re.match(r"\[mdb_bench dumping\]", line)
86 m = re.match(r"([^:/]+)/(\d+):dump:([^:]+): 0x([0-9a-fA-F]+)/(\d+) ([c.][a.][d.])", line)
90 m = re.match(r"([^:]+):([^:]+): (\d+)/(\d+)", line)
H A Dphases.py10 import re namespace
43 m = re.match("duration \d+: (\d+)", line)
48 m = re.match("number of threads: (\d+)", line)
89 m = re.match("workcnt (\d+): (\d+)", line)
95 m = re.match("number of threads: (\d+), delay: (\d+)", line)
H A Dbomp_sidebyside.py10 import re namespace
40 # m = re.match("bomp_sync: threads (\d+), compute time (\d+) ticks", line)
46 # m = re.match("bomp_cpu_bound: threads (\d+), compute time (\d+) ticks", line)
H A Dmt_waitset.py10 import re namespace
H A Dproc_mgmt_test.py12 import re namespace
H A Drpc_cap.py10 import re namespace
H A Drpctests.py10 import re namespace
40 m = re.match("Running \w+ between core \d+ and core (\d+)", line)
48 m = re.match("page \d+ took (\d+)", line)
70 m = re.match("transport_bench: iteration (\d+)", line)
78 m = re.match("page \d+ took (\d+)", line)
287 m = re.match("(Data|Instruction) cache miss\s+(\d+)\s+(\d+)\s+(\d+)",
334 m = re.match("page\s+(\d+)\s+took\s+(\d+)", line)
H A Dblk_tests.py10 import re, datetime namespace
243 self.regex = re.compile(self.REGEX)
281 debug.log("This is good, if you can explain it! Adjust the bandwidth numbers in blk_tests.py and re-run the test.")
317 self.regex = re.compile(self.REGEX)
H A Dwebserver.py10 import re, socket, httplib, traceback, os, subprocess, datetime, glob, time namespace
67 m = re.match(r'# IP Addr (\d+\.\d+\.\d+\.\d+)', line)
76 re.match("Assertion .* failed at line", line) or \
207 if re.match('Test:.*FAIL$', line):
209 elif passed != False and re.match('Test:.*PASS$', line):
326 m = re.match('Connection rate: (\d+\.\d+) conn/s', line)
332 m = re.match('Request rate: (\d+\.\d+) req/s', line)
338 m = re.search('Reply rate \[replies/s\]: min .* avg (\d+\.\d+)'
345 m = re.match('Net I/O: .* KB/s \((\d+\.\d+)\*10\^6 bps\)', line)
351 m = re
[all...]
H A DbasicNetwork.py10 import re, socket, httplib, traceback, os, subprocess, select, datetime, glob, time namespace
62 m = re.match(r'Interface up! IP address (\d+\.\d+\.\d+\.\d+)', line)
H A Dcaps_next.py3 import re namespace
55 if re.match(r'.*pawning .*test_retype on core', line):
/barrelfish-2018-10-04/tools/harness/
H A Dreprocess.py12 import os, optparse, re namespace
42 m = re.match(r'test:\s+(.*)', line)
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c69 re compiled pattern block
83 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, argument
138 d = find_minlength(re, cc, startcode, options, recurses, countptr);
393 pcre_uchar *slot = (pcre_uchar *)re +
394 re->name_table_offset + GET2(cc, 1) * re->name_entry_size;
422 dd = find_minlength(re, cs, startcode, options, &this_recurse,
427 slot += re->name_entry_size;
459 d = find_minlength(re, cs, startcode, options, &this_recurse,
522 branchlength += find_minlength(re, c
1470 const REAL_PCRE *re = (const REAL_PCRE *)external_re; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86_64-xlate.pl109 sub re {
184 sub re {
213 sub re {
290 sub re {
328 sub re {
394 sub re {
420 sub re {
651 if ($label=label->re(\$line)) { print $label->out(); }
653 if (directive->re(\$line)) {
655 } elsif ($opcode=opcode->re(\
108 sub re { subroutine
183 sub re { subroutine
212 sub re { subroutine
289 sub re { subroutine
327 sub re { subroutine
393 sub re { subroutine
419 sub re { subroutine
[all...]
/barrelfish-2018-10-04/tools/
H A Dcreate_mdb_dot.py1 import re namespace
6 kaddr_cap_regex = re.compile(r"^(0x[0-9a-f]+){(.*)}$")
8 re.compile(r"^left=(?P<leftval>0x[0-9a-f]+),right=(?P<rightval>0x[0-9a-f]+),end=(?P<end>0x[0-9a-f]+),end_root=(?P<end_root>\d+),level=(?P<level>\d+),address=(?P<address>0x[0-9a-f]+),size=(?P<size>0x[0-9a-f]+),type=(?P<type>\d+),remote_rels=(?P<rcopies>\d)(?P<rancs>\d)(?P<rdescs>\d),extra=(?P<extra>.*)$")

Completed in 128 milliseconds

123456