OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
2926 - 2950
of
4772
) sorted by null
<<
111
112
113
114
115
116
117
118
119
120
>>
/external/webrtc/src/common_audio/resampler/
resampler_unittest.cc
53
class ResamplerTest : public
testing
::Test {
/external/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc
29
class VideoMetricsTest: public
testing
::Test {
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
JsonWebKeyUnittest.cpp
27
class JsonWebKeyTest : public ::
testing
::Test {
/frameworks/native/libs/gui/tests/
Surface_test.cpp
32
class SurfaceTest : public ::
testing
::Test {
/frameworks/native/libs/input/tests/
InputChannel_test.cpp
31
class InputChannelTest : public
testing
::Test {
/frameworks/native/libs/ui/tests/
Region_test.cpp
26
class RegionTest : public
testing
::Test {
mat_test.cpp
28
class MatTest : public
testing
::Test {
/frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp
27
class EGLTest : public ::
testing
::Test {
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
QueueInterrogator.java
17
package com.google.android.apps.common.
testing
.ui.espresso.base;
ThreadPoolExecutorExtractor.java
17
package com.google.android.apps.common.
testing
.ui.espresso.base;
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
PreferenceMatchers.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/base/
AsyncTaskPoolMonitorTest.java
17
package com.google.android.apps.common.
testing
.ui.espresso.base;
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
LongListActivity.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
MainActivity.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
/frameworks/testing/uiautomator/library/
Android.mk
73
uiautomator_api_dir := frameworks/
testing
/uiautomator/api
/ndk/sources/third_party/googletest/googletest/test/
gtest-options_test.cc
58
namespace
testing
{
namespace
67
//
Testing
UnitTestOptions::GetOutputFormat/GetOutputFile.
215
} // namespace
testing
/packages/apps/Contacts/src/com/android/contacts/
ContactsApplication.java
35
import com.android.contacts.common.
testing
.InjectedServices;
53
* Overrides the system services with mocks for
testing
.
/packages/apps/Contacts/src/com/android/contacts/widget/
CompositeListAdapter.java
24
import com.android.contacts.common.
testing
.NeededForTesting;
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactDeletionInteractionTest.java
37
import com.android.contacts.common.
testing
.InjectedServices;
/packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java
15
import com.android.contacts.common.
testing
.NeededForTesting;
/external/chromium_org/cc/output/
gl_renderer_unittest.cc
26
#include "
testing
/gmock/include/gmock/gmock.h"
27
#include "
testing
/gtest/include/gtest/gtest.h"
35
using
testing
::_;
36
using
testing
::AnyNumber;
37
using
testing
::Args;
38
using
testing
::AtLeast;
39
using
testing
::ElementsAre;
40
using
testing
::Expectation;
41
using
testing
::InSequence;
42
using
testing
::Mock
[
all
...]
/external/chromium_org/content/browser/download/
download_browsertest.cc
43
#include "
testing
/gmock/include/gmock/gmock.h"
44
#include "
testing
/gtest/include/gtest/gtest.h"
48
using ::
testing
::AllOf;
49
using ::
testing
::Field;
50
using ::
testing
::InSequence;
51
using ::
testing
::Property;
52
using ::
testing
::Return;
53
using ::
testing
::StrictMock;
54
using ::
testing
::_;
701
//
testing
)
[
all
...]
/bionic/tests/
stdlib_test.cpp
161
::
testing
::FLAGS_gtest_death_test_style = "threadsafe";
162
ASSERT_EXIT(TestBug57421_main(), ::
testing
::ExitedWithCode(0), "");
/external/chromium_org/android_webview/native/permission/
permission_request_handler_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
121
class PermissionRequestHandlerTest : public
testing
::Test {
133
testing
::Test::SetUp();
/external/chromium_org/base/strings/
string_split_unittest.cc
8
#include "
testing
/gmock/include/gmock/gmock.h"
9
#include "
testing
/gtest/include/gtest/gtest.h"
11
using ::
testing
::ElementsAre;
32
class SplitStringIntoKeyValuePairsTest : public
testing
::Test {
Completed in 1577 milliseconds
<<
111
112
113
114
115
116
117
118
119
120
>>