Home
last modified time | relevance | path

Searched refs:HEADER (Results 1 – 25 of 25) sorted by relevance

/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/
DAbstractLogVerifierTest.java49 private static final String HEADER = field in AbstractLogVerifierTest
135 expectedErrorMessage.append(HEADER); in testVerify_withNoExpectedAndNonEmptyActualCalls_throwsException()
164 expectedErrorMessage.append(HEADER); in testVerify_withNoActualAndNonEmptyExpectedCalls_throwsException()
204 expectedErrorMessage.append(HEADER); in testVerify_withSomeCommonButAdditionalActualCalls_throwsException()
243 expectedErrorMessage.append(HEADER); in testVerify_withSomeCommonButAdditionalExpectedCalls_throwsException()
352 expectedErrorMessage.append(HEADER); in testVerify_withAdditionalAnyCalls_throwsException()
389 expectedErrorMessage.append(HEADER); in testVerify_withAdditionalAnyCallsWithActualCallMatchingMultiple_throwsException()
429 expectedErrorMessage.append(HEADER); in testVerify_withMismatchInLongList_throwsException()
/packages/modules/DnsResolver/
Dres_send.cpp367 int qdcount = ntohs(((const HEADER*)(const void*)msg)->qdcount); in res_nameinquery()
398 int qdcount = ntohs(((const HEADER*) (const void*) buf1)->qdcount); in res_queriesmatch()
406 if ((((const HEADER*) (const void*) buf1)->opcode == ns_o_update) && in res_queriesmatch()
407 (((const HEADER*) (const void*) buf2)->opcode == ns_o_update)) in res_queriesmatch()
410 if (qdcount != ntohs(((const HEADER*) (const void*) buf2)->qdcount)) return (0); in res_queriesmatch()
456 HEADER* hp = (HEADER*)(void*)ans.data(); in res_nsend()
563 auto hp = reinterpret_cast<const HEADER*>(msg.data()); in res_nsend()
710 const HEADER* hp = (const HEADER*)(const void*)msg.data(); in send_vc()
711 HEADER* anhp = (HEADER*)(void*)ans.data(); in send_vc()
1028 const HEADER* hp = (const HEADER*)(const void*)msg.data(); in ignoreInvalidAnswer()
[all …]
Dres_mkquery.cpp106 HEADER* hp; in res_nmkquery()
119 hp = (HEADER*)(void*)buf.data(); in res_nmkquery()
196 HEADER* hp = reinterpret_cast<HEADER*>(buf.data()); in res_nopt()
Dres_query.cpp109 HEADER* hp = reinterpret_cast<HEADER*>(answer.data()); in res_nquery()
208 HEADER* hp = reinterpret_cast<HEADER*>(answer.data()); in res_nsearch()
Dgetaddrinfo.cpp823 const HEADER* hp; in getanswer()
854 hp = reinterpret_cast<const HEADER*>(answer.data()); in getanswer()
1606 HEADER* hp = (HEADER*)(void*)t->answer.data(); in doQuery()
1717 HEADER* hp; in res_searchN()
1725 hp = (HEADER*)(void*)target->answer.data(); in res_searchN()
Dgethnamaddr.cpp91 HEADER hdr;
115 const HEADER* hp; in getanswer()
DDnsTlsDispatcher.cpp146 static_cast<NsRcode>(reinterpret_cast<HEADER*>(ans.base())->rcode)); in query()
DDnsProxyListener.cpp252 if ((size_t)msg.size() < sizeof(HEADER)) { in setQueryId()
256 auto hp = reinterpret_cast<HEADER*>(msg.data()); in setQueryId()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java40 NotificationViewType.HEADER,
73 int HEADER = 17; field
DCarNotificationViewAdapter.java131 case NotificationViewType.HEADER: in onCreateViewHolderImpl()
168 case NotificationViewType.HEADER: in onBindViewHolderImpl()
211 return NotificationViewType.HEADER; in getItemViewTypeImpl()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DNewVoicemailAdapter.java69 @IntDef({RowType.HEADER, RowType.VOICEMAIL_ENTRY, RowType.VOICEMAIL_ALERT})
74 int HEADER = 2; field
223 case RowType.HEADER: in onCreateViewHolder()
1043 return RowType.HEADER; in getItemViewType()
1046 return RowType.HEADER; in getItemViewType()
1049 return RowType.HEADER; in getItemViewType()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/autodelete/
DAutoDeleteFragment.kt46 private const val HEADER = "header" in <lambda>() constant
61 private val mHeaderSection: PreferenceGroup? by lazy { preferenceScreen.findPreference(HEADER) } in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/
DMedicalPermissionsFragment.kt49 private const val HEADER = "request_permissions_header" in <lambda>() constant
60 preferenceScreen.findPreference(HEADER) in <lambda>()
DFitnessPermissionsFragment.kt50 private const val HEADER = "request_permissions_header" in <lambda>() constant
60 preferenceScreen.findPreference(HEADER) in <lambda>()
DAdditionalPermissionsFragment.kt44 private const val HEADER = "request_additional_permissions_header" in <lambda>() constant
50 private val header: AdditionalPermissionHeaderPreference by pref(HEADER) in <lambda>()
/packages/modules/DnsResolver/tests/testdata/
DREADME.md38 resolv : ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29827
47 resolv : ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29827
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothSnoopLogFilterProfileMapPreferenceControllerTest.java123 Assert.assertEquals(mode, BluetoothProperties.snoop_log_filter_profile_map_values.HEADER); in onPreferenceChanged_turnOnBluetoothSnoopLogHeaderFilterMap()
DBluetoothSnoopLogFilterProfilePbapPreferenceControllerTest.java123 Assert.assertEquals(mode, BluetoothProperties.snoop_log_filter_profile_pbap_values.HEADER); in onPreferenceChanged_turnOnBluetoothSnoopLogHeaderFilterPbap()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java108 String HEADER = "header"; field
424 body.put(Body.HEADER, headerName); in scheduleHeaderErrorReport()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java729 NotificationViewType.HEADER); in setMaxItems_headerShouldBeFirstVisibleElement()
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-api-client-1.30.2.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-api-client-1.30.10.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp2994 auto hp = reinterpret_cast<HEADER*>(buf); in TEST_F()
/packages/apps/TV/libs/m2/
Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...