/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/ |
D | AggregateHistogramContributionTest.java | 43 AggregateHistogramContribution contribution = createExample(); in testCreation() local 44 assertEquals(100L, contribution.getKey().longValue()); in testCreation() 45 assertEquals(1, contribution.getValue()); in testCreation() 50 AggregateHistogramContribution contribution = in testDefaults() local 52 assertEquals(0L, contribution.getKey().longValue()); in testDefaults() 53 assertEquals(0, contribution.getValue()); in testDefaults() 85 AggregateHistogramContribution contribution = in storesBucketAsStringInJson() local 90 JSONObject jsonObj = contribution.toJSONObject(); in storesBucketAsStringInJson()
|
D | AggregateCryptoConverterTest.java | 357 final AggregateHistogramContribution contribution = in testEncodeWithCbor_valuesAtUpperBoundLimit() local 362 contributions.add(contribution); in testEncodeWithCbor_valuesAtUpperBoundLimit()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/ |
D | AggregateCryptoConverter.java | 172 for (AggregateHistogramContribution contribution : contributions) { in encodeWithCbor() 175 .putInt(contribution.getValue()) in encodeWithCbor() 178 final byte[] src = contribution.getKey().toByteArray(); in encodeWithCbor() 179 final int bytesExcludingSign = (int) Math.ceil(contribution.getKey().bitLength() / 8d); in encodeWithCbor()
|
D | AggregatePayloadGenerator.java | 117 AggregateHistogramContribution contribution = in generateAttributionReport() local 121 contributions.add(contribution); in generateAttributionReport()
|
D | AggregateReport.java | 291 for (AggregateHistogramContribution contribution : contributions) { in generateDebugPayload() 292 jsonArray.put(contribution.toJSONObject()); in generateDebugPayload()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ |
D | AttributedTrigger.java | 185 public void addContribution(long contribution) { in addContribution() argument 186 mContribution += contribution; in addContribution()
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/ |
D | CONTRIBUTING.md | 9 Agreement. You (or your employer) retain the copyright to your contribution;
|
/packages/modules/OnDevicePersonalization/ |
D | CONTRIBUTING | 11 You (or your employer) retain the copyright to your contribution; this simply
|
/packages/modules/AdServices/adservices/libraries/cobalt/proto/ |
D | unencrypted_observation_store.proto | 45 // number of unique ids to determine the contribution count per report.
|
D | encrypted_message.proto | 69 // number of unique ids to determine the contribution count per report.
|
/packages/modules/RuntimeI18n/apex/ |
D | Android.bp | 66 // The com.android.i18n's contribution to the bootclasspath.
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/ |
D | AttributionJobHandler.java | 1607 for (AggregateHistogramContribution contribution : contributions) { in validateAndGetUpdatedAggregateContributions() 1610 Math.addExact(newAggregateContributions, contribution.getValue()); in validateAndGetUpdatedAggregateContributions()
|
/packages/modules/NeuralNetworks/runtime/ |
D | NOTICE | 803 all such contribution and copyright details. If a contributor wants to further 804 mark their specific copyright on a particular contribution, they should 876 contribution and copyright details. If a contributor wants to further mark 877 their specific copyright on a particular contribution, they should indicate
|
/packages/apps/TV/res/raw/ |
D | third_party_licenses | 3750 # making a contribution to the database or code waives all rights to 3751 # future claims in that contribution or in the TZ Database.
|
/packages/apps/TV/libs/m2/ |
D | dagger-compiler-2.23.jar | java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors
... |
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz |
|