Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DTypeExtensions.cs75 var typeInfo = target.GetTypeInfo(); in GetProperty()
76 var ret = typeInfo.GetDeclaredProperty(name); in GetProperty()
81 target = typeInfo.BaseType; in GetProperty()
102 var typeInfo = target.GetTypeInfo(); in GetMethod()
103 var ret = typeInfo.GetDeclaredMethod(name); in GetMethod()
108 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/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/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir_test.go115 typeInfo := d.CreateSubroutineType(DISubroutineType{
125 Type: typeInfo,
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMatrixUtil.cpp269 int32_t typeInfo = (ecLevel->GetBits() << 3) | maskPattern; in MakeTypeInfoBits() local
270 bits->AppendBits(typeInfo, 5); in MakeTypeInfoBits()
271 int32_t bchCode = CalculateBCHCode(typeInfo, TYPE_INFO_POLY); in MakeTypeInfoBits()
/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/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/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/icu/icu4c/source/data/misc/
DkeyTypeData.txt66 typeInfo{
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js339 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];