/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_allocator.cpp | 187 uint16_t typeID = (uint16_t)resourceTag; in Is1DBuffer() local 193 uint16_t typeID = (uint16_t)resourceTag; in Is2DBuffer() local 199 uint16_t typeID = (uint16_t)resourceTag; in IsBatchBuffer() local
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
H A D | OtherName.java | 24 private final ASN1ObjectIdentifier typeID; field in OtherName 60 ASN1ObjectIdentifier typeID, in OtherName()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/ |
H A D | OtherName.java | 26 private final ASN1ObjectIdentifier typeID; field in OtherName 62 ASN1ObjectIdentifier typeID, in OtherName()
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
H A D | OtherName.java | 26 private final ASN1ObjectIdentifier typeID; field in OtherName 62 ASN1ObjectIdentifier typeID, in OtherName()
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
H A D | AllClassesTest.java | 67 long typeID; in testAllClasses002() local 141 long typeID; in testAllClasses001() local
|
H A D | AllClassesWithGenericTest.java | 68 long typeID; in testAllClassesWithGeneric002() local 146 long typeID; in testAllClassesWithGeneric001() local
|
H A D | ClassesBySignatureTest.java | 71 long typeID; in testClassesBySignature001() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
H A D | VmMirror.java | 142 long typeID = getTypeID(breakpoint.className, typeTag); in setCountableBreakpoint() local 639 long typeID = -1; in getTypeID() local 983 long typeID; in setClassLoad() local 1335 long typeID = getClassID(exceptionSignature); in setException() local 1432 long typeID = getClassID(classSignature); in setFieldAccess() local 1460 long typeID = getClassID(classSignature); in setFieldModification() local
|
H A D | ParsedEvent.java | 422 private long typeID; field in ParsedEvent.Event_CLASS_PREPARE 504 private long typeID; field in ParsedEvent.Event_FIELD_ACCESS 560 private long typeID; field in ParsedEvent.Event_FIELD_MODIFICATION
|
H A D | TypesLengths.java | 135 public static int getTypeLength(byte typeID) throws TestErrorException { in getTypeLength() 214 public static void setTypeLength(byte typeID, int typeLength) in setTypeLength()
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
H A D | NewInstanceTest.java | 77 long typeID = reply.getNextValueAsReferenceTypeID(); in testNewInstance001() local 267 long typeID = reply.getNextValueAsReferenceTypeID(); in testNewInstance002() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
H A D | InvokeMethodTest.java | 120 protected TaggedObject makeNewInstance(long typeID, long threadID, in makeNewInstance() 181 long typeID = getReferenceTypeID(classSig); in testInvokeMethod001() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
H A D | JDWPEventModifierTestCase.java | 60 long typeID = debuggeeWrapper.vmMirror.getTypeID(breakpoint.className, typeTag); in createBreakpointEventBuilder() local 183 long typeID = debuggeeWrapper.vmMirror.getTypeID(typeSignature, typeTag); in createFieldEventBuilder() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
H A D | FieldAccessTest.java | 81 long typeID = getObjectReferenceType(accessedField.objectID); in testFieldAccessEvent() local
|
H A D | FieldModificationTest.java | 81 long typeID = getObjectReferenceType(modifiedField.objectID); in testFieldModifyEvent() local
|
H A D | FieldModification002Test.java | 125 long typeID = getObjectReferenceType(modifiedField.objectID); in hookFieldModification() local
|
H A D | FieldWithLocationTest.java | 104 long typeID = getObjectReferenceType(accessedField.objectID); in checkEvent() local
|
H A D | ExceptionUncaughtTest.java | 67 long typeID = getObjectReferenceType(returnedException.objectID); in testExceptionUncaughtEvent_ExceptionObject() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassLoaderReference/ |
H A D | VisibleClassesTest.java | 71 long typeID; in testVisibleClasses001() local
|
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/report/ |
H A D | IItemMetadata.java | 40 public static IItemMetadata getTypeMetadata (final int typeID) in getTypeMetadata()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.misc_test.cpp | 39 const uint32_t typeID = 1; in TEST_F() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.misc_test.cpp | 39 const uint32_t typeID = 1; in TEST_F() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | text_to_binary.misc_test.cpp | 39 const uint32_t typeID = 1; in TEST_F() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
H A D | AbstractReflectedTypeTestCase.java | 125 long typeID = reply.getNextValueAsReferenceTypeID(); in runReflectedTypeTest() local
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
H A D | SourceDebugExtensionTest.java | 171 long typeID; in testSourceDebugExtension005() local
|