Home
last modified time | relevance | path

Searched defs:typeInfo (Results 1 – 13 of 13) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResourceIdGenerator.java11 private final Map<String, TypeTracker> typeInfo = new HashMap<>(); field in ResourceIdGenerator
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java114 private ClassNode typeInfo(final String type) throws ClassNotFoundException { in typeInfo() method in InstrumentingClassWriter
/external/google-fruit/src/
Dinjector_storage.cpp113 void* InjectorStorage::getMultibindings(TypeId typeInfo) { in getMultibindings()
/external/doclava/src/com/google/doclava/apicheck/
DApiFile.java172 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname); in parseClass() local
568 TypeInfo typeInfo = Converter.obtainTypeFromString(type); in parseParameterList() local
DXmlApiFile.java121 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ; in startElement() local
/external/angle/src/libANGLE/
DUniform.h73 const UniformTypeInfo *typeInfo; member
Dformatutils.cpp1240 const auto &typeInfo = GetTypeInfo(formatType); in computePixelBytes() local
DFrameCapture.cpp1429 const gl::UniformTypeInfo *typeInfo = uniform.typeInfo; in CaptureUpdateUniformValues() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12047 class typeInfo<glw::GLboolean> class
12054 class typeInfo<glw::GLdouble> class
12061 class typeInfo<tcu::UVec2> class
12068 class typeInfo<tcu::UVec3> class
12075 class typeInfo<tcu::UVec4> class
12082 class typeInfo<tcu::DVec2> class
12089 class typeInfo<tcu::DVec3> class
12096 class typeInfo<tcu::DVec4> class
12103 class typeInfo<tcu::Matrix<glw::GLdouble, 2, 2> > class
12110 class typeInfo<tcu::Matrix<glw::GLdouble, 3, 2> > class
[all …]
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp153 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern; in MakeTypeInfoBits() local
/external/doclava/src/com/google/doclava/
DClassInfo.java61 public TypeInfo typeInfo() { in typeInfo() method in ClassInfo.ClassTypePair
145 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, in init()
2400 public void setTypeInfo(TypeInfo typeInfo) { in setTypeInfo()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h65 const gl::UniformTypeInfo &typeInfo; member
DProgramD3D.cpp2771 const gl::UniformTypeInfo &typeInfo, in AssignSamplers()