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

<<181182183184185186187188189190>>

  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 58 #include "testing/gmock/include/gmock/gmock.h"
59 #include "testing/gtest/include/gtest/gtest.h"
66 using ::testing::Mock;
67 using ::testing::Return;
68 using ::testing::AnyNumber;
69 using ::testing::AtLeast;
70 using ::testing::_;
76 class LayerTreeHostImplTest : public testing::Test,
    [all...]
damage_tracker_unittest.cc 17 #include "testing/gtest/include/gtest/gtest.h"
48 // This emulates only steps that are relevant to testing the damage tracker:
74 class DamageTrackerTest : public testing::Test {
475 // w < 0, otherwise this test is not actually testing the intended scenario.
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 59 #include "testing/gtest/include/gtest/gtest.h"
183 class SyncerTest : public testing::Test,
228 // We're just testing the sync engine here, so we shunt everything to
    [all...]
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl_unittest.cc 27 #include "testing/gtest/include/gtest/gtest.h"
34 class DelegatedRendererLayerImplTest : public testing::Test {
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 9 // all communication is asynchronous. This is useful for testing more
75 #include "testing/gtest/include/gtest/gtest.h"
154 // testing::Test
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc 29 #include "testing/gtest/include/gtest/gtest.h"
97 class MediaGalleriesPreferencesTest : public testing::Test {
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_unittest.cc 26 #include "testing/gtest/include/gtest/gtest.h"
320 class PrerenderTest : public testing::Test {
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
70 class TemplateURLTest : public testing::Test {
    [all...]
  /external/chromium_org/chromeos/audio/
cras_audio_handler_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
225 class CrasAudioHandlerTest : public testing::Test {
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl_unittest.cc 26 #include "testing/gtest/include/gtest/gtest.h"
142 class InputRouterImplTest : public testing::Test {
148 // testing::Test
    [all...]
touch_event_queue_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
30 class TouchEventQueueTest : public testing::Test,
43 // testing::Test
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc 31 #include "testing/gtest/include/gtest/gtest.h"
54 class GLHelperTest : public testing::Test {
    [all...]
  /external/chromium_org/google_apis/drive/
drive_api_requests_unittest.cc 24 #include "testing/gtest/include/gtest/gtest.h"
62 class DriveApiRequestsTest : public testing::Test {
372 // For testing, returns a text with |id| repeated 3 times.
    [all...]
  /external/chromium_org/media/base/android/
media_source_player_unittest.cc 21 #include "testing/gmock/include/gmock/gmock.h"
39 // fix flaky pointer-based MDJ inequality testing. See http://crbug.com/327839.
41 // Mock of MediaPlayerManager for testing purpose.
169 class MediaSourcePlayerTest : public testing::Test {
    [all...]
  /external/chromium_org/media/filters/
ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
258 // Class for testing the FFmpegH264ToAnnexBBitstreamConverter.
259 class FFmpegH264ToAnnexBBitstreamConverterTest : public testing::Test {
278 // Variable to hold valid dummy context for testing.
h264_to_annex_b_bitstream_converter_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
12 class H264ToAnnexBBitstreamConverterTest : public testing::Test {
source_buffer_stream_unittest.cc 20 #include "testing/gtest/include/gtest/gtest.h"
32 class SourceBufferStreamTest : public testing::Test {
852 // This test is testing that a client can append data to SourceBufferStream that
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
DecimalTest.cpp 77 class DecimalTest : public ::testing::Test {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc 40 class StunTest : public ::testing::Test {
249 // RTCP packet, for testing we correctly ignore non stun packet types.
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
regexp_benchmark.cc 19 typedef testing::MallocCounter MallocCounter;
775 (new ::testing::Benchmark(#n, NewPermanentCallback(&n)))->ThreadRange(1, NumCPUs());
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc 17 #include "testing/gtest/include/gtest/gtest.h"
162 class AudioDeviceAPITest: public testing::Test {
    [all...]
  /external/chromium_org/third_party/webrtc/video/
call_tests.cc 17 #include "testing/gtest/include/gtest/gtest.h"
52 class CallTest : public ::testing::Test {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultimapTest.java 24 import com.google.common.testing.SerializableTester;
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 38 import com.google.common.testing.NullPointerTester;
724 * some fashion when it is called, allowing for testing both before and after
933 * interface for testing.
    [all...]
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 19 typedef testing::MallocCounter MallocCounter;
775 (new ::testing::Benchmark(#n, NewPermanentCallback(&n)))->ThreadRange(1, NumCPUs());
    [all...]

Completed in 2426 milliseconds

<<181182183184185186187188189190>>