OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
1801 - 1825
of
4772
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/external/chromium_org/crypto/
symmetric_key_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
78
: public
testing
::TestWithParam<PBKDF2TestVector> {
225
testing
::ValuesIn(kTestVectors));
/external/chromium_org/extensions/browser/
error_map_unittest.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
20
class ErrorMapUnitTest : public
testing
::Test {
26
testing
::Test::SetUp();
/external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper_test.cc
18
#include "
testing
/gtest/include/gtest/gtest.h"
26
using
testing
::Return;
27
using
testing
::Mock;
28
using
testing
::Truly;
29
using
testing
::Sequence;
30
using
testing
::DoAll;
31
using
testing
::Invoke;
32
using
testing
::_;
85
class CommandBufferHelperTest : public
testing
::Test {
/external/chromium_org/media/cast/receiver/
video_decoder_unittest.cc
17
#include "
testing
/gtest/include/gtest/gtest.h"
39
: public ::
testing
::TestWithParam<transport::VideoCodec> {
180
::
testing
::Values(transport::kVp8));
/external/chromium_org/media/cast/video_sender/
external_video_encoder_unittest.cc
17
#include "
testing
/gmock/include/gmock/gmock.h"
22
using
testing
::_;
85
class ExternalVideoEncoderTest : public ::
testing
::Test {
/external/chromium_org/media/filters/
video_frame_scheduler_impl_unittest.cc
10
#include "
testing
/gmock/include/gmock/gmock.h"
11
#include "
testing
/gtest/include/gtest/gtest.h"
15
using
testing
::_;
19
class VideoFrameSchedulerImplTest : public
testing
::Test {
/external/chromium_org/net/spdy/
spdy_prefixed_buffer_reader_test.cc
7
#include "
testing
/gmock/include/gmock/gmock.h"
8
#include "
testing
/gtest/include/gtest/gtest.h"
15
using
testing
::ElementsAreArray;
17
class SpdyPrefixedBufferReaderTest : public ::
testing
::Test {
/external/chromium_org/remoting/protocol/
mouse_input_filter_unittest.cc
9
#include "
testing
/gmock/include/gmock/gmock.h"
10
#include "
testing
/gtest/include/gtest/gtest.h"
13
using ::
testing
::_;
14
using ::
testing
::InSequence;
/external/chromium_org/rlz/test/
rlz_test_helpers.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
90
// Initialize temporary HKLM/HKCU registry hives used for
testing
.
91
//
Testing
RLZ requires reading and writing to the Windows registry. To keep
137
rlz_lib::
testing
::SetRlzStoreDirectory(temp_dir_.path());
143
rlz_lib::
testing
::SetRlzStoreDirectory(base::FilePath());
/external/chromium_org/third_party/WebKit/Source/core/fetch/
RawResourceTest.cpp
40
#include "core/
testing
/DummyPageHolder.h"
41
#include "core/
testing
/UnitTestHelpers.h"
147
testing
::runPendingTasks();
186
testing
::runPendingTasks();
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/
fetchPolyfill.js
6
// to end serviceworker
testing
.
/external/chromium_org/third_party/freetype/
Android.mk
51
# the following is for
testing
only, and should not be used in final builds
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastream_unittest.cc
36
#include "
testing
/gmock/include/gmock/gmock.h"
37
#include "
testing
/gtest/include/gtest/gtest.h"
44
using ::
testing
::Exactly;
56
class MediaStreamTest: public
testing
::Test {
/external/chromium_org/third_party/libjingle/source/talk/base/
sigslot_unittest.cc
43
class SigslotDefault : public
testing
::Test, public sigslot::has_slots<> {
81
class SigslotSlotTest : public
testing
::Test {
/external/chromium_org/third_party/libvpx/source/libvpx/test/
vp9_thread_test.cc
27
class VP9WorkerThreadTest : public ::
testing
::TestWithParam<bool> {
221
INSTANTIATE_TEST_CASE_P(Synchronous, VP9WorkerThreadTest, ::
testing
::Bool());
/external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message_unittest.cc
50
#include <google/protobuf/
testing
/googletest.h>
56
class DynamicMessageTest : public
testing
::Test {
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once_unittest.cc
41
#include <google/protobuf/
testing
/googletest.h>
48
class OnceInitTest : public
testing
::Test {
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.cc
32
// emulates google3/
testing
/base/public/googletest.cc
34
#include <google/protobuf/
testing
/googletest.h>
35
#include <google/protobuf/
testing
/file.h>
97
//
testing
. We cannot use tmpfile() or mkstemp() since we're creating a
/external/chromium_org/third_party/webrtc/base/
sigslot_unittest.cc
26
class SigslotDefault : public
testing
::Test, public sigslot::has_slots<> {
64
class SigslotSlotTest : public
testing
::Test {
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_external_decoder_unittest.cc
28
using ::
testing
::_;
35
class NetEqExternalDecoderTest : public ::
testing
::Test {
/external/chromium_org/third_party/webrtc/video_engine/
encoder_state_feedback_unittest.cc
15
#include "
testing
/gmock/include/gmock/gmock.h"
16
#include "
testing
/gtest/include/gtest/gtest.h"
24
using ::
testing
::NiceMock;
46
class VieKeyRequestTest : public ::
testing
::Test {
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_main.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
47
// Initialize WebRTC
testing
framework so paths to resources can be resolved.
49
// Initialize the
testing
framework.
50
testing
::InitGoogleTest(&argc, argv);
125
testing
::FLAGS_gtest_filter = test_case + "." + test_method;
/external/freetype/
Android.mk
52
# the following is for
testing
only, and should not be used in final builds
/external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.java
24
import com.google.common.
testing
.EqualsTester;
25
import com.google.common.
testing
.NullPointerTester;
LinkedHashMultisetTest.java
20
import static com.google.common.collect.
testing
.IteratorFeature.MODIFIABLE;
25
import com.google.common.collect.
testing
.IteratorTester;
Completed in 1702 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>