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

<<11121314151617181920>>

  /external/chromium/testing/gtest/samples/
sample9_unittest.cc 31 // This sample shows how to use Google Test listener API to implement
33 // to enumerate test cases and tests and to inspect their results.
41 using ::testing::Test;
54 // Called before any test activity starts.
57 // Called after all test activities have ended.
59 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED");
63 // Called before a test starts.
66 "*** Test %s.%s starting.\n",
83 // Called after a test ends.
86 "*** Test %s.%s ending.\n"
    [all...]
  /external/compiler-rt/lib/tsan/unit_tests/
tsan_platform_test.cc 53 TEST(Platform, ThreadInfoMain) {
57 TEST(Platform, ThreadInfoWorker) {
63 TEST(Platform, FileOps) {
tsan_stack_test.cc 44 TEST(StackTrace, Basic) {
50 TEST(StackTrace, StaticBasic) {
59 TEST(StackTrace, StaticTrim) {
  /external/gtest/samples/
sample9_unittest.cc 31 // This sample shows how to use Google Test listener API to implement
33 // to enumerate test cases and tests and to inspect their results.
41 using ::testing::Test;
54 // Called before any test activity starts.
57 // Called after all test activities have ended.
59 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED");
63 // Called before a test starts.
66 "*** Test %s.%s starting.\n",
83 // Called after a test ends.
86 "*** Test %s.%s ending.\n"
    [all...]
  /external/llvm/unittests/ADT/
PackedVectorTest.cpp 21 TEST(PackedVectorTest, Operation) {
79 TEST(PackedVectorTest, UnsignedValues) {
95 TEST(PackedVectorTest, SignedValues) {
  /external/llvm/unittests/Support/
EndianTest.cpp 22 TEST(Endian, Read) {
35 TEST(Endian, Write) {
60 TEST(Endian, PackedEndianSpecificIntegral) {
  /external/protobuf/gtest/samples/
sample9_unittest.cc 31 // This sample shows how to use Google Test listener API to implement
33 // to enumerate test cases and tests and to inspect their results.
41 using ::testing::Test;
54 // Called before any test activity starts.
57 // Called after all test activities have ended.
59 fprintf(stdout, "TEST %s\n", unit_test.Passed() ? "PASSED" : "FAILED");
63 // Called before a test starts.
66 "*** Test %s.%s starting.\n",
83 // Called after a test ends.
86 "*** Test %s.%s ending.\n"
    [all...]
  /external/stlport/test/eh/
como-linux.mak 29 TEST = ./eh_test.out
39 check: $(TEST)
45 $(TEST) : $(TEST_EXE)
  /external/v8/test/cctest/
test-conversions.cc 13 TEST(Hex) {
31 TEST(Octal) {
53 TEST(MalformedOctal) {
87 TEST(TrailingJunk) {
99 TEST(NonStrDecimalLiteral) {
108 TEST(IntegerStrLiteral) {
129 TEST(LongNumberStr) {
157 TEST(MaximumSignificantDigits) {
182 TEST(MinimumExponent) {
184 // Same test but with different point-position
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
DragImageTest.cpp 102 TEST(DragImageTest, NullHandling)
114 TEST(DragImageTest, NonNullHandling)
132 TEST(DragImageTest, CreateDragImage)
PODIntervalTreeTest.cpp 59 TEST(PODIntervalTreeTest, TestInsertion)
66 TEST(PODIntervalTreeTest, TestInsertionAndQuery)
77 TEST(PODIntervalTreeTest, TestQueryAgainstZeroSizeInterval)
100 TEST(PODIntervalTreeTest, TestDuplicateElementInsertion)
143 TEST(PODIntervalTreeTest, TestInsertionOfComplexUserData)
153 TEST(PODIntervalTreeTest, TestQueryingOfComplexUserData)
200 TEST(PODIntervalTreeTest, TestTreeDoesNotRequireMostOperators)
207 // Uncomment to debug a failure of the insertion and deletion test. Won't work
245 ASSERT_TRUE(tree.contains(addedElements[index])) << "Test failed for seed " << seed;
249 ASSERT_TRUE(tree.checkInvariants()) << "Test failed for seed " << seed
    [all...]
  /external/chromium/base/
string16_unittest.cc 15 TEST(String16Test, OutputStream) {
16 // Basic stream test.
task_queue_unittest.cc 59 TEST(TaskQueueTest, RunNoTasks) {
67 TEST(TaskQueueTest, RunTasks) {
87 TEST(TaskQueueTest, ClearTasks) {
111 TEST(TaskQueueTest, OneTaskQueuesMore) {
task_unittest.cc 43 TEST(TaskTest, TestCancelInDestructor) {
  /external/chromium/base/synchronization/
waitable_event_unittest.cc 12 TEST(WaitableEventTest, ManualBasics) {
30 TEST(WaitableEventTest, AutoBasics) {
51 TEST(WaitableEventTest, WaitManyShortcut) {
89 TEST(WaitableEventTest, WaitMany) {
  /external/chromium/base/threading/
platform_thread_unittest.cc 29 TEST(PlatformThreadTest, Trivial) {
39 TEST(PlatformThreadTest, TrivialTimesTen) {
75 TEST(PlatformThreadTest, Function) {
88 TEST(PlatformThreadTest, FunctionTimesTen) {
  /external/chromium/base/win/
object_watcher_unittest.cc 124 TEST(ObjectWatcherTest, BasicSignal) {
130 TEST(ObjectWatcherTest, BasicCancel) {
136 TEST(ObjectWatcherTest, CancelAfterSet) {
142 TEST(ObjectWatcherTest, OutlivesMessageLoop) {
  /external/chromium/chrome/browser/autofill/
address_unittest.cc 13 // Test that the getters and setters for country code are working.
14 TEST(AddressTest, CountryCode) {
25 // Test that country codes are properly decoded as country names.
26 TEST(AddressTest, GetCountry) {
43 // Test that we properly detect country codes appropriate for each country.
44 TEST(AddressTest, SetCountry) {
48 // Test basic conversion.
54 // Test basic synonym detection.
60 // Test case-insensitivity.
66 // Test country code detection
    [all...]
  /external/chromium/chrome/browser/sync/util/
protobuf_unittest.cc 8 #include "chrome/browser/sync/protocol/test.pb.h"
13 TEST(SyncProtobufTest, TestUnknownFields) {
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui_unittest.cc 19 // This set of strings to test was generated from
22 TEST(EnterpriseEnrollmentResources, SharedStringsCheck) {
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator_unittest.cc 17 class GaiaAuthenticatorTest : public testing::Test { };
39 TEST(GaiaAuthenticatorTest, TestNewlineAtEndOfAuthTokenRemoved) {
  /external/chromium/chrome/common/
switch_utils_unittest.cc 11 TEST(SwitchUtilsTest, RemoveSwitches) {
20 L" --import-from-file=c:\\test.html"
31 "--import-from-file=c:\\test.html",
  /external/chromium/googleurl/src/
gurl_unittest.cc 35 // GURLTest.Types test.
45 TEST(GURLTest, Types) {
66 // Test the basic creation and querying of components in a GURL. We assume
69 TEST(GURLTest, Components) {
89 TEST(GURLTest, Empty) {
105 TEST(GURLTest, Copy) {
139 TEST(GURLTest, Invalid) {
155 TEST(GURLTest, Resolve) {
157 // canonicalizer unit test. Here, we just test that the GURL integratio
    [all...]
  /external/chromium/net/base/
net_log_unittest.cc 14 TEST(NetLog, ScopedNetLogEventTest) {
  /external/compiler-rt/lib/tsan/rtl_tests/
tsan_test.cc 20 TEST(ThreadSanitizer, FuncCall) {

Completed in 340 milliseconds

<<11121314151617181920>>