OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
801 - 825
of
4772
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium_org/third_party/WebKit/Source/web/tests/
RunAllTests.cpp
61
::
testing
::InitGoogleMock(&argc, argv);
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/testing/
AsyncTestCase.java
17
package com.android.i18n.addressinput.
testing
;
25
* like the corresponding methods in GWTTestCase for
testing
asynchronous code.
/external/chromium_org/third_party/libjingle/source/talk/base/
asynctcpsocket_unittest.cc
39
: public
testing
::Test,
asyncudpsocket_unittest.cc
39
: public
testing
::Test,
nullsocketserver_unittest.cc
36
: public
testing
::Test,
/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc
44
using ::
testing
::TestWithParam;
45
using ::
testing
::Values;
47
class CMapBasicTests : public ::
testing
::TestWithParam<const char*> {
124
::
testing
::ValuesIn(cmap_test_data::kAllTests));
/external/chromium_org/third_party/webrtc/base/
asynctcpsocket_unittest.cc
22
: public
testing
::Test,
asyncudpsocket_unittest.cc
22
: public
testing
::Test,
nullsocketserver_unittest.cc
19
: public
testing
::Test,
/external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
17
class MediaFileTest : public
testing
::Test {
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h
18
#include "
testing
/gtest/include/gtest/gtest.h"
25
namespace
testing
{
namespace in namespace:webrtc
143
} // namespace
testing
145
class RemoteBitrateEstimatorTest : public ::
testing
::Test {
204
scoped_ptr<
testing
::TestBitrateObserver> bitrate_observer_;
206
scoped_ptr<
testing
::StreamGenerator> stream_generator_;
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.h
22
namespace
testing
{
namespace in namespace:webrtc
56
} // namespace
testing
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_file_reader_unittest.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
21
class TestRtpFileReader : public ::
testing
::Test {
/external/chromium_org/third_party/webrtc/test/
test_suite.cc
14
#include "
testing
/gmock/include/gmock/gmock.h"
15
#include "
testing
/gtest/include/gtest/gtest.h"
32
testing
::InitGoogleMock(&argc, argv); // Runs InitGoogleTest() internally.
/external/chromium_org/third_party/webrtc/test/testsupport/
unittest_utils.h
26
class PacketRelatedTest: public
testing
::Test {
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h
35
#include "
testing
/gmock/include/gmock/gmock.h"
36
#include "
testing
/gtest/include/gtest/gtest.h"
39
// use by
testing
subclasses. It allocates each interface and releases it once
49
class BeforeInitializationFixture : public
testing
::Test {
/external/chromium_org/ui/base/ime/win/
tsf_input_scope_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
23
*os << " input_type: " <<
testing
::PrintToString(data.input_type)
24
<< "; input_mode: " <<
testing
::PrintToString(data.input_mode);
28
: public
testing
::TestWithParam<GetInputScopesTestCase> {
118
::
testing
::ValuesIn(kGetInputScopesTestCases));
/external/chromium_org/ui/views/test/
views_test_base.h
10
#include "
testing
/gtest/include/gtest/gtest.h"
23
class ViewsTestBase : public
testing
::Test {
28
//
testing
::Test:
/external/guava/guava-testlib/src/com/google/common/collect/testing/
BaseComparable.java
17
package com.google.common.collect.
testing
;
IteratorTester.java
17
package com.google.common.collect.
testing
;
23
* A utility for
testing
an Iterator implementation by comparing its behavior to
43
* This particular order of operations may be unrealistic, and
testing
all 3^5
UnhashableObject.java
17
package com.google.common.collect.
testing
;
20
* An unhashable object to be used in
testing
as values in our collections.
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ConflictingRequirementsException.java
17
package com.google.common.collect.
testing
.features;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetSetCountUnconditionallyTester.java
17
package com.google.common.collect.
testing
.google;
/external/guava/guava-testlib/src/com/google/common/testing/
FakeTicker.java
17
package com.google.common.
testing
;
SerializableTester.java
17
package com.google.common.
testing
;
Completed in 1302 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>