OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing
(Results
1126 - 1150
of
4772
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/clang/test/CodeGenCXX/
instantiate-blocks.cpp
42
void (^
testing
)(int) = ^(int bar) { printf("bar is %d\n", bar); };
/external/gtest/include/gtest/internal/
gtest-string.h
32
// The Google C++
Testing
Framework (Google Test)
54
namespace
testing
{
namespace
165
} // namespace
testing
/external/gtest/test/
gtest-typed-test_test.cc
38
using
testing
::Test;
40
// Used for
testing
that SetUpTestCase()/TearDownTestCase(), fixture
89
using
testing
::Types;
173
using
testing
::Types;
174
using
testing
::internal::TypedTestCasePState;
277
// For
testing
that the code between TYPED_TEST_CASE_P() and
284
// For
testing
that the code between TYPED_TEST_P() and
/external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTester.java
17
package com.google.common.collect.
testing
;
AbstractTester.java
17
package com.google.common.collect.
testing
;
ListIteratorTester.java
17
package com.google.common.collect.
testing
;
24
* A utility similar to {@link IteratorTester} for
testing
a
MinimalIterable.java
17
package com.google.common.collect.
testing
;
47
* <p>This
testing
utility is not thread-safe.
PerCollectionSizeTestSuiteBuilder.java
17
package com.google.common.collect.
testing
;
19
import com.google.common.collect.
testing
.features.CollectionSize;
20
import com.google.common.collect.
testing
.features.Feature;
21
import com.google.common.collect.
testing
.features.FeatureUtil;
70
logger.fine("
Testing
: " + name);
Platform.java
17
package com.google.common.collect.
testing
;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapGenerators.java
17
package com.google.common.collect.
testing
.google;
24
import com.google.common.collect.
testing
.SampleElements;
25
import com.google.common.collect.
testing
.TestMapEntrySetGenerator;
26
import com.google.common.collect.
testing
.TestStringSetGenerator;
/external/guava/guava-testlib/src/com/google/common/testing/
Platform.java
17
package com.google.common.
testing
;
TestLogHandler.java
17
package com.google.common.
testing
;
/external/guava/guava-tests/test/com/google/common/collect/
ConstrainedMultimapAsMapImplementsMapTest.java
20
import com.google.common.collect.
testing
.MapInterfaceTest;
ForwardingQueueTest.java
21
import com.google.common.collect.
testing
.QueueTestSuiteBuilder;
22
import com.google.common.collect.
testing
.TestStringQueueGenerator;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
MutableClassToInstanceMapTest.java
20
import com.google.common.collect.
testing
.MapTestSuiteBuilder;
21
import com.google.common.collect.
testing
.features.CollectionSize;
22
import com.google.common.collect.
testing
.features.MapFeature;
23
import com.google.common.collect.
testing
.testers.MapPutTester;
91
* We'll give ourselves a pass on
testing
all the possible ways of
/external/libvpx/libvpx/test/
altref_test.cc
68
::
testing
::Range(kLookAheadMin, kLookAheadMax));
encode_test_driver.h
35
#define ALL_TEST_MODES ::
testing
::Values(::libvpx_test::kRealTime, \
41
#define ONE_PASS_TEST_MODES ::
testing
::Values(::libvpx_test::kRealTime, \
45
#define TWO_PASS_TEST_MODES ::
testing
::Values(::libvpx_test::kTwoPassGood, \
172
// of the boilerplate. Note that it doesn't inherit the gtest
testing
209
return !(::
testing
::Test::HasFatalFailure() || abort_);
partial_idct_test.cc
35
class PartialIDctTest : public ::
testing
::TestWithParam<partial_itxfm_param_t> {
121
::
testing
::Values(
146
::
testing
::Values(
170
::
testing
::Values(
/external/protobuf/gtest/test/
gtest-param-test_test.cc
55
using ::
testing
::AddGlobalTestEnvironment;
56
using ::
testing
::Bool;
57
using ::
testing
::Message;
58
using ::
testing
::Range;
59
using ::
testing
::TestWithParam;
60
using ::
testing
::Values;
61
using ::
testing
::ValuesIn;
64
using ::
testing
::Combine;
70
using ::
testing
::internal::ParamGenerator;
71
using ::
testing
::internal::UnitTestOptions
[
all
...]
gtest-typed-test_test.cc
38
using
testing
::Test;
40
// Used for
testing
that SetUpTestCase()/TearDownTestCase(), fixture
89
using
testing
::Types;
173
using
testing
::Types;
174
using
testing
::internal::TypedTestCasePState;
277
// For
testing
that the code between TYPED_TEST_CASE_P() and
284
// For
testing
that the code between TYPED_TEST_P() and
/external/protobuf/src/google/protobuf/stubs/
strutil_unittest.cc
35
#include <google/protobuf/
testing
/googletest.h>
/external/qemu/android/emulation/
CpuAccelerator.cpp
61
bool
testing
;
member in struct:android::__anon32829::GlobalState
305
if (g->probed || g->
testing
) {
330
if (!g->probed && !g->
testing
) {
342
g->
testing
= true;
/external/regex-re2/util/
test.h
42
namespace
testing
{
namespace
51
} // namespace
testing
/external/sfntly/cpp/src/test/
cmap_iterator_test.cc
37
using ::
testing
::TestWithParam;
38
using ::
testing
::Values;
62
: public ::
testing
::TestWithParam<CMapIteratorTestCase> {
149
::
testing
::ValuesIn(kCMapIteratorTestsTestCases));
/external/webrtc/test/testsupport/
frame_writer_unittest.cc
22
class FrameWriterTest: public
testing
::Test {
Completed in 732 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>