OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
3651 - 3675
of
4772
) sorted by null
<<
141
142
143
144
145
146
147
148
149
150
>>
/external/chromium_org/ash/shelf/
shelf_model_unittest.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
78
class ShelfModelTest : public
testing
::Test {
/external/chromium_org/base/memory/
discardable_memory_ashmem_allocator_unittest.cc
16
#include "
testing
/gtest/include/gtest/gtest.h"
21
const char kAllocatorName[] = "allocator-for-
testing
";
29
class DiscardableMemoryAshmemAllocatorTest : public
testing
::Test {
/external/chromium_org/base/metrics/
statistics_recorder_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
16
class StatisticsRecorderTest : public
testing
::Test {
/external/chromium_org/base/win/
event_trace_consumer_unittest.cc
22
#include "
testing
/gtest/include/gtest/gtest.h"
79
class EtwTraceConsumerBaseTest: public
testing
::Test {
shortcut_unittest.cc
16
#include "
testing
/gtest/include/gtest/gtest.h"
26
class ShortcutTest : public
testing
::Test {
/external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
17
: public
testing
::Test,
/external/chromium_org/cc/resources/
task_graph_runner_perftest.cc
13
#include "
testing
/gtest/include/gtest/gtest.h"
14
#include "
testing
/perf/perf_test.h"
40
class TaskGraphRunnerPerfTest : public
testing
::Test {
47
// Overridden from
testing
::Test:
tile_manager_perftest.cc
22
#include "
testing
/gtest/include/gtest/gtest.h"
23
#include "
testing
/perf/perf_test.h"
79
class TileManagerPerfTest : public
testing
::Test {
/external/chromium_org/chrome/browser/autocomplete/
keyword_provider_unittest.cc
15
#include "
testing
/gtest/include/gtest/gtest.h"
20
class KeywordProviderTest : public
testing
::Test {
/external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader_unittest.cc
24
#include "
testing
/gtest/include/gtest/gtest.h"
75
class ChangeListLoaderTest : public
testing
::Test {
drive_url_request_job_unittest.cc
28
#include "
testing
/gtest/include/gtest/gtest.h"
98
class DriveURLRequestJobTest : public
testing
::Test {
file_system_util_unittest.cc
19
#include "
testing
/gtest/include/gtest/gtest.h"
31
// Sets up ProfileManager for
testing
and marks the current thread as UI by
34
class ProfileRelatedFileSystemUtilTest : public
testing
::Test {
141
// Set up file system context for
testing
.
/external/chromium_org/chrome/browser/chromeos/extensions/
external_cache_unittest.cc
24
#include "
testing
/gtest/include/gtest/gtest.h"
38
class ExternalCacheTest : public
testing
::Test,
58
//
testing
::Test overrides:
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_reader_unittest.cc
27
#include "
testing
/gtest/include/gtest/gtest.h"
37
const char kFileSystemId[] = "
testing
-file-system";
82
class FileSystemProviderFileStreamReader : public
testing
::Test {
92
profile_ = profile_manager_->CreateTestingProfile("
testing
-profile");
100
kExtensionId, kFileSystemId, "
Testing
File System");
117
// Setting the
testing
factory to NULL will destroy the created service
118
// associated with the
testing
profile.
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_unittest.cc
15
#include "
testing
/gtest/include/gtest/gtest.h"
125
class InputMethodEngineTest : public
testing
::Test {
/external/chromium_org/chrome/browser/chromeos/login/ui/
user_adding_screen_browsertest.cc
21
#include "
testing
/gtest/include/gtest/gtest.h"
23
using namespace
testing
;
/external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller_unittest.cc
25
#include "
testing
/gtest/include/gtest/gtest.h"
100
: public
testing
::Test,
/external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes_unittest.cc
21
#include "
testing
/gtest/include/gtest/gtest.h"
43
class EnterpriseInstallAttributesTest : public
testing
::Test {
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc
23
#include "
testing
/gtest/include/gtest/gtest.h"
55
class ProfileListChromeOSTest : public
testing
::Test {
/external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc
27
#include "
testing
/gtest/include/gtest/gtest.h"
211
class ProxyConfigServiceImplTest : public
testing
::Test {
/external/chromium_org/chrome/browser/chromeos/settings/
cros_settings_unittest.cc
24
#include "
testing
/gtest/include/gtest/gtest.h"
30
class CrosSettingsTest : public
testing
::Test {
device_oauth2_token_service_unittest.cc
29
#include "
testing
/gtest/include/gtest/gtest.h"
36
class DeviceOAuth2TokenServiceTest : public
testing
::Test {
142
// A utility method to return fake URL results, for
testing
the refresh token
/external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_unittest.cc
44
#include "
testing
/gmock/include/gmock/gmock.h"
45
#include "
testing
/gtest/include/gtest/gtest.h"
48
using ::
testing
::ReturnPointee;
121
class AutomaticRebootManagerBasicTest : public
testing
::Test {
128
//
testing
::Test:
202
public
testing
::WithParamInterface<AutomaticRebootManagerTestScenario> {
[
all
...]
/external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc
28
using ::
testing
::_;
29
using ::
testing
::AnyNumber;
30
using ::
testing
::InSequence;
31
using ::
testing
::Mock;
[
all
...]
crx_downloader_unittest.cc
20
#include "
testing
/gtest/include/gtest/gtest.h"
42
class CrxDownloaderTest : public
testing
::Test {
47
// Overrides from
testing
::Test.
Completed in 1426 milliseconds
<<
141
142
143
144
145
146
147
148
149
150
>>