OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testing
(Results
176 - 200
of
7806
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen_browsertest.cc
11
#include "
testing
/gmock/include/gmock/gmock.h"
12
#include "
testing
/gtest/include/gtest/gtest.h"
14
using
testing
::Mock;
mock_auth_response_handler.cc
13
#include "
testing
/gmock/include/gmock/gmock.h"
17
using ::
testing
::_;
18
using ::
testing
::Invoke;
signed_settings_helper_unittest.cc
15
#include "
testing
/gmock/include/gmock/gmock.h"
16
#include "
testing
/gtest/include/gtest/gtest.h"
18
using ::
testing
::_;
19
using ::
testing
::A;
20
using ::
testing
::AtLeast;
21
using ::
testing
::InSequence;
22
using ::
testing
::Invoke;
23
using ::
testing
::Return;
24
using ::
testing
::ReturnRef;
25
using ::
testing
::SaveArg
[
all
...]
/external/chromium/chrome/browser/status_icons/
status_tray_unittest.cc
9
#include "
testing
/gmock/include/gmock/gmock.h"
10
#include "
testing
/gtest/include/gtest/gtest.h"
12
using
testing
::Return;
/external/chromium/chrome/browser/ui/cocoa/applescript/
bookmark_item_applescript_unittest.mm
13
#include "
testing
/gtest/include/gtest/gtest.h"
14
#import "
testing
/gtest_mac.h"
15
#include "
testing
/platform_test.h"
/external/chromium/chrome/browser/ui/cocoa/
chrome_browser_window_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#import "
testing
/gtest_mac.h"
12
#include "
testing
/platform_test.h"
clickhold_button_cell_unittest.mm
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
22
[[ClickHoldButtonCell alloc] initTextCell:@"
Testing
"]);
html_dialog_window_controller_unittest.mm
21
#include "
testing
/gmock/include/gmock/gmock.h"
22
#include "
testing
/gtest/include/gtest/gtest.h"
61
using ::
testing
::_;
62
using ::
testing
::Return;
63
using ::
testing
::SetArgumentPointee;
/external/chromium/chrome/browser/ui/cocoa/location_bar/
instant_opt_in_controller_unittest.mm
9
#include "
testing
/gmock/include/gmock/gmock.h"
10
#include "
testing
/gtest/include/gtest/gtest.h"
11
#include "
testing
/platform_test.h"
/external/webrtc/src/system_wrappers/source/
system_wrappers_tests.gyp
19
'../../../
testing
/gtest.gyp:gtest',
20
'../../../
testing
/gtest.gyp:gtest_main',
23
'../../../
testing
/gtest/include',
/frameworks/base/tests/TileBenchmark/res/values/
colors.xml
28
<!-- Background color for not
testing
-->
30
<!-- Background color for during
testing
-->
32
<!-- Background color for
testing
complete -->
/libcore/support/src/test/java/tests/support/
Support_ASimpleInputStream.java
50
throw new IOException("Exception thrown for
testing
purpose.");
57
throw new IOException("Exception thrown for
testing
purpose.");
65
throw new IOException("Exception thrown for
testing
purpose.");
Support_ASimpleReader.java
43
throw new IOException("Exception thrown for
testing
purpose.");
50
throw new IOException("Exception thrown for
testing
purpose.");
58
throw new IOException("Exception thrown for
testing
purpose.");
Support_ASimpleWriter.java
43
throw new IOException("Exception thrown for
testing
purpose.");
50
throw new IOException("Exception thrown for
testing
purpose.");
57
throw new IOException("Exception thrown for
testing
purpose.");
Support_OutputStream.java
44
throw new IOException("Exception thrown for
testing
purposes.");
52
throw new IOException("Exception thrown for
testing
purposes.");
60
throw new IOException("Exception thrown for
testing
purposes.");
70
throw new IOException("Exception thrown for
testing
purposes.");
83
throw new IOException("Exception thrown for
testing
purposes.");
/frameworks/base/docs/html/guide/topics/testing/
testing_android.jd
1
page.title=
Testing
Fundamentals
2
parent.title=
Testing
17
<a href="#TestAPI">The
Testing
API</a>
65
<a href="{@docRoot}resources/tutorials/
testing
/helloandroid_test.html">
66
Hello,
Testing
</a>
69
<a href="{@docRoot}resources/tutorials/
testing
/activity_test.html">Activity
Testing
</a>
75
<a href="{@docRoot}guide/developing/
testing
/testing_eclipse.html">
76
Testing
in Eclipse, with ADT</a>
79
<a href="{@docRoot}guide/developing/
testing
/testing_otheride.html"
[
all
...]
/external/gtest/test/
gtest-death-test_test.cc
63
using
testing
::Message;
65
using
testing
::internal::DeathTest;
66
using
testing
::internal::DeathTestFactory;
67
using
testing
::internal::FilePath;
68
using
testing
::internal::GetLastSystemErrorMessage;
69
using
testing
::internal::ParseNaturalNumber;
70
using
testing
::internal::String;
72
namespace
testing
{
namespace
99
} // namespace
testing
103
class TestForDeathTest : public
testing
::Test
[
all
...]
gtest_color_test_.cc
32
// A helper program for
testing
how Google Test determines whether to use
40
namespace
testing
{
namespace
44
} // namespace
testing
46
using
testing
::internal::ShouldUseColor;
56
testing
::InitGoogleTest(&argc, argv);
/external/chromium/testing/gmock/test/
gmock_output_test_.cc
42
using
testing
::_;
43
using
testing
::AnyNumber;
44
using
testing
::Ge;
45
using
testing
::InSequence;
46
using
testing
::Ref;
47
using
testing
::Return;
48
using
testing
::Sequence;
62
class GMockOutputTest : public
testing
::Test {
68
testing
::GMOCK_FLAG(verbose) = "info";
73
testing
::GMOCK_FLAG(verbose) = "warning"
[
all
...]
/external/android-mock/livetests/com/google/android/testing/mocking/test/
MockingTest.java
16
package com.google.android.
testing
.mocking.test;
20
import com.google.android.
testing
.mocking.AndroidMock;
21
import com.google.android.
testing
.mocking.SdkVersion;
22
import com.google.android.
testing
.mocking.UsesMocks;
23
import com.google.android.
testing
.mocking.testapp.ClassToMock;
/external/chromium/chrome/browser/policy/
file_based_policy_provider_unittest.cc
12
#include "
testing
/gmock/include/gmock/gmock.h"
13
#include "
testing
/gtest/include/gtest/gtest.h"
15
using
testing
::_;
16
using
testing
::InSequence;
17
using
testing
::Return;
/external/chromium/chrome/browser/prefs/
pref_set_observer_unittest.cc
11
#include "
testing
/gmock/include/gmock/gmock.h"
12
#include "
testing
/gtest/include/gtest/gtest.h"
15
class PrefSetObserverTest : public
testing
::Test {
63
using
testing
::_;
64
using
testing
::Mock;
scoped_user_pref_update_unittest.cc
9
#include "
testing
/gmock/include/gmock/gmock.h"
10
#include "
testing
/gtest/include/gtest/gtest.h"
12
using
testing
::_;
13
using
testing
::Mock;
15
class ScopedUserPrefUpdateTest : public
testing
::Test {
/external/chromium/chrome/browser/sync/notifier/
invalidation_notifier_unittest.cc
17
#include "
testing
/gmock/include/gmock/gmock.h"
18
#include "
testing
/gtest/include/gtest/gtest.h"
24
using ::
testing
::InSequence;
25
using ::
testing
::StrictMock;
27
class InvalidationNotifierTest : public
testing
::Test {
/external/protobuf/gtest/test/
gtest_color_test_.cc
32
// A helper program for
testing
how Google Test determines whether to use
40
namespace
testing
{
namespace
44
} // namespace
testing
46
using
testing
::internal::ShouldUseColor;
56
testing
::InitGoogleTest(&argc, argv);
Completed in 1102 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>