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

<<41424344454647484950>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/
RenderTableRowTest.cpp 45 class RenderTableRowDeathTest : public testing::Test {
WebSearchableFormDataTest.cpp 48 class WebSearchableFormDataTest : public testing::Test {
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/
AddressDataMapLoader.java 17 package com.android.i18n.addressinput.testing;
26 * Helper class to load JSON data for testing.
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
AsyncTestCaseTest.java 19 import com.android.i18n.addressinput.testing.AsyncTestCase;
ClientDataTest.java 19 import com.android.i18n.addressinput.testing.AsyncTestCase;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32_unittest.cc 41 class Win32Test : public testing::Test {
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
altref_test.cc 68 ::testing::Range(kLookAheadMin, kLookAheadMax));
encode_test_driver.h 35 #define ALL_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
41 #define ONE_PASS_TEST_MODES ::testing::Values(::libvpx_test::kRealTime, \
45 #define TWO_PASS_TEST_MODES ::testing::Values(::libvpx_test::kTwoPassGood, \
172 // of the boilerplate. Note that it doesn't inherit the gtest testing
209 return !(::testing::Test::HasFatalFailure() || abort_);
  /external/chromium_org/third_party/libyuv/unit_test/
unit_test.cc 53 ::testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil_unittest.cc 35 #include <google/protobuf/testing/googletest.h>
  /external/chromium_org/third_party/re2/util/
test.h 42 namespace testing { namespace
51 } // namespace testing
  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_iterator_test.cc 37 using ::testing::TestWithParam;
38 using ::testing::Values;
62 : public ::testing::TestWithParam<CMapIteratorTestCase> {
149 ::testing::ValuesIn(kCMapIteratorTestsTestCases));
  /external/chromium_org/third_party/webrtc/base/
win32_unittest.cc 24 class Win32Test : public testing::Test {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filters_unittest.cc 15 class FiltersTest : public testing::Test {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.h 15 #include "testing/gtest/include/gtest/gtest.h"
25 class AudioCodecSpeedTest : public testing::TestWithParam<coding_param> {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.h 15 #include "testing/gtest/include/gtest/gtest.h"
25 class NetEqQualityTest : public ::testing::Test {
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 19 namespace testing { namespace in namespace:webrtc
48 public ::testing::TestWithParam<BweTestConfig> {
63 ::testing::Values(MakeAdaptiveBweTestConfig()));
134 ::testing::Values(MakeMultiFlowBweTestConfig(3)));
161 } // namespace testing
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
stats_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
19 class StatsTest: public testing::Test {
  /external/chromium_org/third_party/webrtc/test/testsupport/
frame_writer_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
22 class FrameWriterTest: public testing::Test {
  /external/chromium_org/third_party/webrtc/video_engine/
call_stats_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
19 using ::testing::_;
20 using ::testing::AnyNumber;
21 using ::testing::Return;
33 class CallStatsTest : public ::testing::Test {
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_before_streaming_test.cc 14 using namespace testing;
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_audio_processing_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
20 class VoEAudioProcessingTest : public ::testing::Test {
voe_base_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
20 class VoEBaseTest : public ::testing::Test {
  /external/chromium_org/ui/aura/test/
aura_test_base.h 11 #include "testing/gtest/include/gtest/gtest.h"
21 class AuraTestBase : public testing::Test {
26 // testing::Test:
  /external/chromium_org/ui/message_center/
notification_delegate_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
15 class NotificationDelegateTest : public testing::Test {

Completed in 1691 milliseconds

<<41424344454647484950>>