Searched
full:testing (Results
876 -
900 of
7783) sorted by null
<<31323334353637383940>>
/external/chromium/chrome/browser/webdata/ |
web_database.h | 42 // Exposed for testing only.
|
/external/chromium/chrome/common/ |
chrome_paths_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h"
|
env_vars.cc | 9 // We call running in unattended mode (for automated testing) "headless".
|
guid.h | 26 // For unit testing purposes only. Do not use outside of tests.
|
guid_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h"
|
json_schema_validator_unittest.cc | 8 #include "testing/gtest/include/gtest/gtest.h"
|
logging_chrome_uitest.cc | 21 #include "testing/gtest/include/gtest/gtest.h" 23 class ChromeLoggingTest : public testing::Test { 85 // We're testing the renderer rather than the browser assertion here, 120 // We're testing the renderer rather than the browser assertion here,
|
switch_utils_unittest.cc | 9 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium/chrome/common/net/gaia/ |
gaia_auth_fetcher_unittest.h | 5 // A collection of classes that are useful when testing things that use a
|
gaia_oauth_client_unittest.cc | 20 #include "testing/gmock/include/gmock/gmock.h" 21 #include "testing/gtest/include/gtest/gtest.h" 23 using ::testing::_; 123 class GaiaOAuthClientTest : public testing::Test {
|
/external/chromium/crypto/ |
secure_hash_unittest.cc | 10 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium/net/base/ |
openssl_memory_private_key_store.cc | 5 // Defines an in-memory private key store, primarily used for testing.
|
ssl_false_start_blacklist_unittest.cc | 6 #include "testing/gtest/include/gtest/gtest.h"
|
winsock_util.cc | 41 // TODO(wtc): Remove the CHECKs after enough testing.
|
/external/chromium/net/disk_cache/ |
addr_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium/net/http/ |
des_unittest.cc | 8 #include "testing/gtest/include/gtest/gtest.h"
|
/external/chromium/net/socket/ |
client_socket_factory.h | 27 // testing code with mock socket implementations.
|
/external/chromium/net/tools/testserver/ |
backoff_server.py | 6 """This is a simple HTTP server for manually testing exponential
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-matchers.h.pump | 48 namespace testing { 321 return ::testing::AllOf(m1, ::testing::AllOf($for k, [[m$(k + 1)]])); 344 return ::testing::AnyOf(m1, ::testing::AnyOf($for k, [[m$(k + 1)]])); 351 } // namespace testing 458 // using testing::PrintToString; 606 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\ 611 arg_type arg, ::testing::MatchResultListener* result_listener) const;\ 619 ::testing::internal::string FormatDescription(bool negation) const { [all...] |
/external/chromium/testing/gtest/samples/ |
sample1_unittest.cc | 30 // A sample program demonstrating using Google C++ testing framework. 36 // using Google C++ testing framework. 38 // Writing a unit test using Google C++ testing framework is easy as 1-2-3: 44 // Don't forget gtest.h, which declares the testing framework.
|
sample3_unittest.cc | 30 // A sample program demonstrating using Google C++ testing framework. 69 // To use a test fixture, derive a class from testing::Test. 70 class QueueTest : public testing::Test { 95 // A helper function for testing Queue::Map().
|
sample8_unittest.cc | 83 using ::testing::TestWithParam; 84 using ::testing::Bool; 85 using ::testing::Values; 86 using ::testing::Combine;
|
/external/chromium/webkit/glue/ |
webkit_glue_unittest.cc | 5 #include "testing/gtest/include/gtest/gtest.h"
|
/external/clang/test/Analysis/ |
keychainAPI-diagnostic-visitor.m | 3 // This file is for testing enhanced diagnostics produced by the default SecKeychainAPI checker.
|
/external/clang/test/Sema/ |
warn-unused-parameters.c | 16 // Used when testing '-Wunused' to see that we only emit one diagnostic, and no
|
Completed in 364 milliseconds
<<31323334353637383940>>