Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h1359 MeasureUnit(int32_t typeId, int32_t subTypeId) : fTypeId(typeId), fSubTypeId(subTypeId) { in MeasureUnit()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DDexBackedTypedExceptionHandler.java38 private final int typeId; field in DexBackedTypedExceptionHandler
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventLocationEventTestCase.java94 long typeId = getClassIDBySignature(getDebuggeeSignature()); in requestEventForAllLocations() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPProxyTestCase.java102 private boolean IsProxy(long typeId, long proxyClassId) { in IsProxy()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp41 static HRESULT SetClassID(CMethodId id, UInt16 typeId, PROPVARIANT *value) in SetClassID()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DDexMaker.java343 TypeId<?> typeId = it.next(); in generateFileName() local
/external/icu/icu4c/source/i18n/
Dmeasunit.cpp1247 MeasureUnit *MeasureUnit::create(int typeId, int subTypeId, UErrorCode &status) { in create()
1281 void MeasureUnit::setTo(int32_t typeId, int32_t subTypeId) { in setTo()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java898 int typeId = 0; in mergeMessageSetExtensionFromCodedStream() local
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2287 SpvId typeId = this->getType(p.fType); in writePrefixExpression() local
2535 SpvId typeId = this->getType(*type, layout); in writeInterfaceBlock() local
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1980 …private void addMethodToDexMakerGenerator(TypeId<?> typeId, String methodName, TypeId<?>... params… in addMethodToDexMakerGenerator()