OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
601 - 625
of
4772
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/gpu/command_buffer/service/
vertex_array_manager_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
15
using ::
testing
::Pointee;
16
using ::
testing
::_;
70
EXPECT_CALL(*gl_, DeleteVertexArraysOES(1, ::
testing
::Pointee(kService1Id)))
88
EXPECT_CALL(*gl_, DeleteVertexArraysOES(1, ::
testing
::Pointee(kService1Id)))
/external/chromium_org/jingle/notifier/listener/
xmpp_push_client_unittest.cc
14
#include "
testing
/gmock/include/gmock/gmock.h"
15
#include "
testing
/gtest/include/gtest/gtest.h"
21
using ::
testing
::_;
22
using ::
testing
::Mock;
23
using ::
testing
::StrictMock;
33
class XmppPushClientTest : public
testing
::Test {
/external/chromium_org/mojo/common/test/
run_all_unittests.cc
11
#include "
testing
/gtest/include/gtest/gtest.h"
16
testing
::GTEST_FLAG(death_test_style) = "threadsafe";
/external/chromium_org/remoting/base/
resources_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
13
class ResourcesTest : public
testing
::Test {
/external/chromium_org/remoting/host/
config_file_watcher_unittest.cc
13
#include "
testing
/gmock/include/gmock/gmock.h"
14
#include "
testing
/gmock_mutant.h"
15
#include "
testing
/gtest/include/gtest/gtest.h"
17
using
testing
::_;
18
using
testing
::AnyNumber;
19
using
testing
::Return;
39
class ConfigFileWatcherTest : public
testing
::Test {
44
//
testing
::Test overrides
/external/chromium_org/remoting/protocol/
connection_to_client_unittest.cc
14
#include "
testing
/gmock/include/gmock/gmock.h"
16
using ::
testing
::_;
17
using ::
testing
::NotNull;
18
using ::
testing
::StrictMock;
23
class ConnectionToClientTest : public
testing
::Test {
/external/chromium_org/sync/internal_api/public/base/
model_type_test_util.h
12
#include "
testing
/gmock/include/gmock/gmock.h"
37
::
testing
::Matcher<ModelTypeSet> HasModelTypes(ModelTypeSet expected_types);
/external/chromium_org/testing/android/
native_test_util.h
14
namespace
testing
{
namespace
35
} // namespace
testing
/external/chromium_org/testing/gtest/samples/
sample8_unittest.cc
83
using ::
testing
::TestWithParam;
84
using ::
testing
::Bool;
85
using ::
testing
::Values;
86
using ::
testing
::Combine;
/external/chromium_org/testing/gtest/test/
gtest_break_on_failure_unittest_.cc
36
// --gtest_break_on_failure flag. This file is used for
testing
such
85
testing
::InitGoogleTest(&argc, argv);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac_unittest.cc
17
#include "
testing
/gtest/include/gtest/gtest.h"
25
using ::
testing
::_;
26
using ::
testing
::AnyNumber;
27
using ::
testing
::Return;
31
class ScreenCapturerMacTest : public
testing
::Test {
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor_unittest.cc
11
#include "
testing
/gmock/include/gmock/gmock.h"
12
#include "
testing
/gtest/include/gtest/gtest.h"
23
using ::
testing
::_;
24
using ::
testing
::AtLeast;
25
using ::
testing
::Return;
30
// Very basic
testing
for VideoProcessor. It's mostly tested by running the
32
class VideoProcessorTest: public
testing
::Test {
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.h
14
#include "
testing
/gtest/include/gtest/gtest.h"
21
class VideoProcessingModuleTest : public ::
testing
::Test {
/external/chromium_org/ui/base/ime/win/
imm32_manager_unittest.cc
7
#include "
testing
/gtest/include/gtest/gtest.h"
21
*os << " input_mode: " <<
testing
::PrintToString(data.input_mode)
22
<< "; conversion_mode: " <<
testing
::PrintToString(data.conversion_mode);
26
: public ::
testing
::TestWithParam<InputModeTestCase> {
89
::
testing
::ValuesIn(kInputModeTestCases));
/external/gtest/test/
gtest_break_on_failure_unittest_.cc
36
// --gtest_break_on_failure flag. This file is used for
testing
such
85
testing
::InitGoogleTest(&argc, argv);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DerivedIteratorTestSuiteBuilder.java
17
package com.google.common.collect.
testing
;
DerivedTestIteratorGenerator.java
17
package com.google.common.collect.
testing
;
IteratorFeature.java
17
package com.google.common.collect.
testing
;
ReserializingTestSetGenerator.java
17
package com.google.common.collect.
testing
;
TestContainerGenerator.java
17
package com.google.common.collect.
testing
;
60
* com.google.common.collect.
testing
.features.CollectionFeature#KNOWN_ORDER}
61
* is specified when creating the test suite. It should never run when
testing
TestStringSortedSetGenerator.java
17
package com.google.common.collect.
testing
;
24
* Create string sets for
testing
collections that are sorted by natural
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
TesterAnnotation.java
17
package com.google.common.collect.
testing
.features;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
Platform.java
17
package com.google.common.collect.
testing
.google;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListHashCodeTester.java
17
package com.google.common.collect.
testing
.testers;
Platform.java
17
package com.google.common.collect.
testing
.testers;
Completed in 1014 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>