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

<<11121314151617181920>>

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestImmediateExecutor.java 17 package com.android.documentsui.testing;
TestMenuInflater.java 17 package com.android.documentsui.testing;
TestResolveInfo.java 16 package com.android.documentsui.testing;
TestScopedPreferences.java 17 package com.android.documentsui.testing;
Views.java 17 package com.android.documentsui.testing;
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
SelectionHelpers.java 17 package com.android.documentsui.selection.testing;
TestBandPredicate.java 16 package com.android.documentsui.selection.testing;
TestData.java 17 package com.android.documentsui.selection.testing;
TestSelectionPredicate.java 16 package com.android.documentsui.selection.testing;
TestStableIdProvider.java 16 package com.android.documentsui.selection.testing;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
SingletonProvider.java 17 package com.android.tv.testing;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/constants/
ConfigConstants.java 17 package com.android.tv.testing.constants;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
TvTestInputConstants.java 16 package com.android.tv.testing.testinput;
18 import com.android.tv.testing.data.ChannelInfo;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
BaseUiDeviceHelper.java 16 package com.android.tv.testing.uihelper;
ByResource.java 16 package com.android.tv.testing.uihelper;
UiObject2Asserts.java 16 package com.android.tv.testing.uihelper;
  /prebuilts/go/darwin-x86/src/testing/
cover.go 7 package testing package
16 // NOTE: This struct is internal to the testing infrastructure and may change.
29 // NOTE: This struct is internal to the testing infrastructure and may change.
62 // NOTE: This function is internal to the testing infrastructure and may change.
71 fmt.Fprintf(os.Stderr, "testing: %s\n", err)
match.go 5 package testing package
38 fmt.Fprintf(os.Stderr, "testing: invalid regexp for element %d of %s (%q): %s\n", i, name, s, err)
  /prebuilts/go/linux-x86/src/testing/
cover.go 7 package testing package
16 // NOTE: This struct is internal to the testing infrastructure and may change.
29 // NOTE: This struct is internal to the testing infrastructure and may change.
62 // NOTE: This function is internal to the testing infrastructure and may change.
71 fmt.Fprintf(os.Stderr, "testing: %s\n", err)
match.go 5 package testing package
38 fmt.Fprintf(os.Stderr, "testing: invalid regexp for element %d of %s (%q): %s\n", i, name, s, err)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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)
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/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...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 45 namespace testing { namespace
204 } // namespace testing
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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...]

Completed in 853 milliseconds

<<11121314151617181920>>