OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
576 - 600
of
4772
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MapGenerators.java
17
package com.google.common.collect.
testing
.google;
24
import com.google.common.collect.
testing
.SampleElements;
25
import com.google.common.collect.
testing
.TestCollectionGenerator;
26
import com.google.common.collect.
testing
.TestListGenerator;
27
import com.google.common.collect.
testing
.TestMapEntrySetGenerator;
28
import com.google.common.collect.
testing
.TestStringSetGenerator;
29
import com.google.common.collect.
testing
.TestUnhashableCollectionGenerator;
30
import com.google.common.collect.
testing
.UnhashableObject;
111
// elements. Those tests aren't useful in
testing
entry sets
/external/guava/guava-tests/test/com/google/common/collect/
LenientSerializableTester.java
19
import static com.google.common.
testing
.SerializableTester.reserialize;
25
import com.google.common.
testing
.SerializableTester;
42
* TODO(cpovirk): move this to c.g.c.
testing
if we allow for c.g.c.annotations dependencies so
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
BaseLayerModule.java
17
package com.google.android.apps.common.
testing
.ui.espresso.base;
19
import com.google.android.apps.common.
testing
.testrunner.ActivityLifecycleMonitor;
20
import com.google.android.apps.common.
testing
.testrunner.ActivityLifecycleMonitorRegistry;
21
import com.google.android.apps.common.
testing
.testrunner.InstrumentationRegistry;
22
import com.google.android.apps.common.
testing
.testrunner.inject.TargetContext;
23
import com.google.android.apps.common.
testing
.ui.espresso.FailureHandler;
24
import com.google.android.apps.common.
testing
.ui.espresso.Root;
25
import com.google.android.apps.common.
testing
.ui.espresso.UiController;
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/matcher/
PreferenceMatchersTest.java
17
package com.google.android.apps.common.
testing
.ui.espresso.matcher;
23
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.PreferenceMatchers.withKey;
24
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.PreferenceMatchers.withSummary;
25
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.PreferenceMatchers.withSummaryText;
26
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.PreferenceMatchers.withTitle;
27
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.PreferenceMatchers.withTitleText;
28
import static com.google.android.apps.common.
testing
.ui.espresso.matcher.PreferenceMatchers.isEnabled;
31
import com.google.android.apps.common.
testing
.ui.testapp.test.R;
/cts/suite/audio_quality/test/
FileUtilTest.cpp
26
class FileUtilTest : public
testing
::Test {
SimpleScriptExecTest.cpp
22
class ScriptExecTest : public
testing
::Test {
/external/ceres-solver/internal/ceres/
iterative_schur_complement_solver_test.cc
32
// poorly conditioned problems both for correctness
testing
as well as
55
using
testing
::AssertionResult;
59
class IterativeSchurComplementSolverTest : public ::
testing
::Test {
103
return
testing
::AssertionSuccess();
105
return
testing
::AssertionFailure()
/external/chromium_org/athena/test/
athena_test_base.h
11
#include "
testing
/gtest/include/gtest/gtest.h"
21
class AthenaTestBase : public
testing
::Test {
26
//
testing
::Test:
/external/chromium_org/base/nix/
xdg_util_unittest.cc
8
#include "
testing
/gmock/include/gmock/gmock.h"
9
#include "
testing
/gtest/include/gtest/gtest.h"
11
using ::
testing
::_;
12
using ::
testing
::Return;
13
using ::
testing
::SetArgumentPointee;
14
using ::
testing
::StrEq;
/external/chromium_org/base/test/
mock_time_provider.cc
8
using ::
testing
::DefaultValue;
/external/chromium_org/chrome/browser/chromeos/
version_loader_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
13
typedef
testing
::Test VersionLoaderTest;
/external/chromium_org/chrome/browser/component_updater/test/
component_patcher_unittest.h
15
#include "
testing
/gtest/include/gtest/gtest.h"
30
class ComponentPatcherOperationTest : public
testing
::Test {
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
cloud_print_private_apitest.cc
15
#include "
testing
/gmock/include/gmock/gmock.h"
16
#include "
testing
/gtest/include/gtest/gtest.h"
18
using ::
testing
::Eq;
19
using ::
testing
::Property;
20
using ::
testing
::Return;
21
using ::
testing
::_;
/external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_test_base.h
10
#include "
testing
/gmock/include/gmock/gmock.h"
47
testing
::StrictMock<ProfileResetterMockObject> mock_object_;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
16
public
testing
::Test {
/external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.js
11
* Test C++ fixture for settings WebUI
testing
.
13
* @extends {
testing
.Test}
18
* TestFixture for extension settings WebUI
testing
.
19
* @extends {
testing
.Test}
25
__proto__:
testing
.Test.prototype,
64
* TestFixture for extension settings WebUI
testing
(commands config edition).
65
* @extends {
testing
.Test}
71
__proto__:
testing
.Test.prototype,
/external/chromium_org/chrome/common/
search_urls_unittest.cc
7
#include "
testing
/gtest/include/gtest/gtest.h"
11
typedef
testing
::Test SearchURLsTest;
/external/chromium_org/chrome/renderer/net/
renderer_predictor_unittest.cc
8
#include "
testing
/gtest/include/gtest/gtest.h"
14
class RenderDnsMasterTest : public
testing
::Test {
/external/chromium_org/chrome/renderer/safe_browsing/
test_utils.cc
11
#include "
testing
/gmock/include/gmock/gmock.h"
21
EXPECT_THAT(sorted_first,
testing
::ContainerEq(sorted_second));
/external/chromium_org/chromeos/network/onc/
onc_translator_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
20
: public ::
testing
::TestWithParam<std::pair<std::string, std::string> > {
44
::
testing
::Values(
68
: public ::
testing
::TestWithParam<std::pair<std::string, std::string> > {
90
::
testing
::Values(
/external/chromium_org/components/policy/core/browser/
configuration_policy_pref_store_test.h
15
#include "
testing
/gtest/include/gtest/gtest.h"
24
class ConfigurationPolicyPrefStoreTest : public
testing
::Test {
/external/chromium_org/components/sync_driver/
system_encryptor_unittest.cc
8
#include "
testing
/gtest/include/gtest/gtest.h"
16
class SystemEncryptorTest : public
testing
::Test {
/external/chromium_org/content/common/gpu/client/
gpu_in_process_context_tests.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
19
class ContextTestBase : public
testing
::Test {
/external/chromium_org/content/test/
ppapi_unittest.h
11
#include "
testing
/gtest/include/gtest/gtest.h"
22
class PpapiUnittest : public
testing
::Test {
/external/chromium_org/gpu/command_buffer/common/
unittest_main.cc
10
#include "
testing
/gmock/include/gmock/gmock.h"
11
#include "
testing
/gtest/include/gtest/gtest.h"
30
//
testing
/android/native_test_wrapper.cc before main() is called.
36
testing
::InitGoogleMock(&argc, argv);
Completed in 1237 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>