OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
2026 - 2050
of
4772
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/frameworks/av/media/libstagefright/tests/
Utils_test.cpp
32
class UtilsTest : public ::
testing
::Test {
/frameworks/base/core/tests/coretests/src/android/net/
SSLSessionCacheTest.java
22
import com.google.
testing
.littlemock.LittleMock;
/frameworks/base/libs/androidfw/tests/
ObbFile_test.cpp
34
class ObbFileTest : public
testing
::Test {
/frameworks/native/opengl/tests/EGLTest/
egl_cache_test.cpp
29
class EGLCacheTest : public ::
testing
::Test {
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
IdlingPolicy.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/
GeneralLocation.java
17
package com.google.android.apps.common.
testing
.ui.espresso.action;
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
AmbiguousViewMatcherExceptionTest.java
17
package com.google.android.apps.common.
testing
.ui.espresso;
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
ActionBarTestActivity.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
SimpleActivity.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
35
static final String EXTRA_DATA = "com.google.android.apps.common.
testing
.ui.testapp.DATA";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
cq_test.cc
106
::
testing
::Range(kCQLevelMin, kCQLevelMax,
superframe_test.cc
95
VP9_INSTANTIATE_TEST_CASE(SuperframeTest, ::
testing
::Values(
tile_independence_test.cc
105
VP9_INSTANTIATE_TEST_CASE(TileIndependenceTest, ::
testing
::Range(0, 2, 1));
/ndk/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc
31
// The Google C++
Testing
Framework (Google Test)
41
using ::
testing
::InitGoogleTest;
43
namespace
testing
{
namespace
142
return
testing
::AssertionFailure() << "argument is " << str;
229
// These two tests are here to provide support for
testing
333
} // namespace
testing
338
AddGlobalTestEnvironment(new
testing
::internal::FinalSuccessChecker());
/packages/apps/Contacts/src/com/android/contacts/interactions/
ContactInteractionUtil.java
23
import com.android.contacts.common.
testing
.NeededForTesting;
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemViews.java
25
import com.android.contacts.common.
testing
.NeededForTesting;
/packages/apps/Music/tests/src/com/android/music/stress/
AlbumsPlaybackStress.java
37
private String[]
testing
;
field in class:AlbumsPlaybackStress
/sdk/emulator/opengl/shared/emugl/common/
smart_ptr_unittest.cpp
24
class SmartPtrTest : public
testing
::Test {
/system/core/libutils/tests/
Unicode_test.cpp
25
class UnicodeTest : public
testing
::Test {
/bionic/benchmarks/
benchmark_main.cpp
32
typedef std::map<std::string, ::
testing
::Benchmark*> BenchmarkMap;
58
namespace
testing
{
namespace
173
} // namespace
testing
205
::
testing
::Benchmark* b = it->second;
/cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp
18
* Test for
testing
the creation of OpenSL ES objects under various configurations (determined
62
class SLObjectCreationTest : public ::
testing
::Test {
313
class SLObjectCreationTest : public ::
testing
::Test {
388
testing
::InitGoogleTest(&argc, argv);
/external/chromium_org/apps/
saved_files_service_unittest.cc
17
#include "
testing
/gtest/include/gtest/gtest.h"
38
class SavedFilesServiceUnitTest : public
testing
::Test {
41
testing
::Test::SetUp();
60
testing
::Test::TearDown();
/external/chromium_org/base/prefs/
overlay_user_pref_store_unittest.cc
10
#include "
testing
/gmock/include/gmock/gmock.h"
11
#include "
testing
/gtest/include/gtest/gtest.h"
13
using ::
testing
::Mock;
14
using ::
testing
::StrEq;
31
class OverlayUserPrefStoreTest : public
testing
::Test {
/external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager_unittest.cc
14
using ::
testing
::_;
15
using ::
testing
::AnyNumber;
16
using ::
testing
::InSequence;
/external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker_browsertest.cc
29
#include "
testing
/gmock/include/gmock/gmock.h"
30
#include "
testing
/gtest/include/gtest/gtest.h"
36
using
testing
::_;
37
using
testing
::AnyNumber;
38
using
testing
::Return;
/external/chromium_org/chrome/browser/chromeos/power/
power_prefs_unittest.cc
34
#include "
testing
/gtest/include/gtest/gtest.h"
38
class PowerPrefsTest : public
testing
::Test {
42
//
testing
::Test:
75
testing
::Test::SetUp();
87
testing
::Test::TearDown();
Completed in 2258 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>