HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 1201 - 1225 of 4772) sorted by null

<<41424344454647484950>>

  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
pairingsessiontest.cc 22 using ::testing::Const;
23 using ::testing::InSequence;
24 using ::testing::Mock;
25 using ::testing::Return;
26 using ::testing::ReturnRef;
27 using ::testing::StrictMock;
28 using ::testing::_;
79 class PairingSessionTest : public ::testing::Test {
  /external/gtest/include/gtest/
gtest-message.h 32 // The Google C++ Testing Framework (Google Test)
55 void operator<<(const testing::internal::Secret&, int);
57 namespace testing { namespace
71 // testing::Message foo;
121 // namespace, but not other namespaces, including the testing
126 // assertions, testing::Message must access the custom << operator
248 } // namespace testing
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
OneSizeGenerator.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 17 package com.google.common.testing;
29 import com.google.common.testing.RelationshipTester.RelationshipAssertion;
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
21 import com.google.common.collect.testing.SortedMapInterfaceTest;
HashBasedTableTest.java 21 import com.google.common.testing.NullPointerTester;
22 import com.google.common.testing.SerializableTester;
TablesTest.java 22 import com.google.common.testing.EqualsTester;
23 import com.google.common.testing.SerializableTester;
  /external/guava/guava-tests/test/com/google/common/net/
HostSpecifierTest.java 20 import com.google.common.testing.EqualsTester;
21 import com.google.common.testing.NullPointerTester;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 23 import com.google.common.testing.TearDown;
24 import com.google.common.testing.TearDownAccepter;
  /external/libvpx/libvpx/test/
aq_segment_test.cc 116 ::testing::Values(::libvpx_test::kRealTime,
118 ::testing::Range(3, 9));
cpu_speed_test.cc 111 ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood),
112 ::testing::Range(0, 8));
fdct4x4_test.cc 190 public ::testing::TestWithParam<dct_4x4_param_t> {
233 public ::testing::TestWithParam<ht_4x4_param_t> {
279 ::testing::Values(
283 ::testing::Values(
292 ::testing::Values(
297 ::testing::Values(
307 ::testing::Values(
312 ::testing::Values(
fdct8x8_test.cc 224 public ::testing::TestWithParam<dct_8x8_param_t> {
264 public ::testing::TestWithParam<ht_8x8_param_t> {
306 ::testing::Values(
310 ::testing::Values(
319 ::testing::Values(
323 ::testing::Values(
333 ::testing::Values(
337 ::testing::Values(
intrapred_test.cc 228 public ::testing::TestWithParam<intra_pred_y_fn_t> {
285 ::testing::Values(
289 ::testing::Values(
294 ::testing::Values(
310 public ::testing::TestWithParam<intra_pred_uv_fn_t> {
373 ::testing::Values(
377 ::testing::Values(
382 ::testing::Values(
  /external/protobuf/gtest/test/
gtest_stress_test.cc 45 namespace testing { namespace
101 // is for testing whether Google Test can handle failed assertions in a
145 } // namespace testing
148 testing::InitGoogleTest(&argc, argv);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
  /external/qemu/android/filesystems/
ext4_utils_unittest.cpp 17 #include "android/filesystems/testing/TestExt4ImageHeader.h"
18 #include "android/filesystems/testing/TestSupport.h"
33 using android::testing::CreateTempFilePath;
35 class Ext4UtilsTest : public ::testing::Test {
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
ViewActions.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
21 import com.google.android.apps.common.testing.ui.espresso.ViewAction;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
EventInjector.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
21 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/contrib/
CountingIdlingResource.java 17 package com.google.android.apps.common.testing.ui.espresso.contrib;
22 import com.google.android.apps.common.testing.ui.espresso.IdlingResource;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
EspressoKeyBuilderTest.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
19 import com.google.android.apps.common.testing.ui.espresso.action.EspressoKey.Builder;
  /frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
LongListMatchers.java 17 package com.google.android.apps.common.testing.ui.testapp;
27 import com.google.android.apps.common.testing.ui.espresso.matcher.BoundedMatcher;
36 * objects created by {@link com.google.android.apps.common.testing.ui.testapp.LongListActivity}.
39 * {@link com.google.android.apps.common.testing.ui.espresso.Espresso#onData(Matcher)} API and are
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
aq_segment_test.cc 116 ::testing::Values(::libvpx_test::kRealTime,
118 ::testing::Range(3, 9));
cpu_speed_test.cc 111 ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood),
112 ::testing::Range(0, 8));

Completed in 961 milliseconds

<<41424344454647484950>>