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

<<51525354555657585960>>

  /external/chromium_org/media/formats/webm/
webm_webvtt_parser_unittest.cc 6 #include "testing/gmock/include/gmock/gmock.h"
7 #include "testing/gtest/include/gtest/gtest.h"
9 using ::testing::InSequence;
31 class WebMWebVTTParserTest : public testing::Test {
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
23 : public testing::TestWithParam<const char*> {
163 testing::ValuesIn(kTestFiles));
  /external/chromium_org/remoting/base/
breakpad_win_unittest.cc 16 #include "testing/gmock/include/gmock/gmock.h"
17 #include "testing/gtest/include/gtest/gtest.h"
69 class BreakpadWinDeathTest : public testing::Test {
156 ASSERT_EXIT(printf(NULL), testing::ExitedWithCode(0), "");
  /external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test_.cc 49 using testing::Test;
309 testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h 39 namespace testing { namespace
47 } // namespace testing
116 class AnimationCompositorAnimationsTestBase : public ::testing::Test {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 56 #include <google/protobuf/testing/file.h>
57 #include <google/protobuf/testing/googletest.h>
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 31 using ::testing::Return;
32 using ::testing::ReturnNull;
33 using ::testing::_;
34 using ::testing::SetArgPointee;
35 using ::testing::InSequence;
36 using ::testing::Invoke;
37 using ::testing::WithArg;
49 class NetEqImplTest : public ::testing::Test {
  /external/chromium_org/tools/gn/
function_get_path_info_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
11 class GetPathInfoTest : public testing::Test {
13 GetPathInfoTest() : testing::Test() {
  /external/chromium_org/ui/aura/test/
aura_test_base.cc 34 testing::Test::SetUp();
39 // testing.
93 testing::Test::TearDown();
  /external/chromium_org/ui/base/ime/
composition_text_util_pango_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
109 SCOPED_TRACE(testing::Message() << "Testing:" << i
139 SCOPED_TRACE(testing::Message() << "Underline:" << u);
  /external/gtest/test/
gtest_catch_exceptions_test_.cc 49 using testing::Test;
309 testing::InitGoogleTest(&argc, argv);
  /external/guava/guava-testlib/src/com/google/common/testing/
EquivalenceTester.java 17 package com.google.common.testing;
28 import com.google.common.testing.RelationshipTester.RelationshipAssertion;
50 * Note that testing {@link Objects#equals(Object)} is more simply done using
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractLinkedIteratorTest.java 19 import static com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE;
24 import com.google.common.collect.testing.IteratorTester;
  /external/llvm/unittests/ExecutionEngine/JIT/
OProfileJITEventListenerTest.cpp 164 testing::Environment* const jit_env =
165 testing::AddGlobalTestEnvironment(new JITEnvironment);
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 562 namespace testing { namespace
718 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
829 // The testing::internal::posix namespace holds wrappers for common
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 56 #include <google/protobuf/testing/file.h>
57 #include <google/protobuf/testing/googletest.h>
  /external/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 50 #include <google/protobuf/testing/googletest.h>
56 class DynamicMessageTest : public testing::Test {
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
AmbiguousViewMatcherException.java 17 package com.google.android.apps.common.testing.ui.espresso;
21 import com.google.android.apps.common.testing.ui.espresso.util.HumanReadables;
NoMatchingViewException.java 17 package com.google.android.apps.common.testing.ui.espresso;
21 import com.google.android.apps.common.testing.ui.espresso.util.HumanReadables;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
Swipe.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
22 import com.google.android.apps.common.testing.ui.espresso.UiController;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
WindowManagerEventInjectionStrategy.java 17 package com.google.android.apps.common.testing.ui.espresso.base;
22 import com.google.android.apps.common.testing.ui.espresso.InjectEventSecurityException;
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/contrib/
CountingIdlingResourceTest.java 17 package com.google.android.apps.common.testing.ui.espresso.contrib;
23 import com.google.android.apps.common.testing.ui.espresso.IdlingResource.ResourceCallback;
  /frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java 17 package com.android.testing.sleephelper;
31 import com.android.testing.alarmservice.Alarm;
40 private static final String SERVICE_ACTION = "com.android.testing.ALARM_SERVICE";
41 private static final String SERVICE_PKG = "com.android.testing.alarmservice";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_thread_test.cc 24 class VP9WorkerThreadTest : public ::testing::TestWithParam<bool> {
156 INSTANTIATE_TEST_CASE_P(Synchronous, VP9WorkerThreadTest, ::testing::Bool());
  /ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test_.cc 49 using testing::Test;
309 testing::InitGoogleTest(&argc, argv);

Completed in 2009 milliseconds

<<51525354555657585960>>