HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 226 - 250 of 2514) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 21 TEST(HasNameDeathTest, DiesOnEmptyName) {
28 TEST(HasNameDeathTest, DiesOnEmptyPattern) {
35 TEST(IsDerivedFromDeathTest, DiesOnEmptyBaseName) {
43 TEST(Decl, MatchesDeclarations) {
49 TEST(NameableDeclaration, MatchesVariousDecls) {
62 TEST(NameableDeclaration, REMatchesVariousDecls) {
92 TEST(DeclarationMatcher, MatchClass) {
108 TEST(DeclarationMatcher, ClassIsDerived) {
313 recordDecl(isDerivedFrom(recordDecl(hasName("X")).bind("test")))));
322 TEST(DeclarationMatcher, hasMethod)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 30 // The purpose of this file is to generate Google Test output under
32 // gtest_output_test.py to ensure that Google Test generates the
41 // Indicates that this translation unit is part of Google Test's
65 // A subroutine used by the following test.
70 // This function calls a test subroutine, catches the fatal failure it
76 // Catches the fatal failure and aborts the test.
78 // The testing::Test:: prefix is necessary when calling
79 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
80 if (testing::Test::HasFatalFailure()) return
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 30 // The purpose of this file is to generate Google Test output under
32 // gtest_output_test.py to ensure that Google Test generates the
41 // Indicates that this translation unit is part of Google Test's
65 // A subroutine used by the following test.
70 // This function calls a test subroutine, catches the fatal failure it
76 // Catches the fatal failure and aborts the test.
78 // The testing::Test:: prefix is necessary when calling
79 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture.
80 if (testing::Test::HasFatalFailure()) return
    [all...]
  /external/v8/test/cctest/
test-func-name-inference.cc 111 TEST(GlobalProperty) {
123 TEST(GlobalVar) {
135 TEST(LocalVar) {
149 TEST(InConstructor) {
163 TEST(Factory) {
179 TEST(Static) {
197 TEST(Prototype) {
215 TEST(ObjectLiteral) {
229 TEST(AsParameter) {
245 TEST(MultipleFuncsConditional)
    [all...]
  /external/chromium/base/
stringize_macros_unittest.cc 16 TEST(StringizeTest, Ansi) {
35 TEST(StringizeTest, Wide) {
52 TEST(ToLStringTest, Main) {
tools_sanity_unittest.cc 70 // A memory leak detector should report an error in this test.
71 TEST(ToolsSanityTest, MemoryLeak) {
76 TEST(ToolsSanityTest, AccessesToNewMemory) {
77 // This test may corrupt memory if not run under Valgrind.
87 TEST(ToolsSanityTest, AccessesToMallocMemory) {
88 // This test may corrupt memory if not run under Valgrind.
97 TEST(ToolsSanityTest, ArrayDeletedWithoutBraces) {
98 // This test may corrupt memory if not run under Valgrind.
106 TEST(ToolsSanityTest, SingleElementDeletedWithBraces) {
107 // This test may corrupt memory if not run under Valgrind
    [all...]
  /external/chromium/base/synchronization/
cancellation_flag_unittest.cc 22 // Define our test class.
35 TEST(CancellationFlagTest, SimpleSingleThreadedTest) {
42 TEST(CancellationFlagTest, DoubleSetTest) {
51 TEST(CancellationFlagTest, SetOnDifferentThreadDeathTest) {
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_tray_gtk_unittest.cc 22 TEST(StatusTrayGtkTest, CreateTray) {
27 TEST(StatusTrayGtkTest, CreateIcon) {
41 TEST(StatusTrayGtkTest, ClickOnIcon) {
  /external/chromium_org/base/strings/
stringprintf_unittest.cc 16 // A helper for the StringAppendV test that follows.
28 TEST(StringPrintfTest, StringPrintfEmpty) {
32 TEST(StringPrintfTest, StringPrintfMisc) {
39 TEST(StringPrintfTest, StringAppendfEmptyString) {
51 TEST(StringPrintfTest, StringAppendfString) {
63 TEST(StringPrintfTest, StringAppendfInt) {
77 TEST(StringPrintfTest, StringPrintfBounds) {
102 // Test very large sprintfs that will cause the buffer to grow.
103 TEST(StringPrintfTest, Grow) {
126 TEST(StringPrintfTest, StringAppendV)
    [all...]
  /external/chromium_org/base/synchronization/
cancellation_flag_unittest.cc 23 // Define our test class.
32 TEST(CancellationFlagTest, SimpleSingleThreadedTest) {
39 TEST(CancellationFlagTest, DoubleSetTest) {
48 TEST(CancellationFlagTest, SetOnDifferentThreadDeathTest) {
  /external/chromium_org/chrome/browser/storage_monitor/
storage_info_unittest.cc 14 // Test to verify |MakeDeviceId| functionality using a sample
16 TEST(StorageInfoTest, MakeMtpDeviceId) {
22 // Test to verify |CrackDeviceId| functionality using a sample
24 TEST(StorageInfoTest, CrackMtpDeviceId) {
32 TEST(StorageInfoTest, TestImageCaptureDeviceId) {
  /external/chromium_org/gpu/command_buffer/common/
bitfield_helpers_test.cc 13 TEST(BitFieldTest, TestGet) {
21 TEST(BitFieldTest, TestMakeValue) {
28 TEST(BitFieldTest, TestSet) {
  /external/chromium_org/net/base/
host_port_pair_unittest.cc 13 TEST(HostPortPairTest, Parsing) {
21 TEST(HostPortPairTest, BadString) {
31 TEST(HostPortPairTest, Emptiness) {
mime_sniffer_unittest.cc 34 // so the error messages produced by test failures are more useful.
44 TEST(MimeSnifferTest, BoundaryConditionsTest) {
62 TEST(MimeSnifferTest, BasicSniffingTest) {
90 TEST(MimeSnifferTest, ChromeExtensionsTest) {
157 TEST(MimeSnifferTest, MozillaCompatibleTest) {
191 TEST(MimeSnifferTest, DontAllowPrivilegeEscalationTest) {
254 TEST(MimeSnifferTest, UnicodeTest) {
276 TEST(MimeSnifferTest, FlashTest) {
304 TEST(MimeSnifferTest, XMLTest) {
337 // Positive test for the two instances we upgrade to XHTML
    [all...]
  /external/chromium_org/net/quic/crypto/
quic_random_test.cc 10 namespace test { namespace in namespace:net
12 TEST(QuicRandomTest, RandBytes) {
24 TEST(QuicRandomTest, RandUint64) {
31 TEST(QuicRandomTest, Reseed) {
39 } // namespace test
  /external/chromium_org/remoting/protocol/
clipboard_filter_unittest.cc 30 TEST(ClipboardFilterTest, EventsPassThroughFilter) {
41 TEST(ClipboardFilterTest, IgnoreEventsIfDisabled) {
53 TEST(ClipboardFilterTest, IgnoreEventsIfNotConfigured) {
  /external/chromium_org/sync/util/
data_type_histogram_unittest.cc 13 class DataTypeHistogramTest : public testing::Test {
18 TEST(DataTypeHistogramTest, BasicCount) {
30 TEST(DataTypeHistogramTest, BasicFreq) {
43 TEST(DataTypeHistogramTest, BasicEnum) {
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
lookup_key_util_test.cc 23 TEST(LookupKeyUtilTest, GetUrlForKey) {
24 const LookupKeyUtil util("test:///");
25 EXPECT_EQ("test:///", util.GetUrlForKey(""));
26 EXPECT_EQ("test:///data", util.GetUrlForKey("data"));
27 EXPECT_EQ("test:///data/US", util.GetUrlForKey("data/US"));
28 EXPECT_EQ("test:///data/CA--fr", util.GetUrlForKey("data/CA--fr"));
31 TEST(LookupKeyUtilTest, GetKeyForUrl) {
32 const LookupKeyUtil util("test:///");
33 EXPECT_EQ("", util.GetKeyForUrl("test://"));
36 EXPECT_EQ("", util.GetKeyForUrl("test:///"))
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
debugallocation_test.cc 43 #define TEST(a, b) \
55 (*it)(); // The test will error-exit if there's a problem.
63 // passes in an integer saying which death test to run. We store that
64 // test-to-run here, and in the macro use a counter to see when we get
65 // to that test, so we can run it.
78 // Test match as well as mismatch rules. But do not test on OS X; on
82 TEST(DebugAllocationTest, DeallocMismatch) {
140 TEST(DebugAllocationTest, DoubleFree) {
146 TEST(DebugAllocationTest, StompBefore)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
debugallocation_test.cc 43 #define TEST(a, b) \
55 (*it)(); // The test will error-exit if there's a problem.
63 // passes in an integer saying which death test to run. We store that
64 // test-to-run here, and in the macro use a counter to see when we get
65 // to that test, so we can run it.
78 // Test match as well as mismatch rules. But do not test on OS X; on
82 TEST(DebugAllocationTest, DeallocMismatch) {
140 TEST(DebugAllocationTest, DoubleFree) {
146 TEST(DebugAllocationTest, StompBefore)
    [all...]
  /external/chromium_org/ui/base/accelerators/
menu_label_accelerator_util_linux_unittest.cc 12 TEST(MenuLabelAcceleratorTest, ConvertAcceleratorsFromWindowsStyle) {
31 TEST(MenuLabelAcceleratorTest, RemoveWindowsStyleAccelerators) {
50 TEST(MenuLabelAcceleratorTest, EscapeWindowsStyleAccelerators) {
  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 30 // A unit test for Google Test itself. This verifies that the basic
31 // constructs of Google Test work.
38 // Indicates that this translation unit is part of Google Test's
63 // A subroutine used by the following test.
68 // This function calls a test subroutine, catches the fatal failure it
74 // Catches the fatal failure and aborts the test.
76 // The testing::Test:: prefix is necessary when calling
77 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture
    [all...]
  /external/gtest/test/
gtest_output_test_.cc 30 // A unit test for Google Test itself. This verifies that the basic
31 // constructs of Google Test work.
38 // Indicates that this translation unit is part of Google Test's
63 // A subroutine used by the following test.
68 // This function calls a test subroutine, catches the fatal failure it
74 // Catches the fatal failure and aborts the test.
76 // The testing::Test:: prefix is necessary when calling
77 // HasFatalFailure() outside of a TEST, TEST_F, or test fixture
    [all...]
  /external/chromium_org/base/memory/
ref_counted_memory_unittest.cc 11 TEST(RefCountedMemoryUnitTest, RefCountedStaticMemory) {
21 TEST(RefCountedMemoryUnitTest, RefCountedBytes) {
34 TEST(RefCountedMemoryUnitTest, RefCountedString) {
45 TEST(RefCountedMemoryUnitTest, RefCountedMallocedMemory) {
55 TEST(RefCountedMemoryUnitTest, Equals) {
75 TEST(RefCountedMemoryUnitTest, EqualsNull) {
  /external/chromium_org/base/threading/
non_thread_safe_unittest.cc 86 TEST(NonThreadSafeTest, CallsAllowedOnSameThread) {
97 TEST(NonThreadSafeTest, DetachThenDestructOnDifferentThread) {
126 TEST(NonThreadSafeDeathTest, MethodNotAllowedOnDifferentThreadInDebug) {
132 TEST(NonThreadSafeTest, MethodAllowedOnDifferentThreadInRelease) {
151 TEST(NonThreadSafeDeathTest, DestructorNotAllowedOnDifferentThreadInDebug) {
157 TEST(NonThreadSafeTest, DestructorAllowedOnDifferentThreadInRelease) {

Completed in 885 milliseconds

1 2 3 4 5 6 7 8 91011>>