HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 251 - 275 of 2774) sorted by null

<<11121314151617181920>>

  /external/vixl/test/
test-fuzz-a64.cc 33 #define TEST(name) TEST_(FUZZ_##name)
39 TEST(decoder) {
57 TEST(disasm) {
79 // test script to timeout. After enabling them, they are best run individually
87 TEST(decoder_pedantic) {
88 // Test the entire instruction space.
101 TEST(disasm_pedantic) {
102 // Test the entire instruction space. Warning: takes about 30 minutes on a
  /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...]
  /external/chromium_org/third_party/leveldatabase/src/db/
log_test.cc 238 TEST(LogTest, Empty) {
242 TEST(LogTest, ReadWrite) {
255 TEST(LogTest, ManyBlocks) {
265 TEST(LogTest, Fragmentation) {
275 TEST(LogTest, MarginalTrailer) {
288 TEST(LogTest, MarginalTrailer2) {
301 TEST(LogTest, ShortTrailer) {
313 TEST(LogTest, AlignedEof) {
321 TEST(LogTest, RandomRead) {
336 TEST(LogTest, ReadError)
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 43 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) {
54 TEST(AddressSanitizer, SimpleDeathTest) {
58 TEST(AddressSanitizer, VariousMallocsTest) {
91 TEST(AddressSanitizer, CallocTest) {
97 TEST(AddressSanitizer, CallocReturnsZeroMem) {
111 // FIXME: OOM on Windows. We should just make this a lit test
121 TEST(AddressSanitizer, VallocTest) {
129 TEST(AddressSanitizer, PvallocTest) {
165 TEST(AddressSanitizer, DISABLED_TSDTest) {
175 TEST(AddressSanitizer, UAF_char)
    [all...]
  /external/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...]
  /bionic/tests/
inttypes_test.cpp 22 TEST(inttypes, misc) {
42 TEST(inttypes, wcstoimax) {
46 TEST(inttypes, wcstoumax) {
  /external/chromium_org/base/memory/
ref_counted_unittest.cc 46 TEST(RefCountedUnitTest, TestSelfAssignment) {
53 TEST(RefCountedUnitTest, ScopedRefPtrMemberAccess) {
57 TEST(RefCountedUnitTest, ScopedRefPtrToSelf) {
  /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/components/storage_monitor/
storage_info_unittest.cc 16 // Test to verify |MakeDeviceId| functionality using a sample
18 TEST(StorageInfoTest, MakeMtpDeviceId) {
24 // Test to verify |CrackDeviceId| functionality using a sample
26 TEST(StorageInfoTest, CrackMtpDeviceId) {
34 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/media/cast/test/utility/
audio_utility_unittest.cc 6 #include "media/cast/test/utility/audio_utility.h"
11 namespace test { namespace in namespace:media::cast
14 TEST(AudioTimestampTest, Small) {
25 TEST(AudioTimestampTest, Negative) {
32 TEST(AudioTimestampTest, CheckPhase) {
46 } // namespace test
  /external/chromium_org/mojo/apps/js/test/
run_apps_js_tests.cc 10 #include "gin/test/file_runner.h"
11 #include "gin/test/gtest.h"
36 void RunTest(std::string test, bool run_until_idle) {
43 .AppendASCII(test);
50 TEST(JSTest, sample_test) {
54 TEST(JSTest, connection) {
58 TEST(JSTest, monotonic_clock) {
  /external/chromium_org/net/base/
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/WebKit/Source/wtf/
DoubleBufferedDequeTest.cpp 12 typedef testing::Test DoubleBufferedDequeTest;
14 TEST(DoubleBufferedDequeTest, TestIsEmpty)
23 TEST(DoubleBufferedDequeTest, TestIsEmptyAfterSwapBuffers)
32 TEST(DoubleBufferedDequeTest, TestDoubleBuffering)
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
region_data_test.cc 26 TEST(RegionDataTest, NoParentByDefault) {
32 TEST(RegionDataTest, NoSubRegionsByDefault) {
38 TEST(RegionDataTest, SubRegionGetsParent) {
  /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/third_party/webrtc/modules/
module_common_types_unittest.cc 17 TEST(IsNewerSequenceNumber, Equal) {
21 TEST(IsNewerSequenceNumber, NoWrap) {
27 TEST(IsNewerSequenceNumber, ForwardWrap) {
34 TEST(IsNewerSequenceNumber, BackwardWrap) {
41 TEST(IsNewerTimestamp, Equal) {
45 TEST(IsNewerTimestamp, NoWrap) {
51 TEST(IsNewerTimestamp, ForwardWrap) {
58 TEST(IsNewerTimestamp, BackwardWrap) {
65 TEST(LatestSequenceNumber, NoWrap) {
75 TEST(LatestSequenceNumber, Wrap)
    [all...]
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_manager_unittest.cc 20 #include "webrtc/test/channel_transport/udp_socket_manager_wrapper.h"
21 #include "webrtc/test/channel_transport/udp_socket_wrapper.h"
24 namespace test { namespace in namespace:webrtc
26 TEST(UdpSocketManager, CreateCallsInitAndDoesNotLeakMemory) {
38 TEST(UdpSocketManager, AddAndRemoveSocketDoesNotLeakMemory) {
60 TEST(UdpSocketManager, UnremovedSocketsGetCollectedAtManagerDeletion) {
62 // It's hard to test an infinite wait, so we don't.
83 } // namespace test
  /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) {

Completed in 3029 milliseconds

<<11121314151617181920>>