OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
1026 - 1050
of
4772
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp
33
class GLTest : public ::
testing
::Test {
164
::
testing
::AssertionResult AssertPixel(const char* a_expr,
169
return ::
testing
::AssertionSuccess();
172
return ::
testing
::AssertionFailure()
/external/chromium_org/base/debug/
trace_event_system_stats_monitor_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
20
class TraceSystemStatsMonitorTest : public
testing
::Test {
/external/chromium_org/base/synchronization/
cancellation_flag_unittest.cc
15
#include "
testing
/gtest/include/gtest/gtest.h"
16
#include "
testing
/platform_test.h"
52
::
testing
::FLAGS_gtest_death_test_style = "threadsafe";
/external/chromium_org/base/test/
gtest_xml_util.cc
54
const
testing
::TestCase& test_case) {
59
void XmlUnitTestResultPrinter::OnTestStart(const
testing
::TestInfo& test_info) {
70
void XmlUnitTestResultPrinter::OnTestEnd(const
testing
::TestInfo& test_info) {
85
const
testing
::TestCase& test_case) {
/external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider_unittest.cc
21
class PrinterServiceProviderTest : public
testing
::Test {
/external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_unittest.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
22
class DriveIntegrationServiceTest : public
testing
::Test {
/external/chromium_org/chrome/browser/chromeos/login/managed/
supervised_user_authentication_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
13
class SupervisedUserAuthenticationTest : public
testing
::Test {
18
//
testing
::Test:
/external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer_browsertest.cc
14
#include "
testing
/gmock/include/gmock/gmock.h"
15
#include "
testing
/gtest/include/gtest/gtest.h"
17
using ::
testing
::_;
18
using ::
testing
::InSequence;
19
using ::
testing
::Return;
20
using ::
testing
::SaveArg;
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
settings_overrides_browsertest.cc
41
testing
::AssertionResult VerifyTemplateURLServiceLoad(
44
return
testing
::AssertionSuccess();
49
return
testing
::AssertionSuccess();
50
return
testing
::AssertionFailure() << "TemplateURLService isn't loaded";
/external/chromium_org/chrome/browser/extensions/
extension_prefs_unittest.h
11
#include "
testing
/gtest/include/gtest/gtest.h"
25
class ExtensionPrefsTest : public
testing
::Test {
/external/chromium_org/chrome/browser/local_discovery/
privet_notifications_unittest.cc
11
#include "
testing
/gmock/include/gmock/gmock.h"
12
#include "
testing
/gtest/include/gtest/gtest.h"
14
using
testing
::StrictMock;
16
using ::
testing
::_;
17
using ::
testing
::SaveArg;
25
const char kExampleDeviceDescription[] = "
Testing
testing
";
88
class PrivetNotificationsListenerTest : public ::
testing
::Test {
/external/chromium_org/chrome/browser/
logging_chrome_unittest.cc
10
#include "
testing
/gtest/include/gtest/gtest.h"
12
class ChromeLoggingTest : public
testing
::Test {
/external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_accessor_unittest.cc
10
#include "
testing
/gtest/include/gtest/gtest.h"
12
class ChromeMetricsServiceAccessorTest : public
testing
::Test {
gpu_metrics_provider_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
42
class GPUMetricsProviderTest : public
testing
::Test {
/external/chromium_org/chrome/browser/net/
client_hints_unittest.cc
13
#include "
testing
/gtest/include/gtest/gtest.h"
15
class ClientHintsTest : public
testing
::Test {
/external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_manager_browsertest.cc
22
#include "
testing
/gmock/include/gmock/gmock.h"
23
#include "
testing
/gtest/include/gtest/gtest.h"
36
using
testing
::AnyNumber;
37
using
testing
::InvokeWithoutArgs;
38
using
testing
::Mock;
39
using
testing
::_;
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.h
13
#include "
testing
/gtest/include/gtest/gtest.h"
48
class ProfileInfoCacheTest : public
testing
::Test {
/external/chromium_org/chrome/browser/sync/
abstract_profile_sync_service_test.h
18
#include "
testing
/gtest/include/gtest/gtest.h"
39
class AbstractProfileSyncServiceTest : public
testing
::Test {
sync_error_notifier_ash_unittest.cc
21
#include "
testing
/gmock/include/gmock/gmock.h"
22
#include "
testing
/gtest/include/gtest/gtest.h"
32
using ::
testing
::NiceMock;
33
using ::
testing
::Return;
34
using ::
testing
::ReturnRef;
35
using ::
testing
::_;
sync_global_error_unittest.cc
19
#include "
testing
/gmock/include/gmock/gmock.h"
20
#include "
testing
/gtest/include/gtest/gtest.h"
22
using ::
testing
::NiceMock;
23
using ::
testing
::Return;
24
using ::
testing
::ReturnRef;
25
using ::
testing
::_;
/external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
17
class CryptoModulePasswordDialogViewTest : public
testing
::Test {
/external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler_browsertest.cc
18
#include "
testing
/gmock/include/gmock/gmock.h"
21
using ::
testing
::_;
/external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_browsertest.js
26
* TestFixture for autofill options WebUI
testing
.
27
* @extends {
testing
.Test}
33
__proto__:
testing
.Test.prototype,
47
* TestFixture for autofill edit address overlay WebUI
testing
.
48
* @extends {
testing
.Test}
54
__proto__:
testing
.Test.prototype,
170
* @extends {
testing
.Test}
176
__proto__:
testing
.Test.prototype,
/external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_ui_browsertest.cc
20
public
testing
::WithParamInterface<bool> {
/external/chromium_org/chrome/common/extensions/
extension_file_util_unittest.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
18
typedef
testing
::Test ExtensionFileUtilTest;
Completed in 1101 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>