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

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/mclinker/unittests/
LinkerTest.h 20 class LinkerTest : public ::testing::Test
SectionDataTest.h 21 class SectionDataTest : public ::testing::Test
SystemUtilsTest.h 17 class SystemUtilsTest : public ::testing::Test
TargetMachineTest.h 22 class TargetMachineTest : public ::testing::Test
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
PrecisionDescriber.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
  /frameworks/testing/espresso/libs/
testrunner-runtime-1.1.jar 
  /frameworks/testing/uiautomator/utils/DummyIME/src/com/android/testing/dummyime/
DummyIme.java 17 package com.android.testing.dummyime;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest_main.cc 36 testing::InitGoogleTest(&argc, argv);
  /ndk/sources/third_party/googletest/googletest/src/
gtest_main.cc 36 testing::InitGoogleTest(&argc, argv);
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_ex_test.cc 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
90 testing::InitGoogleTest(&argc, argv);
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
gtest_xml_outfile1_test_.cc 37 class PropertyOne : public testing::Test {
gtest_xml_outfile2_test_.cc 37 class PropertyTwo : public testing::Test {
  /system/core/libnativebridge/tests/
NativeBridgeTest.h 27 class NativeBridgeTest : public testing::Test {
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
region_data_constants_test.cc 27 class RegionCodeTest : public testing::TestWithParam<std::string> {};
37 testing::ValuesIn(RegionDataConstants::GetRegionCodes()));
40 testing::AssertionResult HasCurlyBraces(const std::string& data) {
42 return testing::AssertionFailure() << "data is empty";
45 return testing::AssertionFailure() << data << " does not start with '{'";
48 return testing::AssertionFailure() << data << " does not end with '}'";
50 return testing::AssertionSuccess();
59 class RegionDataTest : public testing::TestWithParam<std::string> {
75 testing::ValuesIn(RegionDataConstants::GetRegionCodes()));
  /external/protobuf/gtest/test/
gtest_shuffle_test_.cc 38 using ::testing::EmptyTestEventListener;
39 using ::testing::InitGoogleTest;
40 using ::testing::Message;
41 using ::testing::Test;
42 using ::testing::TestEventListeners;
43 using ::testing::TestInfo;
44 using ::testing::UnitTest;
45 using ::testing::internal::String;
46 using ::testing::internal::scoped_ptr;
gtest_xml_output_unittest_.cc 36 // flag. This is used for testing such functionality.
43 using ::testing::InitGoogleTest;
44 using ::testing::TestEventListeners;
45 using ::testing::UnitTest;
47 class SuccessfulTest : public testing::Test {
55 class FailedTest : public testing::Test {
62 class DisabledTest : public testing::Test {
94 class PropertyRecordingTest : public testing::Test {
121 testing::Test::RecordProperty(key, value);
126 testing::Test::RecordProperty(key, value)
    [all...]
  /external/chromium_org/chrome/installer/util/
language_selector_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
74 // A fixture for testing sets of single-candidate selections.
76 : public ::testing::TestWithParam<const wchar_t*> {
89 ::testing::ValuesIn(
97 ::testing::ValuesIn(
105 ::testing::ValuesIn(
109 // A fixture for testing aliases that match to an expected translation. The
113 : public ::testing::TestWithParam< std::tr1::tuple<const wchar_t*,
127 ::testing::Combine(
128 ::testing::Values(L"en-gb")
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_extension_settings_and_app_settings_sync_test.cc 74 testing::AssertionResult StartWithSameSettingsTest(
94 return testing::AssertionFailure();
96 return testing::AssertionFailure();
98 return testing::AssertionFailure();
102 return testing::AssertionFailure();
104 return testing::AssertionFailure();
108 return testing::AssertionFailure();
110 return testing::AssertionFailure();
112 return testing::AssertionSuccess();
120 testing::AssertionResult StartWithDifferentSettingsTest
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 22 #include "testing/gmock/include/gmock/gmock.h"
52 EXPECT_CALL(*mock_adapter_, RemoveObserver(testing::_));
57 mock_adapter_ = new testing::StrictMock<MockBluetoothAdapter>();
60 device1_.reset(new testing::NiceMock<MockBluetoothDevice>(
63 device2_.reset(new testing::NiceMock<MockBluetoothDevice>(
66 device3_.reset(new testing::NiceMock<MockBluetoothDevice>(
90 testing::StrictMock<MockBluetoothAdapter>* mock_adapter_;
91 scoped_ptr<testing::NiceMock<MockBluetoothDiscoverySession> > mock_session_;
92 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > device1_;
93 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > device2_
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex,
    [all...]
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex,
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ListTestSuiteBuilder.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionFeature;
20 import com.google.common.collect.testing.features.Feature;
21 import com.google.common.collect.testing.testers.ListAddAllAtIndexTester;
22 import com.google.common.collect.testing.testers.ListAddAllTester;
23 import com.google.common.collect.testing.testers.ListAddAtIndexTester;
24 import com.google.common.collect.testing.testers.ListAddTester;
25 import com.google.common.collect.testing.testers.ListCreationTester;
26 import com.google.common.collect.testing.testers.ListEqualsTester;
27 import com.google.common.collect.testing.testers.ListGetTester
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex,
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
mock_address_validator.cc 10 using testing::_;
11 using testing::Return;
  /external/chromium_org/gpu/command_buffer/service/
gpu_service_test.h 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
22 class GpuServiceTest : public testing::Test {
32 scoped_ptr< ::testing::StrictMock< ::gfx::MockGLInterface> > gl_;

Completed in 1248 milliseconds

1 2 3 4 56 7 8 91011>>