/aosp12/system/core/libprocessgroup/profiles/ |
H A D | test_vendor.cpp | 34 class TestConfig : public JsonSchemaTestConfig { class 36 TestConfig(const std::string& path) : file_path_(path){}; in TestConfig() function in android::profiles::TestConfig 52 return [path]() { return std::make_unique<TestConfig<T>>(path); }; in MakeTestParam()
|
/aosp12/art/test/913-heaps/src/art/ |
H A D | Test913.java | 55 new TestConfig().doFollowReferencesTest(); in runFollowReferences() 60 new TestConfig(null, 0, 1, -1).doFollowReferencesTest(); in runFollowReferences() 65 new TestConfig(null, 0, Integer.MAX_VALUE, 1).doFollowReferencesTest(); in runFollowReferences() 83 new TestConfig(A.class, 0).doFollowReferencesTest(); in runFollowReferences() 88 new TestConfig(null, 0x4).doFollowReferencesTest(); in runFollowReferences() 90 new TestConfig(null, 0x8).doFollowReferencesTest(); in runFollowReferences() 92 new TestConfig(null, 0x10).doFollowReferencesTest(); in runFollowReferences() 94 new TestConfig(null, 0x20).doFollowReferencesTest(); in runFollowReferences() 332 private static class TestConfig { class in Test913 338 public TestConfig() { in TestConfig() method in Test913.TestConfig [all …]
|
/aosp12/build/soong/dexpreopt/ |
H A D | dexpreopt_test.go | 62 config := android.TestConfig("out", nil, "", nil) 84 config := android.TestConfig("out", nil, "", nil) 144 config := android.TestConfig("out", nil, "", nil) 170 config := android.TestConfig("out", nil, "", nil)
|
/aosp12/art/test/1970-force-early-return-long/src/art/ |
H A D | Test1970.java | 152 final class TestConfig { 156 public TestConfig(TestRunnable obj, TestSuspender su) { 163 runTestOn(() -> new TestConfig(testObjGen.get(), su)); 166 public void runTestOn(Supplier<TestConfig> config) throws Exception { 167 TestConfig normal_config = config.get(); 182 TestConfig force_return_config = config.get(); 823 return new TestConfig(sso, new TestSuspender() {
|
/aosp12/art/test/1968-force-early-return/src/art/ |
H A D | Test1968.java | 179 final class TestConfig { 183 public TestConfig(TestRunnable obj, TestSuspender su) { 190 runTestOn(() -> new TestConfig(testObjGen.get(), su)); 193 public void runTestOn(Supplier<TestConfig> config) throws Exception { 194 TestConfig normal_config = config.get(); 209 TestConfig force_return_config = config.get(); 848 return new TestConfig(sso, new TestSuspender() {
|
/aosp12/art/test/1969-force-early-return-void/src/art/ |
H A D | Test1969.java | 141 final class TestConfig { 145 public TestConfig(Runnable obj, TestSuspender su) { 152 runTestOn(() -> new TestConfig(testObjGen.get(), su)); 155 public void runTestOn(Supplier<TestConfig> config) throws Exception { 156 TestConfig normal_config = config.get(); 170 TestConfig force_return_config = config.get(); 878 return new TestConfig(
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_unit_test.cpp | 177 static const struct TestConfig { in TEST_F() struct 334 static const struct TestConfig { in TEST_F() struct 551 static const struct TestConfig { in TEST_F() struct 621 static const struct TestConfig { in TEST_F() struct 870 static const struct TestConfig { in TEST_F() struct 903 static const struct TestConfig { in TEST_F() struct 1114 static const struct TestConfig { in TEST_F() struct 1236 static const struct TestConfig { in TEST_F() struct 1329 static const struct TestConfig { in TEST_F() struct 1395 static const struct TestConfig { in TEST_F() struct [all …]
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | extensions.h | 65 enum TestConfig { NO = 0, NO_WRITES, YES }; enum 69 TestConfig test;
|
/aosp12/build/soong/bp2build/ |
H A D | build_conversion_test.go | 177 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 319 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 485 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 918 config := android.TestConfig(buildDir, nil, testCase.bp, fs) 1133 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 1225 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 1332 config := android.TestConfig(buildDir, nil, "", fs) 1476 config := android.TestConfig(buildDir, nil, testCase.bp, fs) 1602 config := android.TestConfig(buildDir, nil, testCase.bp, fs)
|
H A D | cc_object_conversion_test.go | 214 config := android.TestConfig(buildDir, nil, testCase.blueprint, filesystem) 394 config := android.TestConfig(buildDir, nil, testCase.blueprint, filesystem)
|
H A D | python_binary_conversion_test.go | 123 config := android.TestConfig(buildDir, nil, testCase.blueprint, filesystem)
|
H A D | sh_conversion_test.go | 94 config := android.TestConfig(buildDir, nil, testCase.bp, filesystem)
|
H A D | cc_library_headers_conversion_test.go | 326 config := android.TestConfig(buildDir, nil, testCase.bp, filesystem)
|
/aosp12/build/soong/cc/ |
H A D | vendor_snapshot_test.go | 87 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 213 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 802 config := TestConfig(t.TempDir(), android.Android, nil, "", mockFS) 993 config := TestConfig(t.TempDir(), android.Android, nil, "", mockFS) 1072 config := TestConfig(t.TempDir(), android.Android, nil, "", mockFS) 1164 config := TestConfig(t.TempDir(), android.Android, nil, "", mockFS) 1238 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 1356 config := TestConfig(t.TempDir(), android.Android, nil, "", mockFS) 1456 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil)
|
H A D | library_test.go | 202 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 225 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil)
|
H A D | object_test.go | 94 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil)
|
H A D | cc_test.go | 77 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 90 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 117 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 131 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 593 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 721 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 771 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 798 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 849 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) 1449 config := TestConfig(t.TempDir(), android.Android, nil, bp, nil) [all …]
|
H A D | test_data_test.go | 120 config := android.TestConfig(buildDir, nil, "", map[string][]byte{
|
/aosp12/build/soong/android/ |
H A D | module_test.go | 188 config := TestConfig(t.TempDir(), nil, "", nil) 214 config := TestConfig(t.TempDir(), nil, "", nil)
|
H A D | apex_test.go | 124 config := TestConfig(t.TempDir(), nil, "", nil)
|
H A D | soong_config_modules_test.go | 317 config := TestConfig(buildDir, nil, bp, fs)
|
H A D | paths_test.go | 223 return TestConfig(buildDir, nil, "", nil) 825 config := TestConfig("out", nil, "", map[string][]byte{ 1426 config: TestConfig("out", nil, "", nil), 1440 config: TestConfig("out", nil, "", nil),
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | GeneratedTestHarness.cpp | 67 struct TestConfig { struct 213 const TestConfig& testConfig) { in EvaluatePreparedModel() 360 const TestConfig testConfig = {.executor = executor, in EvaluatePreparedModel()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | GeneratedTestHarness.cpp | 79 struct TestConfig { struct 88 TestConfig(Executor executor, MeasureTiming measureTiming, OutputType outputType, in TestConfig() function 95 TestConfig(Executor executor, MeasureTiming measureTiming, OutputType outputType, in TestConfig() function 552 const TestModel& testModel, const TestConfig& testConfig, in EvaluatePreparedModel() 837 const TestConfig testConfig(executor, measureTiming, outputType, memoryType); in EvaluatePreparedModel() 858 const TestConfig testConfig(executor, measureTiming, outputType, MemoryType::ASHMEM, in EvaluatePreparedCoupledModels()
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | GeneratedTestHarness.cpp | 56 struct TestConfig { struct 65 TestConfig(Executor executor, bool measureTiming, OutputType outputType, MemoryType memoryType) in TestConfig() argument 71 TestConfig(Executor executor, bool measureTiming, OutputType outputType, MemoryType memoryType, in TestConfig() argument 525 const TestModel& testModel, const TestConfig& testConfig, in EvaluatePreparedModel() 815 const TestConfig testConfig(executor, measureTiming, outputType, memoryType); in EvaluatePreparedModel() 835 const TestConfig testConfig(executor, measureTiming, outputType, MemoryType::ASHMEM, in EvaluatePreparedCoupledModels()
|