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
8489
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/Spinner/
_index.html
7
mainly for the purpose of highlighting common patterns of Activity
testing
. When the application
20
<a href="../../../resources/tutorials/
testing
/activity_test.html">Activity
Testing
</a> tutorial.
/external/android-mock/livetests/com/google/android/testing/mocking/testapp/
TestAppActivity.java
16
package com.google.android.
testing
.mocking.testapp;
18
import com.google.android.
testing
.mocking.testapp.R;
19
import com.google.android.
testing
.mocking.testapp.R.layout;
/external/chromium/chrome/browser/
chrome_browser_application_mac.h
22
// Bin for unknown exceptions. Exposed for
testing
purposes.
26
// specifically, or |kUnknownNSException| if unknown. Exposed for
testing
30
// Use UMA to track exception occurance. Exposed for
testing
purposes.
/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
"]);
/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/guava/guava-testlib/src/com/google/common/collect/testing/
OneSizeTestContainerGenerator.java
17
package com.google.common.collect.
testing
;
19
import com.google.common.collect.
testing
.features.CollectionSize;
24
* The subject-generator interface accepted by Collection testers, for
testing
TestStringCollectionGenerator.java
17
package com.google.common.collect.
testing
;
19
import com.google.common.collect.
testing
.SampleElements.Strings;
25
* String creation for
testing
arbitrary collections.
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionSizeTester.java
17
package com.google.common.collect.
testing
.testers;
19
import com.google.common.collect.
testing
.AbstractCollectionTester;
24
* {@link com.google.common.collect.
testing
.CollectionTestSuiteBuilder}.
MapSizeTester.java
17
package com.google.common.collect.
testing
.testers;
19
import com.google.common.collect.
testing
.AbstractMapTester;
24
* {@link com.google.common.collect.
testing
.MapTestSuiteBuilder}.
/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.");
/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 {
Completed in 237 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>