/external/chromium/chrome/browser/autofill/ |
autofill_metrics_unittest.cc | 19 #include "testing/gmock/include/gmock/gmock.h" 20 #include "testing/gtest/include/gtest/gtest.h" 269 ::testing::InSequence dummy; 435 ::testing::FLAGS_gmock_verbose = "error"; 436 ::testing::InSequence dummy; 506 ::testing::InSequence dummy; 679 ::testing::InSequence dummy; 746 LogStoredProfileCount(::testing::_)).Times(0); [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_host_unittest.cc | 24 #include "testing/gmock/include/gmock/gmock.h" 25 #include "testing/gtest/include/gtest/gtest.h" 27 using ::testing::_; 28 using ::testing::DeleteArg; 29 using ::testing::DoAll; 30 using ::testing::Eq; 31 using ::testing::Mock; 32 using ::testing::NiceMock; 33 using ::testing::NotNull; 34 using ::testing::Pointee [all...] |
/external/chromium/testing/gmock/include/gmock/internal/ |
gmock-internal-utils.h | 49 namespace testing { namespace 86 bool operator()(const ::testing::internal::linked_ptr<T>& lhs, 87 const ::testing::internal::linked_ptr<T>& rhs) const { 169 static_cast< ::testing::internal::TypeKind>( \ 170 ::testing::internal::KindOf<type>::value) 384 testing::StaticAssertTypeEq<RawContainer, 406 testing::StaticAssertTypeEq<Element, RawElement>(); 410 // function call '[testing::internal::NativeArray<char *>].NativeArray( 411 // {lval} const char *[4], long, testing::internal::RelationToSource)' 413 // 'testing::internal::NativeArray<char *>::NativeArray [all...] |
/external/chromium/testing/gtest/test/ |
gtest-port_test.cc | 59 namespace testing { namespace 82 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived)); 87 Base base = ::testing::internal::ImplicitCast_<Base>(derived); 106 Base base = ::testing::internal::ImplicitCast_<Base>(castable); 125 Base base = ::testing::internal::ImplicitCast_<Base>(const_castable); 151 Base base = ::testing::internal::ImplicitCast_<Base>(castable); 158 base = ::testing::internal::ImplicitCast_<Base>(const_castable); 170 To to = ::testing::internal::ImplicitCast_<To>(&converted); 178 StaticAssertTypeEq<int, ::testing::internal::scoped_ptr<int>::element_type>(); 321 ::testing::ExitedWithCode(0), "Success") [all...] |
/external/clang/www/ |
hacking.html | 25 <li><a href="#testing">Testing</a></li> 27 <li><a href="#testingNonWindows">Testing on Unix-like Systems</a></li> 28 <li><a href="#testingWindows">Testing using Visual Studio on Windows</a></li> 29 <li><a href="#testingCommands">Testing on the Command Line</a></li> 111 <h2 id="testing">Testing</h2> 118 <h3 id="testingNonWindows">Testing on Unix-like Systems</h3> 175 <h3 id="testingWindows">Testing using Visual Studio on Windows</h3> 207 <h3 id="testingCommands">Testing on the Command Line</h3 [all...] |
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CertSelectorTest.java | 449 * setCertificate(X509Certificate certificate) method testing. 473 * getCertificate() method testing. 491 * setSerialNumber(BigInteger serial) method testing. 517 * getSerialNumber() method testing. 535 * setIssuer(X500Principal issuer) method testing. 561 * getIssuer() method testing. 579 * setIssuer(String issuerDN) method testing. 608 * getIssuerAsString() method testing. 634 * setIssuer(byte[] issuerDN) method testing. 669 * getIssuerAsBytes() method testing [all...] |
/cts/tests/res/values/ |
strings.xml | 19 <string name="permdesc_testGranted">Used for running CTS tests, for testing operations 22 <string name="permdesc_testDynamic">Used for running CTS tests, for testing adding 25 <string name="permdesc_testDenied">Used for running CTS tests, for testing operations 32 <string name="text_view_hint">This is a string for testing hint of textview.</string> 40 <string name="edit_text">testing</string> 52 <string name="tabs_1">testing</string>
|
/external/chromium/chrome/browser/sync/glue/ |
extension_util_unittest.cc | 13 #include "testing/gmock/include/gmock/gmock.h" 14 #include "testing/gtest/include/gtest/gtest.h" 20 using ::testing::_; 21 using ::testing::Return; 22 using ::testing::StrictMock; 42 class ExtensionUtilTest : public testing::Test {
|
/external/icu4c/test/intltest/ |
canittst.cpp | 88 logln("Testing U+%06X", i); 138 logln("testing permutation"); 145 logln("testing samples"); 307 logln("Testing CanonicalIterator::getSource"); 319 logln("Testing CanonicalIterator::reset"); 332 logln("Testing getStaticClassID and getDynamicClassID");
|
/external/protobuf/gtest/test/ |
gtest-unittest-api_test.cc | 31 // The Google C++ Testing Framework (Google Test) 41 using ::testing::InitGoogleTest; 43 namespace testing { namespace 229 // These two tests are here to provide support for testing 335 } // namespace testing 340 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_password_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h" 37 #include "testing/gmock/include/gmock/gmock.h" 63 using testing::_; 64 using testing::AtLeast; 65 using testing::DoAll; 66 using testing::DoDefault; 67 using testing::ElementsAre; 68 using testing::Eq; 69 using testing::Invoke; 70 using testing::InvokeWithoutArgs [all...] |
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 169 gcc_regex = (r'In member function \'testing::internal::ReturnAction<R>.*\n' 176 r'\'testing::internal::ReturnAction<(?P<type>).*>' 219 r'\'testing::internal::ReturnAction<R>::Impl<F>::value_\' ' 226 r'\'testing::internal::ReturnAction<(?P<return_type>.*)>' 233 r'\'testing::internal::DoBothAction<.*>' 264 r'\'testing::internal2::TypeWithoutFormatter<.*>::' 400 '%(symbol)s' is defined by Google Mock in the testing namespace. 402 using testing::%(symbol)s; 414 gcc_regex = ('instantiated from \'testing::internal::ReturnAction<R>' 415 '::operator testing::Action<Func>\(\) const.*\n' [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | 172 log_verbose("Testing ucnv_openAllNames()..."); 207 log_verbose("Testing ucnv_countAvailable()..."); 212 log_verbose("\n---Testing ucnv_getAvailableName.."); /*need to check this out */ 216 log_verbose("\n---Testing ucnv_getAvailableName..with index < 0 "); 395 /*Testing ucnv_openU()*/ 415 /*testing with error value*/ 444 log_verbose("Testing ucnv_open() with converter name greater than 7 characters\n"); 455 /*Testing ucnv_convert()*/ 514 /*Testing ucnv_openCCSID and ucnv_open with error conditions*/ 515 log_verbose("\n---Testing ucnv_open with err ! = U_ZERO_ERROR...\n") [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
TestFilter.java | 66 * Exposed for unit testing 75 * Exposed for unit testing
|
/development/pdk/docs/porting/ |
porting_toc.cs | 76 <li> <h2>Testing and Debugging</h2> 78 <li><a href="<?cs var:toroot ?>porting/instrumentation_testing.html">Instrumentation Testing</a></li>
|
/development/samples/SpinnerTest/ |
_index.html | 3 <a href="../../../resources/tutorials/testing/activity_test.html">Activity 4 Testing</a> tutorial. It tests the <a href="../Spinner/index.html">Spinner</a> example
|
/external/android-mock/src/ |
build-mockgen.xml | 11 <property name="mockgen.java-files" value="com/google/android/testing/mocking/*.java"/> 51 message="com.google.android.testing.mocking.UsesMocksProcessor"/>
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
IvParameterSpecTest.java | 40 * IvParameterSpec(byte[] iv) constructor testing. Checks that 60 * IvParameterSpec(byte[] iv) constructor testing. Checks that
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Provider2Test.java | 48 "contains nothings, purely for testing the class"); 72 "contains nothings, purely for testing the class", provTest
|
/external/chromium/app/sql/ |
statement_unittest.cc | 11 #include "testing/gtest/include/gtest/gtest.h" 40 class SQLStatementTest : public testing::Test {
|
transaction_unittest.cc | 10 #include "testing/gtest/include/gtest/gtest.h" 13 class SQLTransactionTest : public testing::Test {
|
/external/chromium/base/ |
file_version_info_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h" 17 class FileVersionInfoTest : public testing::Test {
|
id_map_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h" 11 class IDMapTest : public testing::Test {
|
/external/chromium/base/i18n/ |
file_util_icu_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h" 10 #include "testing/platform_test.h"
|
/external/chromium/base/mac/ |
mac_util_unittest.mm | 13 #include "testing/gtest/include/gtest/gtest.h" 14 #include "testing/platform_test.h"
|