/external/chromium/chrome/browser/importer/ |
firefox_importer_utils_unittest.cc | 35 TEST(FirefoxImporterUtilsTest, GetPrefsJsValue) {
|
/external/chromium/chrome/common/extensions/ |
extension_extent_unittest.cc | 17 TEST(ExtensionExtentTest, Empty) { 24 TEST(ExtensionExtentTest, One) { 34 TEST(ExtensionExtentTest, Two) { 44 TEST(ExtensionExtentTest, OverlapsWith) {
|
/external/chromium/net/base/ |
ssl_cipher_suite_names_unittest.cc | 12 TEST(CipherSuiteNamesTest, Basic) {
|
mime_sniffer_unittest.cc | 34 // so the error messages produced by test failures are more useful. 44 TEST(MimeSnifferTest, BoundaryConditionsTest) { 62 TEST(MimeSnifferTest, BasicSniffingTest) { 90 TEST(MimeSnifferTest, ChromeExtensionsTest) { 157 TEST(MimeSnifferTest, MozillaCompatibleTest) { 191 TEST(MimeSnifferTest, DontAllowPrivilegeEscalationTest) { 254 TEST(MimeSnifferTest, UnicodeTest) { 276 TEST(MimeSnifferTest, FlashTest) { 304 TEST(MimeSnifferTest, XMLTest) { 337 // Positive test for the two instances we upgrade to XHTML [all...] |
/external/chromium/testing/gtest/test/ |
gtest_color_test_.cc | 32 // A helper program for testing how Google Test determines whether to use 33 // colors in the output. It prints "YES" and returns 1 if Google Test 40 // Indicates that this translation unit is part of Google Test's 53 // works the same way as in a real Google-Test-based test. We don't actual 54 // run the TEST itself. 55 TEST(GTestColorTest, Dummy) { 62 // Google Test decides to use colors in the output (assuming it 67 // Google Test decides not to use colors in the output.
|
gtest_prod_test.cc | 32 // Unit test for include/gtest/gtest_prod.h. 35 #include "test/production.h" 37 // Tests that private members can be accessed from a TEST declared as 39 TEST(PrivateCodeTest, CanAccessPrivateMembers) { 47 typedef testing::Test PrivateCodeFixtureTest;
|
/external/gtest/test/ |
gtest_break_on_failure_unittest_.cc | 32 // Unit test for Google Test's break-on-failure mode. 34 // A user can ask Google Test to seg-fault when an assertion fails, using 39 // This program will be invoked from a Python unit test. It is 50 // A test that's expected to fail. 51 TEST(Foo, Bar) {
|
gtest_color_test_.cc | 32 // A helper program for testing how Google Test determines whether to use 33 // colors in the output. It prints "YES" and returns 1 if Google Test 50 // works the same way as in a real Google-Test-based test. We don't actual 51 // run the TEST itself. 52 TEST(GTestColorTest, Dummy) { 59 // Google Test decides to use colors in the output (assuming it 64 // Google Test decides not to use colors in the output.
|
/external/llvm/unittests/ADT/ |
FoldingSet.cpp | 22 // Unaligned string test. 23 TEST(FoldingSetTest, UnalignedStringTest) { 28 std::string str1= "a test string";
|
TwineTest.cpp | 25 TEST(TwineTest, Construction) { 34 TEST(TwineTest, Numbers) { 44 TEST(TwineTest, Characters) { 50 TEST(TwineTest, Concat) { 77 TEST(TwineTest, toNullTerminatedStringRef) { 84 // I suppose linking in the entire code generator to add a unit test to check
|
/external/llvm/unittests/Support/ |
TimeValue.cpp | 17 TEST(Support, TimeValue) {
|
SwapByteOrderTest.cpp | 1 //===- unittests/Support/SwapByteOrderTest.cpp - swap byte order test -----===// 23 TEST(SwapByteOrder, UnsignedRoundTrip) { 24 // The point of the bit twiddling of magic is to test with and without bits 48 TEST(SwapByteOrder, SignedRoundTrip) { 49 // The point of the bit twiddling of magic is to test with and without bits 69 // Test other sign. 94 TEST(SwapByteOrder, uint8_t) { 98 TEST(SwapByteOrder, uint16_t) { 102 TEST(SwapByteOrder, uint32_t) { 106 TEST(SwapByteOrder, uint64_t) [all...] |
/external/protobuf/gtest/test/ |
gtest_break_on_failure_unittest_.cc | 32 // Unit test for Google Test's break-on-failure mode. 34 // A user can ask Google Test to seg-fault when an assertion fails, using 39 // This program will be invoked from a Python unit test. It is 50 // A test that's expected to fail. 51 TEST(Foo, Bar) {
|
gtest_color_test_.cc | 32 // A helper program for testing how Google Test determines whether to use 33 // colors in the output. It prints "YES" and returns 1 if Google Test 50 // works the same way as in a real Google-Test-based test. We don't actual 51 // run the TEST itself. 52 TEST(GTestColorTest, Dummy) { 59 // Google Test decides to use colors in the output (assuming it 64 // Google Test decides not to use colors in the output.
|
gtest_prod_test.cc | 32 // Unit test for include/gtest/gtest_prod.h. 35 #include "test/production.h" 37 // Tests that private members can be accessed from a TEST declared as 39 TEST(PrivateCodeTest, CanAccessPrivateMembers) { 47 typedef testing::Test PrivateCodeFixtureTest;
|
/external/v8/test/cctest/ |
test-lock.cc | 16 // Simple test of locking logic 17 TEST(Simple) { 25 TEST(MultiLock) { 33 TEST(ShallowLock) { 43 TEST(SemaphoreTimeout) {
|
/external/valgrind/unittest/ |
opt_tests.cc | 38 namespace OptIgnoreTests { // {{{1 Test how the tool works with indirect calls to fun_r functions 54 // Test that a function that is called using jump is ignored. 55 TEST(IgnoreTests, DISABLED_TailCall) {
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/ |
DoNotCopyANullCFURLResponse.cpp | 26 #include "Test.h" 34 TEST(WebKit2, DoNotCopyANullCFURLResponse)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewTestProjectWizard.java | 21 * A "New Test Android Project" Wizard. 23 * This is really the {@link NewProjectWizard} that only displays the "test project" pages. 27 * Creates a new wizard for creating an Android Test Project 30 super(Mode.TEST);
|
/external/chromium/base/memory/ |
weak_ptr_unittest.cc | 43 TEST(WeakPtrTest, Basic) { 50 TEST(WeakPtrTest, Comparison) { 58 TEST(WeakPtrTest, OutOfScope) { 69 TEST(WeakPtrTest, Multiple) { 83 TEST(WeakPtrTest, UpCast) { 91 TEST(WeakPtrTest, SupportsWeakPtr) { 97 TEST(WeakPtrTest, InvalidateWeakPtrs) { 108 TEST(WeakPtrTest, HasWeakPtrs) { 118 TEST(WeakPtrTest, SingleThreaded1) { 119 // Test that it is OK to create a class that supports weak references on on [all...] |
/external/chromium/base/ |
stringprintf_unittest.cc | 13 // A helper for the StringAppendV test that follows. 25 TEST(StringPrintfTest, StringPrintfEmpty) { 29 TEST(StringPrintfTest, StringPrintfMisc) { 34 TEST(StringPrintfTest, StringAppendfEmptyString) { 44 TEST(StringPrintfTest, StringAppendfString) { 54 TEST(StringPrintfTest, StringAppendfInt) { 66 TEST(StringPrintfTest, StringPrintfBounds) { 89 // Test very large sprintfs that will cause the buffer to grow. 90 TEST(StringPrintfTest, Grow) { 113 TEST(StringPrintfTest, StringAppendV) [all...] |
/external/chromium/chrome/browser/password_manager/ |
encryptor_password_mac_unittest.cc | 11 // Test that if we have an existing password in the Keychain and we are 13 TEST(EncryptorPasswordTest, FindPasswordSuccess) { 22 // Test that if we do not have an existing password in the Keychain then it 24 TEST(EncryptorPasswordTest, FindPasswordNotFound) { 33 // Test that if get denied access by the user then we return an empty password. 35 TEST(EncryptorPasswordTest, FindPasswordNotAuthorized) { 44 // Test that if some random other error happens then we return an empty 46 TEST(EncryptorPasswordTest, FindPasswordOtherError) { 55 // Test that subsequent additions to the keychain give different passwords. 56 TEST(EncryptorPasswordTest, PasswordsDiffer) [all...] |
/external/chromium/testing/gmock/test/ |
gmock-generated-matchers_test.cc | 108 TEST(ArgsTest, AcceptsZeroTemplateArg) { 114 TEST(ArgsTest, AcceptsOneTemplateArg) { 121 TEST(ArgsTest, AcceptsTwoTemplateArgs) { 129 TEST(ArgsTest, AcceptsRepeatedTemplateArgs) { 135 TEST(ArgsTest, AcceptsDecreasingTemplateArgs) { 155 TEST(ArgsTest, AcceptsMoreTemplateArgsThanArityOfOriginalTuple) { 160 TEST(ArgsTest, CanBeNested) { 166 TEST(ArgsTest, CanMatchTupleByValue) { 173 TEST(ArgsTest, CanMatchTupleByReference) { 185 TEST(ArgsTest, AcceptsTenTemplateArgs) [all...] |
/external/protobuf/src/google/protobuf/ |
message_unittest.cc | 70 TEST(MessageTest, SerializeHelpers) { 71 // TODO(kenton): Test more helpers? They're all two-liners so it seems 99 TEST(MessageTest, SerializeToBrokenOstream) { 107 TEST(MessageTest, ParseFromFileDescriptor) { 119 TEST(MessageTest, ParsePackedFromFileDescriptor) { 132 TEST(MessageTest, ParseHelpers) { 133 // TODO(kenton): Test more helpers? They're all two-liners so it seems 145 // Test ParseFromString. 152 // Test ParseFromIstream. 161 // Test ParseFromBoundedZeroCopyStream [all...] |
/external/webkit/Source/WebKit/chromium/tests/ |
IDBKeyPathTest.cpp | 72 TEST(IDBKeyPathTest, ValidKeyPath0) 82 TEST(IDBKeyPathTest, ValidKeyPath1) 95 TEST(IDBKeyPathTest, ValidKeyPath2) 107 TEST(IDBKeyPathTest, ValidKeyPath3) 116 TEST(IDBKeyPathTest, ValidKeyPath4) 124 TEST(IDBKeyPathTest, InvalidKeyPath2) 132 TEST(IDBKeyPathTest, InvalidKeyPath3) 140 TEST(IDBKeyPathTest, InvalidKeyPath5) 148 TEST(IDBKeyPathTest, InvalidKeyPath6) 155 TEST(IDBKeyPathTest, InvalidKeyPath7 [all...] |