/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/aggregation/ |
D | AggregateAttributionDataTest.java | 35 private AggregateAttributionData createExample() { in createExample() method in AggregateAttributionDataTest 43 AggregateAttributionData data = createExample(); in testCreation() 57 final AggregateAttributionData data1 = createExample(); in testHashCode_equals() 58 final AggregateAttributionData data2 = createExample(); in testHashCode_equals() 68 final AggregateAttributionData data1 = createExample(); in testHashCode_notEquals()
|
D | AggregatableAttributionSourceTest.java | 34 private AggregatableAttributionSource createExample() { in createExample() method in AggregatableAttributionSourceTest 46 AggregatableAttributionSource attributionSource = createExample(); in testCreation() 63 final AggregatableAttributionSource attributionSource1 = createExample(); in testHashCode_equals() 64 final AggregatableAttributionSource attributionSource2 = createExample(); in testHashCode_equals() 74 final AggregatableAttributionSource attributionSource1 = createExample(); in testHashCode_notEquals()
|
D | AggregateHistogramContributionTest.java | 38 private AggregateHistogramContribution createExample() { in createExample() method in AggregateHistogramContributionTest 46 AggregateHistogramContribution contribution = createExample(); in testCreation() 62 final AggregateHistogramContribution contribution1 = createExample(); in testHashCode_equals() 63 final AggregateHistogramContribution contribution2 = createExample(); in testHashCode_equals() 73 final AggregateHistogramContribution contribution1 = createExample(); in testHashCode_notEquals()
|
D | AggregatableNamedBudgetTest.java | 49 private AggregatableNamedBudget createExample() throws JSONException { in createExample() method in AggregatableNamedBudgetTest 78 verifyExample(createExample()); in testCreation() 84 final AggregatableNamedBudget aggregatableNamedBudget1 = createExample(); in testHashCode_equals() 85 final AggregatableNamedBudget aggregatableNamedBudget2 = createExample(); in testHashCode_equals() 99 final AggregatableNamedBudget aggregatableNamedBudget1 = createExample(); in testHashCode_notEquals()
|
D | AggregateDeduplicationKeyTest.java | 40 private AggregateDeduplicationKey createExample() { in createExample() method in AggregateDeduplicationKeyTest 61 verifyExample(createExample()); in testCreation()
|
D | AggregateEncryptionKeyTest.java | 37 private AggregateEncryptionKey createExample() { in createExample() method in AggregateEncryptionKeyTest 57 verifyExample(createExample()); in testCreation()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/ |
D | XNetworkDataTest.java | 41 XNetworkData xNetworkData = createExample(); in testCreation() 79 final XNetworkData network1 = createExample(); in testHashCode_equals() 80 final XNetworkData network2 = createExample(); in testHashCode_equals() 90 final XNetworkData network1 = createExample(); in testHashCode_notEquals() 100 private XNetworkData createExample() { in createExample() method in XNetworkDataTest
|
D | FilterMapTest.java | 50 FilterMap attributionFilterMap = createExample(); in testCreation() 65 final FilterMap data1 = createExample(); in testHashCode_equals() 66 final FilterMap data2 = createExample(); in testHashCode_equals() 76 final FilterMap data1 = createExample(); in testHashCode_notEquals() 96 FilterMap expected = createExample(); in serializeAsJson_success() 201 private FilterMap createExample() { in createExample() method in FilterMapTest
|
D | AttributionConfigTest.java | 57 AttributionConfig attributionConfig = createExample(); in testCreation() 93 final AttributionConfig config1 = createExample(); in testHashCode_equals() 94 final AttributionConfig config2 = createExample(); in testHashCode_equals() 104 final AttributionConfig config1 = createExample(); in testHashCode_notEquals() 185 AttributionConfig attributionConfig = createExample(); in serializeAsJson_success() 252 private AttributionConfig createExample() { in createExample() method in AttributionConfigTest
|
D | EventTriggerTest.java | 169 EventTrigger eventTrigger1 = createExample(); in testHashCode_equals() 170 EventTrigger eventTrigger2 = createExample(); in testHashCode_equals() 180 EventTrigger eventTrigger1 = createExample(); in testHashCode_notEquals() 212 private EventTrigger createExample() throws JSONException { in createExample() method in EventTriggerTest
|
D | EventReportTest.java | 136 EventReport eventReport = createExample(); in creation_success() 761 final EventReport eventReport1 = createExample(); in testHashCode_equals() 762 final EventReport eventReport2 = createExample(); in testHashCode_equals() 772 final EventReport eventReport1 = createExample(); in testHashCode_notEquals() 889 private EventReport createExample() { in createExample() method in EventReportTest
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/measurement/ |
D | StatusParamTest.java | 31 private StatusParam createExample() { in createExample() method in StatusParamTest 58 verifyExample(createExample()); in testCreation() 64 createExample().writeToParcel(p, 0); in testParceling() 72 expect.that(createExample().describeContents()).isEqualTo(0); in testDescribeContents()
|
D | MeasurementErrorResponseTest.java | 50 verifyExample(createExample()); in testCreationAttribution() 56 createExample().writeToParcel(p, 0); in testParceling() 107 assertThat(createExample().describeContents()).isEqualTo(0); in testDescribeContents() 110 private MeasurementErrorResponse createExample() { in createExample() method in MeasurementErrorResponseTest
|
D | DeletionParamTest.java | 34 private DeletionParam createExample() { in createExample() method in DeletionParamTest 177 verifyExample(createExample()); in testCreation() 183 createExample().writeToParcel(p, 0); in testParcelingDelete() 200 expect.that(createExample().describeContents()).isEqualTo(0); in testDescribeContents()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/noising/ |
D | ImpressionNoiseUtilTest.java | 383 final ImpressionNoiseParams data1 = createExample(); in testHashCode_equals() 384 final ImpressionNoiseParams data2 = createExample(); in testHashCode_equals() 394 final ImpressionNoiseParams data1 = createExample(); in testHashCode_notEquals() 405 final ImpressionNoiseParams data1 = createExample(); in testToString() 406 final ImpressionNoiseParams data2 = createExample(); in testToString() 410 private ImpressionNoiseParams createExample() { in createExample() method in ImpressionNoiseUtilTest
|
/aosp_15_r20/system/teeui/libteeui/example/ |
H A D | examples.cpp | 23 std::unique_ptr<ITeeuiExample> createExample(Examples example) { in createExample() function
|
/aosp_15_r20/system/teeui/libteeui/include/teeui/example/ |
H A D | example.h | 72 std::unique_ptr<ITeeuiExample> createExample(Examples example);
|
/aosp_15_r20/system/teeui/test/ |
H A D | teeui_device_config.cpp | 77 std::unique_ptr<ITeeuiExample> sCurrentExample = createExample( in runRenderTest()
|
/aosp_15_r20/system/teeui/libteeui_jni/ |
H A D | libteeui_jni.cpp | 158 createExample((strcmp(layout.begin(), kTouchButtonLayout) == 0) ? Examples::TouchButton in Java_com_android_framebufferizer_NativeRenderer_setDeviceInfo()
|