OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testing
(Results
51 - 75
of
933
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_baselinefile.h
18
namespace
testing
{
namespace in namespace:webrtc
42
} // namespace
testing
bwe_test_fileutils.h
22
namespace
testing
{
namespace in namespace:webrtc
56
} // namespace
testing
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.cc
14
namespace
testing
{
namespace in namespace:webrtc
90
} // namespace
testing
/frameworks/base/tests/utils/DummyIME/src/com/android/testing/dummyime/
DummyIme.java
17
package com.android.
testing
.dummyime;
/ndk/sources/third_party/googletest/googletest/test/
gtest_env_var_test_.cc
32
// A helper program for
testing
that Google Test parses the environment
45
namespace
testing
{
namespace
114
} // namespace
testing
117
testing
::InitGoogleTest(&argc, argv);
124
testing
::PrintFlag(argv[1]);
/packages/apps/ContactsCommon/src/com/android/contacts/common/testing/
NeededForTesting.java
17
package com.android.contacts.common.
testing
;
/packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
TestInputControlUtils.java
16
package com.android.tv.
testing
.testinput;
/external/google-breakpad/src/testing/gtest/include/gtest/
gtest-message.h
32
// The Google C++
Testing
Framework (Google Test)
54
namespace
testing
{
namespace
68
//
testing
::Message foo;
228
} // namespace
testing
gtest-param-test.h
37
// in Google C++
Testing
Framework (Google Test)
53
// class. It is usually derived from
testing
::TestWithParam<T> (see below for
56
// TestWithParam<T> is itself derived from
testing
::Test. T can be any
60
class FooTest : public ::
testing
::TestWithParam<const char*> {
83
// are all in the
testing
namespace:
155
// A parameterized test fixture must be derived from
testing
::Test and from
156
//
testing
::WithParamInterface<T>, where T is the type of the parameter
162
class BaseTest : public ::
testing
::Test {
167
class DerivedTest : public BaseTest, public ::
testing
::WithParamInterface<int> {
197
namespace
testing
{
namespace
[
all
...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h
45
namespace
testing
{
namespace
208
} // namespace
testing
/external/google-breakpad/src/testing/include/gmock/
gmock-generated-nice-strict.h
65
namespace
testing
{
namespace
73
::
testing
::Mock::AllowUninterestingCalls(
81
::
testing
::Mock::AllowUninterestingCalls(
86
::
testing
::Mock::AllowUninterestingCalls(
92
::
testing
::Mock::AllowUninterestingCalls(
99
::
testing
::Mock::AllowUninterestingCalls(
106
::
testing
::Mock::AllowUninterestingCalls(
114
::
testing
::Mock::AllowUninterestingCalls(
123
::
testing
::Mock::AllowUninterestingCalls(
132
::
testing
::Mock::AllowUninterestingCalls
[
all
...]
/external/gtest/include/gtest/
gtest-param-test.h
37
// in Google C++
Testing
Framework (Google Test)
53
// class. It is usually derived from
testing
::TestWithParam<T> (see below for
56
// TestWithParam<T> is itself derived from
testing
::Test. T can be any
60
class FooTest : public ::
testing
::TestWithParam<const char*> {
83
// are all in the
testing
namespace:
155
// A parameterized test fixture must be derived from
testing
::Test and from
156
//
testing
::WithParamInterface<T>, where T is the type of the parameter
162
class BaseTest : public ::
testing
::Test {
167
class DerivedTest : public BaseTest, public ::
testing
::WithParamInterface<int> {
197
namespace
testing
{
namespace
[
all
...]
/external/gtest/include/gtest/internal/
gtest-filepath.h
45
namespace
testing
{
namespace
204
} // namespace
testing
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
ListHashCodeTester.java
17
package com.google.common.collect.
testing
.testers;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTestSuiteBuilder.java
17
package com.google.common.collect.
testing
;
19
import com.google.common.collect.
testing
.testers.CollectionAddAllTester;
20
import com.google.common.collect.
testing
.testers.CollectionAddTester;
21
import com.google.common.collect.
testing
.testers.CollectionClearTester;
22
import com.google.common.collect.
testing
.testers.CollectionContainsAllTester;
23
import com.google.common.collect.
testing
.testers.CollectionContainsTester;
24
import com.google.common.collect.
testing
.testers.CollectionCreationTester;
25
import com.google.common.collect.
testing
.testers.CollectionEqualsTester;
26
import com.google.common.collect.
testing
.testers.CollectionIsEmptyTester;
27
import com.google.common.collect.
testing
.testers.CollectionIteratorTester
[
all
...]
DerivedIteratorTestSuiteBuilder.java
17
package com.google.common.collect.
testing
;
DerivedTestIteratorGenerator.java
17
package com.google.common.collect.
testing
;
IteratorTester.java
17
package com.google.common.collect.
testing
;
25
* A utility for
testing
an Iterator implementation by comparing its behavior to
45
* <p>This particular order of operations may be unrealistic, and
testing
all 3^5
MinimalIterable.java
17
package com.google.common.collect.
testing
;
49
* <p>This
testing
utility is not thread-safe.
OneSizeTestContainerGenerator.java
17
package com.google.common.collect.
testing
;
20
import com.google.common.collect.
testing
.features.CollectionSize;
25
* The subject-generator interface accepted by Collection testers, for
testing
Platform.java
17
package com.google.common.collect.
testing
;
ReserializingTestSetGenerator.java
17
package com.google.common.collect.
testing
;
TestCollidingSetGenerator.java
17
package com.google.common.collect.
testing
;
20
import com.google.common.collect.
testing
.SampleElements.Colliders;
TestContainerGenerator.java
17
package com.google.common.collect.
testing
;
61
* com.google.common.collect.
testing
.features.CollectionFeature#KNOWN_ORDER}
62
* is specified when creating the test suite. It should never run when
testing
TestIntegerSortedSetGenerator.java
17
package com.google.common.collect.
testing
;
26
* Create integer sets for
testing
collections that are sorted by natural
Completed in 280 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>