OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testing
(Results
601 - 625
of
8489
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/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/chromium-trace/src/shared/js/cr/ui/
repeating_button_test.html
11
goog.require('goog.
testing
.jsunit');
12
goog.require('goog.
testing
.MockClock');
27
mockClock = new goog.
testing
.MockClock();
109
* @param {function} fn
Testing
function.
/external/clang/test/CodeGen/
2002-02-17-ArgumentAddress.c
15
int
Testing
(struct Test *A) {
/external/clang/test/CodeGenCXX/
instantiate-blocks.cpp
42
void (^
testing
)(int) = ^(int bar) { printf("bar is %d\n", bar); };
/external/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/guava/guava-gwt/test/com/google/common/testing/
TestModuleEntryPoint.java
17
package com.google.common.
testing
;
Completed in 401 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>