/system/tools/hidl/hidl2aidl/test/ |
D | translate_cpp_test.cpp | 27 hidl2aidl::test::OnlyIn10 dest; in TEST_F() 28 hidl2aidl::test::V1_0::OnlyIn10 source; in TEST_F() 35 hidl2aidl::test::OnlyIn11 dest; in TEST_F() 36 hidl2aidl::test::V1_1::OnlyIn11 source; in TEST_F() 43 hidl2aidl::test::OverrideMe dest; in TEST_F() 44 hidl2aidl::test::V1_1::OverrideMe source; in TEST_F() 51 hidl2aidl::test::Outer dest; in TEST_F() 52 hidl2aidl::test::V1_1::Outer source; in TEST_F() 61 hidl2aidl::test::Outer::Inner dest; in TEST_F() 62 hidl2aidl::test::V1_0::Outer::Inner source; in TEST_F() [all …]
|
D | TranslateJavaTest.java | 23 import hidl2aidl.test.Translate; 31 hidl2aidl.test.OnlyIn10 dest; in OnlyIn10() 32 hidl2aidl.test.V1_0.OnlyIn10 source = new hidl2aidl.test.V1_0.OnlyIn10(); in OnlyIn10() 40 hidl2aidl.test.OnlyIn11 dest; in OnlyIn11() 41 hidl2aidl.test.V1_1.OnlyIn11 source = new hidl2aidl.test.V1_1.OnlyIn11(); in OnlyIn11() 49 hidl2aidl.test.OverrideMe dest; in OverrideMe() 50 hidl2aidl.test.V1_1.OverrideMe source = new hidl2aidl.test.V1_1.OverrideMe(); in OverrideMe() 58 hidl2aidl.test.Outer dest; in Outer() 59 hidl2aidl.test.V1_1.Outer source = new hidl2aidl.test.V1_1.Outer(); in Outer() 68 hidl2aidl.test.Outer.Inner dest; in OuterInner() [all …]
|
D | Android.bp | 30 "-rhidl2aidl.test:system/tools/hidl/hidl2aidl/test " + 31 "hidl2aidl.test@1.2 && " + 33 "-rhidl2aidl.test:system/tools/hidl/hidl2aidl/test " + 34 "hidl2aidl.test.extension@1.2 && " + 36 "-rhidl2aidl.test:system/tools/hidl/hidl2aidl/test " + 37 "hidl2aidl.test@2.0 && " + 38 "mv $(genDir)/include/hidl2aidl/test/translate-ndk.h $(genDir)/hidl2aidl/test/ && " + 39 "mv $(genDir)/include/hidl2aidl/test/translate-cpp.h $(genDir)/hidl2aidl/test/ &&" + 40 …"mv $(genDir)/include/hidl2aidl/test/extension/translate-ndk.h $(genDir)/hidl2aidl/test/extension/… 41 …"mv $(genDir)/include/hidl2aidl/test/extension/translate-cpp.h $(genDir)/hidl2aidl/test/extension/… [all …]
|
D | translate_ndk_test.cpp | 27 aidl::hidl2aidl::test::OnlyIn10 dest; in TEST_F() 28 hidl2aidl::test::V1_0::OnlyIn10 source; in TEST_F() 35 aidl::hidl2aidl::test::OnlyIn11 dest; in TEST_F() 36 hidl2aidl::test::V1_1::OnlyIn11 source; in TEST_F() 43 aidl::hidl2aidl::test::OverrideMe dest; in TEST_F() 44 hidl2aidl::test::V1_1::OverrideMe source; in TEST_F() 51 aidl::hidl2aidl::test::Outer dest; in TEST_F() 52 hidl2aidl::test::V1_1::Outer source; in TEST_F() 61 aidl::hidl2aidl::test::Outer::Inner dest; in TEST_F() 62 hidl2aidl::test::V1_0::Outer::Inner source; in TEST_F() [all …]
|
D | cpp_test_compile.cpp | 40 void testIFoo(const sp<hidl2aidl::test::IFoo>& foo) { in testIFoo() 46 hidl2aidl::test::IFoo::BigStruct big_struct; in testIFoo() 50 hidl2aidl::test::Outer outer; in testIFoo() 53 hidl2aidl::test::OverrideMe override; in testIFoo() 55 hidl2aidl::test::NameCollision collision; in testIFoo() 61 void testIBar(const sp<hidl2aidl::test::IBar>& bar) { in testIBar() 65 hidl2aidl::test::IBar::Inner inner; in testIBar() 71 static_assert(static_cast<int>(hidl2aidl::test::Value::A) == 3); 72 static_assert(static_cast<int>(hidl2aidl::test::Value::B) == 7); 73 static_assert(static_cast<int>(hidl2aidl::test::Value::C) == 8); [all …]
|
/system/sepolicy/contexts/ |
D | plat_file_contexts_test | 14 /res/test rootfs 89 /dev/ashmem-test ashmem_libcutils_device 90 /dev/ashmem/test ashmem_libcutils_device 93 /dev/audio-test audio_device 94 /dev/audio/test audio_device 125 /dev/boringssl/selftest/test boringssl_self_test_marker 130 /dev/cpu_variant:test dev_cpu_variant 132 /dev/dma_heap/test dmabuf_heap_device 136 /dev/dma_heap/system-secure-test dmabuf_system_secure_heap_device 137 /dev/dma_heap/system-secure/test dmabuf_system_secure_heap_device [all …]
|
/system/tools/aidl/tests/trunk_stable_test/aidl_api/android.aidl.test.trunk/current/android/aidl/test/trunk/ |
D | ITrunkStableTest.aidl | 19 package android.aidl.test.trunk; 21 …android.aidl.test.trunk.ITrunkStableTest.MyParcelable repeatParcelable(in android.aidl.test.trunk.… in repeatParcelable() 22 …android.aidl.test.trunk.ITrunkStableTest.MyEnum repeatEnum(in android.aidl.test.trunk.ITrunkStable… in repeatEnum() 23 …android.aidl.test.trunk.ITrunkStableTest.MyUnion repeatUnion(in android.aidl.test.trunk.ITrunkStab… in repeatUnion() 24 void callMyCallback(in android.aidl.test.trunk.ITrunkStableTest.IMyCallback cb); in callMyCallback() 25 …android.aidl.test.trunk.ITrunkStableTest.MyOtherParcelable repeatOtherParcelable(in android.aidl.t… in repeatOtherParcelable() 43 …android.aidl.test.trunk.ITrunkStableTest.MyParcelable repeatParcelable(in android.aidl.test.trunk.… in repeatParcelable() 44 …android.aidl.test.trunk.ITrunkStableTest.MyEnum repeatEnum(in android.aidl.test.trunk.ITrunkStable… in repeatEnum() 45 …android.aidl.test.trunk.ITrunkStableTest.MyUnion repeatUnion(in android.aidl.test.trunk.ITrunkStab… in repeatUnion() 46 …android.aidl.test.trunk.ITrunkStableTest.MyOtherParcelable repeatOtherParcelable(in android.aidl.t… in repeatOtherParcelable()
|
/system/teeui/test/example_config/ |
D | README | 5 your test from. These files would be referred to as the configuration files. 39 The TEST_MAPPING file is going to run the test as a postsubmit test with the 53 "native-test-flag": "--width=<device width in pixels>" 56 "native-test-flag": "--height=<device height in pixels>" 59 …"native-test-flag": "--dp2px=<pixel per density independent pixel (px/dp) ratio of the device. Typ… 62 "native-test-flag": "--mm2px=<pixel per millimeter (px/mm) ratio>" 65 …"native-test-flag": "--powerButtonTop=<distance from the top of the power button to the top of the… 68 …"native-test-flag": "--powerButtonBottom=<distance from the bottom of the power button to the top … 71 …"native-test-flag": "--volUpButtonTop=<distance from the top of the UP volume button to the top of… 74 …"native-test-flag": "--volUpButtonBottom=<distance from the bottom of the UP power button to the t… [all …]
|
/system/tools/aidl/tests/trunk_stable_test/aidl_api/android.aidl.test.trunk/1/android/aidl/test/trunk/ |
D | ITrunkStableTest.aidl | 19 package android.aidl.test.trunk; 21 …android.aidl.test.trunk.ITrunkStableTest.MyParcelable repeatParcelable(in android.aidl.test.trunk.… in repeatParcelable() 22 …android.aidl.test.trunk.ITrunkStableTest.MyEnum repeatEnum(in android.aidl.test.trunk.ITrunkStable… in repeatEnum() 23 …android.aidl.test.trunk.ITrunkStableTest.MyUnion repeatUnion(in android.aidl.test.trunk.ITrunkStab… in repeatUnion() 24 void callMyCallback(in android.aidl.test.trunk.ITrunkStableTest.IMyCallback cb); in callMyCallback() 39 …android.aidl.test.trunk.ITrunkStableTest.MyParcelable repeatParcelable(in android.aidl.test.trunk.… in repeatParcelable() 40 …android.aidl.test.trunk.ITrunkStableTest.MyEnum repeatEnum(in android.aidl.test.trunk.ITrunkStable… in repeatEnum() 41 …android.aidl.test.trunk.ITrunkStableTest.MyUnion repeatUnion(in android.aidl.test.trunk.ITrunkStab… in repeatUnion()
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.foo/ |
D | Android.bp | 19 name: "com.android.apex.test.foo.key", 20 public_key: "com.android.apex.test.foo.avbpubkey", 21 private_key: "com.android.apex.test.foo.pem", 25 name: "com.android.apex.test.foo.certificate", 26 certificate: "com.android.apex.test.foo", 30 name: "com.android.apex.test.foo", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.foo.key", 48 apex_available: ["com.android.apex.test.foo"], 52 name: "com.android.apex.test.foo_stripped", [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.bar/ |
D | Android.bp | 19 name: "com.android.apex.test.bar.key", 20 public_key: "com.android.apex.test.bar.avbpubkey", 21 private_key: "com.android.apex.test.bar.pem", 25 name: "com.android.apex.test.bar.certificate", 26 certificate: "com.android.apex.test.bar", 30 name: "com.android.apex.test.bar", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.bar.key", 67 apex_available: ["com.android.apex.test.bar"], 71 name: "com.android.apex.test.bar_stripped", [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.baz/ |
D | Android.bp | 19 name: "com.android.apex.test.baz.key", 20 public_key: "com.android.apex.test.baz.avbpubkey", 21 private_key: "com.android.apex.test.baz.pem", 25 name: "com.android.apex.test.baz.certificate", 26 certificate: "com.android.apex.test.baz", 30 name: "com.android.apex.test.baz", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.baz.key", 48 apex_available: ["com.android.apex.test.baz"], 52 name: "com.android.apex.test.baz_stripped", [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.pony/ |
D | Android.bp | 19 name: "com.android.apex.test.pony.key", 20 public_key: "com.android.apex.test.pony.avbpubkey", 21 private_key: "com.android.apex.test.pony.pem", 25 name: "com.android.apex.test.pony.certificate", 26 certificate: "com.android.apex.test.pony", 30 name: "com.android.apex.test.pony", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.pony.key", 48 apex_available: ["com.android.apex.test.pony"], 52 name: "com.android.apex.test.pony_stripped", [all …]
|
/system/testing/gtest_extras/gtest_isolated/ |
D | Isolate.cpp | 184 int Isolate::ChildProcessFn(const std::tuple<std::string, std::string>& test) { in ChildProcessFn() argument 190 std::string filter("--gtest_filter=" + GetTestName(test)); in ChildProcessFn() 254 Test* test = new Test(tests_[cur_test_index_], cur_test_index_, run_index, read_fd); in LaunchTests() local 255 running_by_pid_.emplace(pid, test); in LaunchTests() 256 running_[run_index] = test; in LaunchTests() 257 running_by_test_index_[cur_test_index_] = test; in LaunchTests() 260 pollfd->fd = test->fd(); in LaunchTests() 276 Test* test = running_[i]; in ReadTestsOutput() local 277 if (!test->Read()) { in ReadTestsOutput() 278 test->CloseFd(); in ReadTestsOutput() [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs/ |
D | Android.bp | 19 name: "com.android.apex.test.sharedlibs.key", 20 public_key: "com.android.apex.test.sharedlibs.avbpubkey", 21 private_key: "com.android.apex.test.sharedlibs.pem", 25 name: "com.android.apex.test.sharedlibs.certificate", 26 certificate: "com.android.apex.test.sharedlibs", 30 name: "com.android.apex.test.sharedlibs_stub", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.sharedlibs.key", 49 name: "com.android.apex.test.sharedlibs_generated", 50 out: ["com.android.apex.test.sharedlibs_generated.apex"], [all …]
|
/system/apex/tests/testdata/sharedlibs/build/com.android.apex.test.sharedlibs_secondary/ |
D | Android.bp | 19 name: "com.android.apex.test.sharedlibs_secondary.key", 20 public_key: "com.android.apex.test.sharedlibs_secondary.avbpubkey", 21 private_key: "com.android.apex.test.sharedlibs_secondary.pem", 25 name: "com.android.apex.test.sharedlibs_secondary.certificate", 26 certificate: "com.android.apex.test.sharedlibs_secondary", 30 name: "com.android.apex.test.sharedlibs_secondary_stub", 32 file_contexts: ":apex.test-file_contexts", 33 key: "com.android.apex.test.sharedlibs_secondary.key", 41 name: "com.android.apex.test.sharedlibs_secondary_generated", 42 out: ["com.android.apex.test.sharedlibs_secondary_generated.apex"], [all …]
|
/system/tools/hidl/test/version_test/ |
D | Android.bp | 16 " -r test.version:system/tools/hidl/test/version_test/good" + 17 " test.version.version@1.0" + 18 " test.version.version@2.2" + 19 " test.version.version@2.3" + 20 " test.version.version@2.4" + 21 " test.version.version@2.5" + 22 " test.version.version@3.0" + 23 " test.version.version@3.1" + 26 " -r test.version:system/tools/hidl/test/version_test/bad1" + 27 " test.version.version@2.3 2>&1 | grep \"Cannot enforce minor version\" > /dev/null)" + [all …]
|
/system/unwinding/libunwindstack/offline_files/shared_lib_in_apk_single_map_arm64/ |
D | output.txt | 2 #01 pc 00000000008cdf5c test.apk (offset 0x5000) 3 #02 pc 00000000008cde9c test.apk (offset 0x5000) 4 #03 pc 00000000008cdd70 test.apk (offset 0x5000) 5 #04 pc 00000000008ce408 test.apk (offset 0x5000) 6 #05 pc 00000000008ce8d8 test.apk (offset 0x5000) 7 #06 pc 00000000008ce814 test.apk (offset 0x5000) 8 #07 pc 00000000008bcf60 test.apk (offset 0x5000) 9 #08 pc 0000000000133024 test.apk (offset 0x5000) 10 #09 pc 0000000000134ad0 test.apk (offset 0x5000) 11 #10 pc 0000000000134b64 test.apk (offset 0x5000)
|
/system/logging/rust/tests/ |
D | structured_logging_tests.rs | 23 #[test] 29 #[test] 35 #[test] 41 #[test] 47 #[test] 53 #[test] 59 #[test] 65 #[test] 71 #[test] 77 #[test] [all …]
|
/system/apex/tests/testdata/maxsdk/com.android.apex.maxsdk.test/ |
D | Android.bp | 20 name: "com.android.apex.maxsdk.test.key", 21 public_key: "com.android.apex.maxsdk.test.avbpubkey", 22 private_key: "com.android.apex.maxsdk.test.pem", 26 name: "com.android.apex.maxsdk.test.certificate", 27 certificate: "com.android.apex.maxsdk.test", 31 name: "com.android.apex.maxsdk.test", 33 file_contexts: ":apex.test-file_contexts", // Default, please edit, see go/android-apex-howto 34 key: "com.android.apex.maxsdk.test.key", 35 certificate: ":com.android.apex.maxsdk.test.certificate", 39 "com.android.apex.maxsdk.app.available.test", [all …]
|
/system/keymint/boringssl/src/ |
D | tests.rs | 20 #[test] 26 #[test] 32 #[test] 37 #[test] 43 #[test] 49 #[test] 54 #[test] 59 #[test] 64 #[test]
|
/system/sepolicy/tests/ |
D | sepolicy_tests.py | 339 if options.test is None or "TestBpffsTypeViolations" in options.test: 341 if options.test is None or "TestDataTypeViolations" in options.test: 343 if options.test is None or "TestProcTypeViolations" in options.test: 345 if options.test is None or "TestSysfsTypeViolations" in options.test: 347 if options.test is None or "TestSystemTypeViolations" in options.test: 349 if options.test is None or "TestDebugfsTypeViolations" in options.test: 351 if options.test is None or "TestTracefsTypeViolations" in options.test: 353 if options.test is None or "TestVendorTypeViolations" in options.test: 355 if options.test is None or "TestCoreDataTypeViolations" in options.test: 357 if options.test is None or "TestPropertyTypeViolations" in options.test: [all …]
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 106 const std::string test = XMLAttribute(part, "test"); in ExtractPartitions() local 116 bool allowed = test == "yes" || test == "no-writes" || test == "no"; in ExtractPartitions() 122 part_info.test = (test == "yes") in ExtractPartitions() 124 : (test == "no-writes") ? Configuration::PartitionInfo::NO_WRITES in ExtractPartitions() 163 const tinyxml2::XMLElement* test = part->FirstChildElement("test") in ExtractPacked() local 166 while (test) { in ExtractPacked() 168 packed_test.packed_img = XMLAttribute(test, "packed"); in ExtractPacked() 169 packed_test.unpacked_dir = XMLAttribute(test, "unpacked"); in ExtractPacked() 170 const std::string expect = XMLAttribute(test, "expect", "okay"); in ExtractPacked() 172 if (XMLAssert(!packed_test.packed_img.empty(), test, in ExtractPacked() [all …]
|
/system/tools/sysprop/tests/ |
D | TestProperties.sysprop | 17 module: "android.sysprop.test.TestProperties" 24 prop_name: "test.bool_as_int" 33 prop_name: "test.bool" 41 prop_name: "test.int" 49 prop_name: "test.uint" 57 prop_name: "test.long" 65 prop_name: "test.ulong" 73 prop_name: "test.double" 81 prop_name: "test.string" 90 prop_name: "test.enum" [all …]
|
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V2-cpp-source/gen/include/android/aidl/test/trunk/ |
D | ITrunkStableTest.h | 34 namespace test { 232 …repeatParcelable(const ::android::aidl::test::trunk::ITrunkStableTest::MyParcelable& input, ::andr… 233 …binder::Status repeatEnum(::android::aidl::test::trunk::ITrunkStableTest::MyEnum input, ::android:… 234 …Status repeatUnion(const ::android::aidl::test::trunk::ITrunkStableTest::MyUnion& input, ::android… 235 …herParcelable(const ::android::aidl::test::trunk::ITrunkStableTest::MyOtherParcelable& input, ::an… 245 …peatParcelable(const ::android::aidl::test::trunk::ITrunkStableTest::MyParcelable& /*input*/, ::an… in repeatParcelable() 248 …nder::Status repeatEnum(::android::aidl::test::trunk::ITrunkStableTest::MyEnum /*input*/, ::androi… in repeatEnum() 251 …atus repeatUnion(const ::android::aidl::test::trunk::ITrunkStableTest::MyUnion& /*input*/, ::andro… in repeatUnion() 254 …rParcelable(const ::android::aidl::test::trunk::ITrunkStableTest::MyOtherParcelable& /*input*/, ::… in repeatOtherParcelable() 268 …repeatParcelable(const ::android::aidl::test::trunk::ITrunkStableTest::MyParcelable& input, ::andr… [all …]
|