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

<<81828384858687888990>>

  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_unittest.cc 14 #include "testing/gtest/include/gtest/gtest.h"
34 class SyncableFileSystemTest : public testing::Test {
74 SCOPED_TRACE(testing::Message() << url.DebugString() <<
80 SCOPED_TRACE(testing::Message() << url.DebugString() <<
115 // Brief combined testing. Just see if all the sandbox feature works.
177 // Combined testing with LocalFileChangeTracker.
  /external/chromium_org/chrome/browser/ui/ash/
accelerator_commands_browsertest.cc 25 using testing::Combine;
26 using testing::Values;
27 using testing::WithParamInterface;
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc 25 #include "testing/gtest/include/gtest/gtest.h"
64 class ONCCertificateImporterImplTest : public testing::Test {
297 public testing::WithParamInterface<CertParam> {
328 ::testing::Values(
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 20 #include "testing/gmock/include/gmock/gmock.h"
24 using testing::ContainsRegex;
25 using testing::HasSubstr;
26 using testing::Not;
  /external/chromium_org/components/variations/
variations_seed_processor_unittest.cc 13 #include "testing/gtest/include/gtest/gtest.h"
24 // Constants for testing associating command line flags with trial groups.
43 // Populates |study| with test data used for testing associating command line
79 class VariationsSeedProcessorTest : public ::testing::Test {
87 testing::ClearAllVariationIDs();
88 testing::ClearAllVariationParams();
  /external/chromium_org/content/browser/
plugin_service_impl_browsertest.cc 20 #include "testing/gmock/include/gmock/gmock.h"
239 ::testing::StrictMock<MockCanceledPluginServiceClient> mock_client(
311 ::testing::StrictMock<MockCanceledBeforeSentPluginProcessHostClient>
365 ::testing::StrictMock<MockCanceledAfterSentPluginProcessHostClient>
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 28 #include "testing/gtest/include/gtest/gtest.h"
858 class VideoDecodeAcceleratorTest : public ::testing::Test {
    [all...]
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.cc 12 using testing::_;
216 ON_CALL(*this, SetLocalDescription(_, _)).WillByDefault(testing::Invoke(
218 ON_CALL(*this, SetRemoteDescription(_, _)).WillByDefault(testing::Invoke(
  /external/chromium_org/extensions/browser/api/usb/
usb_apitest.cc 12 #include "testing/gmock/include/gmock/gmock.h"
14 using testing::AnyNumber;
15 using testing::_;
16 using testing::Return;
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow_unittest.cc 27 #include "testing/gmock/include/gmock/gmock.h"
28 #include "testing/gtest/include/gtest/gtest.h"
37 using testing::_;
38 using testing::Return;
111 class OAuth2ApiCallFlowTest : public testing::Test {
oauth2_mint_token_flow_unittest.cc 18 #include "testing/gmock/include/gmock/gmock.h"
19 #include "testing/gtest/include/gtest/gtest.h"
24 using testing::_;
25 using testing::StrictMock;
150 class OAuth2MintTokenFlowTest : public testing::Test {
  /external/chromium_org/media/base/
video_util_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
12 class VideoUtilTest : public testing::Test {
297 : public testing::TestWithParam<VideoRotationTestData> {
329 testing::ValuesIn(kVideoRotationTestData));
  /external/chromium_org/ppapi/tests/
test_utils.cc 67 const PPB_Testing_Private* testing = GetTestingInterface(); local
68 if (!testing)
73 testing->GetDocumentURL(instance, &components));
409 // PPB_MessageLoop is not supported. Just use the Testing message loop.
419 // PPB_MessageLoop is not supported. Just use the Testing message loop.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManagerTest.cpp 40 using testing::InSequence;
41 using testing::Return;
42 using testing::Test;
  /external/chromium_org/third_party/leveldatabase/
env_chromium_unittest.cc 15 #include "testing/gtest/include/gtest/gtest.h"
101 class ChromiumEnvMultiPlatformTests : public ::testing::Test {
106 typedef ::testing::Types<ChromiumEnvStdio, ChromiumEnvWin> ChromiumEnvMultiPlatformTestsTypes;
108 typedef ::testing::Types<ChromiumEnvStdio> ChromiumEnvMultiPlatformTestsTypes;
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
supplier_test.cc 128 class SupplierTest : public testing::TestWithParam<SupplierWrapper* (*)()> {
168 testing::Values(&OndemandSupplierWrapper::Build));
172 testing::Values(&PreloadSupplierWrapper::Build));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
timestamp_scaler_unittest.cc 18 using ::testing::Return;
19 using ::testing::ReturnNull;
20 using ::testing::_;
  /external/chromium_org/tools/json_schema_compiler/test/
error_generation_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
25 testing::AssertionResult EqualsUtf16(const std::string& expected,
28 return testing::AssertionFailure() << expected << " != " << actual;
29 return testing::AssertionSuccess();
  /external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
82 class SnapshotAuraTest : public testing::Test {
88 testing::Test::SetUp();
108 testing::Test::TearDown();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableMapTestSuiteBuilder.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.Feature;
20 import com.google.common.collect.testing.testers.MapNavigationTester;
  /external/guava/guava-tests/test/com/google/common/collect/
MultisetsTest.java 20 import static com.google.common.testing.SerializableTester.reserializeAndAssert;
31 import com.google.common.collect.testing.DerivedComparable;
32 import com.google.common.testing.NullPointerTester;
  /external/iptables/iptables/
ip6tables-restore.c 188 int in_table = 0, testing = 0; local
219 testing = 1;
263 if (!testing) {
269 DEBUGP("Not calling commit, testing\n");
iptables-restore.c 188 int in_table = 0, testing = 0; local
219 testing = 1;
263 if (!testing) {
269 DEBUGP("Not calling commit, testing\n");
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 31 // The Google C++ Testing Framework (Google Test)
41 using ::testing::InitGoogleTest;
43 namespace testing { namespace
229 // These two tests are here to provide support for testing
335 } // namespace testing
340 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
  /art/runtime/
common_runtime_test.h 65 class CommonRuntimeTest : public testing::Test {

Completed in 1890 milliseconds

<<81828384858687888990>>