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

<<31323334353637383940>>

  /external/chromium_org/chrome/test/base/
in_process_browser_test_browsertest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
21 public ::testing::WithParamInterface<const char*> {
30 ::testing::Values("foo"));
  /external/chromium_org/components/dom_distiller/core/
fake_distiller.cc 11 #include "testing/gtest/include/gtest/gtest.h"
22 EXPECT_CALL(*this, Die()).Times(testing::AnyNumber());
31 EXPECT_CALL(*this, Die()).Times(testing::AnyNumber());
  /external/chromium_org/components/policy/core/common/cloud/
user_info_fetcher_unittest.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
13 using testing::_;
39 class UserInfoFetcherTest : public testing::Test {
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator_unittest.cc 17 #include "testing/gtest/include/gtest/gtest.h"
53 class AndroidVideoDecodeAcceleratorTest : public testing::Test {
96 testing::InitGoogleTest(&argc, argv);
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer_test.cc 18 #include "testing/gtest/include/gtest/gtest.h"
26 using testing::Return;
27 using testing::Mock;
28 using testing::Truly;
29 using testing::Sequence;
30 using testing::DoAll;
31 using testing::Invoke;
32 using testing::_;
34 class BaseRingBufferTest : public testing::Test {
  /external/chromium_org/gpu/command_buffer/service/
gpu_scheduler_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
18 using testing::_;
19 using testing::DoAll;
20 using testing::Invoke;
21 using testing::NiceMock;
22 using testing::Return;
23 using testing::SetArgumentPointee;
24 using testing::StrictMock;
31 class GpuSchedulerTest : public testing::Test
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_gpu_memory_buffer_unittest.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
23 using testing::_;
24 using testing::IgnoreResult;
25 using testing::InvokeWithoutArgs;
26 using testing::Invoke;
27 using testing::Return;
28 using testing::SetArgPointee;
29 using testing::StrictMock;
68 class MockGpuMemoryBufferTest : public testing::Test
    [all...]
  /external/chromium_org/jingle/notifier/base/
fake_base_task.cc 9 #include "testing/gmock/include/gmock/gmock.h"
13 using ::testing::_;
14 using ::testing::Return;
  /external/chromium_org/media/base/
audio_pull_fifo_unittest.cc 10 #include "testing/gtest/include/gtest/gtest.h"
27 : public testing::TestWithParam<int> {
94 testing::Values(544, 512, 512, 512, 512, 2048, 544, 441, 440, 433, 500));
user_input_monitor_unittest.cc 12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
64 EXPECT_CALL(listener, OnMouseMoved(testing::_)).Times(testing::AnyNumber());
  /external/chromium_org/media/filters/
ffmpeg_glue_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
14 using ::testing::_;
15 using ::testing::DoAll;
16 using ::testing::InSequence;
17 using ::testing::Return;
18 using ::testing::SetArgumentPointee;
19 using ::testing::StrictMock;
37 class FFmpegGlueTest : public ::testing::Test {
74 class FFmpegGlueDestructionTest : public ::testing::Test {
file_data_source_unittest.cc 15 using ::testing::NiceMock;
16 using ::testing::StrictMock;
  /external/chromium_org/media/midi/
midi_message_queue_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
36 ::testing::AssertionResult ExpectEqualSequence(
40 return ::testing::AssertionFailure()
41 << "expected: " << ::testing::PrintToString(expected)
42 << ", actual: " << ::testing::PrintToString(actual);
46 return ::testing::AssertionFailure()
47 << "expected: " << ::testing::PrintToString(expected)
48 << ", actual: " << ::testing::PrintToString(actual);
51 return ::testing::AssertionSuccess();
  /external/chromium_org/rlz/lib/
machine_id.cc 30 if (!testing::GetMachineIdImpl(sid_string, volume_id, machine_id))
38 namespace testing { namespace in namespace:rlz_lib
82 } // namespace testing
  /external/chromium_org/testing/gtest/samples/
sample7_unittest.cc 45 using ::testing::TestWithParam;
46 using ::testing::Values;
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
operator_test.cpp 17 public testing::WithParamInterface<OperatorTestParam>
79 testing::ValuesIn(kOperators));
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
string_compare_test.cc 43 class StringCompareTest : public testing::TestWithParam<TestCase> {
66 testing::Values(TestCase("foo", "foo", true, false),
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
active_map_test.cc 90 ::testing::Values(::libvpx_test::kRealTime),
91 ::testing::Range(0, 6));
decode_perf_test.cc 65 class DecodePerfTest : public ::testing::TestWithParam<decode_perf_param_t> {
103 ::testing::ValuesIn(kVP9DecodePerfVectors));
test_vector_test.cc 101 ::testing::ValuesIn(libvpx_test::kVP8TestVectors,
105 ::testing::ValuesIn(libvpx_test::kVP9TestVectors,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_processing_impl_unittest.cc 13 #include "testing/gmock/include/gmock/gmock.h"
14 #include "testing/gtest/include/gtest/gtest.h"
19 using ::testing::Invoke;
20 using ::testing::Return;
  /external/chromium_org/tools/gn/
function_get_label_info_unittest.cc 5 #include "testing/gtest/include/gtest/gtest.h"
11 class GetLabelInfoTest : public testing::Test {
13 GetLabelInfoTest() : testing::Test() {
  /external/chromium_org/ui/views/test/
views_test_base.cc 28 testing::Test::SetUp();
50 testing::Test::TearDown();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
testing.properties 14 #directory where automated testing framework will be installed
17 #name of zip file containing automated testing framework and JUnit test plug-ins
24 executionDir=${testDir}/ve-testing
32 #executable used to launch testing

Completed in 1608 milliseconds

<<31323334353637383940>>