/aosp_15_r20/prebuilts/r8/ |
H A D | r8.spdx.json | 84 "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 D | ReferenceType.java | 78 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 D | Opcode.java | 355 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 D | TypeHelper.java | 35 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 D | SegmentIndexBox.java | 176 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 D | ListReferencesCommand.java | 43 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 D | DexBackedInstruction20bc.java | 59 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 D | SPDXJSONExample-v2.2.spdx.json | 86 "referenceType" : "cpe23Type" string 91 …"referenceType" : "http://spdx.org/spdxdocs/spdx-example-444504E0-4F89-41D3-9A0C-0305E82C3301#Loca… string 127 "referenceType" : "purl" string
|
H A D | SPDXJSONExample-v2.3.spdx.json | 74 "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 D | ClassPrepareEvent.java | 73 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 D | DexBackedReference.java | 41 …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 D | ImmutableReferenceFactory.java | 74 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 D | EventSetImpl.java | 364 private ReferenceType referenceType; field in EventSetImpl.ClassPrepareEventImpl 373 public ReferenceType referenceType() { in referenceType() method in EventSetImpl.ClassPrepareEventImpl
|
H A D | VirtualMachineImpl.java | 856 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 D | ObjectCreationContext.java | 52 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 D | CrossProfileSupportedReturnTypeTest.java | 193 static TypeWithReturnValue referenceType(String type) { in referenceType() method in CrossProfileSupportedReturnTypeTest.TypeWithReturnValue
|
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/ |
H A D | LeakTraceReference.kt | 19 val referenceType: ReferenceType, constant in shark.LeakTraceReference
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
H A D | ObjectReference.java | 81 ReferenceType referenceType(); in referenceType() method
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/ |
H A D | ClassPool.java | 183 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 D | Class2HTML.java | 179 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 D | Preconditions.java | 258 public static <T extends Reference> T checkReference(int referenceType, T reference) { in checkReference()
|
/aosp_15_r20/external/oj-libjdwp/src/share/back/ |
H A D | ObjectReferenceImpl.c | 33 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 D | kotlin-compose-compiler-plugin-2.0.0.spdx.json | 51 "referenceType" : "purl" string
|
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
H A D | Label.java | 441 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 D | Primitives.java | 45 public static boolean isAssignableFromWrapper(Class<?> valueClass, Class<?> referenceType) { in isAssignableFromWrapper()
|