/external/chromium/chrome/browser/extensions/ |
convert_web_app_unittest.cc | 37 ADD_FAILURE() << "Could not get test data directory."; 51 ADD_FAILURE() << "Could not read test icon."; 59 EXPECT_FALSE(result.data.isNull()) << "Could not decode test icon."; 80 TEST(ExtensionFromWebApp, GenerateVersion) { 92 TEST(ExtensionFromWebApp, Basic) { 145 TEST(ExtensionFromWebApp, Minimal) {
|
/external/chromium/chrome/common/deprecated/ |
event_sys_unittest.cc | 120 TEST(EventSys, Basic) { 132 // Test that disconnect within callback doesn't deadlock. 188 // This test should use chrome threads for testing, but I'll leave it like 190 // want the test passing while I checkpoint my CL. Technically speaking, 205 // necessary for the test. 223 FAIL() << "A test thread exited too early."; 237 TEST(EventSys, Multithreaded) { 254 TEST(EventSys, InHandlerDeletion) {
|
/external/v8/test/cctest/ |
test-alloc.cc | 51 // in order to make the test harder. 109 // Test that we can allocate in old pointer space and code space. 119 static Handle<Object> Test() { 124 TEST(StressHandles) { 128 Handle<Object> o = Test(); 146 TEST(StressJS) { 177 // CodeRange test. 204 TEST(CodeRange) {
|
test-regexp.cc | 139 TEST(Parser) { 377 TEST(ParserRegression) { 399 TEST(Errors) { 485 TEST(CharacterClassEscapes) { 554 TEST(SplayTreeSimple) { 607 TEST(DispatchTableConstruction) { 609 // Initialize test data. 624 // Enter test data into dispatch table. 645 // Test of debug-only syntax. 648 TEST(ParsePossessiveRepetition) [all...] |
test-parsing.cc | 44 TEST(ScanKeywords) { 68 // The scanner should parse Harmony keywords for this test. 108 TEST(ScanHTMLEndComments) { 111 // Regression test. See: 175 TEST(Preparsing) { 239 TEST(StandAlonePreParser) { 278 TEST(StandAlonePreParserNoNatives) { 315 TEST(RegressChromium62639) { 339 TEST(Regress928) { 381 TEST(PreParseOverflow) [all...] |
test-assembler-arm.cc | 58 TEST(0) { 84 TEST(1) { 121 TEST(2) { 167 TEST(3) { 221 TEST(4) { 222 // Test the VFP floating point instructions. 295 // Test vabs. 303 // Test vneg. 356 TEST(5) { 357 // Test the ARMv7 bitfield instructions [all...] |
test-profile-generator.cc | 36 TEST(TokenEnumerator) { 62 TEST(ProfileNodeFindOrAddChild) { 88 TEST(ProfileNodeFindOrAddChildForSameFunction) { 137 TEST(ProfileTreeAddPathFromStart) { 207 TEST(ProfileTreeAddPathFromEnd) { 277 TEST(ProfileTreeCalculateTotalTicks) { 405 TEST(ProfileTreeFilteredClone) { 508 TEST(CodeMapAddCode) { 542 TEST(CodeMapMoveAndDeleteCode) { 582 TEST(RecordTickSample) [all...] |
/external/webkit/Source/WebKit/chromium/tests/ |
TransparencyWinTest.cpp | 101 TEST(TransparencyWin, NoLayer) 140 TEST(TransparencyWin, WhiteLayer) 192 TEST(TransparencyWin, TextComposite) 211 TEST(TransparencyWin, OpaqueCompositeLayer) 280 TEST(TransparencyWin, WhiteLayerPixelTest) 306 TEST(TransparencyWin, OpaqueCompositeLayerPixel) 362 TEST(TransparencyWin, TranslateOpaqueCompositeLayer) 400 TEST(TransparencyWin, RotateOpaqueCompositeLayer) 479 TEST(TransparencyWin, TranslateScaleOpaqueCompositeLayer) 526 TEST(TransparencyWin, Scale [all...] |
/system/media/camera/tests/ |
camera_metadata_tests.cpp | 35 TEST(camera_metadata, allocate_normal) { 51 TEST(camera_metadata, allocate_nodata) { 65 TEST(camera_metadata, allocate_nothing) { 73 TEST(camera_metadata, place_normal) { 100 TEST(camera_metadata, place_nospace) { 125 TEST(camera_metadata, place_extraspace) { 156 TEST(camera_metadata, get_size) { 172 TEST(camera_metadata, add_get_normal) { 309 TEST(camera_metadata, add_get_toomany) { 357 TEST(camera_metadata, copy_metadata) [all...] |
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver_unittest.cc | 98 // test, so at least make sure it isn't the main loop. 235 TEST(MultiThreadedProxyResolverTest, SingleThread_Basic) { 330 TEST(MultiThreadedProxyResolverTest, 424 TEST(MultiThreadedProxyResolverTest, SingleThread_CancelRequest) { 499 // Test that deleting MultiThreadedProxyResolver while requests are 501 TEST(MultiThreadedProxyResolverTest, SingleThread_CancelRequestByDeleting) { 544 // of the worker thread. The test will pass regardless, so this race doesn't 546 // interesting case to test. 564 TEST(MultiThreadedProxyResolverTest, SingleThread_CancelSetPacScript) { 598 TEST(MultiThreadedProxyResolverTest, ThreeThreads_Basic) [all...] |
/external/llvm/unittests/ADT/ |
HashingTest.cpp | 24 // Helper for test code to print hash codes. 29 // Fake an object that is recognized as hashable data to test super large 59 TEST(HashingTest, HashValueBasicTest) { 81 TEST(HashingTest, HashValueStdPair) { 106 TEST(HashingTest, HashValueStdString) { 131 TEST(HashingTest, HashCombineRangeBasicTest) { 173 TEST(HashingTest, HashCombineRangeLengthDiff) { 174 // Test that as only the length varies, we compute different hash codes for 210 TEST(HashingTest, HashCombineRangeGoldenTest) { 319 #error This test only supports 64-bit and 32-bit systems [all...] |
/external/chromium/chrome/common/extensions/ |
extension_unittest.cc | 29 #include "chrome/test/ui_test_utils.h" 58 class ExtensionTest : public testing::Test { 61 // We persist location values in the preferences, so this is a sanity test that 63 TEST(ExtensionTest, LocationValuesTest) { 74 TEST(ExtensionTest, LocationPriorityTest) { 92 // in the future, in which case this test should be updated. 118 TEST(ExtensionTest, InitFromValueInvalid) { 154 // Test missing and invalid versions 166 // Test missing and invalid names. 178 // Test invalid descriptio [all...] |
extension_message_bundle_unittest.cc | 23 class ExtensionMessageBundleTest : public testing::Test { 327 TEST(ExtensionMessageBundle, ReplaceMessagesInText) { 396 // Renderer helper functions test. 400 TEST(GetExtensionToL10nMessagesMapTest, ReturnsTheSameObject) { 408 TEST(GetExtensionToL10nMessagesMapTest, ReturnsNullForUnknownExtensionId) { 414 TEST(GetExtensionToL10nMessagesMapTest, ReturnsMapForKnownExtensionId) {
|
extension_set_unittest.cc | 49 TEST(ExtensionSetTest, ExtensionSet) { 83 ext2->GetResourceURL("test.html"))); 85 ext3->GetResourceURL("test.html"))); 87 ext4->GetResourceURL("test.html"))); 97 // Test InSameExtent().
|
/external/chromium/googleurl/src/ |
url_canon_unittest.cc | 73 // Test cases for CanonicalizeIPAddress(). The inputs are identical to 147 TEST(URLCanonTest, DoAppendUTF8) { 170 // cause the Chromium stacktrace dialog to appear and hang the test. 173 TEST(URLCanonTest, DoAppendUTF8Invalid) { 185 TEST(URLCanonTest, UTF) { 186 // Low-level test that we handle reading, canonicalization, and writing 196 // Test a characer that takes > 16 bits (U+10300 = old italic letter A) 208 // Test a UTF-8 encoded surrogate value is marked as invalid. 260 TEST(URLCanonTest, ICUCharsetConverter) { 293 // Test string sizes around the resize boundary for the output to make sur 1784 const char* test; \/\/ Input URL to test against. member in struct:RelativeCase [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/ |
jsref.js | 33 function test() { function 146 var sizeTag = "<#TEST CASES SIZE>"; 147 var doneTag = "<#TEST CASES DONE>"; 148 var beginTag = "<#TEST CASE ";
|
/external/grub/stage2/ |
md5.c | 25 #ifndef TEST 29 #ifdef TEST 325 #ifdef TEST 336 test (char *buffer, char *expected) function 354 test ("", "d41d8cd98f00b204e9800998ecf8427e"); 355 test ("a", "0cc175b9c0f1b6a831c399e269772661"); 356 test ("abc", "900150983cd24fb0d6963f7d28e17f72"); 357 test ("message digest", "f96b697d7cb7938d525a2f31aaf161d0"); 358 test ("abcdefghijklmnopqrstuvwxyz", "c3fcd3d76192e4007dfb496cca67e13b"); 359 test ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" [all...] |
/external/llvm/unittests/Support/ |
IntegersSubsetTest.cpp | 37 TEST(IntegersSubsetTest, GeneralTest) { 39 // Test construction. 58 // Test belonging to range. 63 // Test when subset contains the only item. 78 // Test when subset contains items that are not a ranges but 90 // Test size of subset. Note subset itself may be not optimized (improper), 102 // Test access to a single value. 116 TEST(IntegersSubsetTest, MappingTest) { 122 // Test construction. 142 // Test verification [all...] |
/hardware/ti/wlan/wl1271/platforms/os/linux/ |
Makefile | 52 # bus test-driver 54 TEST ?= n 237 @echo TEST = $(TEST) // Build also the bus test-driver
|
/external/chromium/base/memory/ |
linked_ptr_unittest.cc | 34 TEST(LinkedPtrTest, Test) {
|
/external/chromium/base/ |
platform_file_unittest.cc | 61 TEST(PlatformFile, CreatePlatformFile) { 130 TEST(PlatformFile, ReadWritePlatformFile) { 142 char data_to_write[] = "test"; 149 // Write "test" to the file. 202 TEST(PlatformFile, TruncatePlatformFile) { 214 // Write "test" to the file. 215 char data_to_write[] = "test"; 252 TEST(PlatformFile, TouchGetInfoPlatformFile) { 278 // Write "test" to the file. 279 char data[] = "test"; [all...] |
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_manager_unittest.cc | 56 TEST(BrowserAccessibilityManagerTest, TestNoLeaks) { 94 // Delete the manager and test that all 3 instances are deleted. 128 TEST(BrowserAccessibilityManagerTest, TestReuseBrowserAccessibilityObjects) { 267 TEST(BrowserAccessibilityManagerTest, TestReuseBrowserAccessibilityObjects2) { 268 // Similar to the test above, but with a more complicated tree. 471 TEST(BrowserAccessibilityManagerTest, TestMoveChildUp) {
|
/external/chromium/chrome/browser/autofill/ |
form_field_unittest.cc | 12 TEST(FormFieldTest, Match) {
|
/external/chromium/chrome/browser/chromeos/ |
external_metrics_unittest.cc | 16 class ExternalMetricsTest : public testing::Test { 50 TEST(ExternalMetricsTest, ParseExternalMetricsFile) { 80 // want to test the ability to deal with a file containing more than one
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_unittest.cc | 20 // same test between platforms. 21 TEST(FirefoxImporterTest, Firefox2NSS3Decryptor) { 40 // Test UTF-16 encoding. 46 TEST(FirefoxImporterTest, Firefox3NSS3Decryptor) { 65 // Test UTF-16 encoding. 71 TEST(FirefoxImporterTest, Firefox2BookmarkParse) { 155 "<DT><A HREF=\"http://localhost:8080/test/hello.html\" ADD_DATE=\"" 158 "LAST_CHARSET=\"UTF-8\" ID=\"rdf:#$weKaR3\">Test Post keyword</A>", 161 EXPECT_EQ(ASCIIToUTF16("Test Post keyword"), title); 162 EXPECT_EQ("http://localhost:8080/test/hello.html", url.spec()) [all...] |