OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
1676 - 1700
of
4772
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h
28
class GCFactoryListTraitsTest : public ::
testing
::Test
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
IdlingPolicies.java
17
package com.google.android.apps.common.
testing
.ui.espresso;
PerformException.java
17
package com.google.android.apps.common.
testing
.ui.espresso;
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
AdapterViewProtocol.java
17
package com.google.android.apps.common.
testing
.ui.espresso.action;
EspressoKey.java
17
package com.google.android.apps.common.
testing
.ui.espresso.action;
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
BoundedMatcher.java
17
package com.google.android.apps.common.
testing
.ui.espresso.matcher;
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
NoMatchingViewExceptionTest.java
17
package com.google.android.apps.common.
testing
.ui.espresso;
ViewInteractionTest.java
17
package com.google.android.apps.common.
testing
.ui.espresso;
29
import com.google.android.apps.common.
testing
.testrunner.ActivityLifecycleMonitor;
30
import com.google.android.apps.common.
testing
.testrunner.ActivityLifecycleMonitorRegistry;
31
import com.google.android.apps.common.
testing
.ui.espresso.matcher.RootMatchers;
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
DelegatingEditText.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
SimplePagerAdapter.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
SyncActivity.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
borders_test.cc
81
VP9_INSTANTIATE_TEST_CASE(BordersTest, ::
testing
::Values(
y4m_video_source.h
100
testing
::internal::scoped_ptr<vpx_image_t> img_;
/hardware/libhardware/tests/camera3/
camera3test_fixtures.h
29
class Camera3Module : public
testing
::Test {
/hardware/libhardware/tests/fingerprint/
fingerprint_test_fixtures.h
28
class FingerprintModule : public
testing
::Test {
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h
41
namespace
testing
{
namespace
177
} // namespace
testing
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h
45
namespace
testing
{
namespace
204
} // namespace
testing
/ndk/sources/third_party/googletest/googletest/samples/
sample3_unittest.cc
30
// A sample program demonstrating using Google C++
testing
framework.
69
// To use a test fixture, derive a class from
testing
::Test.
70
class QueueTest : public
testing
::Test {
95
// A helper function for
testing
Queue::Map().
sample5_unittest.cc
63
class QuickTest : public
testing
::Test {
/ndk/sources/third_party/googletest/googletest/src/
gtest-test-part.cc
32
// The Google C++
Testing
Framework (Google Test)
45
namespace
testing
{
namespace
110
} // namespace
testing
gtest-typed-test.cc
35
namespace
testing
{
namespace
110
} // namespace
testing
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
FallbackAccountType.java
24
import com.android.contacts.common.
testing
.NeededForTesting;
/packages/apps/Dialer/src/com/android/dialer/util/
AsyncTaskExecutors.java
22
import com.android.contacts.common.
testing
.NeededForTesting;
33
* which is one way of injecting dependencies for
testing
classes whose construction cannot be
39
* non-null, for injecting when
testing
.
/system/core/libcutils/tests/
PropertiesTest.cpp
46
static ::
testing
::AssertionResult AssertEqualHex(const char *mExpr,
51
return ::
testing
::AssertionSuccess();
54
return ::
testing
::AssertionFailure()
59
class PropertiesTest : public
testing
::Test {
/system/core/libutils/tests/
String8_test.cpp
25
class String8Test : public
testing
::Test {
61
//
Testing
String8 += String8
Completed in 912 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>