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

<<71727374757677787980>>

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
superframe_test.cc 95 VP9_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Values(
tile_independence_test.cc 105 VP9_INSTANTIATE_TEST_CASE(TileIndependenceTest, ::testing::Range(0, 2, 1));
  /external/chromium_org/third_party/mesa/src/src/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
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 38 #include <google/protobuf/testing/googletest.h>
template_util_unittest.cc 40 #include <google/protobuf/testing/googletest.h>
  /external/chromium_org/third_party/re2/re2/testing/
dfa_test.cc 10 #include "re2/testing/regexp_generator.h"
11 #include "re2/testing/string_generator.h"
104 testing::MallocCounter m(testing::MallocCounter::THIS_THREAD_ONLY);
129 // Such a string is useful for testing a DFA. If you have a DFA
204 testing::MallocCounter m(testing::MallocCounter::THIS_THREAD_ONLY);
  /external/chromium_org/third_party/webrtc/base/
autodetectproxy_unittest.cc 34 class AutoDetectProxyTest : public testing::Test, public sigslot::has_slots<> {
filelock_unittest.cc 26 class FileLockTest : public testing::Test, public Runnable {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_unittest.cc 19 class FilterBanksTest : public testing::Test {
transform_unittest.cc 123 class TransformTest : public testing::Test {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 17 using ::testing::ValuesIn;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
25 class IsacTest : public ::testing::Test {
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
single_rw_fifo_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
20 class SingleRwFifoTest : public testing::Test {
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
rate_statistics_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
18 class RateStatisticsTest : public ::testing::Test {
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 23 namespace testing { namespace in namespace:webrtc
124 } // namespace testing
bwe_test_fileutils.cc 25 namespace testing { namespace in namespace:webrtc
96 } // namespace testing
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_unittests.cc 19 #include "testing/gtest/include/gtest/gtest.h"
28 class FilePlayerTest : public ::testing::Test {
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
45 class TestRPS : public ::testing::Test {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
pcap_file_reader_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
25 class TestPcapFileReader : public ::testing::Test {
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
24 const int kLongWaitMs = 100 * 1000; // A long time in testing terms
33 // grabbing it first. This one is for testing, so it doesn't.
144 class CondVarTest : public ::testing::Test {
critical_section_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
55 class CritSectTest : public ::testing::Test {
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
vie_video_verification_test.cc 15 #include "testing/gtest/include/gtest/gtest.h"
33 class ViEVideoVerificationTest : public testing::Test {
108 bool test_failed = ::testing::UnitTest::GetInstance()->
119 public ::testing::WithParamInterface<int> {
347 ::testing::Range(0, ParameterizedFullStackTest::kNumFullStackInstances));
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives_unittest.cc 17 #include "testing/gtest/include/gtest/gtest.h"
27 class FrameDropPrimitivesTest: public testing::Test {
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_extensions.cc 18 using ::testing::_;
19 using ::testing::AtLeast;
20 using ::testing::Eq;
21 using ::testing::Field;
  /external/chromium_org/ui/base/resource/
data_pack_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
18 : public testing::TestWithParam<DataPack::TextEncodingType> {
135 INSTANTIATE_TEST_CASE_P(WriteBINARY, DataPackTest, ::testing::Values(
137 INSTANTIATE_TEST_CASE_P(WriteUTF8, DataPackTest, ::testing::Values(
139 INSTANTIATE_TEST_CASE_P(WriteUTF16, DataPackTest, ::testing::Values(

Completed in 1496 milliseconds

<<71727374757677787980>>