OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
4276 - 4300
of
4772
) sorted by null
<<
171
172
173
174
175
176
177
178
179
180
>>
/external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc
24
#include "
testing
/gtest/include/gtest/gtest.h"
124
class ResourceSchedulerTest : public
testing
::Test {
/external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc
31
#include "
testing
/gtest/include/gtest/gtest.h"
74
class SQLitePersistentCookieStoreTest : public
testing
::Test {
/external/chromium_org/content/browser/service_worker/
service_worker_job_unittest.cc
17
#include "
testing
/gtest/include/gtest/gtest.h"
19
// Unit tests for
testing
all job registration tasks.
90
class ServiceWorkerJobTest : public
testing
::Test {
service_worker_storage_unittest.cc
21
#include "
testing
/gtest/include/gtest/gtest.h"
148
class ServiceWorkerStorageTest : public
testing
::Test {
/external/chromium_org/content/browser/
site_instance_impl_unittest.cc
29
#include "
testing
/gtest/include/gtest/gtest.h"
83
class SiteInstanceTest : public
testing
::Test {
/external/chromium_org/content/browser/speech/
speech_recognizer_impl_unittest.cc
20
#include "
testing
/gtest/include/gtest/gtest.h"
34
public
testing
::Test {
148
//
testing
::Test methods.
/external/chromium_org/content/browser/ssl/
ssl_host_state_unittest.cc
6
#include "
testing
/gtest/include/gtest/gtest.h"
93
class SSLHostStateTest : public
testing
::Test {
/external/chromium_org/content/child/
multipart_response_delegate_unittest.cc
8
#include "
testing
/gtest/include/gtest/gtest.h"
49
class MultipartResponseTest : public
testing
::Test {
/external/chromium_org/content/common/android/
address_parser_unittest.cc
10
#include "
testing
/gtest/include/gtest/gtest.h"
15
class AddressParserTest : public
testing
::Test {
109
EXPECT_EQ(GetHouseNumber("
Testing
\n4\n"), "4");
124
EXPECT_EQ(GetHouseNumber("
Testing
12-34"), "12-34");
125
EXPECT_EQ(GetHouseNumber("
Testing
12-34c,d"), "12-34c");
/external/chromium_org/content/
content_common.target.darwin-arm.mk
332
$(LOCAL_PATH)/
testing
/gtest/include \
515
$(LOCAL_PATH)/
testing
/gtest/include \
content_common.target.linux-arm.mk
332
$(LOCAL_PATH)/
testing
/gtest/include \
515
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.darwin-arm.mk
463
$(LOCAL_PATH)/
testing
/gtest/include \
658
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.darwin-arm64.mk
452
$(LOCAL_PATH)/
testing
/gtest/include \
635
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.darwin-mips.mk
457
$(LOCAL_PATH)/
testing
/gtest/include \
646
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.darwin-x86.mk
457
$(LOCAL_PATH)/
testing
/gtest/include \
645
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.darwin-x86_64.mk
457
$(LOCAL_PATH)/
testing
/gtest/include \
645
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.linux-arm.mk
463
$(LOCAL_PATH)/
testing
/gtest/include \
658
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.linux-arm64.mk
452
$(LOCAL_PATH)/
testing
/gtest/include \
635
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.linux-mips.mk
457
$(LOCAL_PATH)/
testing
/gtest/include \
646
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.linux-x86.mk
457
$(LOCAL_PATH)/
testing
/gtest/include \
645
$(LOCAL_PATH)/
testing
/gtest/include \
content_renderer.target.linux-x86_64.mk
457
$(LOCAL_PATH)/
testing
/gtest/include \
645
$(LOCAL_PATH)/
testing
/gtest/include \
/external/chromium_org/content/renderer/media/crypto/
key_systems_unittest.cc
13
#include "
testing
/gtest/include/gtest/gtest.h"
116
class KeySystemsTest : public
testing
::Test {
/external/chromium_org/content/renderer/media/webrtc/
media_stream_track_metrics_unittest.cc
7
#include "
testing
/gmock/include/gmock/gmock.h"
8
#include "
testing
/gtest/include/gtest/gtest.h"
79
class MediaStreamTrackMetricsTest : public
testing
::Test {
106
// (PeerConnection pointer, track ID, remote or not. Also,
testing
/external/chromium_org/content/renderer/pepper/
v8_var_converter_unittest.cc
28
#include "
testing
/gtest/include/gtest/gtest.h"
163
class V8VarConverterTest : public
testing
::Test {
174
//
testing
::Test implementation.
256
// TODO(raymes):
Testing
this here requires spinning up some of WebKit.
/external/chromium_org/extensions/browser/
extension_icon_image_unittest.cc
18
#include "
testing
/gtest/include/gtest/gtest.h"
117
class ExtensionIconImageTest : public
testing
::Test,
169
//
testing
::Test overrides:
Completed in 957 milliseconds
<<
171
172
173
174
175
176
177
178
179
180
>>