OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
3551 - 3575
of
4772
) sorted by null
<<
141
142
143
144
145
146
147
148
149
150
>>
/external/protobuf/src/google/protobuf/
message_unittest.cc
56
#include <google/protobuf/
testing
/googletest.h>
/external/regex-re2/re2/testing/
unicode_test.py
12
from google3.
testing
.pybase import googletest
/external/webrtc/src/common_audio/vad/
vad_unittest.cc
62
class VadTest : public ::
testing
::Test {
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S
30
@
testing
speech and tone vectors.
/external/webrtc/src/system_wrappers/source/
map_unittest.cc
159
class MapWrapperTest : public ::
testing
::Test {
/external/webrtc/test/testsupport/
fileutils_unittest.cc
37
class FileUtilsTest : public
testing
::Test {
70
// Create a dummy subdir that can be chdir'ed into for
testing
purposes.
101
// The test is not fully
testing
the implementation, since we cannot be sure
120
// deeper from the current one. Then
testing
that the project path returned
172
// ResourcePath. Manual
testing
has been performed by removing files and
/frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp
81
class TimedTextSRTSourceTest : public
testing
::Test {
/frameworks/native/services/inputflinger/tests/
InputDispatcher_test.cpp
104
class InputDispatcherTest : public
testing
::Test {
/frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp
52
// individual pixel values for
testing
purposes.
91
class LayerUpdateTest : public ::
testing
::Test {
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/util/
TreeIterables.java
17
package com.google.android.apps.common.
testing
.ui.espresso.util;
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
GestureActivity.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
SendActivity.java
17
package com.google.android.apps.common.
testing
.ui.testapp;
49
static final String EXTRA_DATA = "com.google.android.apps.common.
testing
.ui.testapp.DATA";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
resize_test.cc
265
::
testing
::Values(::libvpx_test::kOnePassBest));
/libcore/
JavaLibrary.mk
33
# test/ # Built only on demand, for
testing
.
203
# Local droiddoc for faster libcore
testing
/ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc
63
namespace
testing
{
namespace
382
} // namespace
testing
gtest-printers.cc
32
// Google Test - The Google C++
Testing
Framework
37
// void ::
testing
::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52
namespace
testing
{
namespace
108
// ::
testing
::internal namespace, which contains a << operator that
363
} // namespace
testing
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java
29
import com.android.contacts.common.
testing
.NeededForTesting;
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java
38
import com.android.contacts.common.
testing
.InjectedServices;
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactsUtils.java
31
import com.android.contacts.common.
testing
.NeededForTesting;
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java
29
import com.android.contacts.common.
testing
.NeededForTesting;
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java
30
import com.android.contacts.common.
testing
.NeededForTesting;
/system/core/libutils/tests/
LruCache_test.cpp
96
class LruCacheTest : public
testing
::Test {
/system/extras/tests/fstest/
recovery_test.cpp
185
class FsRecoveryTest : public ::
testing
::Test {
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service_unittest.cc
14
#include "
testing
/gmock/include/gmock/gmock.h"
15
#include "
testing
/gtest/include/gtest/gtest.h"
19
using ::
testing
::_;
20
using ::
testing
::DoAll;
21
using ::
testing
::Eq;
22
using ::
testing
::Return;
23
using ::
testing
::Property;
28
// Some guids for
testing
.
215
class AutofillProfileSyncableServiceTest : public
testing
::Test {
565
EXPECT_THAT(specifics.name_first(),
testing
::ElementsAre("Jane"))
[
all
...]
/external/chromium_org/net/quic/
quic_sent_packet_manager_test.cc
11
#include "
testing
/gmock/include/gmock/gmock.h"
12
#include "
testing
/gtest/include/gtest/gtest.h"
15
using
testing
::ElementsAre;
16
using
testing
::Pair;
17
using
testing
::Pointwise;
18
using
testing
::Return;
19
using
testing
::StrictMock;
20
using
testing
::_;
42
class QuicSentPacketManagerTest : public ::
testing
::TestWithParam<bool> {
[
all
...]
Completed in 2603 milliseconds
<<
141
142
143
144
145
146
147
148
149
150
>>