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

12 3 4

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 32 import org.w3c.dom.TypeInfo;
53 public class DOM2DTMdefaultNamespaceDeclarationNode implements Attr,TypeInfo
113 * @see org.w3c.dom.TypeInfo#getTypeName()
118 * @see org.w3c.dom.TypeInfo#getTypeNamespace()
123 * @see or.gw3c.dom.TypeInfo#isDerivedFrom(String,String,int)
129 public TypeInfo getSchemaTypeInfo() { return this; }
  /external/clang/lib/Driver/
Types.cpp 19 struct TypeInfo {
26 static const TypeInfo TypeInfos[] = {
34 static const TypeInfo &getInfo(unsigned id) {
  /external/doclava/src/com/google/doclava/
MethodInfo.java 236 public ArrayList<TypeInfo> getTypeParameters() {
252 public MethodInfo(String rawCommentText, ArrayList<TypeInfo> typeParameters, String name,
257 MethodInfo overriddenMethod, TypeInfo returnType, ArrayList<ParameterInfo> parameters,
319 public TypeInfo returnType() {
512 TypeInfo myType = mine.type();
576 TypeInfo.makeHDF(data, base + ".generic.typeArguments", mTypeParameters, false);
588 HashSet<String> result = TypeInfo.typeVariables(mTypeParameters);
591 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments();
593 TypeInfo.typeVariables(types, result);
613 return TypeInfo.typeArgumentsName(mTypeParameters, typeVars)
    [all...]
Stubs.java 104 TypeInfo t = p.type();
128 TypeInfo t = p.type();
219 for (TypeInfo tTypeInfo : fInfo.type().typeArguments()) {
231 for (TypeInfo tInfo : cl.asTypeInfo().typeArguments()) {
273 for (TypeInfo tInfo : mInfo.getTypeParameters()) {
286 for (TypeInfo tInfoType : pInfo.type().typeArguments()) {
313 for (TypeInfo tyInfo : mInfo.returnType().typeArguments()) {
401 TypeInfo base = cl.superclassType();
409 List<TypeInfo> usedInterfaces = new ArrayList<TypeInfo>();
    [all...]
FieldInfo.java 34 boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue,
63 public TypeInfo type() {
490 TypeInfo mType;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 35 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;
171 TypeInfo type = mValues.type;
308 TypeInfo typeInfo = NewXmlFileCreationPage.getTypeInfo(folderType);
309 return typeInfo != null && (typeInfo.getDefaultRoot(null /*project*/) != null ||
310 typeInfo.getRootSeed() instanceof String);
323 TypeInfo type = NewXmlFileCreationPage.getTypeInfo(folderType);
384 public TypeInfo type;
ChooseConfigurationPage.java 24 import com.android.ide.eclipse.adt.internal.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;
205 TypeInfo type = mValues.type;
  /external/chromium_org/sandbox/win/src/
handle_table.h 55 const OBJECT_TYPE_INFORMATION* TypeInfo();
handle_table.cc 149 const OBJECT_TYPE_INFORMATION* HandleTable::HandleEntry::TypeInfo() {
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 152 llvm::Constant *TypeInfo;
204 Handler.TypeInfo = nullptr; // catch-all
209 Handler.TypeInfo = GetEHType(CatchDecl->getType());
214 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
CGExprAgg.cpp 255 std::pair<CharUnits, CharUnits> typeInfo =
257 EmitFinalDestCopy(E->getType(), src, typeInfo.second);
    [all...]
CGException.cpp 450 llvm::Constant *TypeInfo = CGM.GetAddrOfRTTIDescriptor(ThrowType,
466 llvm::Value *args[] = { ExceptionPtr, TypeInfo, Dtor };
607 llvm::Constant *TypeInfo = nullptr;
609 TypeInfo = CGM.getObjCRuntime().GetEHType(CaughtType);
611 TypeInfo = CGM.GetAddrOfRTTIDescriptor(CaughtType, /*ForEH=*/true);
612 CatchScope->setHandler(I, TypeInfo, Handler);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 385 struct TypeInfo
390 TypeInfo()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 49 # Expat typename -> TypeInfo
51 "CDATA": minidom.TypeInfo(None, "cdata"),
52 "ENUM": minidom.TypeInfo(None, "enumeration"),
53 "ENTITY": minidom.TypeInfo(None, "entity"),
54 "ENTITIES": minidom.TypeInfo(None, "entities"),
55 "ID": minidom.TypeInfo(None, "id"),
56 "IDREF": minidom.TypeInfo(None, "idref"),
57 "IDREFS": minidom.TypeInfo(None, "idrefs"),
58 "NMTOKEN": minidom.TypeInfo(None, "nmtoken"),
59 "NMTOKENS": minidom.TypeInfo(None, "nmtokens")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 49 # Expat typename -> TypeInfo
51 "CDATA": minidom.TypeInfo(None, "cdata"),
52 "ENUM": minidom.TypeInfo(None, "enumeration"),
53 "ENTITY": minidom.TypeInfo(None, "entity"),
54 "ENTITIES": minidom.TypeInfo(None, "entities"),
55 "ID": minidom.TypeInfo(None, "id"),
56 "IDREF": minidom.TypeInfo(None, "idref"),
57 "IDREFS": minidom.TypeInfo(None, "idrefs"),
58 "NMTOKEN": minidom.TypeInfo(None, "nmtoken"),
59 "NMTOKENS": minidom.TypeInfo(None, "nmtokens")
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 632 uint16_t TypeInfo;
635 return static_cast<ImportType>(TypeInfo & 0x3);
639 return static_cast<ImportNameType>((TypeInfo & 0x1C) >> 3);
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 27 import com.google.doclava.TypeInfo;
179 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname) ;
180 cl.setTypeInfo(typeInfo);
252 method = new MethodInfo(""/*rawCommentText*/, new ArrayList<TypeInfo>()/*typeParameters*/,
322 method = new MethodInfo(""/*rawCommentText*/, new ArrayList<TypeInfo>()/*typeParameters*/,
  /external/chromium_org/ppapi/
generate_ppapi_size_checks.py 42 class TypeInfo(object):
57 TypeInfo (as the info_string parameter to __init__). This is
62 """Create a TypeInfo from a given info_string. Also store the name of the
63 target for which the TypeInfo was first created just so we can print useful
142 def CheckAndInsert(typeinfo, typeinfo_map):
143 """Check if a TypeInfo exists already in the given map with the same name. If
148 - If the name does not exist, insert the typeinfo in to the map.
152 if typeinfo.name == "":
155 elif int(typeinfo.size) == 0:
158 elif typeinfo.source_location.filename.find("ppapi") == -1
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 28 import org.w3c.dom.TypeInfo;
388 public TypeInfo getSchemaTypeInfo() {
NodeImpl.java 33 import org.w3c.dom.TypeInfo;
51 static final TypeInfo NULL_TYPE_INFO = new TypeInfo() {
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/qemu/qom/
object.c 91 static TypeImpl *type_register_internal(const TypeInfo *info)
130 TypeImpl *type_register(const TypeInfo *info)
136 TypeImpl *type_register_static(const TypeInfo *info)
212 TypeInfo info = { };
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c 179 PrintAvailability("Type information", module_info.TypeInfo);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c 179 PrintAvailability("Type information", module_info.TypeInfo);
  /external/chromium_org/v8/src/
property-details.h 41 class TypeInfo;

Completed in 897 milliseconds

12 3 4