Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 – 22 of 22) sorted by relevance

/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DCborUtils.java101 MajorType.ARRAY, "CborResponse")) { in parseSignedCertificates()
115 MajorType.ARRAY, "UniqueCertificates")) { in parseSignedCertificates()
212 MajorType.ARRAY, "CborResponse")) { in parseGeekResponse()
226 if (!checkType(respItems.get(EEK_AND_CURVE_INDEX), MajorType.ARRAY, "EekAndCurveArr")) { in parseGeekResponse()
232 if (!checkType(curveAndEekChains.get(i), MajorType.ARRAY, "EekAndCurve")) { in parseGeekResponse()
245 MajorType.ARRAY, "EekCertChain")) { in parseGeekResponse()
306 MajorType.ARRAY); in buildCertificateRequest()
308 MajorType.ARRAY); in buildCertificateRequest()
356 MajorType.ARRAY); in extractRkpKeyFromMacedKey()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DCborUtilsTest.java434 assertEquals(MajorType.ARRAY, dataItems.get(0).getMajorType()); in testCreateCertificateRequest()
440 assertEquals(MajorType.ARRAY, dataItems.get(0).getMajorType()); in testCreateCertificateRequest()
448 assertEquals(MajorType.ARRAY, dataItems.get(2).getMajorType()); in testCreateCertificateRequest()
450 assertEquals(MajorType.ARRAY, dataItems.get(3).getMajorType()); in testCreateCertificateRequest()
/packages/modules/Connectivity/bpf_progs/
Dgentle.c22 DEFINE_BPF_MAP_GRW(test, ARRAY, int, uint64_t, 1, AID_SYSTEM)
DdscpPolicy.c42 DEFINE_BPF_MAP_GRW(ipv4_dscp_policies_map, ARRAY, uint32_t, DscpPolicy, MAX_POLICIES, AID_SYSTEM) in DEFINE_BPF_MAP_GRW()
43 DEFINE_BPF_MAP_GRW(ipv6_dscp_policies_map, ARRAY, uint32_t, DscpPolicy, MAX_POLICIES, AID_SYSTEM) in DEFINE_BPF_MAP_GRW()
Dnetd.c84 DEFINE_BPF_MAP_RO_NETD(configuration_map, ARRAY, uint32_t, uint32_t, CONFIGURATION_MAP_SIZE)
100 DEFINE_BPF_MAP_RW_NETD(lock_array_test_map, ARRAY, uint32_t, bool, 1)
107 DEFINE_BPF_MAP_EXT(packet_trace_enabled_map, ARRAY, uint32_t, bool, 1,
118 DEFINE_BPF_MAP_RO_NETD(data_saver_enabled_map, ARRAY, uint32_t, bool, in DEFINE_BPF_MAP_RO_NETD() argument
Dtest.c53 DEFINE_BPF_MAP_GRW(bitmap, ARRAY, int, uint64_t, 2, TETHERING_GID)
Dtest@mainline.c53 DEFINE_BPF_MAP_GRW(bitmap, ARRAY, int, uint64_t, 2, TETHERING_GID)
Dblock.c30 DEFINE_BPF_MAP_GRW(blocked_ports_map, ARRAY, int, uint64_t,
Doffload.c92 DEFINE_BPF_MAP_RO(tether_error_map, ARRAY, uint32_t, uint32_t, BPF_TETHER_ERR__MAX, TETHERING_GID) in DEFINE_BPF_MAP_RO() argument
Doffload@mainline.c92 DEFINE_BPF_MAP_RO(tether_error_map, ARRAY, uint32_t, uint32_t, BPF_TETHER_ERR__MAX, TETHERING_GID) in DEFINE_BPF_MAP_RO() argument
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2ETest.java130 String ARRAY = "trigger_debug_keys"; field
556 JSONArray maybeArray2 = payload.optJSONArray(EventReportPayloadKeys.ARRAY); in hashForEventReportObject()
638 expectedPayload.optJSONArray(EventReportPayloadKeys.ARRAY), in areEqualEventReportJsons()
639 actualPayload.optJSONArray(EventReportPayloadKeys.ARRAY))) { in areEqualEventReportJsons()
937 result.append(EventReportPayloadKeys.ARRAY + ": ") in prettifyObjs()
938 .append(payload1.optJSONArray(EventReportPayloadKeys.ARRAY)) in prettifyObjs()
940 .append(payload2.optJSONArray(EventReportPayloadKeys.ARRAY)) in prettifyObjs()
972 result.append(EventReportPayloadKeys.ARRAY + ": ") in prettifyObj()
974 .append(payload.optJSONArray(EventReportPayloadKeys.ARRAY)) in prettifyObj()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DSystemInterface.java150 MajorType.ARRAY); in generateCsr()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/provisioning/
DScriptParser.java202 if (!checkType(apdusDataItem, MajorType.ARRAY, FIELD_APDUS)) { in parseScript()
/packages/modules/AppSearch/safeparcel-processor/src/android/app/appsearch/safeparcel/
DSafeParcelProcessor.java1280 } else if (typeArg.getKind() == TypeKind.ARRAY) { in getSerializationMethod()
1300 case ARRAY: in getSerializationMethod()
1394 case ARRAY: in getSerializationMethod()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/src/main/java/com/android/development/
DDexToStubConverter.java331 } else if (ev.getValueType() == ValueType.ARRAY) { in writeClass()
/packages/modules/Bluetooth/system/gd/packet/parser/
Dlanguage_y.yy509 DEBUG() << "ARRAY field\n";
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java1306 assertThat(dataItems.get(0).getMajorType()).isEqualTo(MajorType.ARRAY); in bccIsSuperficiallyWellFormed()
/packages/apps/TV/libs/m2/
Dchecker-qual-2.8.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/ ...
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/ ...
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt7086 Landroid/icu/util/UResourceBundle;->ARRAY:I