/system/sepolicy/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/file_contexts) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/service_contexts) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/service_contexts) 56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/nonplat_property_contexts) 57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/nonplat_property_contexts) 58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/plat_property_contexts) 59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/plat_property_contexts) 61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/property_contexts) 62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/property_contexts) [all …]
|
/system/extras/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system.img $(PRODUCT_OUT)/userdata.img) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/taskstats_intermediates) 49 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/anrd) 50 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/cpustats) 51 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/crypto) 52 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/kexecload) 53 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/ksminfo) 54 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/latencytop) 55 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/memtrack_share) 56 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/memtrack) [all …]
|
/system/core/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc) 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/reboot) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop) 56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/lmkd_intermediates/import_includes) 57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsysutils_intermediates/import_… 58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/grep $(PRODUCT_OUT)/system/bin/toolbox) 59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.$(TARGET_DEVICE).so) 60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/gatekeeper.$(TARGET_DEVICE).so) [all …]
|
/system/keymint/common/src/bin/ |
D | keyblob-cddl-dump.rs | 29 fn add<T: kmr_wire::AsCborValue>(&mut self, sample: T) { in add() method 68 schema.add(keyblob::EncryptedKeyBlob::V1(keyblob::EncryptedKeyBlobV1 { in main() 80 schema.add(keyblob::Version::V1); in main() 81 schema.add(keyblob::EncryptedKeyBlobV1 { in main() 93 schema.add(keymint::KeyCharacteristics { in main() 103 schema.add(crypto::KeyMaterial::Aes(crypto::aes::Key::Aes128([0u8; 16]).into())); in main() 104 schema.add(keyblob::SecureDeletionSlot(1)); in main() 105 schema.add(keyblob::SecureDeletionData { in main() 109 schema.add(keyblob::RootOfTrustInfo { in main() 114 schema.add(keymint::VerifiedBootState::Unverified); in main() [all …]
|
/system/keymaster/contexts/ |
D | pure_soft_remote_provisioning_context.cpp | 79 result->add(cppbor::Tstr("brand"), cppbor::Tstr("Google")); in CreateDeviceInfo() 80 result->add(cppbor::Tstr("manufacturer"), cppbor::Tstr("Google")); in CreateDeviceInfo() 81 result->add(cppbor::Tstr("product"), cppbor::Tstr("Fake Product")); in CreateDeviceInfo() 82 result->add(cppbor::Tstr("model"), cppbor::Tstr("Fake Model")); in CreateDeviceInfo() 83 result->add(cppbor::Tstr("device"), cppbor::Tstr("Fake Device")); in CreateDeviceInfo() 85 result->add(cppbor::Tstr("bootloader_state"), cppbor::Tstr(*bootloader_state_)); in CreateDeviceInfo() 88 result->add(cppbor::Tstr("vb_state"), cppbor::Tstr(*verified_boot_state_)); in CreateDeviceInfo() 91 result->add(cppbor::Tstr("vbmeta_digest"), cppbor::Bstr(*vbmeta_digest_)); in CreateDeviceInfo() 94 result->add(cppbor::Tstr("os_version"), cppbor::Tstr(std::to_string(*os_version_))); in CreateDeviceInfo() 97 result->add(cppbor::Tstr("system_patch_level"), cppbor::Uint(*os_patchlevel_)); in CreateDeviceInfo() [all …]
|
/system/extras/simpleperf/app_api/java/com/android/simpleperf/ |
D | RecordOptions.java | 136 args.add("-o"); in toRecordArgs() 137 args.add(filename); in toRecordArgs() 138 args.add("-e"); in toRecordArgs() 139 args.add(mEvent); in toRecordArgs() 140 args.add("-f"); in toRecordArgs() 141 args.add(String.valueOf(mFreq)); in toRecordArgs() 143 args.add("--duration"); in toRecordArgs() 144 args.add(String.valueOf(mDurationInSeconds)); in toRecordArgs() 147 args.add("-p"); in toRecordArgs() 148 args.add(String.valueOf(Os.getpid())); in toRecordArgs() [all …]
|
/system/core/libutils/binder/ |
D | Vector_test.cpp | 46 vector.add(1); in TEST_F() 47 vector.add(2); in TEST_F() 48 vector.add(3); in TEST_F() 58 vector.add(4); in TEST_F() 65 other.add(5); in TEST_F() 83 vector.add(1); in TEST_F() 84 vector.add(2); in TEST_F() 85 vector.add(3); in TEST_F() 86 vector.add(4); in TEST_F() 96 vector.add(1); in TEST_F() [all …]
|
/system/media/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenMAXAL.so) 47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenSLES.so) 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates) 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_imageproc_inte… 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_text_intermedi… 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_ui_intermediat… 52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_videosrc_inter… 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudioutils_intermediates) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates) 55 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/framework/filterfw.jar) [all …]
|
/system/security/provisioner/ |
D | rkp_factory_extraction_lib_test.cpp | 135 cborDeviceInfo.add("product", "gShoe"); in TEST() 136 cborDeviceInfo.add("version", 2); in TEST() 137 cborDeviceInfo.add("brand", "Fake Brand"); in TEST() 138 cborDeviceInfo.add("manufacturer", "Fake Mfr"); in TEST() 139 cborDeviceInfo.add("model", "Fake Model"); in TEST() 140 cborDeviceInfo.add("device", "Fake Device"); in TEST() 141 cborDeviceInfo.add("vb_state", "orange"); in TEST() 142 cborDeviceInfo.add("bootloader_state", "unlocked"); in TEST() 143 cborDeviceInfo.add("vbmeta_digest", std::vector<uint8_t>{1, 2, 3, 4}); in TEST() 144 cborDeviceInfo.add("system_patch_level", 42); in TEST() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | StructuredParcelable.java | 272 _aidl_sj.add("shouldContainThreeFs: " + (java.util.Arrays.toString(shouldContainThreeFs))); in toString() 273 _aidl_sj.add("f: " + (f)); in toString() 274 _aidl_sj.add("shouldBeJerry: " + (java.util.Objects.toString(shouldBeJerry))); in toString() 275 _aidl_sj.add("shouldBeByteBar: " + (shouldBeByteBar)); in toString() 276 _aidl_sj.add("shouldBeIntBar: " + (android.aidl.tests.IntEnum.$.toString(shouldBeIntBar))); in toString() 277 _aidl_sj.add("shouldBeLongBar: " + (shouldBeLongBar)); in toString() 278 …_aidl_sj.add("shouldContainTwoByteFoos: " + (java.util.Arrays.toString(shouldContainTwoByteFoos))); in toString() 279 …_aidl_sj.add("shouldContainTwoIntFoos: " + (android.aidl.tests.IntEnum.$.arrayToString(shouldConta… in toString() 280 …_aidl_sj.add("shouldContainTwoLongFoos: " + (java.util.Arrays.toString(shouldContainTwoLongFoos))); in toString() 281 _aidl_sj.add("stringDefaultsToFoo: " + (java.util.Objects.toString(stringDefaultsToFoo))); in toString() [all …]
|
D | ParcelableForToString.java | 137 _aidl_sj.add("intValue: " + (intValue)); in toString() 138 _aidl_sj.add("intArray: " + (java.util.Arrays.toString(intArray))); in toString() 139 _aidl_sj.add("longValue: " + (longValue)); in toString() 140 _aidl_sj.add("longArray: " + (java.util.Arrays.toString(longArray))); in toString() 141 _aidl_sj.add("doubleValue: " + (doubleValue)); in toString() 142 _aidl_sj.add("doubleArray: " + (java.util.Arrays.toString(doubleArray))); in toString() 143 _aidl_sj.add("floatValue: " + (floatValue)); in toString() 144 _aidl_sj.add("floatArray: " + (java.util.Arrays.toString(floatArray))); in toString() 145 _aidl_sj.add("byteValue: " + (byteValue)); in toString() 146 _aidl_sj.add("byteArray: " + (java.util.Arrays.toString(byteArray))); in toString() [all …]
|
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | StructuredParcelable.java | 272 _aidl_sj.add("shouldContainThreeFs: " + (java.util.Arrays.toString(shouldContainThreeFs))); in toString() 273 _aidl_sj.add("f: " + (f)); in toString() 274 _aidl_sj.add("shouldBeJerry: " + (java.util.Objects.toString(shouldBeJerry))); in toString() 275 _aidl_sj.add("shouldBeByteBar: " + (shouldBeByteBar)); in toString() 276 _aidl_sj.add("shouldBeIntBar: " + (android.aidl.tests.IntEnum.$.toString(shouldBeIntBar))); in toString() 277 _aidl_sj.add("shouldBeLongBar: " + (shouldBeLongBar)); in toString() 278 …_aidl_sj.add("shouldContainTwoByteFoos: " + (java.util.Arrays.toString(shouldContainTwoByteFoos))); in toString() 279 …_aidl_sj.add("shouldContainTwoIntFoos: " + (android.aidl.tests.IntEnum.$.arrayToString(shouldConta… in toString() 280 …_aidl_sj.add("shouldContainTwoLongFoos: " + (java.util.Arrays.toString(shouldContainTwoLongFoos))); in toString() 281 _aidl_sj.add("stringDefaultsToFoo: " + (java.util.Objects.toString(stringDefaultsToFoo))); in toString() [all …]
|
D | ParcelableForToString.java | 137 _aidl_sj.add("intValue: " + (intValue)); in toString() 138 _aidl_sj.add("intArray: " + (java.util.Arrays.toString(intArray))); in toString() 139 _aidl_sj.add("longValue: " + (longValue)); in toString() 140 _aidl_sj.add("longArray: " + (java.util.Arrays.toString(longArray))); in toString() 141 _aidl_sj.add("doubleValue: " + (doubleValue)); in toString() 142 _aidl_sj.add("doubleArray: " + (java.util.Arrays.toString(doubleArray))); in toString() 143 _aidl_sj.add("floatValue: " + (floatValue)); in toString() 144 _aidl_sj.add("floatArray: " + (java.util.Arrays.toString(floatArray))); in toString() 145 _aidl_sj.add("byteValue: " + (byteValue)); in toString() 146 _aidl_sj.add("byteArray: " + (java.util.Arrays.toString(byteArray))); in toString() [all …]
|
/system/timezone/output_data/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -f $(TARGET_OUT)/system/usr/share/zoneinfo/tzlookup.xml) 48 $(call add-clean-step, rm -f $(HOST_OUT)/usr/share/zoneinfo/tzlookup.xml) 52 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/usr/share/zoneinfo/tzlookup.xml) 53 $(call add-clean-step, rm -f $(OUT_DIR)/host/linux-x86/usr/share/zoneinfo/tzlookup.xml) 56 $(call add-clean-step, rm -rf $(HOST_OUT)/com.android.runtime/etc/tz/*) 60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/tz) 64 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/tzdata_module)
|
/system/keymaster/cppcose/ |
D | cppcose.cpp | 240 .add("MAC0") in generateCoseMac0Mac() 241 .add(cppbor::Map().add(ALGORITHM, HMAC_256).canonicalize().encode()) in generateCoseMac0Mac() 242 .add(externalAad) in generateCoseMac0Mac() 243 .add(payload) in generateCoseMac0Mac() 260 .add(cppbor::Map().add(ALGORITHM, HMAC_256).canonicalize().encode()) in constructCoseMac0() 261 .add(cppbor::Map() /* unprotected */) in constructCoseMac0() 262 .add(payload) in constructCoseMac0() 263 .add(std::pair(tag->begin(), tag->end())); in constructCoseMac0() 307 .add("Signature1") // in createECDSACoseSign1Signature() 308 .add(protectedParams) in createECDSACoseSign1Signature() [all …]
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | hal_evs.te | 8 # except it allows evsmanagerd to add hal_evs_hwservice. 10 allow hal_evs_server hal_evs_hwservice:hwservice_manager { add find }; 11 allow hal_evs_server hidl_base_hwservice:hwservice_manager add; 12 neverallow { domain -hal_evs_server -evsmanagerd } hal_evs_hwservice:hwservice_manager add; 14 # Allows to add a service
|
/system/sepolicy/prebuilts/api/202404/public/ |
D | hal_evs.te | 8 # except it allows evsmanagerd to add hal_evs_hwservice. 10 allow hal_evs_server hal_evs_hwservice:hwservice_manager { add find }; 11 allow hal_evs_server hidl_base_hwservice:hwservice_manager add; 12 neverallow { domain -hal_evs_server -evsmanagerd } hal_evs_hwservice:hwservice_manager add; 14 # Allows to add a service
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | hal_evs.te | 8 # except it allows evsmanagerd to add hal_evs_hwservice. 10 allow hal_evs_server hal_evs_hwservice:hwservice_manager { add find }; 11 allow hal_evs_server hidl_base_hwservice:hwservice_manager add; 12 neverallow { domain -hal_evs_server -evsmanagerd } hal_evs_hwservice:hwservice_manager add; 14 # Allows to add a service
|
/system/sepolicy/private/ |
D | hal_evs.te | 8 # except it allows evsmanagerd to add hal_evs_hwservice. 10 allow hal_evs_server hal_evs_hwservice:hwservice_manager { add find }; 11 allow hal_evs_server hidl_base_hwservice:hwservice_manager add; 12 neverallow { domain -hal_evs_server -evsmanagerd } hal_evs_hwservice:hwservice_manager add; 14 # Allows to add a service
|
/system/security/identity/ |
D | WritableCredential.cpp | 124 map.add("id", profile.id); in calcExpectedProofOfProvisioningSize() 126 map.add("readerCertificate", cppbor::Bstr(profile.readerCertificate)); in calcExpectedProofOfProvisioningSize() 129 map.add("userAuthenticationRequired", profile.userAuthenticationRequired); in calcExpectedProofOfProvisioningSize() 130 map.add("timeoutMillis", profile.userAuthenticationTimeoutMillis); in calcExpectedProofOfProvisioningSize() 132 acpArray.add(std::move(map)); in calcExpectedProofOfProvisioningSize() 146 entryMap.add("name", eParcel.name); in calcExpectedProofOfProvisioningSize() 147 entryMap.add("value", std::move(itemForValue)); in calcExpectedProofOfProvisioningSize() 150 acpIdsArray.add(id); in calcExpectedProofOfProvisioningSize() 152 entryMap.add("accessControlProfiles", std::move(acpIdsArray)); in calcExpectedProofOfProvisioningSize() 153 entriesArray.add(std::move(entryMap)); in calcExpectedProofOfProvisioningSize() [all …]
|
D | CredentialData.cpp | 81 map.add("secureUserId", secureUserId_); in saveToDisk() 83 map.add("credentialData", credentialData_); in saveToDisk() 85 map.add("attestationCertificate", attestationCertificate_); in saveToDisk() 90 array.add(sacp.id); in saveToDisk() 91 array.add(sacp.readerCertificate.encodedCertificate); in saveToDisk() 92 array.add(sacp.userAuthenticationRequired); in saveToDisk() 93 array.add(sacp.timeoutMillis); in saveToDisk() 94 array.add(sacp.secureUserId); in saveToDisk() 96 array.add(mac); in saveToDisk() 97 sacpArray.add(std::move(array)); in saveToDisk() [all …]
|
/system/netd/server/ |
D | RouteController.cpp | 135 static void maybeModifyQdiscClsact(const char* interface, bool add); 484 bool add) { in modifyIncomingPacketMark() argument 495 "%s %s -i %s -j MARK --set-mark 0x%x/0x%x", add ? "-A" : "-D", in modifyIncomingPacketMark() 509 [[nodiscard]] static int modifyVpnOutputToLocalRule(const char* vpnInterface, bool add) { in modifyVpnOutputToLocalRule() argument 510 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_VPN_OUTPUT_TO_LOCAL, in modifyVpnOutputToLocalRule() 521 int32_t subPriority, bool secure, bool add, in modifyVpnUidRangeRule() argument 541 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, priority + subPriority, table, in modifyVpnUidRangeRule() 551 bool add, bool excludeLocalRoutes) { in modifyVpnSystemPermissionRule() argument 570 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, priority, table, fwmark.intValue, in modifyVpnSystemPermissionRule() 583 uid_t uidEnd, int32_t subPriority, bool add) { in modifyExplicitNetworkRule() argument [all …]
|
/system/tools/hidl/test/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest64/hidl_test*) 47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest/hidl_test*) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/tests.vendor*) 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/vndk/tests.vendor*)
|
/system/security/identity/util/test/java/com/android/security/identity/internal/ |
D | UtilUnitTests.java | 66 .add("text") // add string in prettyPrintMultipleCompleteTypes() 67 .add(1234) // add integer in prettyPrintMultipleCompleteTypes() 68 .add(new byte[]{0x10}) // add byte array in prettyPrintMultipleCompleteTypes() 70 .add(1) in prettyPrintMultipleCompleteTypes() 71 .add("text") in prettyPrintMultipleCompleteTypes() 191 .add("ABC") in prettyPrintTag() 203 .add(1) in prettyPrintArrayNoCompounds() 204 .add("text") in prettyPrintArrayNoCompounds() 205 .add(new ByteString(new byte[]{1, 2, 3})) in prettyPrintArrayNoCompounds() 216 arrayBuilder.add(2); in prettyPrintArray() [all …]
|
/system/tools/xsdc/src/main/java/com/android/xsdc/ |
D | XsdHandler.java | 109 qNames.add(parseQName(s)); in parseQNames() 142 stateStack.peek().tags.add(makeElement(state)); in endElement() 145 stateStack.peek().tags.add(makeAttribute(state)); in endElement() 148 stateStack.peek().tags.add(makeAttributeGroup(state)); in endElement() 151 stateStack.peek().tags.add(makeComplexType(state)); in endElement() 154 stateStack.peek().tags.add(makeComplexContent(state)); in endElement() 157 stateStack.peek().tags.add(makeSimpleContent(state)); in endElement() 161 stateStack.peek().tags.add(makeEnumRestriction(state)); in endElement() 164 stateStack.peek().tags.add(makeGeneralRestriction(state)); in endElement() 168 stateStack.peek().tags.add(makeGeneralExtension(state)); in endElement() [all …]
|