HomeSort by relevance Sort by last modified time
    Searched full:re2 (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /external/regex-re2/re2/testing/
regexp_test.cc 1 // Copyright 2006 The RE2 Authors. All Rights Reserved.
10 #include "re2/regexp.h"
12 namespace re2 { namespace
81 } // namespace re2
re2_arg_test.cc 1 // Copyright 2005 The RE2 Authors. All Rights Reserved.
8 // supported by RE2::Arg class
11 #include "re2/re2.h"
13 namespace re2 { namespace
96 RE2::Arg arg(&r); \
133 } // namespace re2
exhaustive3_test.cc 1 // Copyright 2008 The RE2 Authors. All Rights Reserved.
8 #include "re2/testing/exhaustive_tester.h"
10 namespace re2 { namespace
93 } // namespace re2
random_test.cc 1 // Copyright 2008 The RE2 Authors. All Rights Reserved.
9 #include "re2/testing/exhaustive_tester.h"
16 namespace re2 { namespace
94 } // namespace re2
string_generator.cc 1 // Copyright 2008 The RE2 Authors. All Rights Reserved.
12 #include "re2/testing/string_generator.h"
14 namespace re2 { namespace
112 } // namespace re2
dfa_test.cc 1 // Copyright 2006-2008 The RE2 Authors. All Rights Reserved.
7 #include "re2/prog.h"
8 #include "re2/re2.h"
9 #include "re2/regexp.h"
10 #include "re2/testing/regexp_generator.h"
11 #include "re2/testing/string_generator.h"
19 namespace re2 { namespace
195 // too frequently and will bail out early, so that RE2 can use the
316 // It's in the DFA interface but not used by RE2
    [all...]
compile_test.cc 1 // Copyright 2007 The RE2 Authors. All Rights Reserved.
10 #include "re2/regexp.h"
11 #include "re2/prog.h"
15 namespace re2 { namespace
107 const re2::Test& t = tests[i];
171 } // namespace re2
regexp_benchmark.cc 1 // Copyright 2006-2008 The RE2 Authors. All Rights Reserved.
8 #include "re2/prog.h"
9 #include "re2/re2.h"
10 #include "re2/regexp.h"
14 namespace re2 { namespace
17 } // namespace re2
21 namespace re2 { namespace
88 RE2 re(regexp);
89 fprintf(stderr, "RE2: %7lld bytes (peak=%lld)\n", mc.HeapGrowth(), mc.PeakHeapGrowth())
665 namespace re2 { namespace
    [all...]
filtered_re2_test.cc 1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
6 #include "re2/filtered_re2.h"
7 #include "re2/re2.h"
11 namespace re2 { namespace
17 RE2::Options opts;
275 } // namespace re2
dump.cc 1 // Copyright 2006 The RE2 Authors. All Rights Reserved.
22 #include "re2/stringpiece.h"
23 #include "re2/regexp.h"
28 namespace re2 { namespace
164 } // namespace re2
  /prebuilts/go/darwin-x86/src/regexp/
exec2_test.go 19 testRE2(t, "testdata/re2-exhaustive.txt.bz2")
  /prebuilts/go/linux-x86/src/regexp/
exec2_test.go 19 testRE2(t, "testdata/re2-exhaustive.txt.bz2")
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BluetoothCarHfpBaseTest.py 53 self.re2 = self.android_devices[3]
54 self.re2.log.info("Role set to RE2 (Remote device 2).")
56 self.re2 = None
78 if self.re2:
79 setup_droid_properties(self.log, self.re2, sim_conf_file)
80 self.re2_phone_number = get_phone_number(self.log, self.re2)
81 self.re2.log.info("re2 tel: {}".format(self.re2_phone_number))
  /prebuilts/go/darwin-x86/src/regexp/testdata/
repetition.dat 46 E ((..)|(.)){2} aaa (0,3)(2,3)(0,2)(2,3) RE2/Go
50 E ((..)|(.))* aaa (0,3)(2,3)(0,2)(2,3) RE2/Go
59 E ((..)|(.)){3} aaaa (0,4)(3,4)(0,2)(3,4) RE2/Go
70 E ((..)|(.)){3} aaaaa (0,5)(4,5)(2,4)(4,5) RE2/Go
73 E ((..)|(.))* aaaaa (0,5)(4,5)(2,4)(4,5) RE2/Go
100 :HA#110:E X(.?){0,8}Y X1234567Y (0,9)(8,8) RE2/Go
102 :HA#111:E X(.?){1,8}Y X1234567Y (0,9)(8,8) RE2/Go
104 :HA#112:E X(.?){2,8}Y X1234567Y (0,9)(8,8) RE2/Go
106 :HA#113:E X(.?){3,8}Y X1234567Y (0,9)(8,8) RE2/Go
108 :HA#114:E X(.?){4,8}Y X1234567Y (0,9)(8,8) RE2/G
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
repetition.dat 46 E ((..)|(.)){2} aaa (0,3)(2,3)(0,2)(2,3) RE2/Go
50 E ((..)|(.))* aaa (0,3)(2,3)(0,2)(2,3) RE2/Go
59 E ((..)|(.)){3} aaaa (0,4)(3,4)(0,2)(3,4) RE2/Go
70 E ((..)|(.)){3} aaaaa (0,5)(4,5)(2,4)(4,5) RE2/Go
73 E ((..)|(.))* aaaaa (0,5)(4,5)(2,4)(4,5) RE2/Go
100 :HA#110:E X(.?){0,8}Y X1234567Y (0,9)(8,8) RE2/Go
102 :HA#111:E X(.?){1,8}Y X1234567Y (0,9)(8,8) RE2/Go
104 :HA#112:E X(.?){2,8}Y X1234567Y (0,9)(8,8) RE2/Go
106 :HA#113:E X(.?){3,8}Y X1234567Y (0,9)(8,8) RE2/Go
108 :HA#114:E X(.?){4,8}Y X1234567Y (0,9)(8,8) RE2/G
    [all...]
  /external/regex-re2/doc/
mksyntaxwiki 27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
29 <tr><td colspan="2">Grayed out expressions are not supported by RE2.</td></tr>
  /external/regex-re2/util/
arena.h 1 // Copyright 2000 The RE2 Authors. All Rights Reserved.
25 namespace re2 { namespace
94 } // namespace re2
97 re2::AllocateInArenaType /* unused */,
98 re2::UnsafeArena *arena) {
benchmark.cc 1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
8 #include "re2/re2.h"
13 using namespace re2;
139 if(RE2::PartialMatch(name, argv[i]))
thread.cc 1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
  /external/regex-re2/re2/
unicode_casefold.h 1 // Copyright 2008 The RE2 Authors. All Rights Reserved.
44 namespace re2 { namespace
73 } // namespace re2
make_perl_groups.pl 2 # Copyright 2008 The RE2 Authors. All Rights Reserved.
98 #include "re2/unicode_groups.h"
100 namespace re2 {
109 } // namespace re2
make_unicode_groups.py 2 # Copyright 2008 The RE2 Authors. All Rights Reserved.
15 #include "re2/unicode_groups.h"
17 namespace re2 {
23 } // namespace re2
mimics_pcre.cc 1 // Copyright 2008 The RE2 Authors. All Rights Reserved.
26 #include "re2/regexp.h"
27 #include "re2/walker-inl.h"
29 namespace re2 { namespace
185 } // namespace re2
  /external/dtc/tests/
dtbs_equal_unordered.c 60 const struct fdt_reserve_entry *re2 = p2; local
62 if (fdt64_to_cpu(re1->address) < fdt64_to_cpu(re2->address))
64 else if (fdt64_to_cpu(re1->address) > fdt64_to_cpu(re2->address))
67 if (fdt64_to_cpu(re1->size) < fdt64_to_cpu(re2->size))
69 else if (fdt64_to_cpu(re1->size) > fdt64_to_cpu(re2->size))
  /external/regex-re2/benchlog/
mktable 8 <tr><th>System</th><th>PCRE</th><th>RE2</th></tr>
12 my $ns_re2 = $data{$sys}->{sprintf($name, "RE2")}->{'ns/op'};
29 "RE2" => "0 0 1",
46 foreach my $who ("PCRE", "RE2") {
78 foreach my $who ("PCRE", "RE2") {

Completed in 327 milliseconds

1 23 4 5 6 7 8