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

1 2 34 5 6 7 8

  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarHfpConferenceTest.py 63 Tests if we can have a 3-way calling between re, RE2 and AG/HF.
72 4. Make a call on RE2 to AG
117 # Dial another call from RE2
118 if not initiate_call(self.log, self.re2, self.ag_phone_number):
119 self.re2.log.error("Failed to initiate call from re.")
  /external/regex-re2/re2/testing/
tester.cc 1 // Copyright 2008 The RE2 Authors. All Rights Reserved.
9 #include "re2/testing/tester.h"
10 #include "re2/prog.h"
11 #include "re2/re2.h"
12 #include "re2/regexp.h"
23 namespace re2 { namespace
36 "RE2",
215 // Create re string that will be used for RE and RE2.
226 // Compile regexp to RE2
    [all...]
simplify_test.cc 1 // Copyright 2006 The RE2 Authors. All Rights Reserved.
10 #include "re2/regexp.h"
12 namespace re2 { namespace
167 } // namespace re2
search_test.cc 1 // Copyright 2006-2007 The RE2 Authors. All Rights Reserved.
8 #include "re2/prog.h"
9 #include "re2/regexp.h"
10 #include "re2/testing/tester.h"
11 #include "re2/testing/exhaustive_tester.h"
13 namespace re2 { namespace
325 } // namespace re2
charclass_test.cc 1 // Copyright 2006 The RE2 Authors. All Rights Reserved.
8 #include "re2/regexp.h"
10 namespace re2 { namespace
223 } // namespace re2
regexp_generator.cc 1 // Copyright 2008 The RE2 Authors. All Rights Reserved.
28 #include "re2/testing/regexp_generator.h"
30 namespace re2 { namespace
264 } // namespace re2
  /external/regex-re2/re2/
perl_groups.cc 4 #include "re2/unicode_groups.h"
6 namespace re2 { namespace
119 } // namespace re2
tostring.cc 1 // Copyright 2006 The RE2 Authors. All Rights Reserved.
9 #include "re2/regexp.h"
10 #include "re2/walker-inl.h"
12 namespace re2 { namespace
282 // this node (it is generated by RE2::Set) so make something
341 } // namespace re2
make_unicode_casefold.py 4 # Copyright 2008 The RE2 Authors. All Rights Reserved.
18 #include "re2/unicode_casefold.h"
20 namespace re2 {
26 } // namespace re2
stringpiece.h 1 // Copyright 2001-2010 The RE2 Authors. All Rights Reserved.
27 namespace re2 { namespace
177 } // namespace re2
180 extern std::ostream& operator<<(std::ostream& o, const re2::StringPiece& piece);
simplify.cc 1 // Copyright 2006 The RE2 Authors. All Rights Reserved.
10 #include "re2/regexp.h"
11 #include "re2/walker-inl.h"
13 namespace re2 { namespace
118 // Creates a concatenation of two Regexp, consuming refs to re1 and re2.
120 static Regexp* Concat2(Regexp* re1, Regexp* re2, Regexp::ParseFlags flags);
295 // Creates a concatenation of two Regexp, consuming refs to re1 and re2.
297 Regexp* SimplifyWalker::Concat2(Regexp* re1, Regexp* re2,
303 subs[1] = re2;
393 } // namespace re2
    [all...]
prog.h 1 // Copyright 2007 The RE2 Authors. All Rights Reserved.
13 #include "re2/re2.h"
15 namespace re2 { namespace
154 // Match ID to identify this match (for re2::Set).
334 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
374 } // namespace re2
walker-inl.h 1 // Copyright 2006 The RE2 Authors. All Rights Reserved.
16 #include "re2/regexp.h"
18 namespace re2 { namespace
242 } // namespace re2
  /external/regex-re2/util/
sparse_array_test.cc 1 // Copyright 2006 The RE2 Authors. All Rights Reserved.
10 namespace re2 { namespace
150 } // namespace re2
stringpiece.cc 1 // Copyright 2004 The RE2 Authors. All Rights Reserved.
5 #include "re2/stringpiece.h"
8 using re2::StringPiece;
util.h 1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
65 namespace re2 { namespace
133 } // namespace re2
benchmark.h 1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
strutil.cc 1 // Copyright 1999-2005 The RE2 Authors. All Rights Reserved.
6 #include "re2/stringpiece.h"
8 namespace re2 { namespace
97 } // namespace re2
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
complex_trig.cpp 107 _Tp re2 = 2.f * z._M_re; local
113 _Tp den = ::cos(re2) + ::cosh(im2);
114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den);
171 _Tp re2 = 2.f * z._M_re; local
173 if (::abs(re2) > Tp_limit)
174 return complex<_Tp>((re2 > 0 ? 1.f : -1.f), 0.f);
176 _Tp den = ::cosh(re2) + ::cos(im2);
177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
complex_trig.cpp 107 _Tp re2 = 2.f * z._M_re; local
113 _Tp den = ::cos(re2) + ::cosh(im2);
114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den);
171 _Tp re2 = 2.f * z._M_re; local
173 if (::abs(re2) > Tp_limit)
174 return complex<_Tp>((re2 > 0 ? 1.f : -1.f), 0.f);
176 _Tp den = ::cosh(re2) + ::cos(im2);
177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den);
  /external/regex-re2/
CONTRIBUTORS 2 # (and typically have contributed) code to the RE2 repository.
LICENSE 1 // Copyright (c) 2009 The RE2 Authors. All rights reserved.
  /external/regex-re2/doc/
mksyntaxgo 22 // DO NOT EDIT. This file is generated by mksyntaxgo from the RE2 distribution.
  /prebuilts/tools/linux-x86_64/kythe/third_party/external/com_googlesource_code_re2/
LICENSE 1 // Copyright (c) 2009 The RE2 Authors. All rights reserved.
  /prebuilts/tools/linux-x86_64/kythe/third_party/re2j/
LICENSE 1 This is a work derived from Russ Cox's RE2 in Go, whose license

Completed in 213 milliseconds

1 2 34 5 6 7 8