HomeSort by relevance Sort by last modified time
    Searched defs:TestConfig (Results 1 - 25 of 39) sorted by null

1 2

  /packages/apps/Bluetooth/tests/robotests/src/com/android/bluetooth/
TestConfig.java 19 public class TestConfig {
  /packages/apps/Car/Messenger/tests/robotests/src/com/android/car/messenger/
TestConfig.java 19 public class TestConfig {
  /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/
TestConfig.java 19 public class TestConfig {
  /packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/
TestConfig.java 21 public class TestConfig {
  /packages/apps/KeyChain/robotests/src/com/android/keychain/
TestConfig.java 19 public class TestConfig {
  /frameworks/opt/car/setupwizard/library/tests/robotests/src/com/android/car/setupwizardlib/robolectric/
TestConfig.java 19 public class TestConfig {
  /external/autotest/site_utils/autoupdate/lib/
test_params.py 82 class TestConfig(object):
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrCopyTests.cpp 82 struct TestConfig
84 TestConfig (const ImageConfig& src_,
95 void checkSupport (Context& context, const TestConfig& config)
707 deUint32 buildSeed (const TestConfig& config)
725 const TestConfig& config,
745 tcu::TestStatus imageCopyTest (Context& context, const TestConfig config)
    [all...]
vktYCbCrConversionTests.cpp 120 struct TestConfig
122 TestConfig (glu::ShaderType shaderType_,
494 void logTestCaseInfo (TestLog& log, const TestConfig& config)
513 tcu::TestStatus textureConversionTest (Context& context, const TestConfig config)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 24 TestConfig::TestConfig()
39 TestConfig::~TestConfig() {}
46 const TestConfig& config,
videoprocessor.h 43 struct TestConfig {
44 TestConfig();
45 ~TestConfig();
167 const TestConfig& config,
198 const TestConfig& config_;
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
TestConfigBuilder.java 30 return new TestConfig().setReplaceAll(true);
33 public static class TestConfig extends EmojiCompat.Config {
34 TestConfig() {
38 TestConfig(final EmojiCompat.MetadataRepoLoader metadataLoader) {
  /external/perfetto/include/perfetto/tracing/core/
test_config.h 41 class TestConfig;
47 class PERFETTO_EXPORT TestConfig {
49 TestConfig();
50 ~TestConfig();
51 TestConfig(TestConfig&&) noexcept;
52 TestConfig& operator=(TestConfig&&);
53 TestConfig(const TestConfig&)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_constant_folding_test.cc 105 const struct TestConfig {
  /libcore/luni/src/test/java/libcore/libcore/util/
NativeAllocationRegistryTest.java 31 private static class TestConfig {
35 public TestConfig(boolean useAllocator, boolean shareRegistry) {
48 private void testNativeAllocation(TestConfig config) {
97 testNativeAllocation(new TestConfig(true, true));
101 testNativeAllocation(new TestConfig(false, true));
105 testNativeAllocation(new TestConfig(true, false));
109 testNativeAllocation(new TestConfig(false, false));
  /build/soong/android/
config.go 86 // Only available on configs created by TestConfig
200 // TestConfig returns a Config object suitable for using for tests
201 func TestConfig(buildDir string, env map[string]string) Config {
228 // TestConfig returns a Config object suitable for using for tests that need to run the arch mutator
230 testConfig := TestConfig(buildDir, env)
231 config := testConfig.config
244 return testConfig
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 68 struct TestConfig
84 TestConfig (void)
222 AllocateFreeTestInstance (Context& context, const TestConfig config)
234 const TestConfig m_config;
253 if (m_config.order == TestConfig::ALLOC_REVERSE_FREE)
255 else if (m_config.order == TestConfig::ALLOC_FREE)
257 else if (m_config.order == TestConfig::MIXED_ALLOC_FREE)
306 if (m_config.order == TestConfig::ALLOC_FREE || m_config.order == TestConfig::ALLOC_REVERSE_FREE)
323 if (m_config.order == TestConfig::ALLOC_FREE
    [all...]
vktMemoryPipelineBarrierTests.cpp 483 struct TestConfig
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 771 struct TestConfig
773 TestConfig (VkFormat format_,
787 MultisampleRenderPassTestInstance (Context& context, TestConfig config);
824 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig config)
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 125 struct TestConfig {
127 static std::vector<TestConfig> GenerateBriefTestConfigs() {
128 std::vector<TestConfig> test_configs;
132 TestConfig test_config;
163 static std::vector<TestConfig> GenerateExtensiveTestConfigs() {
165 auto add_processing_apis = [](TestConfig test_config) {
184 std::vector<TestConfig> out;
193 auto add_aec_settings = [](const std::vector<TestConfig>& in) {
194 std::vector<TestConfig> out;
209 auto add_settings_scheme = [](const std::vector<TestConfig>& in)
    [all...]
  /system/netd/tests/
netd_test.cpp     [all...]
  /art/test/913-heaps/src/art/
Test913.java 55 new TestConfig().doFollowReferencesTest();
60 new TestConfig(null, 0, 1, -1).doFollowReferencesTest();
65 new TestConfig(null, 0, Integer.MAX_VALUE, 1).doFollowReferencesTest();
83 new TestConfig(A.class, 0).doFollowReferencesTest();
88 new TestConfig(null, 0x4).doFollowReferencesTest();
90 new TestConfig(null, 0x8).doFollowReferencesTest();
92 new TestConfig(null, 0x10).doFollowReferencesTest();
94 new TestConfig(null, 0x20).doFollowReferencesTest();
332 private static class TestConfig {
338 public TestConfig() {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
HeifWriterTest.java 141 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, false, false);
146 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, true, false);
151 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, false, true);
156 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_BUFFER, true, true);
161 TestConfig.Builder builder = new TestConfig.Builder(INPUT_MODE_SURFACE, false, false)
    [all...]
  /external/boringssl/src/ssl/test/
test_config.h 22 struct TestConfig {
158 bool ParseConfig(int argc, char **argv, TestConfig *out_initial,
159 TestConfig *out_resume, TestConfig *out_retry);
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemYCbCrConversionTests.cpp 96 struct TestConfig
98 TestConfig (glu::ShaderType shaderType_,
152 void validateFormatSupport (ProtectedContext& context, TestConfig& config)
441 void logTestCaseInfo (tcu::TestLog& log, const TestConfig& config)
597 void testShaders (vk::SourceCollections& dst, const TestConfig config)
    [all...]

Completed in 663 milliseconds

1 2