HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 76 - 100 of 348) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/base/
event_trace_provider_win_unittest.cc 23 TEST(EtwTraceProviderTest, ToleratesPreCreateInvocations) {
70 TEST(EtwTraceProviderTest, Initialize) {
79 TEST(EtwTraceProviderTest, Register) {
88 TEST(EtwTraceProviderTest, RegisterWithNoNameFails) {
94 TEST(EtwTraceProviderTest, Enable) {
gmock_unittest.cc 5 // This test is a simple sanity check to make sure gmock is able to build/link
65 TEST(GmockTest, SimpleMatchAndActions) {
66 // Basic test of some simple gmock matchers, actions, and cardinality
83 TEST(GmockTest, AssignArgument) {
95 TEST(GmockTest, SideEffects) {
107 TEST(GmockTest, CustomAction_ReturnSecond) {
108 // Test a mock of the ReturnSecond behavior using an action that provides an
123 TEST(GmockTest, CustomAction_ReturnVal) {
waitable_event_watcher_unittest.cc 130 TEST(WaitableEventWatcherTest, BasicSignal) {
136 TEST(WaitableEventWatcherTest, BasicCancel) {
142 TEST(WaitableEventWatcherTest, CancelAfterSet) {
148 TEST(WaitableEventWatcherTest, OutlivesMessageLoop) {
154 TEST(WaitableEventWatcherTest, DeleteUnder) {
string_tokenizer_unittest.cc 11 class StringTokenizerTest : public testing::Test {};
14 TEST(StringTokenizerTest, Simple) {
15 string input = "this is a test";
28 EXPECT_EQ(string("test"), t.token());
33 TEST(StringTokenizerTest, Reset) {
34 string input = "this is a test";
48 EXPECT_EQ(string("test"), t.token());
55 TEST(StringTokenizerTest, RetDelims) {
56 string input = "this is a test";
79 EXPECT_EQ(string("test"), t.token())
    [all...]
time_unittest.cc 16 // Test conversions to/from time_t and exploding/unexploding.
17 TEST(Time, TimeT) {
32 // This will test both our exploding and our time_t -> Time conversion.
55 TEST(Time, ZeroIsSymmetric) {
62 TEST(Time, LocalExplode) {
75 TEST(Time, UTCExplode) {
84 TEST(Time, LocalMidnight) {
93 TEST(TimeTicks, Deltas) {
120 TEST(TimeTicks, HighResNow) {
128 TEST(TimeDelta, FromAndIn)
    [all...]
utf_string_conversions_unittest.cc 48 // Test characters that take more than 16 bits. This will depend on whether
63 TEST(UTFStringConversionsTest, ConvertUTF8AndWide) {
65 // agrees on the conversion. This uses the stream operators to test them
77 TEST(UTFStringConversionsTest, ConvertUTF8AndWideEmptyString) {
86 TEST(UTFStringConversionsTest, ConvertUTF8ToWide) {
125 // Manually test an embedded NULL.
140 // This test is only valid when wchar_t == UTF-16.
141 TEST(UTFStringConversionsTest, ConvertUTF16ToUTF8) {
149 // Test a non-BMP character.
172 // This test is only valid when wchar_t == UTF-32
    [all...]
pickle_unittest.cc 61 TEST(PickleTest, EncodeDecode) {
71 // Over allocate BeginWriteData so we can test TrimWriteData.
80 // test copy constructor
84 // test operator=
90 TEST(PickleTest, ZeroLenStr) {
100 TEST(PickleTest, ZeroLenWStr) {
110 TEST(PickleTest, BadLenStr) {
119 TEST(PickleTest, BadLenWStr) {
128 TEST(PickleTest, FindNext) {
141 TEST(PickleTest, IteratorHasRoom)
    [all...]
sha1_unittest.cc 12 TEST(SHA1Test, Test1) {
27 TEST(SHA1Test, Test2) {
43 TEST(SHA1Test, Test3) {
leak_tracker_unittest.cc 24 TEST(LeakTrackerTest, NotEnabled) {
39 TEST(LeakTrackerTest, Basic) {
69 TEST(LeakTrackerTest, LinkedList) {
100 TEST(LeakTrackerTest, NoOpCheckForLeaks) {
object_watcher_unittest.cc 121 TEST(ObjectWatcherTest, BasicSignal) {
127 TEST(ObjectWatcherTest, BasicCancel) {
133 TEST(ObjectWatcherTest, CancelAfterSet) {
139 TEST(ObjectWatcherTest, OutlivesMessageLoop) {
  /external/chromium/net/base/
mime_util_unittest.cc 10 class MimeUtilTest : public testing::Test {
14 TEST(MimeUtilTest, ExtensionTest) {
38 TEST(MimeUtilTest, FileTest) {
64 TEST(MimeUtilTest, LookupTypes) {
76 TEST(MimeUtilTest, MatchesMimeType) {
102 TEST(MimeUtilTest, ParseCodecString) {
  /external/chromium/net/ftp/
ftp_util_unittest.cc 15 TEST(FtpUtilTest, UnixFilePathToVMS) {
39 TEST(FtpUtilTest, UnixDirectoryPathToVMS) {
72 TEST(FtpUtilTest, VMSPathToUnix) {
104 TEST(FtpUtilTest, LsDateListingToTime) {
124 // Test date listings in German, we should support them for FTP servers
132 SCOPED_TRACE(StringPrintf("Test[%" PRIuS "]: %s %s %s", i,
153 TEST(FtpUtilTest, GetStringPartAfterColumns) {
171 SCOPED_TRACE(StringPrintf("Test[%" PRIuS "]: %s %d",
  /external/webkit/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 26 #include "Test.h"
97 TEST(WebViewDestruction, NoInitWithFrame)
105 TEST(WebViewDestruction, CloseWithoutInitWithFrame)
116 TEST(WebViewDestruction, NoCloseOrDestroyViewWindow)
127 TEST(WebViewDestruction, CloseWithoutDestroyViewWindow)
139 TEST(WebViewDestruction, DestroyViewWindowWithoutClose)
151 TEST(WebViewDestruction, CloseThenDestroyViewWindow)
164 TEST(WebViewDestruction, DestroyViewWindowThenClose)
177 TEST(WebViewDestruction, DestroyHostWindow)
189 TEST(WebViewDestruction, DestroyHostWindowThenClose
    [all...]
  /external/chromium/net/proxy/
proxy_server_unittest.cc 9 // Test the creation of ProxyServer using ProxyServer::FromURI, which parses
12 TEST(ProxyServerTest, FromURI) {
165 TEST(ProxyServerTest, DefaultConstructor) {
170 // Test parsing of the special URI form "direct://". Analagous to the "DIRECT"
172 TEST(ProxyServerTest, Direct) {
181 // Test parsing some invalid inputs.
182 TEST(ProxyServerTest, Invalid) {
205 // Test that LWS (SP | HT) is disregarded from the ends.
206 TEST(ProxyServerTest, Whitespace) {
220 // Test parsing a ProxyServer from a PAC representation
    [all...]
proxy_list_unittest.cc 12 // Test parsing from a PAC string.
13 TEST(ProxyListTest, SetFromPacString) {
64 TEST(ProxyListTest, RemoveProxiesWithoutScheme) {
90 TEST(ProxyListTest, DeprioritizeBadProxies) {
92 // the test depending on the current time.)
  /external/chromium/net/disk_cache/
bitmap_unittest.cc 8 TEST(BitmapTest, OverAllocate) {
9 // Test that we don't over allocate on boundaries.
17 TEST(BitmapTest, DefaultConstructor) {
25 TEST(BitmapTest, Basics) {
29 // Test proper allocation size.
33 // Test Set/GetMapElement.
38 // Test Set/Get.
57 TEST(BitmapTest, Toggle) {
68 TEST(BitmapTest, Resize) {
89 TEST(BitmapTest, Map)
    [all...]
  /external/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 50 TEST(ReflectionOpsTest, SanityCheck) {
57 TEST(ReflectionOpsTest, Copy) {
71 TEST(ReflectionOpsTest, CopyExtensions) {
81 TEST(ReflectionOpsTest, Merge) {
83 // test already tested most of this.
89 // This field will test merging into an empty spot.
108 TEST(ReflectionOpsTest, MergeExtensions) {
110 // test already tested most of this.
116 // This field will test merging into an empty spot.
138 TEST(ReflectionOpsTest, MergeUnknown)
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/tests/
pmemalloc_test.cpp 125 TEST(test_pmem_userspace_allocator, testInitPmemAreaLockedWithSuccessfulCompletion) {
170 TEST(test_pmem_userspace_allocator, testInitPmemAreaLockedWthEnomemOnMmap) {
196 TEST(test_pmem_userspace_allocator, testInitPmemAreaLockedWthEaccesOnGetPmemTotalSize) {
221 TEST(test_pmem_userspace_allocator, testInitPmemAreaLockedWithEaccesOnOpenMaster) {
234 TEST(test_pmem_userspace_allocator, testInitPmemAreaWithSuccessfulInitialCompletion) {
247 TEST(test_pmem_userspace_allocator, testInitPmemAreaWithEaccesOnInitLocked) {
258 TEST(test_pmem_userspace_allocator, testInitPmemAreaAfterSuccessfulInitialCompletion) {
272 TEST(test_pmem_userspace_allocator, testInitPmemAreaAfterFailedInit) {
318 TEST(test_pmem_userspace_allocator, testAllocPmemBufferWithSuccessfulCompletionWithNoFlags) {
345 TEST(test_pmem_userspace_allocator, testAllocPmemBufferWithSuccessfulCompletionWithAllFlags)
    [all...]
  /external/stlport/test/eh/
como.mak 26 TEST = ./eh_test.out
37 check: $(TEST)
43 $(TEST) : $(TEST_EXE)
deccxx.mak 31 TEST = eh_test.out
42 # This is to test with native STL
51 check: $(TEST)
53 $(TEST) : $(OBJECTS)
sgi_mipspro.mak 30 TEST = eh_test.out
43 check: $(TEST)
45 $(TEST) : $(OBJECTS)
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) {
30 TEST(Octal) {
47 TEST(MalformedOctal) {
80 TEST(TrailingJunk) {
86 TEST(NonStrDecimalLiteral) {
99 TEST(BitField) {
test-ast.cc 37 TEST(List) {
60 TEST(RemoveLast) {
89 TEST(DeleteEmpty) {
  /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...]

Completed in 743 milliseconds

1 2 34 5 6 7 8 91011>>