Home
last modified time | relevance | path

Searched full:tagindex (Results 1 – 25 of 131) sorted by relevance

123456

/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMCoseHeaders.java159 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 DKMCoseKey.java207 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 DKMRemotelyProvisionedComponentDevice.java1262 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 DKMCoseHeaders.java163 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 DKMCoseKey.java211 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 DKMRemotelyProvisionedComponentDevice.java1632 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 Ddng_info.cpp666 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 DLocaleMatcher.java336 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/
DCarDuckingInfo.java120 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 DUptcMap.java128 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 Dcoff2yaml.cpp146 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 DWakeLockLog.java604 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 DCOFFYAML.cpp426 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 DSkSVGDOM.cpp372 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 DCOFFYAML.cpp510 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 DCOFFYAML.cpp502 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 DImageHeaderParser.java248 … 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 DAppOpsService.java648 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 Devent_tag_map.cpp152 uint32_t tagIndex = val; in scanTagLine() local
153 if (tagIndex != val) { in scanTagLine()
208 tagIndex, in scanTagLine()
H A Dlogprint.cpp969 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/
DAppOpRepository.kt161 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 DCOFFLinkGraphBuilder.cpp233 COFFSymbolIndex TagIndex = WeakExternal->TagIndex; in graphifySymbols() local
236 {SymIndex, TagIndex, Characteristics, SymbolName}); in graphifySymbols()
/aosp_15_r20/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp405 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 DCOFFDumper.cpp1271 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 DCOFF.h364 uint32_t TagIndex; member
380 uint32_t TagIndex; member

123456