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

1 2 3 45 6 7 8 91011>>

  /external/chromium/base/
string16_unittest.cc 14 TEST(String16Test, OutputStream) {
15 // Basic stream test.
waitable_event_unittest.cc 14 typedef testing::Test WaitableEventTest;
17 TEST(WaitableEventTest, ManualBasics) {
35 TEST(WaitableEventTest, AutoBasics) {
56 TEST(WaitableEventTest, WaitManyShortcut) {
94 TEST(WaitableEventTest, WaitMany) {
bits_unittest.cc 13 TEST(BitsTest, Log2Floor) {
30 TEST(BitsTest, Log2Ceiling) {
scoped_temp_dir_unittest.cc 9 TEST(ScopedTempDir, FullPath) {
43 TEST(ScopedTempDir, TempDir) {
version_unittest.cc 11 TEST(Version, GetVersionFromString) {
37 TEST(Version, Compare) {
sys_string_conversions_unittest.cc 21 TEST(SysStrings, SysWideToUTF8) {
38 // Test embedded NULLs.
50 TEST(SysStrings, SysUTF8ToWide) {
64 // Test embedded NULLs.
95 TEST(SysStrings, SysWideToNativeMB) {
113 // Test embedded NULLs.
125 // We assume the test is running in a UTF8 locale.
126 TEST(SysStrings, SysNativeMBToWide) {
141 // Test embedded NULLs.
167 // Test characters that take more than 16 bits. This will depend on whethe
    [all...]
time_win_unittest.cc 63 TEST(TimeTicks, WinRollover) {
65 // timer to test this case.
66 // Basic test algorithm:
110 TEST(TimeTicks, SubMillisecondTimers) {
132 TEST(TimeTicks, TimeGetTimeCaps) {
133 // Test some basic assumptions that we expect about how timeGetDevCaps works.
151 TEST(TimeTicks, QueryPerformanceFrequency) {
152 // Test some basic assumptions that we expect about QPC.
162 TEST(TimeTicks, TimerPerformance) {
164 // Note: This is a somewhat arbitrary test
    [all...]
timer_unittest.cc 276 // Each test is run against each type of MessageLoop. That way we are sure
279 TEST(TimerTest, OneShotTimer) {
285 TEST(TimerTest, OneShotTimer_Cancel) {
293 TEST(TimerTest, OneShotSelfDeletingTimer) {
299 TEST(TimerTest, RepeatingTimer) {
305 TEST(TimerTest, RepeatingTimer_Cancel) {
311 TEST(TimerTest, DelayTimer_NoCall) {
317 TEST(TimerTest, DelayTimer_OneCall) {
324 TEST(TimerTest, FLAKY_DelayTimer_Reset) {
330 TEST(TimerTest, DelayTimer_Deleted)
    [all...]
  /external/chromium/googleurl/src/
gurl_unittest.cc 38 TEST(GURLTest, Types) {
65 // Test the basic creation and querying of components in a GURL. We assume
68 TEST(GURLTest, Components) {
88 TEST(GURLTest, Empty) {
104 TEST(GURLTest, Copy) {
138 TEST(GURLTest, Invalid) {
154 TEST(GURLTest, Resolve) {
156 // canonicalizer unit test. Here, we just test that the GURL integration
193 TEST(GURLTest, GetOrigin)
    [all...]
  /external/chromium/net/base/
cookie_monster_perftest.cc 12 class ParsedCookieTest : public testing::Test { };
13 class CookieMonsterTest : public testing::Test { };
19 TEST(ParsedCookieTest, TestParseCookies) {
29 TEST(ParsedCookieTest, TestParseBigCookies) {
42 TEST(CookieMonsterTest, TestAddCookiesOnSingleHost) {
69 TEST(CookieMonsterTest, TestAddCookieOnManyHosts) {
cookie_monster_unittest.cc 22 class ParsedCookieTest : public testing::Test { };
23 class CookieMonsterTest : public testing::Test { };
27 TEST(ParsedCookieTest, TestBasic) {
35 TEST(ParsedCookieTest, TestQuoted) {
79 TEST(ParsedCookieTest, TestNameless) {
89 TEST(ParsedCookieTest, TestAttributeCase) {
101 TEST(ParsedCookieTest, TestDoubleQuotedNameless) {
112 TEST(ParsedCookieTest, QuoteOffTheEnd) {
120 TEST(ParsedCookieTest, MissingName) {
128 TEST(ParsedCookieTest, MissingValue)
    [all...]
  /external/v8/test/cctest/
test-threads.cc 35 TEST(Preemption) {
test-list.cc 56 TEST(ListAdd) {
69 // Test that we can add all elements from a list to another list.
70 TEST(ListAddAll) {
test-platform-linux.cc 55 TEST(BusyLock) {
69 TEST(VirtualMemory) {
test-platform-nullos.cc 55 TEST(BusyLock) {
69 TEST(VirtualMemory) {
test-utils.cc 38 TEST(Utils1) {
60 TEST(SNPrintF) {
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
error.js 11 debug('<br /><span class="pass">TEST COMPLETE</span>');
21 debug('<br /><span class="pass">TEST COMPLETE</span>');
  /external/webkit/WebKitTools/WebKitAPITest/
Test.h 33 class Test {
35 ~Test() { }
42 // Use this to define a new test.
43 #define TEST(testCaseName, testName) \
44 class TEST_CLASS_NAME(testCaseName, testName) : public Test { \
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 35 // To test the code generator, we actually use it to generate code for
36 // google/protobuf/unittest.proto, then test that. This means that we
42 // updated for any small change; such a test would be very brittle and probably
43 // not very helpful. What we really want to test is that the code compiles
44 // correctly and produces the interfaces we expect, which is why this test
95 // Test that generated code has proper descriptors:
98 TEST(GeneratedDescriptorTest, IdenticalDescriptors) {
114 // Test that descriptors are generated correctly by converting them to
128 TEST(GeneratedMessageTest, Defaults) {
147 TEST(GeneratedMessageTest, FloatingPointDefaults)
    [all...]
  /external/chromium/net/http/
http_auth_handler_basic_unittest.cc 12 TEST(HttpAuthHandlerBasicTest, GenerateCredentials) {
40 TEST(HttpAuthHandlerBasicTest, InitFromChallenge) {
http_auth_unittest.cc 15 TEST(HttpAuthTest, ChooseBestChallenge) {
98 TEST(HttpAuthTest, ChooseBestChallengeConnectionBased) {
151 TEST(HttpAuthTest, ChallengeTokenizer) {
167 TEST(HttpAuthTest, ChallengeTokenizerNoQuotes) {
183 TEST(HttpAuthTest, ChallengeTokenizerNoValue) {
198 TEST(HttpAuthTest, ChallengeTokenizerMultiple) {
224 TEST(HttpAuthTest, ChallengeTokenizerNoProperty) {
233 TEST(HttpAuthTest, GetChallengeHeaderName) {
243 TEST(HttpAuthTest, GetAuthorizationHeaderName) {
253 TEST(HttpAuthTest, CreateAuthHandler)
    [all...]
  /external/openssl/crypto/dsa/
dsagen.c 62 #define TEST
71 #ifdef TEST
  /external/protobuf/gtest/samples/
sample10_unittest.cc 31 // This sample shows how to use Google Test listener API to implement
41 using ::testing::Test;
75 // destroyed by each test, and reports a failure if a test leaks some Water
77 // the beginning of a test and at the end of a test.
80 // Called before a test starts.
85 // Called after a test ends.
90 // OnTestPartResult. Just use an appropriate Google Test assertion to do
99 TEST(ListenersTest, DoesNotLeak)
    [all...]
  /external/qemu/distrib/
update-audio.sh 55 if test -n "$version"; then
62 if test -z "$GNUMAKE"; then
66 if test -z "$GNUMAKE"; then
70 if test -z "$GNUMAKE"; then
75 TEST=$(is_gnu_make $GNUMAKE)
76 if test -z "$TEST"; then
  /external/chromium/net/ftp/
ftp_auth_cache_unittest.cc 13 TEST(FtpAuthCacheTest, LookupAddRemove) {
60 TEST(FtpAuthCacheTest, LookupWithPort) {
72 TEST(FtpAuthCacheTest, NormalizedKey) {
101 TEST(FtpAuthCacheTest, OnlyRemoveMatching) {
116 TEST(FtpAuthCacheTest, EvictOldEntries) {

Completed in 462 milliseconds

1 2 3 45 6 7 8 91011>>