/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell_unittest.mm | 19 #include "testing/gmock/include/gmock/gmock.h" 20 #include "testing/gtest/include/gtest/gtest.h" 21 #include "testing/platform_test.h" 25 using ::testing::Return; 26 using ::testing::StrictMock; 27 using ::testing::_; 58 [[AutocompleteTextFieldCell alloc] initTextCell:@"Testing"]);
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.h | 32 // The Google C++ Testing Framework (Google Test) 43 namespace testing { namespace 91 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 114 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 119 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 143 // The death testing framework causes this to have interesting semantics, 203 } // namespace testing
|
/external/icu4c/test/intltest/ |
sdtfmtts.cpp | 52 logln("Testing SimpleDateFormat constructors"); 120 logln("Testing clone(), assignment and equality operators"); 139 logln("Testing various format() methods"); 159 logln("Testing parse()"); 176 logln("Testing getters and setters"); 214 logln("Testing applyPattern()"); 247 logln("Testing getStaticClassID()");
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
SealedObjectTest.java | 62 * readObject(ObjectInputStream s) method testing. Tests if the 88 * SealedObject(Serializable object, Cipher c) method testing. Tests if the 123 * SealedObject(SealedObject so) method testing. Tests if the 148 * getAlgorithm() method testing. Tests if the returned value equals to the 166 * getObject(Key key) method testing. Tests if the object sealed with 201 * getObject(Cipher c) method testing. Tests if the proper exception is 240 * getObject(Key key, String provider) method testing. Tests if the proper
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
SecretKeySpecTest.java | 38 * SecretKeySpec(byte[] key, String algorithm) method testing. Tests that 77 * testing. Tests that IllegalArgumentException is thrown in 156 * getAlgorithm() method testing. Tests that returned value is 170 * getFormat() method testing. Tests that returned value is "RAW". 182 * getEncoded() method testing. Tests that returned array is equal to the 209 * hashCode() method testing. Tests that for equal objects hash codes 223 * equals(Object obj) method testing. Tests the correctness of equal
|
/external/chromium/testing/gmock/test/ |
gmock-actions_test.cc | 51 using testing::internal::BuiltInDefaultValue; 52 using testing::internal::Int64; 53 using testing::internal::UInt64; 55 using testing::_; 56 using testing::Action; 57 using testing::ActionInterface; 58 using testing::Assign; 59 using testing::ByRef; 60 using testing::DefaultValue; 61 using testing::DoDefault [all...] |
gmock-cardinalities_test.cc | 43 using testing::AnyNumber; 44 using testing::AtLeast; 45 using testing::AtMost; 46 using testing::Between; 47 using testing::Cardinality; 48 using testing::CardinalityInterface; 49 using testing::Exactly; 50 using testing::IsSubstring; 51 using testing::MakeCardinality;
|
gmock-generated-internal-utils_test.cc | 43 using ::testing::Matcher; 44 using ::testing::internal::CompileAssertTypesEqual; 45 using ::testing::internal::MatcherTuple; 46 using ::testing::internal::Function; 47 using ::testing::internal::IgnoredValue;
|
gmock_test.cc | 41 using testing::GMOCK_FLAG(verbose); 42 using testing::InitGoogleMock; 43 using testing::internal::g_init_gtest_count; 252 bool dummy = testing::GMOCK_FLAG(catch_leaked_mocks) && 253 testing::GMOCK_FLAG(verbose) == "";
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-death-test.h | 32 // The Google C++ Testing Framework (Google Test) 43 namespace testing { namespace 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 203 // The death testing framework causes this to have interesting semantics, 248 do { statement; } while (::testing::internal::AlwaysFalse()) 251 do { statement; } while (::testing::internal::AlwaysFalse()) 281 } // namespace testing
|
/external/libpng/projects/visualc71/ |
pngtest.vcproj | 29 Description="Testing..."
76 Description="Testing..."
124 Description="Testing..."
172 Description="Testing..."
221 Description="Testing..."
270 Description="Testing..."
318 Description="Testing..."
366 Description="Testing..."
414 Description="Testing..."
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-death-test.h | 32 // The Google C++ Testing Framework (Google Test) 43 namespace testing { namespace 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 203 // The death testing framework causes this to have interesting semantics, 248 do { statement; } while (::testing::internal::AlwaysFalse()) 251 do { statement; } while (::testing::internal::AlwaysFalse()) 281 } // namespace testing
|
/external/protobuf/gtest/include/gtest/ |
gtest-death-test.h | 32 // The Google C++ Testing Framework (Google Test) 43 namespace testing { namespace 81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting"); 169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex) 203 // The death testing framework causes this to have interesting semantics, 248 do { statement; } while (::testing::internal::AlwaysFalse()) 251 do { statement; } while (::testing::internal::AlwaysFalse()) 281 } // namespace testing
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
logtesting.py | 23 """Supports the unit-testing of logging code. 25 Provides support for unit-testing messages logged using the built-in 28 Inherit from the LoggingTestCase class for basic testing needs. For 29 more advanced needs (e.g. unit-testing methods that configure logging), 40 """Represents a file-like object for unit-testing logging. 80 """Supports end-to-end unit-testing of log messages. 125 """Configure logging for unit testing. 127 Configures the root logger to log to a testing log stream. 220 """Supports end-to-end unit-testing of log messages.
|
/libcore/luni/src/test/java/libcore/java/math/ |
OldBigDecimalTest.java | 88 // testing rounding Mode RoundingMode.CEILING 101 // testing rounding Mode RoundingMode.DOWN 113 // testing rounding Mode RoundingMode.FLOOR 124 // testing rounding Mode RoundingMode.HALF_DOWN 141 // testing rounding Mode RoundingMode.HALF_EVEN 163 // testing rounding Mode RoundingMode.HALF_UP 176 // testing rounding Mode RoundingMode.UNNECESSARY 183 // testing rounding Mode RoundingMode.UP 196 // testing invalid rounding modes
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
OAEPParameterSpecTest.java | 41 * mgfSpec, PSource pSrc) method testing. Tests that NullPointerException 94 * getDigestAlgorithm() method testing. 110 * getMGFAlgorithm() method testing. 126 * getMGFParameters() method testing. 142 * getPSource() method testing.
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
X509CRLTest.java | 55 * The stub class used for testing of non abstract methods. 155 * getType() method testing. Tests that getType() method returns 164 * equals(Object other) method testing. Tests the correctness of equal 213 * hashCode() method testing. Tests that for equal objects hash codes 241 * getRevokedCertificate(X509Certificate certificate) method testing.
|
/external/chromium/chrome/browser/chromeos/status/ |
power_menu_button_browsertest.cc | 17 using ::testing::AnyNumber; 18 using ::testing::InvokeWithoutArgs; 19 using ::testing::Return; 20 using ::testing::ReturnRef; 21 using ::testing::_;
|
/external/chromium/chrome/browser/extensions/ |
sandboxed_extension_unpacker_unittest.cc | 16 #include "testing/gmock/include/gmock/gmock.h" 17 #include "testing/gtest/include/gtest/gtest.h" 23 using testing::_; 24 using testing::Invoke; 55 class SandboxedExtensionUnpackerTest : public testing::Test {
|
/external/chromium/chrome/browser/prefs/ |
overlay_persistent_pref_store_unittest.cc | 9 #include "testing/gmock/include/gmock/gmock.h" 10 #include "testing/gtest/include/gtest/gtest.h" 12 using ::testing::Mock; 13 using ::testing::StrEq; 17 class OverlayPersistentPrefStoreTest : public testing::Test {
|
/external/chromium/chrome/browser/profiles/ |
profile_manager_unittest.cc | 21 #include "testing/gmock/include/gmock/gmock.h" 22 #include "testing/gtest/include/gtest/gtest.h" 32 class ProfileManagerTest : public testing::Test { 169 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(1); 209 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(2);
|
/external/chromium/chrome/browser/sessions/ |
base_session_service.h | 86 // Returns the thread the backend runs on. This returns NULL during testing. 150 // If testing, ReadLastSessionCommands is invoked directly. 156 // If testing, ReadLastSessionCommands is invoked directly. 165 // The profile. This may be null during testing. 174 // Thread backend tasks are run on, is NULL during testing.
|
/external/chromium/testing/gmock/src/ |
gmock-internal-utils.cc | 47 namespace testing { namespace 75 // use Google Mock with a testing framework other than Google Test. 166 << ::testing::internal::GetCurrentOsStackTraceExceptTop( 167 ::testing::UnitTest::GetInstance(), actual_to_skip); 173 } // namespace testing
|
/external/dbus/test/data/sha-1/ |
Readme.txt | 3 Sample Vectors for SHA-1 Testing 25 Additional testing of an implementation can be performed by testing that the implementation 28 testing the messages are from 1025 to 103425 bits long (length=1025+i*1024, where 0<=i<100). For 29 byte oriented testing the messages are from 1032 to 103432 (length=1032+i*1024, where 0<=i<100).
|
/external/gtest/test/ |
gtest-message_test.cc | 40 using ::testing::Message; 41 using ::testing::internal::StrStream; 45 static testing::internal::String result; 50 // Tests the testing::Message class 149 EXPECT_STREQ("Hello", testing::internal::StrStreamToString(&ss).c_str());
|