/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk_unittest.cc | 14 #include "testing/gtest/include/gtest/gtest.h" 25 class BookmarkBarGtkUnittest : public ::testing::Test {
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_popup_gtk.h | 63 // Declared here for testing. 92 // Used for testing. ---------------------------------------------------------
|
/external/chromium/chrome/browser/ui/gtk/ |
reload_button_gtk.h | 67 // These may be NULL when testing. 93 // TESTING ONLY
|
/external/chromium/chrome/browser/ui/toolbar/ |
encoding_menu_controller_unittest.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 18 class EncodingMenuControllerTest : public testing::Test {
|
/external/chromium/chrome/browser/ui/views/ |
reload_button.h | 58 // These may be NULL when testing. 73 // TESTING ONLY
|
/external/chromium/chrome/browser/ui/webui/ |
theme_source_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 35 class WebUISourcesTest : public testing::Test {
|
/external/chromium/chrome/browser/webdata/ |
token_service_table_unittest.cc | 11 #include "testing/gtest/include/gtest/gtest.h" 15 class TokenServiceTableTest : public testing::Test {
|
/external/chromium/chrome/common/ |
automation_constants.h | 21 // this prefix to the channel id to enable the named testing interface. 22 // Named testing interface is used when you want to connect an
|
json_value_serializer_perftest.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 18 class JSONValueSerializerTests : public testing::Test {
|
/external/chromium/net/base/ |
dns_util_unittest.cc | 6 #include "testing/gtest/include/gtest/gtest.h" 10 class DNSUtilTest : public testing::Test {
|
listen_socket_unittest.h | 29 #include "testing/gtest/include/gtest/gtest.h" 66 // make a the testing::Test class refcounted.
|
static_cookie_policy_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h" 12 class StaticCookiePolicyTest : public testing::Test {
|
/external/chromium/net/disk_cache/ |
cache_util_unittest.cc | 8 #include "testing/gtest/include/gtest/gtest.h" 9 #include "testing/platform_test.h"
|
/external/chromium/net/http/ |
http_network_layer_unittest.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 16 #include "testing/platform_test.h"
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
gtest-internal.h | 32 // The Google C++ Testing Framework (Google Test) 66 // Google Test defines the testing::Message class to allow construction of 68 // streamable to std::ostream can be streamed to a testing::Message. 79 // namespace, but not other namespaces, including the testing 84 // testing::Message must access the custom << operator from the global 96 namespace testing { namespace 152 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) 499 } // namespace testing 502 ::testing::internal::AssertHelper(result_type, __FILE__, __LINE__, message) \ 503 = ::testing::Message( [all...] |
/external/chromium/testing/gmock/src/ |
gmock_main.cc | 51 // no need for calling testing::InitGoogleTest() separately. 52 testing::InitGoogleMock(&argc, argv);
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 32 // The Google C++ Testing Framework (Google Test) 70 // Google Test defines the testing::Message class to allow construction of 72 // streamable to std::ostream can be streamed to a testing::Message. 83 // namespace, but not other namespaces, including the testing 88 // testing::Message must access the custom << operator from the global 103 namespace testing { namespace 162 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) 494 // Returns the type ID of ::testing::Test. Always call this instead 495 // of GetTypeId< ::testing::Test>() to get the type ID of 496 // ::testing::Test, as the latter may give the wrong result due to [all...] |
/external/chromium/testing/gtest/test/ |
gtest-param-test2_test.cc | 41 using ::testing::Values; 42 using ::testing::internal::ParamGenerator;
|
gtest_list_tests_unittest_.cc | 64 class FooTest : public testing::Test { 82 ::testing::InitGoogleTest(&argc, argv);
|
gtest_throw_on_failure_test_.cc | 41 testing::InitGoogleTest(&argc, argv); 44 // other testing frameworks, as long as they initialize Google Test
|
/external/clang/utils/TestUtils/ |
pch-test.pl | 56 printf("-----Testing precompiled headers for C-----\n"); 58 printf("\n-----Testing precompiled headers for Objective-C-----\n");
|
/external/dropbear/libtomcrypt/ |
testme.sh | 7 echo "Testing verion" `grep "^VERSION=" makefile | sed "s/.*=//"` 50 # test build with no testing
|
/external/e2fsprogs/lib/blkid/ |
test_probe.in | 25 # swap is native-endian, so regenerate before testing 29 # swap is native-endian, so regenerate before testing
|
/external/genext2fs/ |
test-mount.sh | 37 echo Testing with file of size $size 57 echo Testing with devices file $fname
|
test.sh | 34 echo Testing with file of size $size 46 echo Testing with devices file $fname
|