Home
last modified time | relevance | path

Searched refs:typeInfo (Results 1 – 25 of 25) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs67 var typeInfo = target.GetTypeInfo(); in GetProperty()
68 var ret = typeInfo.GetDeclaredProperty(name); in GetProperty()
73 target = typeInfo.BaseType; in GetProperty()
94 var typeInfo = target.GetTypeInfo(); in GetMethod()
95 var ret = typeInfo.GetDeclaredMethod(name); in GetMethod()
100 target = typeInfo.BaseType; in GetMethod()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResourceIdGenerator.java11 private final Map<String, TypeTracker> typeInfo = new HashMap<>(); field in ResourceIdGenerator
40 TypeTracker typeTracker = typeInfo.get(type); in record()
43 typeInfo.put(type, typeTracker); in record()
49 TypeTracker typeTracker = typeInfo.get(type); in generate()
52 typeInfo.put(type, typeTracker); in generate()
59 for (TypeTracker typeTracker : typeInfo.values()) { in getNextFreeTypeIdentifier()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs278 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue()
279 var typeArgs = typeInfo.GenericTypeArguments; in TryGetPrimitiveValue()
282 …if ((bool)typeInfo.GetDeclaredProperty(nameof(ExtensionValue<T>.HasValue)).GetValue(extensionValue… in TryGetPrimitiveValue()
284 …value = (T)typeInfo.GetDeclaredMethod(nameof(ExtensionValue<T>.GetValue)).Invoke(extensionValue, E… in TryGetPrimitiveValue()
291 var typeInfo = type.GetTypeInfo(); in TryGetPrimitiveValue()
292 var typeArgs = typeInfo.GenericTypeArguments; in TryGetPrimitiveValue()
295 …var values = (IList)typeInfo.GetDeclaredMethod(nameof(RepeatedExtensionValue<T>.GetValue)).Invoke(… in TryGetPrimitiveValue()
/external/angle/src/libANGLE/
DUniform.cpp43 : typeInfo(nullptr), bufferIndex(-1), blockInfo(sh::kDefaultBlockMemberInfo) in LinkedUniform()
55 : typeInfo(&GetUniformTypeInfo(typeIn)), bufferIndex(bufferIndexIn), blockInfo(blockInfoIn) in LinkedUniform()
70 typeInfo(&GetUniformTypeInfo(type)), in LinkedUniform()
81 typeInfo(uniform.typeInfo), in LinkedUniform()
91 typeInfo = uniform.typeInfo; in operator =()
DUniform.h65 bool isSampler() const { return typeInfo->isSampler; } in isSampler()
66 bool isImage() const { return typeInfo->isImageType; } in isImage()
70 size_t getElementSize() const { return typeInfo->externalSize; } in getElementSize()
71 size_t getElementComponents() const { return typeInfo->componentCount; } in getElementComponents()
73 const UniformTypeInfo *typeInfo; member
DFrameCapture.cpp1429 const gl::UniformTypeInfo *typeInfo = uniform.typeInfo; in CaptureUpdateUniformValues() local
1432 switch (typeInfo->componentType) in CaptureUpdateUniformValues()
1436 std::vector<GLfloat> components(typeInfo->componentCount); in CaptureUpdateUniformValues()
1438 switch (typeInfo->type) in CaptureUpdateUniformValues()
1501 std::vector<GLint> components(typeInfo->componentCount); in CaptureUpdateUniformValues()
1503 switch (typeInfo->componentCount) in CaptureUpdateUniformValues()
1529 std::vector<GLuint> components(typeInfo->componentCount); in CaptureUpdateUniformValues()
1531 switch (typeInfo->componentCount) in CaptureUpdateUniformValues()
Dformatutils.cpp1240 const auto &typeInfo = GetTypeInfo(formatType); in computePixelBytes() local
1241 GLuint components = typeInfo.specialInterpretation ? 1u : componentCount; in computePixelBytes()
1242 return components * typeInfo.bytes; in computePixelBytes()
DProgram.cpp3681 SamplerFormat format = samplerUniform.typeInfo->samplerFormat; in linkSamplerAndImageBindings()
5298 uniform.typeInfo = &GetUniformTypeInfo(uniform.type); in deserialize()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java36 ClassNode info1 = typeInfo(type1); in getCommonSuperClass()
37 ClassNode info2 = typeInfo(type2); in getCommonSuperClass()
89 info = typeInfo(type); in typeAncestors()
104 if (typeImplements(itf1, typeInfo(itf1), itf)) { in typeImplements()
109 info = typeInfo(type); in typeImplements()
114 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() argument
114 NormalizedMultibindingSet* multibinding_set = getNormalizedMultibindingSet(typeInfo); in getMultibindings()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir_test.go115 typeInfo := d.CreateSubroutineType(DISubroutineType{
125 Type: typeInfo,
/external/doclava/src/com/google/doclava/apicheck/
DApiFile.java172 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname); in parseClass() local
179 fin, false/*isIncluded*/, simpleTypeInfo.qualifiedTypeName(), typeInfo.qualifiedTypeName(), in parseClass()
181 cl.setTypeInfo(typeInfo); in parseClass()
568 TypeInfo typeInfo = Converter.obtainTypeFromString(type); in parseParameterList() local
569 if (typeParameters.contains(typeInfo.qualifiedTypeName())) { in parseParameterList()
570 typeInfo.setIsTypeVariable(true); in parseParameterList()
573 typeInfo, in parseParameterList()
DXmlApiFile.java121 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ; in startElement() local
122 mCurrentClass.setTypeInfo(typeInfo); in startElement()
/external/angle/src/libANGLE/renderer/vulkan/
DProgramVk.cpp457 if (linkedUniform.typeInfo->type == entryPointType) in setUniformImpl()
470 const GLint componentCount = linkedUniform.typeInfo->componentCount; in setUniformImpl()
489 const GLint componentCount = linkedUniform.typeInfo->componentCount; in setUniformImpl()
491 ASSERT(linkedUniform.typeInfo->type == gl::VariableBoolVectorType(entryPointType)); in setUniformImpl()
527 ASSERT(linkedUniform.typeInfo->componentType == entryPointType || in getUniformImpl()
528 linkedUniform.typeInfo->componentType == gl::VariableBoolVectorType(entryPointType)); in getUniformImpl()
538 ReadFromDefaultUniformBlock(linkedUniform.typeInfo->componentCount, locationInfo.arrayIndex, in getUniformImpl()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp153 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern; in MakeTypeInfoBits() local
154 bits->AppendBits(typeInfo, 5); in MakeTypeInfoBits()
155 int32_t bchCode = CalculateBCHCode(typeInfo, TYPE_INFO_POLY); in MakeTypeInfoBits()
/external/angle/src/libANGLE/renderer/metal/
DProgramMtl.mm539 if (linkedUniform.typeInfo->type == entryPointType)
552 const GLint componentCount = linkedUniform.typeInfo->componentCount;
571 const GLint componentCount = linkedUniform.typeInfo->componentCount;
573 ASSERT(linkedUniform.typeInfo->type == gl::VariableBoolVectorType(entryPointType));
609 ASSERT(linkedUniform.typeInfo->componentType == entryPointType ||
610 linkedUniform.typeInfo->componentType == gl::VariableBoolVectorType(entryPointType));
620 ReadFromDefaultUniformBlock(linkedUniform.typeInfo->componentCount, locationInfo.arrayIndex,
/external/doclava/src/com/google/doclava/
DClassInfo.java61 public TypeInfo typeInfo() { in typeInfo() method in ClassInfo.ClassTypePair
66 return TypeInfo.getTypeArgumentMapping(classInfo(), typeInfo()); in getTypeArgumentMapping()
145 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, in init() argument
152 mTypeInfo = typeInfo; in init()
441 if (!visited.contains(ctp.typeInfo().fullName())) { in allInterfacesWithTypes()
443 visited.add(ctp.typeInfo().fullName()); in allInterfacesWithTypes()
1346 ctp.typeInfo().makeQualifiedHDF(data, "class.inheritance." + i + ".class"); in makeHDF()
1347 ctp.typeInfo().makeHDF(data, "class.inheritance." + i + ".short_class"); in makeHDF()
1350 t.typeInfo().makeHDF(data, "class.inheritance." + i + ".interfaces." + j); in makeHDF()
2400 public void setTypeInfo(TypeInfo typeInfo) { in setTypeInfo() argument
[all …]
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp288 : typeInfo(gl::GetUniformTypeInfo(type)), in D3DUniform()
304 registerCount = typeInfo.rowCount * getArraySizeProduct();
325 return firstNonNullData() + (elementIndex > 0 ? (typeInfo.internalSize * elementIndex) : 0u); in getDataPtrToElement()
330 return typeInfo.isSampler; in isSampler()
335 return typeInfo.isImageType; in isImage()
340 return gl::IsImage2DType(typeInfo.type); in isImage2D()
2637 const int components = targetUniform->typeInfo.componentCount; in setUniformImpl()
2640 if (targetUniform->typeInfo.type == uniformType) in setUniformImpl()
2652 ASSERT(targetUniform->typeInfo.type == gl::VariableBoolVectorType(uniformType)); in setUniformImpl()
2674 if (targetUniform->typeInfo.isSampler) in setUniformInternal()
[all …]
DProgramD3D.h65 const gl::UniformTypeInfo &typeInfo; member
465 const gl::UniformTypeInfo &typeInfo,
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DKeyTypeData.java469 TypeInfoType typeInfo = TypeInfoType.valueOf(key);
477 switch (typeInfo) { // allow for expansion
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java464 TypeInfoType typeInfo = TypeInfoType.valueOf(key);
472 switch (typeInfo) { // allow for expansion
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12044 class typeInfo;
12047 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
[all …]
/external/v8/src/builtins/
Dwasm.tq258 const typeInfo = %RawDownCast<WasmTypeInfo>(maybeTypeInfo);
259 map = typeInfo.parent;
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt66 typeInfo{
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1808 switch (targetUniform->typeInfo.type) in applyUniforms()