/packages/modules/SdkExtensions/gen_sdk/testdata/ |
D | test_extensions_db.textpb | 2 version: 1 5 version { 6 version: 1 11 version: 2 14 version { 15 version: 1 20 version { 21 version: 2 26 version { 27 version: 2 [all …]
|
D | backward_req.textpb | 2 version: 1 5 version { 6 version: 2 11 version: 2 14 version { 15 version: 1 20 version { 21 version: 2 26 version { 27 version: 2
|
/packages/modules/common/build/ |
D | allowed_deps.txt | 74 android.net.ipsec.ike.xml(minSdkVersion:(no version)) 194 flatbuffer_headers(minSdkVersion:(no version)) 205 gemmlowp_headers(minSdkVersion:(no version)) 225 libadbconnection_server(minSdkVersion:(no version)) 226 libadbd_core(minSdkVersion:(no version)) 227 libadbd_services(minSdkVersion:(no version)) 230 libapp_processes_protos_lite(minSdkVersion:(no version)) 233 libasyncio(minSdkVersion:(no version)) 234 libatomic(minSdkVersion:(no version)) 253 libbrotli(minSdkVersion:(no version)) [all …]
|
/packages/modules/SdkExtensions/gen_sdk/ |
D | extensions_db.textpb | 2 version: 1 5 version { 6 version: 1 11 version { 12 version: 1 17 version { 18 version: 1 23 version { 24 version: 1 29 version { [all …]
|
D | gen_sdk.py | 85 dupe = find_duplicate([v.version for v in database.versions]) 89 for version in database.versions: 90 dupe = find_duplicate([r.module for r in version.requirements]) 92 return 'Found duplicate module requirement for %s in single version %s' % (dupe, version) 95 for version in sorted(database.versions, key=lambda v: v.version): 96 for requirement in version.requirements: 99 if prev.version > requirement.version.version: 100 return 'Found module requirement moving backwards: %s in %s' % (requirement, version) 101 prev_requirements[requirement.module] = requirement.version 114 for prev_version in sorted(database.versions, key=lambda v: v.version): [all …]
|
/packages/modules/NeuralNetworks/common/ |
D | Validation.cpp | 105 auto version = Version::ANDROID_OC_MR1; in validateVector() local 107 version = combineVersions(version, NN_TRY(validationFunction(object))); in validateVector() 109 return version; in validateVector() 303 auto version = NN_TRY(validateOperandType(operandPerformance.type)); in validateCapabilitiesOperandPerformance() local 304 return combineVersions(version, in validateCapabilitiesOperandPerformance() 318 auto version = in validateCapabilities() local 321 version = combineVersions(version, in validateCapabilities() 324 version = combineVersions(version, in validateCapabilities() 327 version = combineVersions( in validateCapabilities() 328 version, NN_TRY(validateCapabilitiesPerformanceInfo(capabilities.ifPerformance))); in validateCapabilities() [all …]
|
D | MetaModel.cpp | 56 bool invalid(const Model& model, Version version, bool strictSlicing) { in invalid() argument 82 if (maybeVersion.value() > version) { in invalid() 84 << maybeVersion.value() << " vs " << version << ")"; in invalid() 99 MetaModel::ReturnedSlice MetaModel::getSlice(Version version) const { in getSlice() 102 version = std::min(version, mModelMinimumSupportedVersion); in getSlice() 104 auto& slice = mCachedSlices[version]; in getSlice() 106 slice = makeSlice(version); in getSlice() 336 std::set<uint32_t> MetaModel::getNoncompliantOperations(Version version) const { in getNoncompliantOperations() 348 if (minSupportedVersion > version) { in getNoncompliantOperations() 355 MetaModel::Slice MetaModel::makeSlice(Version version) const { in makeSlice() [all …]
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | PacketReflector.java | 75 private static void swapAddresses(byte[] buf, int version) { in swapAddresses() argument 77 switch(version) { in swapAddresses() 94 private void processTcpPacket(byte[] buf, int version, int len, int hdrLen) { in processTcpPacket() argument 100 swapAddresses(buf, version); in processTcpPacket() 108 private void processUdpPacket(byte[] buf, int version, int len, int hdrLen) { in processUdpPacket() argument 114 swapAddresses(buf, version); in processUdpPacket() 124 private void processIcmpPacket(byte[] buf, int version, int len, int hdrLen) { in processIcmpPacket() argument 130 if (!(version == 4 && type == ICMP_ECHO) && in processIcmpPacket() 131 !(version == 6 && type == (byte) ICMP6_ECHO_REQUEST)) { in processIcmpPacket() 140 swapAddresses(buf, version); in processIcmpPacket() [all …]
|
/packages/apps/Car/libs/car-ui-lib/car-ui-androidx/ |
D | car-ui-jetifier-reverse.cfg | 685 "version": "{oldSlVersion}" 690 "version": "{newSlVersion}" 697 "version": "{oldSlVersion}" 702 "version": "{newSlVersion}" 709 "version": "{oldSlVersion}" 714 "version": "{newSlVersion}" 721 "version": "{oldSlVersion}" 726 "version": "{newSlVersion}" 733 "version": "{oldMaterialVersion}" 738 "version": "{newMaterialVersion}" [all …]
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Normalization.cpp | 36 .version = TestHalVersion::V1_0, in DEFINE_OPERATION_SIGNATURE() 46 .version = TestHalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE() 55 .version = TestHalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE() 66 .version = TestHalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE() 76 .version = TestHalVersion::V1_3, in DEFINE_OPERATION_SIGNATURE() 85 .version = TestHalVersion::V1_3, in DEFINE_OPERATION_SIGNATURE() 106 .version = TestHalVersion::V1_0, in DEFINE_OPERATION_SIGNATURE() 115 .version = TestHalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE() 125 .version = TestHalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE() 135 .version = TestHalVersion::V1_2, in DEFINE_OPERATION_SIGNATURE() [all …]
|
/packages/modules/SdkExtensions/derive_sdk/ |
D | derive_sdk.cpp | 79 auto version = module_versions.find(requirement.module()); in VersionRequirementsMet() local 80 if (version == module_versions.end()) { in VersionRequirementsMet() 81 LOG(DEBUG) << "Not version " << ext_version.version() << ": Module " in VersionRequirementsMet() 85 if (version->second < requirement.version().version()) { in VersionRequirementsMet() 86 LOG(DEBUG) << "Not version " << ext_version.version() << ": Module " in VersionRequirementsMet() 87 << requirement.module() << " version (" << version->second in VersionRequirementsMet() 88 << ") too low. Needed " << requirement.version().version(); in VersionRequirementsMet() 101 if (ext_version.version() > max && in GetSdkLevel() 104 max = ext_version.version(); in GetSdkLevel() 151 LOG(INFO) << "Read version " << sdk_version.version() << " from " << module; in SetSdkLevels() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | DbDowngradeHelper.java | 50 public final int version; field in DbDowngradeHelper 52 private DbDowngradeHelper(int version) { in DbDowngradeHelper() argument 53 this.version = version; in DbDowngradeHelper() 78 for (int version = helper.version - 1; version > 0; version--) { in parse() 79 if (obj.has(KEY_DOWNGRADE_TO + version)) { in parse() 80 JSONArray statements = obj.getJSONArray(KEY_DOWNGRADE_TO + version); in parse() 85 helper.mStatements.put(version, parsed); in parse() 93 if (DbDowngradeHelper.parse(schemaFile).version >= expectedVersion) { in updateSchemaFile()
|
/packages/modules/SdkExtensions/testing/ |
D | test_extensions_db.textpb | 2 version: 12 5 version { 6 version: 45 11 version: 45 14 version { 15 version: 45 20 version { 21 version: 45
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
D | SdpManager.java | 86 int l2capPsm, int version, int msgTypes, int features); in sdpCreateMapMasRecordNative() argument 89 int l2capPsm, int version, int features); in sdpCreateMapMnsRecordNative() argument 92 int version); in sdpCreatePbapPceRecordNative() argument 95 int l2capPsm, int version, int repositories, int features); in sdpCreatePbapPseRecordNative() argument 98 int l2capPsm, int version, byte[] formatsList); in sdpCreateOppOpsRecordNative() argument 101 int version); in sdpCreateSapsRecordNative() argument 374 int productId, int version, in sdpDipRecordFoundCallback() argument 391 productId, version, in sdpDipRecordFoundCallback() 544 int version, int msgTypes, int features) { in createMapMasRecord() argument 548 return sdpCreateMapMasRecordNative(serviceName, masId, rfcommChannel, l2capPsm, version, in createMapMasRecord() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | AlbumDataLoader.java | 236 public long version; field in AlbumDataLoader.UpdateInfo 247 public GetUpdateInfo(long version) { in GetUpdateInfo() argument 248 mVersion = version; in GetUpdateInfo() 258 long version = mVersion; in call() local 259 info.version = mSourceVersion; in call() 264 if (setVersion[index] != version) { in call() 285 mSourceVersion = info.version; in call() 298 mFailedVersion = info.version; in call() 308 mSetVersion[index] = info.version; in call() 371 long version = mSource.reload(); in run() local [all …]
|
D | AlbumSetDataLoader.java | 235 public long version; field in AlbumSetDataLoader.UpdateInfo 248 public GetUpdateInfo(long version) { in GetUpdateInfo() argument 249 mVersion = version; in GetUpdateInfo() 252 private int getInvalidIndex(long version) { in getInvalidIndex() argument 257 if (setVersion[i % length] != version) return i; in getInvalidIndex() 267 info.version = mSourceVersion; in call() 287 mSourceVersion = info.version; in call() 297 mSetVersion[pos] = info.version; in call() 354 long version = mSource.reload(); in run() local 355 UpdateInfo info = executeAndWait(new GetUpdateInfo(version)); in run() [all …]
|
/packages/providers/ContactsProvider/tests/assets/testSynced/ |
D | expected_raw_contacts.txt | 8 8 version=1 26 26 version=1 44 44 version=1 62 62 version=1 80 80 version=1 98 98 version=1 116 116 version=1 134 134 version=1 152 152 version=1 170 170 version=1 [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/ |
D | AvrcpVersion.java | 41 String version = SystemProperties.get(AVRCP_VERSION_PROPERTY); in getCurrentSystemPropertiesValue() local 42 switch (version) { in getCurrentSystemPropertiesValue() 56 public boolean isAtleastVersion(AvrcpVersion version) { in isAtleastVersion() argument 57 if (version == null) return true; in isAtleastVersion() 58 if (major < version.major) return false; in isAtleastVersion() 59 if (major > version.major) return true; in isAtleastVersion() 60 if (minor < version.minor) return false; in isAtleastVersion() 61 if (minor > version.minor) return true; in isAtleastVersion()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/ttls/ |
D | EapTtlsTypeData.java | 72 public final int version; field in EapTtlsTypeData 82 version = (flags & FLAG_VERSION_MASK); in EapTtlsTypeData() 95 boolean isDataFragmented, boolean isStart, int version, int messageLength, byte[] data) in EapTtlsTypeData() argument 100 if (version != SUPPORTED_EAP_TTLS_VERSION) { in EapTtlsTypeData() 101 throw new EapTtlsParsingException("Unsupported version number: " + version); in EapTtlsTypeData() 103 this.version = version; in EapTtlsTypeData() 122 | (version)); in getFlagByte() 146 boolean packetFragmented, boolean start, int version, int messageLength, byte[] data) { in getEapTtlsTypeData() argument 148 return new EapTtlsTypeData(packetFragmented, start, version, messageLength, data); in getEapTtlsTypeData()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SoftApBackupRestore.java | 135 int version = in.readInt(); in retrieveSoftApConfigurationFromBackupData() local 136 if (version < 1 || version > CURRENT_SAP_BACKUP_DATA_VERSION) { in retrieveSoftApConfigurationFromBackupData() 140 if (version == 1) return null; // Version 1 is a bad dataset. in retrieveSoftApConfigurationFromBackupData() 145 if (version < 4) { in retrieveSoftApConfigurationFromBackupData() 159 if (version < 4 && securityType == WifiConfiguration.KeyMgmt.WPA2_PSK) { in retrieveSoftApConfigurationFromBackupData() 161 } else if (version >= 4 && securityType != SoftApConfiguration.SECURITY_TYPE_OPEN) { in retrieveSoftApConfigurationFromBackupData() 164 if (version >= 3) { in retrieveSoftApConfigurationFromBackupData() 167 if (version >= 5) { in retrieveSoftApConfigurationFromBackupData() 169 if (version >= 7) { in retrieveSoftApConfigurationFromBackupData() 184 if (version >= 6) { in retrieveSoftApConfigurationFromBackupData() [all …]
|
/packages/modules/common/proto/ |
D | sdk.proto | 19 // The version of a single module. 21 int32 version = 1; field 24 // All the modules that can be used for version requirements. 43 // A single extension version. 47 SdkVersion version = 2; field 50 // The extension version. 51 int32 version = 1; field 53 // The modules required for this extension version.
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | CameraSettings.java | 288 int version; in upgradeLocalPreferences() local 290 version = pref.getInt(KEY_LOCAL_VERSION, 0); in upgradeLocalPreferences() 292 version = 0; in upgradeLocalPreferences() 294 if (version == CURRENT_LOCAL_VERSION) return; in upgradeLocalPreferences() 297 if (version == 1) { in upgradeLocalPreferences() 307 int version; in upgradeGlobalPreferences() local 309 version = pref.getInt(KEY_VERSION, 0); in upgradeGlobalPreferences() 311 version = 0; in upgradeGlobalPreferences() 313 if (version == CURRENT_VERSION) return; in upgradeGlobalPreferences() 316 if (version == 0) { in upgradeGlobalPreferences() [all …]
|
/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/ |
D | StructNfGenMsg.java | 40 final public byte version; field in StructNfGenMsg 57 final byte version = byteBuffer.get(); in parse() 64 return new StructNfGenMsg(nfgen_family, version, res_id); in parse() 69 version = ver; in StructNfGenMsg() 75 version = (byte) NFNETLINK_V0; in StructNfGenMsg() 81 byteBuffer.put(version); in pack() 99 + "version{" + Byte.toUnsignedInt(version) + "}, " in toString()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | MetadataDbHelper.java | 485 final long filesize, final int version, final int formatVersion) { in makeContentValues() argument 500 result.put(VERSION_COLUMN, version); in makeContentValues() 711 final String id, final int version) { in getContentValuesByWordListId() argument 718 Integer.toString(version), in getContentValuesByWordListId() 1043 public static void deleteEntry(final SQLiteDatabase db, final String id, final int version) { in deleteEntry() argument 1045 new String[] { id, Integer.toString(version) }); in deleteEntry() 1058 final int version, final int status, final long downloadId) { in markEntryAs() argument 1059 final ContentValues values = MetadataDbHelper.getContentValuesByWordListId(db, id, version); in markEntryAs() 1066 new String[] { id, Integer.toString(version) }); in markEntryAs() 1078 final int version) { in markEntryAsEnabled() argument [all …]
|
/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/ |
D | CallLogBackupAgentTest.java | 82 assertEquals(state.version, CallLogBackupAgent.VERSION_NO_PREVIOUS_STATE); in testReadState_NoCall() 94 assertEquals(1, state.version); in testReadState_OneCall() 108 assertEquals(1, state.version); in testReadState_MultipleCalls() 116 state.version = CallLogBackupAgent.VERSION; in testWriteState_NoCalls() 128 state.version = CallLogBackupAgent.VERSION; in testWriteState_OneCall() 142 state.version = CallLogBackupAgent.VERSION; in testWriteState_MultipleCalls() 160 state.version = CallLogBackupAgent.VERSION; in testRunBackup_NoCalls() 171 state.version = CallLogBackupAgent.VERSION; in testRunBackup_OneNewCall() 183 state.version = CallLogBackupAgent.VERSION; in testRunBackup_MultipleCall() 203 state.version = CallLogBackupAgent.VERSION; in testRunBackup_PartialMultipleCall()
|