HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 451 - 475 of 7783) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/sync/glue/
data_type_controller_mock.h 10 #include "testing/gmock/include/gmock/gmock.h"
sync_backend_host_mock.h 15 #include "testing/gmock/include/gmock/gmock.h"
  /external/chromium/chrome/browser/sync/
js_event_handler_list_unittest.cc 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
16 using ::testing::StrictMock;
18 class JsEventHandlerListTest : public testing::Test {};
sync_ui_util_mac.h 21 // This function (used by UpdateSyncItem) is only exposed for testing.
  /external/chromium/chrome/browser/sync/util/
crypto_helpers_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
protobuf_unittest.cc 9 #include "testing/gtest/include/gtest/gtest.h"
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest.h 22 // Browsertest class for testing the browser navigation. It is also a base class
  /external/chromium/chrome/browser/ui/cocoa/
animation_utils.h 11 // This class is a stack-based helper useful for unit testing of Cocoa UI,
profile_menu_button.h 33 // Public for testing.
tab_view_picker_table.h 20 IBOutlet NSTabView* tabView_; // Visible for testing.
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_view.h 17 // The following |controller_| is weak; used for testing only. See the imple-
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.mm 9 #include "testing/gtest/include/gtest/gtest.h"
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.h 18 // Exposed for testing.
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
mock_login_ui_helpers.h 12 #include "testing/gmock/include/gmock/gmock.h"
  /external/chromium/chrome/common/
automation_constants.cc 17 // Named testing interface is used when you want to connect an
  /external/chromium/net/base/
net_log_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
ssl_config_service_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
winsock_util.h 20 // Our testing shows that except in rare cases (when running inside QEMU),
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-port.h 66 extern ::testing::internal::Int32 GMOCK_FLAG(name)
68 extern ::testing::internal::String GMOCK_FLAG(name)
74 ::testing::internal::Int32 GMOCK_FLAG(name) = (default_val)
76 ::testing::internal::String GMOCK_FLAG(name) = (default_val)
  /external/chromium/testing/gtest/test/
gtest-death-test_ex_test.cc 57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
90 testing::InitGoogleTest(&argc, argv);
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
v4llookup.h 7 * the purpose of unit testing.
  /external/chromium/webkit/glue/
glue_serialize.h 24 // For testing purposes only.
  /external/chromium/webkit/glue/media/
buffered_data_source_unittest.cc 17 using ::testing::_;
18 using ::testing::Assign;
19 using ::testing::AtLeast;
20 using ::testing::DeleteArg;
21 using ::testing::DoAll;
22 using ::testing::InSequence;
23 using ::testing::Invoke;
24 using ::testing::InvokeWithoutArgs;
25 using ::testing::NotNull;
26 using ::testing::Return
    [all...]
buffered_resource_loader_unittest.cc 20 using ::testing::_;
21 using ::testing::Assign;
22 using ::testing::AtLeast;
23 using ::testing::DeleteArg;
24 using ::testing::DoAll;
25 using ::testing::InSequence;
26 using ::testing::Invoke;
27 using ::testing::InvokeWithoutArgs;
28 using ::testing::NotNull;
29 using ::testing::Return
    [all...]
  /external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c 15 int Testing(struct Test *A) {

Completed in 536 milliseconds

<<11121314151617181920>>