OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testing
(Results
801 - 825
of
933
) sorted by null
<<
31
32
33
34
35
36
37
38
/external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h
32
// The Google C++
Testing
Framework (Google Test)
83
namespace
testing
{
namespace
202
//
testing
::AssertionResult IsEven(int n) {
204
// return
testing
::AssertionSuccess();
206
// return
testing
::AssertionFailure() << n << " is odd";
229
//
testing
::AssertionResult IsEven(int n) {
231
// return
testing
::AssertionSuccess() << n << " is even";
233
// return
testing
::AssertionFailure() << n << " is odd";
253
//
testing
::AssertionResult IsEven(const char* expr, int n) {
255
// return
testing
::AssertionSuccess()
[
all
...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h
253
// Brings in definitions for functions used in the
testing
::internal::posix
695
namespace
testing
{
namespace
723
typedef ::
testing
::internal::CompileAssert<(bool(expr))> \
[
all
...]
/external/google-breakpad/src/testing/test/
gmock-matchers_test.cc
52
namespace
testing
{
namespace
75
using
testing
::A;
76
using
testing
::AllArgs;
77
using
testing
::AllOf;
78
using
testing
::An;
79
using
testing
::AnyOf;
80
using
testing
::ByRef;
81
using
testing
::ContainsRegex;
82
using
testing
::DoubleEq;
83
using
testing
::EndsWith
[
all
...]
/external/gtest/include/gtest/
gtest.h
32
// The Google C++
Testing
Framework (Google Test)
83
namespace
testing
{
namespace
192
//
testing
::AssertionResult IsEven(int n) {
194
// return
testing
::AssertionSuccess();
196
// return
testing
::AssertionFailure() << n << " is odd";
219
//
testing
::AssertionResult IsEven(int n) {
221
// return
testing
::AssertionSuccess() << n << " is even";
223
// return
testing
::AssertionFailure() << n << " is odd";
243
//
testing
::AssertionResult IsEven(const char* expr, int n) {
245
// return
testing
::AssertionSuccess()
[
all
...]
/external/gtest/include/gtest/internal/
gtest-port.h
285
// Brings in definitions for functions used in the
testing
::internal::posix
785
namespace
testing
{
namespace
816
typedef ::
testing
::internal::CompileAssert<(static_cast<bool>(expr))> \
[
all
...]
/external/gtest/src/
gtest-internal-inl.h
30
// Utility functions and classes used by the Google C++
testing
framework.
73
namespace
testing
{
namespace
85
// library. This is solely for
testing
GetTestTypeId().
815
friend class ::
testing
::UnitTest;
[
all
...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java
17
package com.google.common.collect.
testing
;
[
all
...]
/external/guava/guava-testlib/test/com/google/common/testing/
ClassSanityTesterTest.java
17
package com.google.common.
testing
;
25
import com.google.common.
testing
.ClassSanityTester.FactoryMethodReturnsNullException;
26
import com.google.common.
testing
.ClassSanityTester.ParameterHasNoDistinctValueException;
27
import com.google.common.
testing
.ClassSanityTester.ParameterNotInstantiableException;
28
import com.google.common.
testing
.NullPointerTester.Visibility;
[
all
...]
NullPointerTesterTest.java
17
package com.google.common.
testing
;
38
import com.google.common.
testing
.NullPointerTester.Visibility;
39
import com.google.common.
testing
.anotherpackage.SomeClassThatDoesNotUseNullable;
67
* Class for
testing
all permutations of static/non-static one-argument
223
* Class for
testing
all permutations of nullable/non-nullable two-argument
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/
gtest.h
32
// The Google C++
Testing
Framework (Google Test)
82
namespace
testing
{
namespace
201
//
testing
::AssertionResult IsEven(int n) {
203
// return
testing
::AssertionSuccess();
205
// return
testing
::AssertionFailure() << n << " is odd";
228
//
testing
::AssertionResult IsEven(int n) {
230
// return
testing
::AssertionSuccess() << n << " is even";
232
// return
testing
::AssertionFailure() << n << " is odd";
252
//
testing
::AssertionResult IsEven(const char* expr, int n) {
254
// return
testing
::AssertionSuccess()
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
253
// Brings in definitions for functions used in the
testing
::internal::posix
682
namespace
testing
{
namespace
710
typedef ::
testing
::internal::CompileAssert<(bool(expr))> \
[
all
...]
/external/mesa3d/src/gtest/include/gtest/
gtest.h
32
// The Google C++
Testing
Framework (Google Test)
82
namespace
testing
{
namespace
201
//
testing
::AssertionResult IsEven(int n) {
203
// return
testing
::AssertionSuccess();
205
// return
testing
::AssertionFailure() << n << " is odd";
228
//
testing
::AssertionResult IsEven(int n) {
230
// return
testing
::AssertionSuccess() << n << " is even";
232
// return
testing
::AssertionFailure() << n << " is odd";
252
//
testing
::AssertionResult IsEven(const char* expr, int n) {
254
// return
testing
::AssertionSuccess()
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
247
// Brings in definitions for functions used in the
testing
::internal::posix
672
namespace
testing
{
namespace
700
typedef ::
testing
::internal::CompileAssert<(bool(expr))> \
[
all
...]
/external/protobuf/gtest/include/gtest/
gtest.h
32
// The Google C++
Testing
Framework (Google Test)
81
namespace
testing
{
namespace
190
//
testing
::AssertionResult IsEven(int n) {
192
// return
testing
::AssertionSuccess();
194
// return
testing
::AssertionFailure() << n << " is odd";
217
//
testing
::AssertionResult IsEven(int n) {
219
// return
testing
::AssertionSuccess() << n << " is even";
221
// return
testing
::AssertionFailure() << n << " is odd";
241
//
testing
::AssertionResult IsEven(const char* expr, int n) {
243
// return
testing
::AssertionSuccess()
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-port.h
604
namespace
testing
{
namespace
754
::
testing
::internal::GTestLog(::
testing
::internal::GTEST_##severity, \
776
if (::
testing
::internal::IsTrue(condition)) \
839
//
testing
Google Test's own constructs. Don't use it in user tests,
853
// This class is only for
testing
Google Test's own constructs. Do not
899
// Helper class for
testing
Google Test's multi-threading constructs.
909
// These classes are only for
testing
Google Test's own constructs. Do
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h
32
// The Google C++
Testing
Framework (Google Test)
83
namespace
testing
{
namespace
192
//
testing
::AssertionResult IsEven(int n) {
194
// return
testing
::AssertionSuccess();
196
// return
testing
::AssertionFailure() << n << " is odd";
219
//
testing
::AssertionResult IsEven(int n) {
221
// return
testing
::AssertionSuccess() << n << " is even";
223
// return
testing
::AssertionFailure() << n << " is odd";
243
//
testing
::AssertionResult IsEven(const char* expr, int n) {
245
// return
testing
::AssertionSuccess()
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h
285
// Brings in definitions for functions used in the
testing
::internal::posix
799
namespace
testing
{
namespace
830
typedef ::
testing
::internal::CompileAssert<(static_cast<bool>(expr))> \
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h
30
// Utility functions and classes used by the Google C++
testing
framework.
73
namespace
testing
{
namespace
85
// library. This is solely for
testing
GetTestTypeId().
815
friend class ::
testing
::UnitTest;
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/x500/
X500PrincipalTest.java
339
private boolean
testing
= false;
field in class:X500PrincipalTest
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h
32
// The Google C++
Testing
Framework (Google Test)
83
namespace
testing
{
namespace
192
//
testing
::AssertionResult IsEven(int n) {
194
// return
testing
::AssertionSuccess();
196
// return
testing
::AssertionFailure() << n << " is odd";
219
//
testing
::AssertionResult IsEven(int n) {
221
// return
testing
::AssertionSuccess() << n << " is even";
223
// return
testing
::AssertionFailure() << n << " is odd";
243
//
testing
::AssertionResult IsEven(const char* expr, int n) {
245
// return
testing
::AssertionSuccess()
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
285
// Brings in definitions for functions used in the
testing
::internal::posix
785
namespace
testing
{
namespace
816
typedef ::
testing
::internal::CompileAssert<(static_cast<bool>(expr))> \
[
all
...]
/ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h
30
// Utility functions and classes used by the Google C++
testing
framework.
73
namespace
testing
{
namespace
85
// library. This is solely for
testing
GetTestTypeId().
809
friend class ::
testing
::UnitTest;
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.0/
builder-0.13.0.jar
Completed in 2073 milliseconds
<<
31
32
33
34
35
36
37
38