OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestInstance
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ppapi/tests/
test_instance_deprecated.h
13
class
TestInstance
: public TestCase {
15
TestInstance
(TestingInstance* instance);
16
virtual ~
TestInstance
();
test_instance_deprecated.cc
24
explicit InstanceSO(
TestInstance
* i);
34
TestInstance
* test_instance_;
41
InstanceSO::InstanceSO(
TestInstance
* i)
121
TestInstance
::
TestInstance
(TestingInstance* instance) : TestCase(instance) {
124
bool
TestInstance
::Init() {
128
TestInstance
::~
TestInstance
() {
141
void
TestInstance
::RunTests(const std::string& filter) {
149
void
TestInstance
::LeakReferenceAndIgnore(const pp::Var& leaked)
[
all
...]
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
irt_manifest_file_test.cc
86
class
TestInstance
: public pp::Instance {
88
explicit
TestInstance
(PP_Instance instance) : pp::Instance(instance) {}
89
virtual ~
TestInstance
() {}
108
return new
TestInstance
(instance);
/external/chromium_org/third_party/re2/re2/testing/
tester.h
47
// A
TestInstance
caches per-regexp state for a given
50
class
TestInstance
{
54
TestInstance
(const StringPiece& regexp, Prog::MatchKind kind,
56
~
TestInstance
();
87
DISALLOW_EVIL_CONSTRUCTORS(
TestInstance
);
111
vector<
TestInstance
*> v_;
tester.cc
79
struct
TestInstance
::Result {
88
typedef
TestInstance
::Result Result;
161
TestInstance
::
TestInstance
(const StringPiece& regexp_str, Prog::MatchKind kind,
267
TestInstance
::~
TestInstance
() {
279
void
TestInstance
::RunSearch(Engine type,
474
bool
TestInstance
::RunCase(const StringPiece& text, const StringPiece& context,
552
void
TestInstance
::LogMatch(const char* prefix, Engine e,
586
TestInstance
* t = new TestInstance(regexp, kinds[i]
[
all
...]
/external/regex-re2/re2/testing/
tester.h
47
// A
TestInstance
caches per-regexp state for a given
50
class
TestInstance
{
54
TestInstance
(const StringPiece& regexp, Prog::MatchKind kind,
56
~
TestInstance
();
87
DISALLOW_EVIL_CONSTRUCTORS(
TestInstance
);
111
vector<
TestInstance
*> v_;
tester.cc
79
struct
TestInstance
::Result {
88
typedef
TestInstance
::Result Result;
161
TestInstance
::
TestInstance
(const StringPiece& regexp_str, Prog::MatchKind kind,
267
TestInstance
::~
TestInstance
() {
279
void
TestInstance
::RunSearch(Engine type,
474
bool
TestInstance
::RunCase(const StringPiece& text, const StringPiece& context,
552
void
TestInstance
::LogMatch(const char* prefix, Engine e,
586
TestInstance
* t = new TestInstance(regexp, kinds[i]
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py
44
class
TestInstance
(object):
81
test =
TestInstance
(name)
Completed in 168 milliseconds