OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
2001 - 2025
of
4772
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/chromium_org/ui/gfx/animation/
animation_container_unittest.cc
8
#include "
testing
/gtest/include/gtest/gtest.h"
59
class AnimationContainerTest: public
testing
::Test {
slide_animation_unittest.cc
9
#include "
testing
/gtest/include/gtest/gtest.h"
14
// Class to provide access to SlideAnimation internals for
testing
.
35
class SlideAnimationTest: public
testing
::Test {
/external/e2fsprogs/util/
symlinks.c
35
testing
= 0, single_fs = 1;
variable
224
if (!(fix_links ||
testing
) || !(fix_messy || fix_abs || fix_long))
256
if (!
testing
) {
364
else if (c == 't')
testing
= 1;
/external/gtest/test/
gtest-unittest-api_test.cc
31
// The Google C++
Testing
Framework (Google Test)
41
using ::
testing
::InitGoogleTest;
43
namespace
testing
{
namespace
142
return
testing
::AssertionFailure() << "argument is " << str;
229
// These two tests are here to provide support for
testing
333
} // namespace
testing
338
AddGlobalTestEnvironment(new
testing
::internal::FinalSuccessChecker());
/external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalCollection.java
17
package com.google.common.collect.
testing
;
SampleElements.java
17
package com.google.common.collect.
testing
;
22
* A container class for the five sample elements we need for
testing
.
50
// for
testing
SortedSet and SortedMap methods
TestsForSetsInJavaUtil.java
17
package com.google.common.collect.
testing
;
19
import com.google.common.collect.
testing
.features.CollectionFeature;
20
import com.google.common.collect.
testing
.features.CollectionSize;
21
import com.google.common.collect.
testing
.features.SetFeature;
/external/guava/guava-tests/test/com/google/common/base/
ObjectsTest.java
21
import com.google.common.
testing
.NullPointerTester;
/external/guava/guava-tests/test/com/google/common/collect/
EmptyImmutableTableTest.java
19
import com.google.common.
testing
.EqualsTester;
ForwardingMapTest.java
25
import com.google.common.collect.
testing
.MapTestSuiteBuilder;
26
import com.google.common.collect.
testing
.TestStringMapGenerator;
27
import com.google.common.collect.
testing
.features.CollectionSize;
28
import com.google.common.collect.
testing
.features.MapFeature;
HashMultisetTest.java
21
import com.google.common.
testing
.SerializableTester;
InternersTest.java
20
import com.google.common.
testing
.NullPointerTester;
RangesTest.java
23
import com.google.common.
testing
.EqualsTester;
/external/guava/guava-tests/test/com/google/common/hash/
BloomFilterTest.java
6
import com.google.common.
testing
.SerializableTester;
/external/guava/guava-tests/test/com/google/common/testing/
SerializableTesterTest.java
17
package com.google.common.
testing
;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
ExecutionListTest.java
21
import com.google.common.
testing
.NullPointerTester;
/external/libvpx/libvpx/test/
cq_test.cc
106
::
testing
::Range(kCQLevelMin, kCQLevelMax,
superframe_test.cc
95
VP9_INSTANTIATE_TEST_CASE(SuperframeTest, ::
testing
::Values(
tile_independence_test.cc
105
VP9_INSTANTIATE_TEST_CASE(TileIndependenceTest, ::
testing
::Range(0, 2, 1));
/external/littlemock/tests/com/google/testing/littlemock/
AppDataDirGuesserTest.java
17
package com.google.
testing
.littlemock;
/external/llvm/unittests/LineEditor/
LineEditor.cpp
17
class LineEditorTest : public
testing
::Test {
/external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h
32
// The Google C++
Testing
Framework (Google Test)
54
namespace
testing
{
namespace
68
//
testing
::Message foo;
228
} // namespace
testing
/external/mesa3d/src/gtest/include/gtest/
gtest-message.h
32
// The Google C++
Testing
Framework (Google Test)
54
namespace
testing
{
namespace
68
//
testing
::Message foo;
228
} // namespace
testing
/external/protobuf/gtest/include/gtest/
gtest-message.h
32
// The Google C++
Testing
Framework (Google Test)
52
namespace
testing
{
namespace
66
//
testing
::Message foo;
222
} // namespace
testing
/external/regex-re2/re2/testing/
dfa_test.cc
10
#include "re2/
testing
/regexp_generator.h"
11
#include "re2/
testing
/string_generator.h"
104
testing
::MallocCounter m(
testing
::MallocCounter::THIS_THREAD_ONLY);
129
// Such a string is useful for
testing
a DFA. If you have a DFA
204
testing
::MallocCounter m(
testing
::MallocCounter::THIS_THREAD_ONLY);
Completed in 1326 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>