OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
1426 - 1450
of
4772
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/guava/guava-tests/test/com/google/common/collect/
MultimapCollectionTest.java
20
import static com.google.common.collect.
testing
.features.CollectionFeature.ALLOWS_NULL_VALUES;
21
import static com.google.common.collect.
testing
.features.CollectionFeature.REMOVE_OPERATIONS;
22
import static com.google.common.collect.
testing
.google.AbstractMultisetSetCountTester.getSetCountDuplicateInitializingMethods;
23
import static com.google.common.collect.
testing
.google.MultisetIteratorTester.getIteratorDuplicateInitializingMethods;
24
import static com.google.common.collect.
testing
.google.MultisetReadsTester.getReadsDuplicateInitializingMethods;
31
import com.google.common.collect.
testing
.CollectionTestSuiteBuilder;
32
import com.google.common.collect.
testing
.ListTestSuiteBuilder;
33
import com.google.common.collect.
testing
.SampleElements;
34
import com.google.common.collect.
testing
.SetTestSuiteBuilder;
35
import com.google.common.collect.
testing
.TestCollectionGenerator
[
all
...]
ImmutableListTest.java
27
import com.google.common.collect.
testing
.Helpers;
28
import com.google.common.collect.
testing
.ListTestSuiteBuilder;
29
import com.google.common.collect.
testing
.MinimalCollection;
30
import com.google.common.collect.
testing
.MinimalIterable;
31
import com.google.common.collect.
testing
.TestStringListGenerator;
32
import com.google.common.collect.
testing
.features.CollectionFeature;
33
import com.google.common.collect.
testing
.features.CollectionSize;
34
import com.google.common.collect.
testing
.google.ListGenerators.BuilderAddAllListGenerator;
35
import com.google.common.collect.
testing
.google.ListGenerators.BuilderReversedListGenerator;
36
import com.google.common.collect.
testing
.google.ListGenerators.ImmutableListHeadSubListGenerator
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc
13
#include "
testing
/gtest/include/gtest/gtest.h"
17
using ::
testing
::_;
18
using ::
testing
::AnyNumber;
19
using ::
testing
::DoAll;
20
using ::
testing
::InSequence;
21
using ::
testing
::MatcherCast;
22
using ::
testing
::Pointee;
23
using ::
testing
::Return;
24
using ::
testing
::SetArrayArgument;
25
using ::
testing
::SetArgumentPointee
[
all
...]
/external/chromium_org/sync/internal_api/public/base/
unique_position_unittest.cc
17
#include "
testing
/gtest/include/gtest/gtest.h"
23
class UniquePositionTest : public ::
testing
::Test {
79
::
testing
::AssertionResult LessThan(const char* m_expr,
84
return ::
testing
::AssertionSuccess();
86
return ::
testing
::AssertionFailure()
91
::
testing
::AssertionResult Equals(const char* m_expr,
96
return ::
testing
::AssertionSuccess();
98
return ::
testing
::AssertionFailure()
118
// Double-check that this test is
testing
what we think it tests.
140
// Double-check that this test is
testing
what we think it tests
[
all
...]
/external/gtest/test/
gtest-printers_test.cc
32
// Google Test - The Google C++
Testing
Framework
61
// Some user-defined types for
testing
the universal value printer.
96
operator ::
testing
::internal::BiggestInt() const { return 42; }
187
namespace
testing
{
namespace
199
using ::
testing
::PrintToString;
200
using ::
testing
::internal::FormatForComparisonFailureMessage;
201
using ::
testing
::internal::ImplicitCast_;
202
using ::
testing
::internal::NativeArray;
203
using ::
testing
::internal::RE;
204
using ::
testing
::internal::Strings
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc
32
// Google Test - The Google C++
Testing
Framework
61
// Some user-defined types for
testing
the universal value printer.
96
operator ::
testing
::internal::BiggestInt() const { return 42; }
187
namespace
testing
{
namespace
199
using ::
testing
::PrintToString;
200
using ::
testing
::internal::FormatForComparisonFailureMessage;
201
using ::
testing
::internal::ImplicitCast_;
202
using ::
testing
::internal::NativeArray;
203
using ::
testing
::internal::RE;
204
using ::
testing
::internal::Strings
[
all
...]
/art/compiler/utils/
scoped_hashtable_test.cc
31
class ScopedHashtableTest : public
testing
::Test {};
/art/runtime/base/unix_file/
null_file_test.cc
25
class NullFileTest : public
testing
::Test { };
/bionic/tests/
atexit_test.cpp
94
ASSERT_EXIT(atexit_main(),
testing
::ExitedWithCode(0), "123456");
/cts/suite/audio_quality/test/
AudioSignalFactoryTest.cpp
22
class AudioSignalFactoryTest: public
testing
::Test {
LogTest.cpp
26
class LogTest : public
testing
::Test {
TaskSequentialTest.cpp
18
class TaskSequentialTest : public
testing
::Test {
/external/chromium_org/android_webview/browser/
aw_form_database_service_unittest.cc
16
#include "
testing
/gtest/include/gtest/gtest.h"
23
using
testing
::Test;
aw_static_cookie_policy_unittest.cc
7
#include "
testing
/gtest/include/gtest/gtest.h"
12
using
testing
::Test;
/external/chromium_org/android_webview/native/
aw_media_url_interceptor_unittest.cc
10
#include "
testing
/gtest/include/gtest/gtest.h"
12
using
testing
::Test;
/external/chromium_org/ash/ime/
input_method_menu_manager_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
31
class InputMethodMenuManagerStatefulTest : public
testing
::Test{
/external/chromium_org/base/allocator/
tcmalloc_unittest.cc
7
#include "
testing
/gtest/include/gtest/gtest.h"
79
testing
::InitGoogleTest(&argc, argv);
/external/chromium_org/base/
at_exit_unittest.cc
8
#include "
testing
/gtest/include/gtest/gtest.h"
42
class AtExitTest : public
testing
::Test {
/external/chromium_org/base/containers/
hash_tables_unittest.cc
8
#include "
testing
/gtest/include/gtest/gtest.h"
12
class HashPairTest : public
testing
::Test {
/external/chromium_org/base/i18n/
number_formatting.cc
78
namespace
testing
{
namespace in namespace:base
85
} // namespace
testing
/external/chromium_org/base/power_monitor/
power_monitor_unittest.cc
7
#include "
testing
/gtest/include/gtest/gtest.h"
11
class PowerMonitorTest : public
testing
::Test {
/external/chromium_org/cc/layers/
layer_iterator_unittest.cc
12
#include "
testing
/gmock/include/gmock/gmock.h"
13
#include "
testing
/gtest/include/gtest/gtest.h"
16
using ::
testing
::Mock;
17
using ::
testing
::_;
18
using ::
testing
::AtLeast;
19
using ::
testing
::AnyNumber;
/external/chromium_org/cc/resources/
video_resource_updater_unittest.cc
14
#include "
testing
/gtest/include/gtest/gtest.h"
19
class VideoResourceUpdaterTest : public
testing
::Test {
/external/chromium_org/cc/test/
ordered_simple_task_runner_unittest.cc
12
#include "
testing
/gtest/include/gtest/gtest.h"
16
class OrderedSimpleTaskRunnerTest : public
testing
::Test {
/external/chromium_org/chrome/app/
delay_load_hook_unittest_win.cc
17
#include "
testing
/gtest/include/gtest/gtest.h"
21
class ChromeDelayLoadHookTest : public
testing
::Test {
Completed in 1438 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>