/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMCoseHeaders.java | 159 short tagIndex = 0; in isDataValid() local 160 while (tagIndex < bufLen) { in isDataValid() 161 value = buff[(short) (tagIndex + 1)]; in isDataValid() 164 ptr = getValueType(buff[tagIndex]); in isDataValid() 195 tagIndex += 2; in isDataValid()
|
H A D | KMCoseKey.java | 207 short tagIndex = 0; in isDataValid() local 209 while (tagIndex < buffLen) { in isDataValid() 210 value = buff[(short) (tagIndex + 1)]; in isDataValid() 213 ptr = getValueType(buff[tagIndex], KMType.INVALID_VALUE); in isDataValid() 242 tagIndex += 2; in isDataValid()
|
H A D | KMRemotelyProvisionedComponentDevice.java | 1262 short tagIndex = 0; in getEcAttestKeyParameters() local 1276 KMArray.cast(arrPtr).add(tagIndex++, purpose); in getEcAttestKeyParameters() 1278 KMArray.cast(arrPtr).add(tagIndex++, KMEnumTag.instance(KMType.ALGORITHM, KMType.EC)); in getEcAttestKeyParameters() 1279 KMArray.cast(arrPtr).add(tagIndex++, keySize); in getEcAttestKeyParameters() 1280 KMArray.cast(arrPtr).add(tagIndex++, digest); in getEcAttestKeyParameters() 1282 KMArray.cast(arrPtr).add(tagIndex++, KMEnumTag.instance(KMType.ECCURVE, KMType.P_256)); in getEcAttestKeyParameters() 1284 KMArray.cast(arrPtr).add(tagIndex, KMBoolTag.instance(KMType.NO_AUTH_REQUIRED)); in getEcAttestKeyParameters()
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMCoseHeaders.java | 163 short tagIndex = 0; in isDataValid() local 164 while (tagIndex < bufLen) { in isDataValid() 165 value = buff[(short) (tagIndex + 1)]; in isDataValid() 168 ptr = getValueType(buff[tagIndex]); in isDataValid() 199 tagIndex += 2; in isDataValid()
|
H A D | KMCoseKey.java | 211 short tagIndex = 0; in isDataValid() local 213 while (tagIndex < buffLen) { in isDataValid() 214 value = buff[(short) (tagIndex + 1)]; in isDataValid() 217 ptr = getValueType(buff[tagIndex], KMType.INVALID_VALUE); in isDataValid() 246 tagIndex += 2; in isDataValid()
|
H A D | KMRemotelyProvisionedComponentDevice.java | 1632 short tagIndex = 0; in getEcAttestKeyParameters() local 1646 KMArray.cast(arrPtr).add(tagIndex++, purpose); in getEcAttestKeyParameters() 1648 KMArray.cast(arrPtr).add(tagIndex++, KMEnumTag.instance(KMType.ALGORITHM, KMType.EC)); in getEcAttestKeyParameters() 1649 KMArray.cast(arrPtr).add(tagIndex++, keySize); in getEcAttestKeyParameters() 1650 KMArray.cast(arrPtr).add(tagIndex++, digest); in getEcAttestKeyParameters() 1652 KMArray.cast(arrPtr).add(tagIndex++, KMEnumTag.instance(KMType.ECCURVE, KMType.P_256)); in getEcAttestKeyParameters() 1654 KMArray.cast(arrPtr).add(tagIndex, KMBoolTag.instance(KMType.NO_AUTH_REQUIRED)); in getEcAttestKeyParameters()
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_info.cpp | 666 uint32 tagIndex; in ParseMakerNoteIFD() local 697 for (tagIndex = 0; tagIndex < ifdEntries; tagIndex++) in ParseMakerNoteIFD() 700 stream.SetReadPosition (ifdOffset + 2 + tagIndex * 12 + 2); in ParseMakerNoteIFD() 735 for (tagIndex = 0; tagIndex < ifdEntries; tagIndex++) in ParseMakerNoteIFD() 738 stream.SetReadPosition (ifdOffset + 2 + tagIndex * 12); in ParseMakerNoteIFD() 751 uint64 tagOffset = ifdOffset + 2 + tagIndex * 12 + 8; in ParseMakerNoteIFD()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/util/locale/ |
H A D | LocaleMatcher.java | 336 int tagIndex = 1; in matchFilterExtendedSubtags() local 339 && tagIndex < tagSubtags.length) { in matchFilterExtendedSubtags() 343 .equals(tagSubtags[tagIndex])) { in matchFilterExtendedSubtags() 345 tagIndex++; in matchFilterExtendedSubtags() 346 } else if (tagSubtags[tagIndex].length() == 1 in matchFilterExtendedSubtags() 347 && !tagSubtags[tagIndex].equals("*")) { in matchFilterExtendedSubtags() 350 tagIndex++; in matchFilterExtendedSubtags()
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/audio/ |
D | CarDuckingInfo.java | 120 for (int tagIndex = 0; tagIndex < playbackTrackMetaData.tags.length; tagIndex++) { in dumpProto() 122 playbackTrackMetaData.tags[tagIndex]); in dumpProto()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/quota/ |
H A D | UptcMap.java | 128 private String getTagAtIndex(int userIndex, int packageIndex, int tagIndex) { in getTagAtIndex() argument 131 return mData.valueAt(userIndex, packageIndex).keyAt(tagIndex); in getTagAtIndex() 152 public T valueAt(int userIndex, int packageIndex, int tagIndex) { in valueAt() argument 154 return data != null ? data.valueAt(tagIndex) : null; in valueAt()
|
/aosp_15_r20/external/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 146 YAMLFD.TagIndex = ObjFD->TagIndex; in dumpFunctionDefinition() 167 YAMLWE.TagIndex = ObjWE->TagIndex; in dumpWeakExternal()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/ |
H A D | WakeLockLog.java | 604 int tagIndex = bytes[1] & MASK_LOWER_7_BITS; in fromBytes() local 605 TagData tag = mTagDatabase.getTag(tagIndex); in fromBytes() 616 int tagIndex = bytes[0] & MASK_LOWER_7_BITS; in fromBytes() local 617 TagData tag = mTagDatabase.getTag(tagIndex); in fromBytes() 992 * @param tagIndex The index of the tag, as stored in the log 994 private void removeTagIndex(int tagIndex) { in removeTagIndex() argument 1011 if (entry.tag != null && entry.tag.index == tagIndex) { in removeTagIndex() 1017 Slog.d(TAG, "Remove tag index: " + tagIndex + " @ " + readIndex); in removeTagIndex()
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | COFFYAML.cpp | 426 IO.mapRequired("TagIndex", AFD.TagIndex); in mapping() 442 IO.mapRequired("TagIndex", AWE.TagIndex); in mapping()
|
/aosp_15_r20/external/skia/modules/svg/src/ |
H A D | SkSVGDOM.cpp | 372 const int tagIndex = SkStrSearch(&gTagFactories[0].fKey, in construct_svg_node() local 375 if (tagIndex < 0) { in construct_svg_node() 381 SkASSERT(SkTo<size_t>(tagIndex) < std::size(gTagFactories)); in construct_svg_node() 383 return gTagFactories[tagIndex].fValue(); in construct_svg_node()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | COFFYAML.cpp | 510 IO.mapRequired("TagIndex", AFD.TagIndex); in mapping() 526 IO.mapRequired("TagIndex", AWE.TagIndex); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | COFFYAML.cpp | 502 IO.mapRequired("TagIndex", AFD.TagIndex); in mapping() 518 IO.mapRequired("TagIndex", AWE.TagIndex); in mapping()
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
H A D | ImageHeaderParser.java | 248 … Log.d(TAG, "Got tagIndex=" + i + " tagType=" + tagType + " formatCode =" + formatCode in parseExifSegment() 284 private static int calcTagOffset(int ifdOffset, int tagIndex) { in calcTagOffset() argument 285 return ifdOffset + 2 + 12 * tagIndex; in calcTagOffset()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 648 for (int tagIndex = attributedOps.size() - 1; tagIndex >= 0; tagIndex--) { in removeAttributionsWithNoTime() 649 if (!attributedOps.valueAt(tagIndex).hasAnyTime()) { in removeAttributionsWithNoTime() 650 attributedOps.removeAt(tagIndex); in removeAttributionsWithNoTime() 727 for (int tagIndex = 0; tagIndex < attributedOps.size(); tagIndex++) { in isRunning() 728 if (attributedOps.valueAt(tagIndex).isRunning()) { in isRunning() 1356 for (int tagIndex = attributedOps.size() - 1; tagIndex >= 0; in refreshAttributionsLocked() 1357 tagIndex--) { in refreshAttributionsLocked() 1358 String tag = attributedOps.keyAt(tagIndex); in refreshAttributionsLocked() 1423 for (int tagIndex = 0; tagIndex < attributedOps.size(); tagIndex++) { in packageRemovedLocked() 1424 AttributedOp attributedOp = attributedOps.valueAt(tagIndex); in packageRemovedLocked() [all …]
|
/aosp_15_r20/system/logging/liblog/ |
H A D | event_tag_map.cpp | 152 uint32_t tagIndex = val; in scanTagLine() local 153 if (tagIndex != val) { in scanTagLine() 208 tagIndex, in scanTagLine()
|
H A D | logprint.cpp | 969 uint32_t tagIndex; in android_log_processBinaryLogBuffer() local 994 tagIndex = event_header->tag; in android_log_processBinaryLogBuffer() 1002 entry->tag = android_lookupEventTag_len(map, &entry->tagLen, tagIndex); in android_log_processBinaryLogBuffer() 1014 tagLen = snprintf(messageBuf, messageBufLen, "[%" PRIu32 "]", tagIndex); in android_log_processBinaryLogBuffer() 1031 fmtStr = android_lookupEventFormat_len(map, &fmtLen, tagIndex); in android_log_processBinaryLogBuffer()
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/appops/data/repository/v31/ |
D | AppOpRepository.kt | 161 for (tagIndex in 0 until historicalPackageOps.attributedOpsCount) { in getDiscreteOps() constant 162 val attributedHistoricalOps = historicalPackageOps.getAttributedOpsAt(tagIndex) in getDiscreteOps()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.cpp | 233 COFFSymbolIndex TagIndex = WeakExternal->TagIndex; in graphifySymbols() local 236 {SymIndex, TagIndex, Characteristics, SymbolName}); in graphifySymbols()
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 405 coff_symbol->Aux[0].Aux.WeakExternal.TagIndex = 0; in DefineSymbol() 542 writeLE32(i.Aux.FunctionDefinition.TagIndex); in WriteAuxiliarySymbols() 560 writeLE32(i.Aux.WeakExternal.TagIndex); in WriteAuxiliarySymbols() 887 Symbol->Aux[0].Aux.WeakExternal.TagIndex = Symbol->Other->getIndex(); in writeObject()
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1271 W.printNumber("TagIndex", Aux->TagIndex); in printSymbol() 1280 ErrorOr<COFFSymbolRef> Linked = Obj->getSymbol(Aux->TagIndex); in printSymbol() 1289 W.printNumber("Linked", LinkedName, Aux->TagIndex); in printSymbol()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | COFF.h | 364 uint32_t TagIndex; member 380 uint32_t TagIndex; member
|