OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestResult
(Results
51 - 75
of
81
) sorted by null
1
2
3
4
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h
507
//
TestResult
is not copyable.
508
class GTEST_API_
TestResult
{
510
// Creates an empty
TestResult
.
511
TestResult
();
513
// D'tor. Do not inherit from
TestResult
.
514
~
TestResult
();
610
// We disallow copying
TestResult
.
611
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestResult
);
612
}; // class
TestResult
672
const
TestResult
* result() const { return &result_;
[
all
...]
/external/gtest/include/gtest/
gtest.h
507
//
TestResult
is not copyable.
508
class GTEST_API_
TestResult
{
510
// Creates an empty
TestResult
.
511
TestResult
();
513
// D'tor. Do not inherit from
TestResult
.
514
~
TestResult
();
610
// We disallow copying
TestResult
.
611
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestResult
);
612
}; // class
TestResult
672
const
TestResult
* result() const { return &result_;
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/
gtest.h
507
//
TestResult
is not copyable.
508
class GTEST_API_
TestResult
{
510
// Creates an empty
TestResult
.
511
TestResult
();
513
// D'tor. Do not inherit from
TestResult
.
514
~
TestResult
();
610
// We disallow copying
TestResult
.
611
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestResult
);
612
}; // class
TestResult
672
const
TestResult
* result() const { return &result_;
[
all
...]
/external/mesa3d/src/gtest/include/gtest/
gtest.h
507
//
TestResult
is not copyable.
508
class GTEST_API_
TestResult
{
510
// Creates an empty
TestResult
.
511
TestResult
();
513
// D'tor. Do not inherit from
TestResult
.
514
~
TestResult
();
610
// We disallow copying
TestResult
.
611
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestResult
);
612
}; // class
TestResult
672
const
TestResult
* result() const { return &result_;
[
all
...]
/external/open-vcdiff/gtest/include/gtest/
gtest.h
491
//
TestResult
is not copyable.
492
class
TestResult
{
494
// Creates an empty
TestResult
.
495
TestResult
();
497
// D'tor. Do not inherit from
TestResult
.
498
~
TestResult
();
595
// We disallow copying
TestResult
.
596
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestResult
);
597
}; // class
TestResult
647
const
TestResult
* result() const
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h
499
//
TestResult
is not copyable.
500
class GTEST_API_
TestResult
{
502
// Creates an empty
TestResult
.
503
TestResult
();
505
// D'tor. Do not inherit from
TestResult
.
506
~
TestResult
();
606
// We disallow copying
TestResult
.
607
GTEST_DISALLOW_COPY_AND_ASSIGN_(
TestResult
);
608
}; // class
TestResult
668
const
TestResult
* result() const { return &result_;
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc
[
all
...]
/cts/tools/vm-tests-tf/lib/
junit.jar
/external/dexmaker/lib/
junit.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
/prebuilts/devtools/adt/lib/
junit-3.8.1.jar
/prebuilts/tools/common/m2/internal/junit/junit/3.8.1/
junit-3.8.1.jar
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
[
all
...]
/external/robolectric/lib/main/
junit-dep-4.8.2.jar
/prebuilts/devtools/tools/lib/
ddmlib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/17/
android.jar
Completed in 469 milliseconds
1
2
3
4