OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testing
(Results
251 - 275
of
7783
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac_unittest.mm
12
#include "
testing
/gtest/include/gtest/gtest.h"
13
#import "
testing
/gtest_mac.h"
14
#include "
testing
/platform_test.h"
/external/chromium/chrome/browser/ui/cocoa/
hyperlink_button_cell_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
22
[[HyperlinkButtonCell alloc] initTextCell:@"
Testing
"]);
/external/chromium/chrome/browser/ui/webui/
constrained_html_ui_browsertest.cc
16
#include "
testing
/gmock/include/gmock/gmock.h"
17
#include "
testing
/gtest/include/gtest/gtest.h"
19
using
testing
::Eq;
/external/chromium/net/websockets/
websocket_handshake_draft75_unittest.cc
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/gmock/include/gmock/gmock.h"
12
#include "
testing
/platform_test.h"
133
testing
::HasSubstr("GET /Test?q=xxx&p=%20 HTTP/1.1\r\n"));
144
testing
::HasSubstr("Host: example.com\r\n"));
146
testing
::HasSubstr("Origin: http://example.com\r\n"));
157
testing
::HasSubstr("Host: example.com\r\n"));
168
testing
::HasSubstr("Host: example.com\r\n"));
180
testing
::HasSubstr("Host: example.com:8080\r\n"));
192
testing
::HasSubstr("Host: example.com:4443\r\n"))
[
all
...]
/external/llvm/utils/lit/
setup.py
14
description = "A Software
Testing
Tool",
25
designed to be a lightweight
testing
tool with as simple a user interface as
60
'Topic :: Software Development ::
Testing
',
/external/webkit/LayoutTests/storage/domstorage/
complex-keys-expected.txt
6
Testing
sessionStorage
31
Testing
a null key
46
Testing
an undefined key
61
Testing
a numeric key
82
Testing
case differences
97
Testing
overriding length
121
Testing
localStorage
146
Testing
a null key
161
Testing
an undefined key
176
Testing
a numeric ke
[
all
...]
/external/webkit/LayoutTests/storage/domstorage/localstorage/
string-conversion.html
23
log("
Testing
implicit setters");
31
log("
Testing
explicit setters");
39
log("
Testing
index setters");
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
string-conversion.html
23
log("
Testing
implicit setters");
31
log("
Testing
explicit setters");
39
log("
Testing
index setters");
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
VisibleForTesting.java
27
* visibility should have been if it had not been made public or package-private for
testing
.
34
*
testing
.
46
* Intended visibility if the element had not been made public or package-private for
testing
.
/packages/experimental/UiAutomationDemo/
AndroidManifest.xml
16
package="com.android.
testing
.uiautomation.demo">
24
android:name="com.android.
testing
.uiautomation.UiAutomationTestRunner"
25
android:targetPackage="com.android.
testing
.uiautomation.demo"
/sdk/common/src/com/android/annotations/
VisibleForTesting.java
27
* visibility should have been if it had not been made public or package-private for
testing
.
34
*
testing
.
46
* Intended visibility if the element had not been made public or package-private for
testing
.
/external/chromium/base/
sys_string_conversions_mac_unittest.mm
9
#include "
testing
/gtest/include/gtest/gtest.h"
/external/chromium/chrome/browser/
browsing_data_local_storage_helper_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
/external/chromium/chrome/browser/chromeos/cros/
mock_cros_library.h
12
#include "
testing
/gmock/include/gmock/gmock.h"
mock_screen_lock_library.h
10
#include "
testing
/gmock/include/gmock/gmock.h"
mock_speech_synthesis_library.h
10
#include "
testing
/gmock/include/gmock/gmock.h"
/external/chromium/chrome/browser/chromeos/login/
mock_screen_observer.h
12
#include "
testing
/gmock/include/gmock/gmock.h"
mock_update_screen.h
11
#include "
testing
/gmock/include/gmock/gmock.h"
owner_manager_unittest.cc
18
#include "
testing
/gmock/include/gmock/gmock.h"
19
#include "
testing
/gtest/include/gtest/gtest.h"
22
using ::
testing
::DoAll;
23
using ::
testing
::Eq;
24
using ::
testing
::Invoke;
25
using ::
testing
::Return;
26
using ::
testing
::SetArgumentPointee;
27
using ::
testing
::_;
31
class OwnerManagerTest : public ::
testing
::Test {
ownership_service_unittest.cc
19
#include "
testing
/gmock/include/gmock/gmock.h"
20
#include "
testing
/gtest/include/gtest/gtest.h"
23
using ::
testing
::DoAll;
24
using ::
testing
::Eq;
25
using ::
testing
::Invoke;
26
using ::
testing
::Return;
27
using ::
testing
::SetArgumentPointee;
28
using ::
testing
::_;
33
class OwnershipServiceTest : public ::
testing
::Test {
/external/chromium/chrome/browser/chromeos/
network_state_notifier_browsertest.cc
13
#include "
testing
/gmock/include/gmock/gmock.h"
14
#include "
testing
/gtest/include/gtest/gtest.h"
18
using ::
testing
::Return;
19
using ::
testing
::_;
/external/chromium/chrome/browser/net/
url_request_mock_link_doctor_job.h
19
// Adds the
testing
URLs to the net::URLRequestFilter.
/external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.h
22
// URLs together, and this gives the unit tests access for
testing
.
/external/chromium/chrome/browser/sync/engine/
read_node_mock.h
12
#include "
testing
/gmock/include/gmock/gmock.h"
/external/chromium/chrome/browser/sync/glue/
model_associator_mock.h
10
#include "
testing
/gmock/include/gmock/gmock.h"
Completed in 191 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>