Home
last modified time | relevance | path

Searched defs:referenceType (Results 1 – 25 of 170) sorted by relevance

1234567

/aosp_15_r20/prebuilts/r8/
H A Dr8.spdx.json84 "referenceType" : "purl" string
107 "referenceType" : "purl" string
130 "referenceType" : "purl" string
153 "referenceType" : "purl" string
176 "referenceType" : "purl" string
199 "referenceType" : "purl" string
222 "referenceType" : "purl" string
245 "referenceType" : "purl" string
268 "referenceType" : "purl" string
291 "referenceType" : "purl" string
[all …]
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/
H A DReferenceType.java78 public static void validateReferenceType(int referenceType) { in validateReferenceType()
85 private final int referenceType; field in ReferenceType.InvalidReferenceTypeException
87 public InvalidReferenceTypeException(int referenceType) { in InvalidReferenceTypeException()
92 … public InvalidReferenceTypeException(int referenceType, String message, Object... formatArgs) { in InvalidReferenceTypeException()
H A DOpcode.java355 public final int referenceType; field in Opcode
360 Opcode(int opcodeValue, String opcodeName, int referenceType, Format format) { in Opcode()
364 Opcode(int opcodeValue, String opcodeName, int referenceType, Format format, int flags) { in Opcode()
368 …Opcode(List<VersionConstraint> versionConstraints, String opcodeName, int referenceType, Format fo… in Opcode()
372 …Opcode(List<VersionConstraint> versionConstraints, String opcodeName, int referenceType, int refer… in Opcode()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
H A DTypeHelper.java35 ResolvedReferenceType referenceType = (ResolvedReferenceType) type; in isProperType() local
136 private static boolean isUnboxable(ResolvedType referenceType) { in isUnboxable()
143 private static ResolvedType toUnboxedType(ResolvedReferenceType referenceType) { in toUnboxedType()
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
H A DSegmentIndexBox.java176 byte referenceType; field in SegmentIndexBox.Entry
186 …public Entry(byte referenceType, int referencedSize, long subsegmentDuration, byte startsWithSap, … in Entry()
199 public void setReferenceType(byte referenceType) { in setReferenceType()
/aosp_15_r20/external/google-smali/baksmali/src/main/java/com/android/tools/smali/baksmali/
H A DListReferencesCommand.java43 private final int referenceType; field in ListReferencesCommand
49 public ListReferencesCommand(@Nonnull List<JCommander> commandAncestors, int referenceType) { in ListReferencesCommand()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/instruction/
H A DDexBackedInstruction20bc.java59 int referenceType = getReferenceType(); in getReference() local
73 int referenceType = (dexFile.getDataBuffer().readUbyte(instructionStart + 1) >>> 6) + 1; in getReferenceType() local
/aosp_15_r20/external/spdx-tools/examples/sample-docs/json/
H A DSPDXJSONExample-v2.2.spdx.json86 "referenceType" : "cpe23Type" string
91 …"referenceType" : "http://spdx.org/spdxdocs/spdx-example-444504E0-4F89-41D3-9A0C-0305E82C3301#Loca… string
127 "referenceType" : "purl" string
H A DSPDXJSONExample-v2.3.spdx.json74 "referenceType": "cpe23Type", string
80 …"referenceType": "http://spdx.org/spdxdocs/spdx-example-444504E0-4F89-41D3-9A0C-0305E82C3301#Locat… string
117 "referenceType": "purl", string
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/
H A DClassPrepareEvent.java73 public ReferenceType referenceType(); in referenceType() method
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/reference/
H A DDexBackedReference.java41 …public static Reference makeReference(@Nonnull DexBackedDexFile dexFile, int referenceType, int re… in makeReference()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/reference/
H A DImmutableReferenceFactory.java74 public static ImmutableReference of(int referenceType, Reference reference) { in of()
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java364 private ReferenceType referenceType; field in EventSetImpl.ClassPrepareEventImpl
373 public ReferenceType referenceType() { in referenceType() method in EventSetImpl.ClassPrepareEventImpl
H A DVirtualMachineImpl.java856 ReferenceTypeImpl referenceType(long ref, byte tag) { in referenceType() method in VirtualMachineImpl
872 ReferenceTypeImpl referenceType(long id, int tag, in referenceType() method in VirtualMachineImpl
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
H A DObjectCreationContext.java52 ResolvedReferenceType referenceType = scopeType.asReferenceType(); in solveType() local
/aosp_15_r20/external/connectedappssdk/tests/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
H A DCrossProfileSupportedReturnTypeTest.java193 static TypeWithReturnValue referenceType(String type) { in referenceType() method in CrossProfileSupportedReturnTypeTest.TypeWithReturnValue
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/
H A DLeakTraceReference.kt19 val referenceType: ReferenceType, constant in shark.LeakTraceReference
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DObjectReference.java81 ReferenceType referenceType(); in referenceType() method
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
H A DClassPool.java183 private void internReference(@Nonnull Reference reference, int referenceType) { in internReference()
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
H A DClass2HTML.java179 static String referenceType( final String type ) { in referenceType() method in Class2HTML
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
H A DPreconditions.java258 public static <T extends Reference> T checkReference(int referenceType, T reference) { in checkReference()
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DObjectReferenceImpl.c33 referenceType(PacketInputStream *in, PacketOutputStream *out) in referenceType() function
/aosp_15_r20/external/kotlin-compose-compiler/org/jetbrains/kotlin/kotlin-compose-compiler-plugin/2.0.0/
H A Dkotlin-compose-compiler-plugin-2.0.0.spdx.json51 "referenceType" : "purl" string
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
H A DLabel.java441 final int sourceInsnBytecodeOffset, final int referenceType, final int referenceHandle) { in addForwardReference()
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/
H A DPrimitives.java45 public static boolean isAssignableFromWrapper(Class<?> valueClass, Class<?> referenceType) { in isAssignableFromWrapper()

1234567