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

<<11121314151617181920>>

  /external/chromium/net/base/
cookie_monster_unittest.cc 30 class ParsedCookieTest : public testing::Test { };
31 class CookieMonsterTest : public testing::Test { };
33 // Helper for DeleteAllForHost test; repopulates CM with same layout
120 TEST(ParsedCookieTest, TestBasic) {
128 TEST(ParsedCookieTest, TestQuoted) {
172 TEST(ParsedCookieTest, TestNameless) {
182 TEST(ParsedCookieTest, TestAttributeCase) {
194 TEST(ParsedCookieTest, TestDoubleQuotedNameless) {
205 TEST(ParsedCookieTest, QuoteOffTheEnd) {
213 TEST(ParsedCookieTest, MissingName)
    [all...]
escape_unittest.cc 64 TEST(EscapeTest, EscapeTextForFormSubmission) {
87 // Test all the values in we're supposed to be escaping.
128 TEST(EscapeTest, EscapePath) {
143 TEST(EscapeTest, EscapeUrlEncodedData) {
158 TEST(EscapeTest, UnescapeURLComponentASCII) {
199 // Test the NULL character unescaping (which wouldn't work above since those
203 input.append("%00%39Test");
209 expected.append("9Test");
215 expected.append("%009Test");
219 TEST(EscapeTest, UnescapeURLComponent)
    [all...]
  /external/chromium/base/
linked_list_unittest.cc 64 TEST(LinkedList, Empty) {
71 TEST(LinkedList, Append) {
106 TEST(LinkedList, RemoveFromList) {
181 TEST(LinkedList, InsertBefore) {
218 TEST(LinkedList, InsertAfter) {
255 TEST(LinkedList, MultipleInheritanceNode) {
string_util_unittest.cc 35 {L"\t\rTest String\n", TRIM_ALL, L"Test String", TRIM_ALL},
36 {L"\x2002Test String\x00A0\x3000", TRIM_ALL, L"Test String", TRIM_ALL},
53 {"\t\rTest String\n", TRIM_ALL, "Test String", TRIM_ALL},
58 // Helper used to test TruncateUTF8ToByteSize.
68 TEST(StringUtilTest, TruncateUTF8ToByteSize) {
170 // Variants on the previous test
227 TEST(StringUtilTest, TrimWhitespace) {
236 // Test that TrimWhitespace() can take the same string for input and output
237 output = L" This is a test \r\n";
239 EXPECT_EQ(L"This is a test", output)
    [all...]
  /external/chromium/chrome/browser/prefs/
command_line_pref_store_unittest.cc 45 TEST(CommandLinePrefStoreTest, SimpleStringPref) {
59 TEST(CommandLinePrefStoreTest, SimpleBooleanPref) {
69 TEST(CommandLinePrefStoreTest, NoPrefs) {
81 TEST(CommandLinePrefStoreTest, MultipleSwitches) {
111 TEST(CommandLinePrefStoreTest, ProxySwitchValidation) {
142 TEST(CommandLinePrefStoreTest, ManualProxyModeInference) {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util_unittest.cc 26 TEST(SafeBrowsingUtilTest, UrlParsing) {
66 TEST(SafeBrowsingUtilTest, CanonicalizeUrl) {
265 SCOPED_TRACE(StringPrintf("Test: %s", tests[i].input_url));
283 TEST(SafeBrowsingUtilTest, GetUrlHashIndex) {
298 TEST(SafeBrowsingUtilTest, ListIdListNameConversion) {
331 TEST(SafeBrowsingUtilTest, ListIdVerification) {
338 TEST(SafeBrowsingUtilTest, StringToSBFullHashAndSBFullHashToString) {
  /external/chromium/chrome/browser/ui/tabs/
dock_info_unittest.cc 19 TEST(DockInfoTest, IsCloseToPoint) {
52 TEST(DockInfoTest, IsCloseToMonitorPoint) {
102 TEST(DockInfoTest, IsValidForPoint) {
124 TEST(DockInfoTest, equals) {
132 TEST(DockInfoTest, CheckMonitorPoint) {
161 TEST(DockInfoTest, GetPopupRect) {
  /external/chromium/chrome/common/
common_param_traits_unittest.cc 22 TEST(IPCMessageTest, Serialize) {
38 // We want to test each component individually to make sure its range was
52 // Also test the corrupt case.
61 TEST(IPCMessageTest, Pair) {
77 TEST(IPCMessageTest, Bitmap) {
99 // Also test the corrupt case.
118 TEST(IPCMessageTest, ListValue) {
133 // Also test the corrupt case.
140 TEST(IPCMessageTest, DictionaryValue) {
167 // Also test the corrupt case
    [all...]
  /external/openssh/regress/
Makefile 132 test "${TEST_SSH_ECC}" != yes || \
136 test "${TEST_SSH_ECC}" != yes || \
138 test "${TEST_SSH_ECC}" != yes || \
143 for TEST in ""$?; do \
144 echo "run test $${TEST}" ... 1>&2; \
145 (env SUDO="${SUDO}" TEST_ENV=${TEST_ENV} sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/$${TEST}) || exit $$?; \
150 for TEST in ""$?; do \
151 echo "run test $${TEST}" ... 1>&2;
    [all...]
  /external/protobuf/gtest/test/
gtest-options_test.cc 32 // Google Test UnitTestOptions tests
35 // Google Test. They are subject to change without notice.
49 // Indicates that this translation unit is part of Google Test's
69 TEST(XmlOutputTest, GetOutputFormatDefault) {
74 TEST(XmlOutputTest, GetOutputFormat) {
79 TEST(XmlOutputTest, GetOutputFileDefault) {
85 TEST(XmlOutputTest, GetOutputFileSingleFile) {
91 TEST(XmlOutputTest, GetOutputFileFromDirectoryPath) {
109 // TODO(wan@google.com): libtool causes the test binary file to be
130 TEST(OutputFileHelpersTest, GetCurrentExecutableName)
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 57 // Test operations on a RepeatedField which is small enough that it does
59 TEST(RepeatedField, Small) {
93 // Test operations on a RepeatedField which is large enough to allocate a
95 TEST(RepeatedField, Large) {
112 // Test swapping between various types of RepeatedFields.
113 TEST(RepeatedField, SwapSmallSmall) {
128 TEST(RepeatedField, SwapLargeSmall) {
148 TEST(RepeatedField, SwapLargeLarge) {
183 TEST(RepeatedField, ReserveMoreThanDouble) {
192 TEST(RepeatedField, ReserveLessThanDouble)
    [all...]
  /external/stlport/test/eh/
egcs.mak 26 TEST = ./eh_test.out
45 check: $(TEST)
51 $(TEST) : $(TEST_EXE)
gcc7.mak 32 TEST = ./eh_test.out
41 check: $(TEST)
57 $(TEST) : $(TEST_EXE)
hp.mak 35 TEST = eh_test.out
46 check: $(TEST)
54 $(TEST) : $(TEST_EXE)
kai.mak 26 TEST = eh_test.out
33 # This is to test with native STL
36 # This is to test with STLport iostreams
41 check: $(TEST)
43 $(TEST) : $(OBJECTS)
sunpro-64.mak 28 TEST = eh_test.out
35 # This is to test with native STL
45 check: $(TEST)
47 $(TEST) : $(OBJECTS)
sunpro.mak 28 TEST = eh_test.out
37 # This is to test with native STL
47 check: $(TEST)
49 $(TEST) : $(OBJECTS)
sunpro42.mak 31 TEST = eh_test.out
45 check: $(TEST)
47 $(TEST) : $(OBJECTS)
  /external/v8/test/cctest/
test-utils.cc 39 TEST(Utils1) {
61 TEST(SNPrintF) {
106 TEST(MemCopy) {
139 TEST(Collector) {
169 TEST(SequenceCollector) {
200 TEST(SequenceCollectorRegression) {
test-decls.cc 202 // Test global declaration of a property the interceptor doesn't know
204 TEST(Unknown) {
259 TEST(Present) {
313 TEST(Absent) {
403 TEST(Appearing) {
495 TEST(Reappearing) {
523 TEST(ExistsInPrototype) {
585 TEST(AbsentInPrototype) {
  /external/valgrind/main/memcheck/tests/
err_disable1.stderr.exp 2 --------- SIMPLE TEST ---------
28 --------- MULTI-LEVEL TEST (expect 2) ---------
45 --------- MULTI-LEVEL TEST end ---------
  /external/chromium/net/spdy/
spdy_protocol_test.cc 45 // Test our protocol constants
46 TEST(SpdyProtocolTest, ProtocolConstants) {
68 // Test some of the protocol helper functions
69 TEST(SpdyProtocolTest, FrameStructs) {
84 TEST(SpdyProtocolTest, DataFrameStructs) {
90 TEST(SpdyProtocolTest, ControlFrameStructs) {
144 TEST(SpdyProtocolTest, TestDataFrame) {
186 // Test various types of SETTINGS frames.
187 TEST(SpdyProtocolTest, TestSpdySettingsFrame) {
236 TEST(SpdyProtocolDeathTest, TestDataFrame)
    [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-function-mockers_test.cc 51 // mock for a function with const arguments, so we don't test such
159 class FunctionMockerTest : public testing::Test {
323 TEST(ExpectCallTest, UnmentionedFunctionCanBeCalledAnyNumberOfTimes) {
370 TEST(TemplateMockTest, Works) {
423 TEST(TemplateMockTestWithCallType, Works) {
461 TEST(OverloadedMockMethodTest, CanOverloadOnArgNumberInMacroBody) {
486 TEST(OverloadedMockMethodTest, CanOverloadOnConstnessInMacroBody) {
496 TEST(MockFunctionTest, WorksForVoidNullary) {
502 TEST(MockFunctionTest, WorksForNonVoidNullary) {
511 TEST(MockFunctionTest, WorksForVoidUnary)
    [all...]
  /external/chromium/webkit/glue/
cpp_variant_unittest.cc 84 TEST(CppVariantTest, NewVariantHasNullType) {
89 TEST(CppVariantTest, SetNullSetsType) {
96 TEST(CppVariantTest, CopyConstructorDoesDeepCopy) {
98 source.Set("test string");
110 TEST(CppVariantTest, CopyConstructorIncrementsRefCount) {
125 TEST(CppVariantTest, AssignmentDoesDeepCopy) {
127 source.Set("test string");
140 TEST(CppVariantTest, AssignmentIncrementsRefCount) {
157 TEST(CppVariantTest, DestroyingCopyDoesNotCorruptSource) {
159 source.Set("test string")
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator64_test.cc 26 TEST(SanitizerCommon, DefaultSizeClassMap) {
55 TEST(SanitizerCommon, SizeClassAllocator64) {
102 TEST(SanitizerCommon, SizeClassAllocator64MetadataStress) {
137 TEST(SanitizerCommon, SizeClassAllocator64Overflow) {
142 TEST(SanitizerCommon, LargeMmapAllocator) {
184 TEST(SanitizerCommon, CombinedAllocator) {
234 TEST(SanitizerCommon, SizeClassAllocatorLocalCache) {

Completed in 1203 milliseconds

<<11121314151617181920>>