OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testing
(Results
1151 - 1175
of
8489
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/guava/guava-tests/test/com/google/common/collect/
ImmutableMultimapAsMapImplementsMapTest.java
20
import com.google.common.collect.
testing
.MapInterfaceTest;
ImmutableSetMultimapAsMapImplementsMapTest.java
20
import com.google.common.collect.
testing
.MapInterfaceTest;
RangeNonGwtTest.java
19
import com.google.common.
testing
.NullPointerTester;
UnmodifiableMultimapAsMapImplementsMapTest.java
20
import com.google.common.collect.
testing
.MapInterfaceTest;
/external/guava/guava-tests/test/com/google/common/eventbus/
StringCatcher.java
26
* For
testing
fun, also includes a landmine method that EventBus tests are
/external/icu4c/test/cintltst/
creststn.h
22
* Test wrapper for ures_getStringXYZ(), for
testing
other variants of
/external/icu4c/test/intltest/
dadrcoll.h
9
* bundles to perform
testing
. For more details on data structure, see
dcfmtest.h
11
// Includes
testing
of both parsing and formatting.
tsnmfmt.h
21
* This test does round-trip
testing
(format -> parse -> format -> parse -> etc.) of
utxttest.h
23
* @summary
Testing
the Replaceable class
/external/junit/src/org/junit/rules/
TestWatcher.java
8
* TestWatcher is a base class for Rules that take note of the
testing
/external/libgsm/man/
gsm_explode.3
10
functions for
testing
/external/libyuv/files/include/libyuv/
cpu_id.h
29
// For
testing
, allow CPU flags to be disabled.
/external/littlemock/src/com/google/testing/littlemock/
ArgumentCaptor.java
17
package com.google.
testing
.littlemock;
Captor.java
17
package com.google.
testing
.littlemock;
Mock.java
17
package com.google.
testing
.littlemock;
/external/llvm/test/Feature/
constpointer.ll
5
; This testcase is primarily used for
testing
that global values can be used as
/external/llvm/test/Integer/
constpointer_bt.ll
5
; This testcase is primarily used for
testing
that global values can be used as
/external/llvm/unittests/ADT/
DenseSetTest.cpp
18
class DenseSetTest : public
testing
::Test {
/external/llvm/utils/not/
not.cpp
1
//===- not.cpp - The 'not'
testing
tool -----------------------------------===//
/external/protobuf/gtest/samples/
sample1_unittest.cc
30
// A sample program demonstrating using Google C++
testing
framework.
36
// using Google C++
testing
framework.
38
// Writing a unit test using Google C++
testing
framework is easy as 1-2-3:
44
// Don't forget gtest.h, which declares the
testing
framework.
sample3_unittest.cc
30
// A sample program demonstrating using Google C++
testing
framework.
69
// To use a test fixture, derive a class from
testing
::Test.
70
class QueueTest : public
testing
::Test {
95
// A helper function for
testing
Queue::Map().
sample8_unittest.cc
83
using ::
testing
::TestWithParam;
84
using ::
testing
::Bool;
85
using ::
testing
::Values;
86
using ::
testing
::Combine;
/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-test-part_test.cc
37
using
testing
::Test;
38
using
testing
::TestPartResult;
39
using
testing
::TestPartResultArray;
45
// The test fixture for
testing
TestPartResult.
Completed in 655 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>