HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 401 - 425 of 933) sorted by null

<<11121314151617181920>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListIndexOfTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
23 import com.google.common.collect.testing.WrongType;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
CollectionClearTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
21 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.AbstractCollectionTester;
26 import com.google.common.collect.testing.features.CollectionFeature;
27 import com.google.common.collect.testing.features.CollectionSize;
35 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
CollectionContainsAllTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES;
20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.AbstractCollectionTester;
25 import com.google.common.collect.testing.MinimalCollection;
26 import com.google.common.collect.testing.WrongType;
27 import com.google.common.collect.testing.features.CollectionFeature;
28 import com.google.common.collect.testing.features.CollectionSize;
35 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}
    [all...]
MapClearTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
21 import static com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION;
22 import static com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE;
25 import com.google.common.collect.testing.AbstractMapTester;
26 import com.google.common.collect.testing.features.CollectionSize;
27 import com.google.common.collect.testing.features.MapFeature;
36 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}.
SetEqualsTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
22 import com.google.common.collect.testing.Helpers;
23 import com.google.common.collect.testing.MinimalSet;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-testlib/src/com/google/common/escape/testing/
EscaperAsserts.java 17 package com.google.common.escape.testing;
32 * Extra assert methods for testing Escaper implementations.
  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 17 package com.google.common.testing;
EquivalenceTester.java 17 package com.google.common.testing;
28 import com.google.common.testing.RelationshipTester.ItemReporter;
50 * Note that testing {@link Object#equals(Object)} is more simply done using
TearDownStack.java 17 package com.google.common.testing;
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilderTest.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionFeature;
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
114 } // namespace testing
116 // A set of macros for testing Google Test assertions or code that's expected
145 ::testing::TestPartResultArray gtest_failures;\
146 ::testing::internal::SingleFailureChecker gtest_checker(\
147 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
149 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
150 ::testing::ScopedFakeTestPartResultReporter:: \
154 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 32 // The Google C++ Testing Framework (Google Test)
54 namespace testing { namespace
348 } // namespace testing
  /external/mesa3d/src/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-string.h 32 // The Google C++ Testing Framework (Google Test)
54 namespace testing { namespace
348 } // namespace testing
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 32 // The Google C++ Testing Framework (Google Test)
54 namespace testing { namespace
348 } // namespace testing
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimators_test.cc 29 namespace testing { namespace in namespace:webrtc
33 public ::testing::TestWithParam<BandwidthEstimatorType> {
40 ::testing::Values(kRembEstimator,
245 public ::testing::TestWithParam<BandwidthEstimatorType> {
268 ::testing::Values(kRembEstimator,
437 } // namespace testing
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.h 26 namespace testing { namespace in namespace:webrtc
80 } // namespace testing
send_side.h 20 namespace testing { namespace in namespace:webrtc
66 } // namespace testing
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder_unittest.cc 17 #include "testing/gtest/include/gtest/gtest.h"
20 namespace testing { namespace in namespace:webrtc
23 class MetricRecorderTest : public ::testing::Test {
107 } // namespace testing
packet_receiver.cc 15 #include "testing/gtest/include/gtest/gtest.h"
24 namespace testing { namespace in namespace:webrtc
146 } // namespace testing
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
register_state_check.h 23 namespace testing { namespace
31 } // namespace testing
71 return !testing::Test::HasNonfatalFailure();
125 return !testing::Test::HasNonfatalFailure();
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing::internal::AlwaysFalse()
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/testing/
InjectedServices.java 17 package com.android.contacts.common.testing;

Completed in 688 milliseconds

<<11121314151617181920>>