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

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/
earcons.js 6 * @fileoverview Dummy earcons implementation for testing.
host.js 6 * @fileoverview Dummy implementation of host.js for testing.
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js 8 * Test fixture for sync setup WebUI testing.
10 * @extends {testing.Test}
15 __proto__: testing.Test.prototype,
88 // For testing, don't wait to execute timeouts.
  /external/chromium_org/chrome/renderer/extensions/
renderer_permissions_policy_delegate_unittest.cc 18 #include "testing/gtest/include/gtest/gtest.h"
24 class RendererPermissionsPolicyDelegateTest : public testing::Test {
30 testing::Test::SetUp();
  /external/chromium_org/chromeos/network/onc/
onc_validator_unittest.cc 17 #include "testing/gtest/include/gtest/gtest.h"
22 class ONCValidatorTest : public ::testing::Test {
112 public ::testing::WithParamInterface<OncParams> {
136 ::testing::Values(
229 public ::testing::WithParamInterface<std::pair<OncParams,
287 ::testing::Values(
340 ::testing::Values(
382 ::testing::Values(
392 ::testing::Values(
  /external/chromium_org/components/policy/core/common/
configuration_policy_provider_test.h 18 #include "testing/gtest/include/gtest/gtest.h"
41 class PolicyTestBase : public testing::Test {
46 // testing::Test:
64 // provider instance for testing. Used as the parameter to the abstract
118 public testing::WithParamInterface<CreatePolicyProviderTestHarness> {
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 16 #include "testing/gtest/include/gtest/gtest.h"
82 class SandboxFileSystemBackendTest : public testing::Test {
188 SCOPED_TRACE(testing::Message() << "EnumerateOrigin " << current.spec());
210 SCOPED_TRACE(testing::Message() << "RootPath (create) #" << i << " "
230 SCOPED_TRACE(testing::Message() << "RootPath (get) #" << i << " "
270 SCOPED_TRACE(testing::Message() << "RootPath (create=false) #" << i << " "
284 SCOPED_TRACE(testing::Message() << "RootPath (incognito) #" << i << " "
297 SCOPED_TRACE(testing::Message() << "RootPathFileURI (disallow) #"
310 SCOPED_TRACE(testing::Message() << "RootPathFileURI (allow) #"
  /external/chromium_org/content/browser/
host_zoom_map_impl_unittest.cc 11 #include "testing/gtest/include/gtest/gtest.h"
15 class HostZoomMapTest : public testing::Test {
77 SCOPED_TRACE(testing::Message() << "levels[" << i << "]");
  /external/chromium_org/content/test/data/npapi/
npapi.js 2 // This script provides some mechanics for testing NPAPI
  /external/chromium_org/gpu/command_buffer/service/
mocks.h 5 // This file contains definitions for mock objects, used for testing.
22 #include "testing/gmock/include/gmock/gmock.h"
136 friend class ::testing::StrictMock<MockMemoryTracker>;
137 friend class base::RefCounted< ::testing::StrictMock<MockMemoryTracker> >;
  /external/chromium_org/media/base/
audio_renderer_mixer_input_unittest.cc 11 #include "testing/gmock/include/gmock/gmock.h"
12 #include "testing/gtest/include/gtest/gtest.h"
21 class AudioRendererMixerInputTest : public testing::Test {
51 EXPECT_CALL(*this, RemoveMixer(testing::_));
gmock_callback_support_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
12 using testing::ByRef;
13 using testing::MockFunction;
  /external/chromium_org/net/quic/
quic_ack_notifier_test.cc 8 #include "testing/gmock/include/gmock/gmock.h"
9 #include "testing/gtest/include/gtest/gtest.h"
11 using testing::_;
17 class QuicAckNotifierTest : public ::testing::Test {
  /external/chromium_org/net/spdy/
spdy_frame_builder_test.cc 9 #include "testing/platform_test.h"
13 class SpdyFrameBuilderTest : public ::testing::TestWithParam<SpdyMajorVersion> {
26 ::testing::Values(SPDY2, SPDY3, SPDY4));
  /external/chromium_org/remoting/host/
heartbeat_sender_unittest.cc 19 #include "testing/gmock/include/gmock/gmock.h"
20 #include "testing/gtest/include/gtest/gtest.h"
27 using testing::_;
28 using testing::DeleteArg;
29 using testing::DoAll;
30 using testing::Invoke;
31 using testing::NotNull;
32 using testing::Return;
33 using testing::SaveArg;
66 : public testing::Test
    [all...]
  /external/chromium_org/remoting/protocol/
clipboard_echo_filter_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
12 using ::testing::_;
13 using ::testing::InSequence;
  /external/chromium_org/sdch/open-vcdiff/src/
output_string_test.cc 19 #include "testing.h"
29 class OutputStringTest : public testing::Test {
74 class OutputCRopeTest : public testing::Test {
  /external/chromium_org/testing/gtest/include/gtest/
gtest-message.h 32 // The Google C++ Testing Framework (Google Test)
55 void operator<<(const testing::internal::Secret&, int);
57 namespace testing { namespace
71 // testing::Message foo;
121 // namespace, but not other namespaces, including the testing
126 // assertions, testing::Message must access the custom << operator
248 } // namespace testing
  /external/chromium_org/third_party/angle/tests/angle_tests/
ANGLETest.h 41 class ANGLETest : public testing::Test
108 class ANGLETestEnvironment : public testing::Environment
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
aq_segment_test.cc 116 ::testing::Values(::libvpx_test::kRealTime,
118 ::testing::Range(3, 9));
cpu_speed_test.cc 111 ::testing::Values(::libvpx_test::kTwoPassGood, ::libvpx_test::kOnePassGood),
112 ::testing::Range(0, 8));
intrapred_test.cc 228 public ::testing::TestWithParam<intra_pred_y_fn_t> {
285 ::testing::Values(
289 ::testing::Values(
294 ::testing::Values(
310 public ::testing::TestWithParam<intra_pred_uv_fn_t> {
373 ::testing::Values(
377 ::testing::Values(
382 ::testing::Values(
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_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_coding/neteq/mock/
mock_external_decoder_pcm16b.h 23 using ::testing::_;
24 using ::testing::Invoke;

Completed in 976 milliseconds

<<41424344454647484950>>