OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testing
(Results
576 - 600
of
728
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
UnmodifiableCollectionTests.java
17
package com.google.common.collect.
testing
.google;
/external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java
17
package com.google.common.
testing
;
FreshValueGenerator.java
17
package com.google.common.
testing
;
/external/guava/guava-testlib/test/com/google/common/testing/
EqualsTesterTest.java
17
package com.google.common.
testing
;
ArbitraryInstancesTest.java
17
package com.google.common.
testing
;
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
ForwardingWrapperTesterTest.java
17
package com.google.common.
testing
.anotherpackage;
29
import com.google.common.
testing
.ForwardingWrapperTester;
30
import com.google.common.
testing
.NullPointerTester;
/ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc
61
namespace
testing
{
namespace
121
EXPECT_TRUE(&derived == ::
testing
::internal::ImplicitCast_<Base*>(&derived));
126
Base base = ::
testing
::internal::ImplicitCast_<Base>(derived);
145
Base base = ::
testing
::internal::ImplicitCast_<Base>(castable);
164
Base base = ::
testing
::internal::ImplicitCast_<Base>(const_castable);
190
Base base = ::
testing
::internal::ImplicitCast_<Base>(castable);
197
base = ::
testing
::internal::ImplicitCast_<Base>(const_castable);
209
To to = ::
testing
::internal::ImplicitCast_<To>(&converted);
235
StaticAssertTypeEq<int, ::
testing
::internal::scoped_ptr<int>::element_type>();
383
::
testing
::ExitedWithCode(0), "Success")
[
all
...]
/external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java
16
package com.google.android.
testing
.mocking;
[
all
...]
/external/android-mock/tests/com/google/android/testing/mocking/
AndroidMockGeneratorTest.java
16
package com.google.android.
testing
.mocking;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h
51
namespace
testing
{
namespace
615
} // namespace
testing
/external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc
38
using
testing
::internal::AlwaysFalse;
39
using
testing
::internal::AlwaysTrue;
70
namespace posix = ::
testing
::internal::posix;
72
using
testing
::Message;
73
using
testing
::internal::DeathTest;
74
using
testing
::internal::DeathTestFactory;
75
using
testing
::internal::FilePath;
76
using
testing
::internal::GetLastErrnoDescription;
77
using
testing
::internal::GetUnitTestImpl;
78
using
testing
::internal::InDeathTestChild
82
namespace
testing
{
namespace
[
all
...]
gtest-printers_test.cc
32
// Google Test - The Google C++
Testing
Framework
61
// Some user-defined types for
testing
the universal value printer.
96
operator ::
testing
::internal::BiggestInt() const { return 42; }
187
namespace
testing
{
namespace
199
using ::
testing
::PrintToString;
200
using ::
testing
::internal::ImplicitCast_;
201
using ::
testing
::internal::NativeArray;
202
using ::
testing
::internal::RE;
203
using ::
testing
::internal::Strings;
204
using ::
testing
::internal::UniversalTersePrint
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-generated-function-mockers.h
46
namespace
testing
{
namespace
52
// Note: class FunctionMocker really belongs to the ::
testing
53
// namespace. However if we define it in ::
testing
, MSVC will
54
// complain when classes in ::
testing
::internal declare it as a
56
// FunctionMocker in ::
testing
::internal and import it into ::
testing
.
324
// is meant to be defined in the ::
testing
namespace. The following
326
// cannot handle it if we define FunctionMocker in ::
testing
.
331
#define GMOCK_RESULT_(tn, F) tn ::
testing
::internal::Function<F>::Result
335
#define GMOCK_ARG_(tn, F, N) tn ::
testing
::internal::Function<F>::Argument##
[
all
...]
gmock-generated-matchers.h
46
namespace
testing
{
namespace
[
all
...]
/external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc
44
namespace
testing
{
namespace
53
using
testing
::_;
54
using
testing
::Action;
55
using
testing
::ActionInterface;
56
using
testing
::ByRef;
57
using
testing
::DoAll;
58
using
testing
::Invoke;
59
using
testing
::Return;
60
using
testing
::ReturnNew;
61
using
testing
::SetArgPointee
[
all
...]
gmock-spec-builders_test.cc
48
namespace
testing
{
namespace
51
// Helper class for
testing
the Expectation class template.
61
} // namespace
testing
65
using
testing
::_;
66
using
testing
::AnyNumber;
67
using
testing
::AtLeast;
68
using
testing
::AtMost;
69
using
testing
::Between;
70
using
testing
::Cardinality;
71
using
testing
::CardinalityInterface
[
all
...]
/external/gtest/include/gtest/internal/
gtest-param-util.h
51
namespace
testing
{
namespace
615
} // namespace
testing
/external/gtest/test/
gtest-death-test_test.cc
38
using
testing
::internal::AlwaysFalse;
39
using
testing
::internal::AlwaysTrue;
69
namespace posix = ::
testing
::internal::posix;
71
using
testing
::Message;
72
using
testing
::internal::DeathTest;
73
using
testing
::internal::DeathTestFactory;
74
using
testing
::internal::FilePath;
75
using
testing
::internal::GetLastErrnoDescription;
76
using
testing
::internal::GetUnitTestImpl;
77
using
testing
::internal::InDeathTestChild
80
namespace
testing
{
namespace
[
all
...]
gtest-printers_test.cc
32
// Google Test - The Google C++
Testing
Framework
61
// Some user-defined types for
testing
the universal value printer.
96
operator ::
testing
::internal::BiggestInt() const { return 42; }
187
namespace
testing
{
namespace
199
using ::
testing
::PrintToString;
200
using ::
testing
::internal::FormatForComparisonFailureMessage;
201
using ::
testing
::internal::ImplicitCast_;
202
using ::
testing
::internal::NativeArray;
203
using ::
testing
::internal::RE;
204
using ::
testing
::internal::Strings
[
all
...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java
17
package com.google.common.collect.
testing
;
64
* <p>Calling this method causes the iterator tester to skip
testing
85
* <p>Calling this method causes the iterator tester to skip
testing
in a
272
* <p>This method is used when
testing
iterators without a known ordering.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h
51
namespace
testing
{
namespace
615
} // namespace
testing
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h
51
namespace
testing
{
namespace
615
} // namespace
testing
/external/protobuf/gtest/include/gtest/internal/
gtest-internal.h
32
// The Google C++
Testing
Framework (Google Test)
70
// Google Test defines the
testing
::Message class to allow construction of
72
// streamable to std::ostream can be streamed to a
testing
::Message.
83
// namespace, but not other namespaces, including the
testing
88
//
testing
::Message must access the custom << operator from the global
100
namespace
testing
{
namespace
156
(sizeof(::
testing
::internal::IsNullLiteralHelper(x)) == 1)
516
// Returns the type ID of ::
testing
::Test. Always call this instead
517
// of GetTypeId< ::
testing
::Test>() to get the type ID of
518
// ::
testing
::Test, as the latter may give the wrong result due to
[
all
...]
gtest-param-util.h
50
namespace
testing
{
namespace
174
::
testing
::internal::linked_ptr<const ParamGeneratorInterface<T> > impl_;
507
::
testing
::internal::MakeAndRegisterTestInfo(
615
} // namespace
testing
/external/protobuf/gtest/test/
gtest-death-test_test.cc
38
using
testing
::internal::AlwaysFalse;
39
using
testing
::internal::AlwaysTrue;
66
namespace posix = ::
testing
::internal::posix;
68
using
testing
::Message;
69
using
testing
::internal::DeathTest;
70
using
testing
::internal::DeathTestFactory;
71
using
testing
::internal::FilePath;
72
using
testing
::internal::GetLastErrnoDescription;
73
using
testing
::internal::GetUnitTestImpl;
74
using
testing
::internal::ParseNaturalNumber
77
namespace
testing
{
namespace
[
all
...]
Completed in 350 milliseconds
<<
21
22
23
24
25
26
27
28
29
30