Searched refs:Tester (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dtestharness.h40 // An instance of Tester is allocated to hold temporary state during
42 class Tester { class in namespace:leveldb::test
50 Tester(const char* f, int l) function in class:leveldb::test::Tester
54 ~Tester() {
61 Tester& Is(bool b, const char* msg) {
69 Tester& IsOk(const Status& s) {
79 Tester& name(const X& x, const Y& y) { \
97 Tester& operator<<(const V& value) {
105 #define ASSERT_TRUE(c) ::leveldb::test::Tester(__FILE__, __LINE__).Is((c), #c)
106 #define ASSERT_OK(s) ::leveldb::test::Tester(__FILE_
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.h91 class Tester { class in namespace:re2
93 explicit Tester(const StringPiece& regexp);
94 ~Tester();
113 DISALLOW_EVIL_CONSTRUCTORS(Tester);
H A Dtester.cc582 Tester::Tester(const StringPiece& regexp) { function in class:re2::Tester
594 Tester::~Tester() {
599 bool Tester::TestCase(const StringPiece& text, const StringPiece& context,
612 bool Tester::TestInput(const StringPiece& text) {
626 bool Tester::TestInputInContext(const StringPiece& text,
636 Tester t(regexp);
H A Dexhaustive_tester.cc125 Tester tester(regexp);
/external/regex-re2/re2/testing/
H A Dtester.h91 class Tester { class in namespace:re2
93 explicit Tester(const StringPiece& regexp);
94 ~Tester();
113 DISALLOW_EVIL_CONSTRUCTORS(Tester);
H A Dtester.cc582 Tester::Tester(const StringPiece& regexp) { function in class:re2::Tester
594 Tester::~Tester() {
599 bool Tester::TestCase(const StringPiece& text, const StringPiece& context,
612 bool Tester::TestInput(const StringPiece& text) {
626 bool Tester::TestInputInContext(const StringPiece& text,
636 Tester t(regexp);
H A Dexhaustive_tester.cc125 Tester tester(regexp);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dmain_unittest.py31 from webkitpy.test.main import Tester, _Loader namespace
54 tester = Tester()
77 tester = Tester()
H A Dmain.py52 tester = Tester(filesystem, wkf)
75 class Tester(object): class in inherits:object
/external/clang/test/Sema/
H A Dcomplex-int.c24 void Tester() { function
/external/llvm/utils/lit/lit/
H A Dmain.py4 lit - LLVM Integrated Tester.
103 class Tester(threading.Thread): class in inherits:threading.Thread
144 t = Tester(litConfig, provider, display)
149 testers = [Tester(litConfig, provider, display)
/external/chromium_org/native_client_sdk/src/examples/
H A Dcommon.js122 common.tester = new Tester();
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js838 function Tester(body_element) { class

Completed in 342 milliseconds