HomeSort by relevance Sort by last modified time
    Searched refs:TypeInfo (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /libcore/luni/src/main/java/javax/xml/validation/
TypeInfoProvider.java 21 import org.w3c.dom.TypeInfo;
39 * @see org.w3c.dom.TypeInfo
54 * <p>Returns the immutable {@link TypeInfo} object for the current element.</p>
65 * An immutable {@link TypeInfo} object that represents the
68 * {@link TypeInfo} longer than the callback scope.
77 public abstract TypeInfo getElementTypeInfo();
80 * Returns the immutable {@link TypeInfo} object for the specified
100 * An immutable {@link TypeInfo} object that represents the
103 * {@link TypeInfo} longer than the callback scope.
109 public abstract TypeInfo getAttributeTypeInfo(int index)
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 225 public TypeInfo getSchemaTypeInfo();
TypeInfo.java 16 * The <code>TypeInfo</code> interface represents a type referenced from
90 * <code>TypeInfo</code>.
94 public interface TypeInfo {
161 * type definition, i.e. the <code>TypeInfo</code> on which the method
Element.java 367 public TypeInfo getSchemaTypeInfo();
  /external/doclava/src/com/google/doclava/
TypeInfo.java 23 public class TypeInfo implements Resolvable {
28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName,
37 public TypeInfo(String typeString) {
46 ArrayList<TypeInfo> generics = new ArrayList<TypeInfo>();
55 TypeInfo info = new TypeInfo(entry);
65 TypeInfo info = new TypeInfo(typeString.substring(entryStartPos, paramEndPos).trim());
133 public static String typeArgumentsName(ArrayList<TypeInfo> args, HashSet<String> typeVars)
    [all...]
ParameterInfo.java 24 public ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg,
33 TypeInfo type() {
78 TypeInfo mType;
Converter.java 119 new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(c.interfaceTypes()))),
151 new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(c.typeParameters()))),
243 private static TypeInfo[] convertTypes(Type[] p) {
246 TypeInfo[] q = new TypeInfo[len];
399 new ArrayList<TypeInfo>(Arrays.asList(
420 new ArrayList<TypeInfo>(Arrays.asList(
441 new MethodInfo(m.getRawCommentText(), new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(m.typeParameters()))), m
504 private static TypeInfo obtainType(Type o) {
505 return (TypeInfo) mTypes.obtain(o)
    [all...]
InfoBuilder.java 134 Iterator<TypeInfo> it = cl.realInterfaceTypes().iterator();
136 TypeInfo outerType = it.next();
285 private static void printTypeName(TypeInfo type) {
290 for (TypeInfo t : type.extendsBounds()) {
300 for (TypeInfo t : type.superBounds()) {
321 private static void printTypeVariables(TypeInfo type) {
325 private static void printTypeVariableList(ArrayList<TypeInfo> typeList) {
328 for (TypeInfo type : typeList) {
484 TypeInfo type = buildType(child);
523 TypeInfo type = buildType((ParseTree) o)
    [all...]
AnnotationValueInfo.java 59 if (v instanceof TypeInfo) {
60 return ((TypeInfo) v).fullName();
ClassInfo.java 110 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces,
111 ArrayList<TypeInfo> interfaceTypes, ArrayList<ClassInfo> innerClasses,
116 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) {
117 mTypeInfo = typeInfo;
162 public void init3(ArrayList<TypeInfo> types, ArrayList<ClassInfo> realInnerClasses) {
171 public ArrayList<TypeInfo> getTypeParameters() {
270 HashSet<String> result = TypeInfo.typeVariables(mTypeInfo.typeArguments());
273 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments();
275 TypeInfo.typeVariables(types, result)
    [all...]
ThrowsTagInfo.java 56 public TypeInfo exceptionType() {
  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.h 24 void *TypeInfo;
ubsan_value.h 97 u16 TypeInfo;
126 return isIntegerTy() && (TypeInfo & 1);
129 return isIntegerTy() && !(TypeInfo & 1);
133 return 1 << (TypeInfo >> 1);
139 return TypeInfo;
ubsan_type_hash.cc 195 std::type_info *TypeInfo;
202 if (Prefix->Offset > 0 || !Prefix->TypeInfo)
227 dynamic_cast<abi::__class_type_info*>(Vtable->TypeInfo);
246 static_cast<const abi::__class_type_info*>(Vtable->TypeInfo),
248 return DynamicTypeInfo(Vtable->TypeInfo->__type_name, -Vtable->Offset,
ubsan_handlers_cxx.cc 32 if (checkDynamicType((void*)Pointer, Data->TypeInfo, Hash))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 113 static class TypeInfo {
124 public TypeInfo(String uiName,
242 * TypeInfo, information for each "type" of file that can be created.
244 private static final TypeInfo[] sTypes = {
245 new TypeInfo(
313 new TypeInfo("Values", // UI name
322 new TypeInfo("Drawable", // UI name
331 new TypeInfo("Menu", // UI name
340 new TypeInfo("Color List", // UI name
349 new TypeInfo("Property Animation", // UI nam
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 23 import org.w3c.dom.TypeInfo;
114 public TypeInfo getSchemaTypeInfo() {
  /packages/apps/Mms/src/com/android/mms/dom/
AttrImpl.java 24 import org.w3c.dom.TypeInfo;
101 public TypeInfo getSchemaTypeInfo() {
ElementImpl.java 25 import org.w3c.dom.TypeInfo;
155 public TypeInfo getSchemaTypeInfo() {
  /external/qemu/qom/
container.c 17 static const TypeInfo container_info = {
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 27 import com.google.doclava.TypeInfo;
119 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ;
120 mCurrentClass.setTypeInfo(typeInfo);
124 ArrayList<TypeInfo> typeParameters = new ArrayList<TypeInfo>();
144 TypeInfo returnType = Converter.obtainTypeFromString(attributes.getValue("return"));
163 new MethodInfo(""/*rawCommentText*/, new ArrayList<TypeInfo>()/*typeParameters*/,
180 TypeInfo type = Converter.obtainTypeFromString(typeName);
202 TypeInfo type = Converter.obtainTypeFromString(typeName)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.cc 168 struct TypeInfo {
174 // Not owned by the TypeInfo.
189 TypeInfo() : prototype(NULL) {}
191 ~TypeInfo() {
196 DynamicMessage(const TypeInfo* type_info);
228 const TypeInfo* type_info_;
234 DynamicMessage::DynamicMessage(const TypeInfo* type_info)
445 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
478 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type];
484 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo
    [all...]
  /external/qemu/include/qom/
object.h 31 typedef struct TypeInfo TypeInfo;
68 * static const TypeInfo my_device_info = {
83 * In the above example, we create a simple type that is described by #TypeInfo.
84 * #TypeInfo describes information about the type including what it inherits
125 * Once all of the parent classes have been initialized, #TypeInfo::class_init
141 * static const TypeInfo my_device_info = {
151 * struct and to add a .class_size member to the #TypeInfo. Each method
166 * static const TypeInfo my_device_info = {
203 * #TypeInfo.class_init of a subclass leads to any user of the class obtaine
    [all...]
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 166 struct TypeInfo {
172 // Not owned by the TypeInfo.
184 DynamicMessage(const TypeInfo* type_info);
216 const TypeInfo* type_info_;
222 DynamicMessage::DynamicMessage(const TypeInfo* type_info)
432 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
465 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type];
471 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo;
  /external/clang/include/clang/Sema/
Initialization.h 144 TypeSourceInfo *TypeInfo;
265 Result.TypeInfo = nullptr;
270 static InitializedEntity InitializeTemporary(TypeSourceInfo *TypeInfo) {
272 TypeInfo->getType());
273 Result.TypeInfo = TypeInfo;
328 Result.TypeInfo = TSI;
348 return TypeInfo;
    [all...]

Completed in 303 milliseconds

1 2 3 4