HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 201 - 225 of 1415) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guava/guava-testlib/test/com/google/common/collect/testing/
OpenJdk6MapTests.java 17 package com.google.common.collect.testing;
19 import static com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedNonePresentMethod;
20 import static com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllUnsupportedSomePresentMethod;
21 import static com.google.common.collect.testing.testers.CollectionAddTester.getAddUnsupportedNotPresentMethod;
22 import static com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod;
23 import static com.google.common.collect.testing.testers.MapCreationTester.getCreateWithNullKeyUnsupportedMethod;
24 import static com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableKeyMethod;
25 import static com.google.common.collect.testing.testers.MapEntrySetTester.getContainsEntryWithIncomparableValueMethod;
26 import static com.google.common.collect.testing.testers.MapPutAllTester.getPutAllNullKeyUnsupportedMethod;
27 import static com.google.common.collect.testing.testers.MapPutTester.getPutNullKeyUnsupportedMethod
    [all...]
OpenJdk6QueueTests.java 17 package com.google.common.collect.testing;
19 import static com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod;
OpenJdk6SetTests.java 17 package com.google.common.collect.testing;
19 import static com.google.common.collect.testing.testers.CollectionAddAllTester.getAddAllNullUnsupportedMethod;
20 import static com.google.common.collect.testing.testers.CollectionAddTester.getAddNullSupportedMethod;
21 import static com.google.common.collect.testing.testers.CollectionAddTester.getAddNullUnsupportedMethod;
22 import static com.google.common.collect.testing.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod;
23 import static com.google.common.collect.testing.testers.SetAddTester.getAddSupportedNullPresentMethod;
  /external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
SomeClassThatDoesNotUseNullable.java 17 package com.google.common.testing.anotherpackage;
  /external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
Bind.java 17 package com.google.inject.testing.fieldbinder;
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 19 enum testing enum
27 template <> struct is_error_code_enum<testing> : public std::true_type {};
32 make_error_code(testing x)
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 19 enum testing enum
27 template <> struct is_error_code_enum<testing> : public std::true_type {};
32 make_error_code(testing x)
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-param-test.h 37 // in Google C++ Testing Framework (Google Test)
53 // class. It is usually derived from testing::TestWithParam<T> (see below for
56 // TestWithParam<T> is itself derived from testing::Test. T can be any
60 class FooTest : public ::testing::TestWithParam<const char*> {
83 // are all in the testing namespace:
155 // A parameterized test fixture must be derived from testing::Test and from
156 // testing::WithParamInterface<T>, where T is the type of the parameter
162 class BaseTest : public ::testing::Test {
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
197 namespace testing { namespace
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-filepath.h 45 namespace testing { namespace
204 } // namespace testing
  /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
gtest-param-test.h 37 // in Google C++ Testing Framework (Google Test)
53 // class. It is usually derived from testing::TestWithParam<T> (see below for
56 // TestWithParam<T> is itself derived from testing::Test. T can be any
60 class FooTest : public ::testing::TestWithParam<const char*> {
83 // are all in the testing namespace:
155 // A parameterized test fixture must be derived from testing::Test and from
156 // testing::WithParamInterface<T>, where T is the type of the parameter
162 class BaseTest : public ::testing::Test {
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
196 namespace testing { namespace
331 namespace testing { namespace
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 45 namespace testing { namespace
208 } // namespace testing
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h 37 // in Google C++ Testing Framework (Google Test)
53 // class. It is usually derived from testing::TestWithParam<T> (see below for
56 // TestWithParam<T> is itself derived from testing::Test. T can be any
60 class FooTest : public ::testing::TestWithParam<const char*> {
83 // are all in the testing namespace:
155 // A parameterized test fixture must be derived from testing::Test and from
156 // testing::WithParamInterface<T>, where T is the type of the parameter
162 class BaseTest : public ::testing::Test {
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
197 namespace testing { namespace
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 45 namespace testing { namespace
204 } // namespace testing
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 35 // in Google C++ Testing Framework (Google Test)
51 // class. It must be derived from testing::TestWithParam<T>, where T is
53 // from testing::Test. T can be any copyable type. If it's a raw pointer,
56 class FooTest : public ::testing::TestWithParam<const char*> {
79 // are all in the testing namespace:
167 namespace testing { namespace
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 45 namespace testing { namespace
208 } // namespace testing
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
LocalActivityManagerContainer.java 1 package org.robolectric.shadows.testing;
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
AClassThatRefersToAForgettableClass.java 1 package org.robolectric.testing;
Pony.java 1 package org.robolectric.testing;
ShadowFoo.java 1 package org.robolectric.testing;
  /external/swiftshader/third_party/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
gtest-param-test.h 37 // in Google C++ Testing Framework (Google Test)
53 // class. It is usually derived from testing::TestWithParam<T> (see below for
56 // TestWithParam<T> is itself derived from testing::Test. T can be any
60 class FooTest : public ::testing::TestWithParam<const char*> {
83 // are all in the testing namespace:
155 // A parameterized test fixture must be derived from testing::Test and from
156 // testing::WithParamInterface<T>, where T is the type of the parameter
162 class BaseTest : public ::testing::Test {
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
196 namespace testing { namespace
331 namespace testing { namespace
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 45 namespace testing { namespace
208 } // namespace testing
  /external/tensorflow/tensorflow/compiler/xla/
test_helpers.h 40 namespace testing { namespace in namespace:xla
54 } // namespace testing
60 // Macros for testing the results of functions that return tensorflow::Status or
64 xla::testing::internal_status::GetStatus(expression))
67 xla::testing::internal_status::GetStatus(expression))
71 xla::testing::internal_status::GetStatus(expression))
75 xla::testing::internal_status::GetStatus(expression))
  /external/tensorflow/tensorflow/contrib/lite/testing/
message.cc 15 #include "tensorflow/contrib/lite/testing/message.h"
19 #include "tensorflow/contrib/lite/testing/tokenize.h"
22 namespace testing { namespace in namespace:tflite
95 } // namespace testing

Completed in 669 milliseconds

1 2 3 4 5 6 7 891011>>