/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XObject.java | 223 public String getTypeString() in getTypeString() method in XObject 239 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a number"); in num() 267 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a number"); in bool() 413 … new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!"); in iter() 440 … new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!"); in nodeset() 456 … new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!"); in nodelist() 474 … new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeSetDTM!"); in mutableNodeset() 519 new Object[]{ getTypeString(), in castToType()
|
D | XNull.java | 59 public String getTypeString() in getTypeString() method in XNull
|
D | XBoolean.java | 92 public String getTypeString() in getTypeString() method in XBoolean
|
D | XNumber.java | 82 public String getTypeString() in getTypeString() method in XNumber
|
D | XRTreeFrag.java | 141 public String getTypeString() in getTypeString() method in XRTreeFrag
|
D | XString.java | 81 public String getTypeString() in getTypeString() method in XString
|
D | XNodeSet.java | 136 public String getTypeString() in getTypeString() method in XNodeSet
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | XUnresolvedVariableSimple.java | 77 public String getTypeString() in getTypeString() method in XUnresolvedVariableSimple
|
D | XUnresolvedVariable.java | 181 public String getTypeString() in getTypeString() method in XUnresolvedVariable
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/ |
D | JUnitCodeGen.java | 217 … testRuleMethodST.setAttribute("tokenType", getTypeString(entry.getValue().getType())); in genParserMethods() 267 … testRuleMethodST.setAttribute("tokenType", getTypeString(entry.getValue().getType())); in genTreeMethods() 286 public String getTypeString(int type) { in getTypeString() method in JUnitCodeGen
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | WindowsResourceDumper.cpp | 58 auto NarrowStr = stripUTF16(Ref.getTypeString()); in printEntry()
|
D | ELFDumper.cpp | 1607 static const char *getTypeString(unsigned Arch, uint64_t Type) { in getTypeString() function 1898 << format("%-21s", getTypeString(Obj->getHeader()->e_machine, Tag)); in printDynamicTable()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 29 static std::string getTypeString(Type *T) { in getTypeString() function 775 getTypeString(Val->getType()) + "'"); in GetGlobalVal() 813 getTypeString(Val->getType()) + "'"); in GetGlobalVal() 1720 getTypeString(Val->getType()) + "'"); in GetVal() 1762 getTypeString(Val->getType()) + "'"); in GetVal() 1810 getTypeString(FI->second.first->getType()) + "'"); in SetInstName() 1826 getTypeString(FI->second.first->getType()) + "'"); in SetInstName() 1983 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID() 2007 getTypeString(Elts[0]->getType())); in ParseValID() 2016 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID() [all …]
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.h | 132 const char* getTypeString(EHlslTokenClass tokenClass) const;
|
D | hlslGrammar.cpp | 110 const char* idString = getTypeString(peek()); in acceptIdentifier() 1428 const char* identifierString = getTypeString(peek()); in acceptType() 2103 const char* idString = getTypeString(peek()); in acceptStruct() 4133 const char* HlslGrammar::getTypeString(EHlslTokenClass tokenClass) const in getTypeString() function in glslang::HlslGrammar
|
/external/clang/include/clang/Basic/ |
D | Builtins.h | 88 const char *getTypeString(unsigned ID) const { in getTypeString() function
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 40 static std::string getTypeString(Type *T) { in getTypeString() function 1175 getTypeString(Val->getType()) + "'"); in GetGlobalVal() 1206 getTypeString(Val->getType()) + "'"); in GetGlobalVal() 2507 getTypeString(Val->getType()) + "'"); in GetVal() 2548 getTypeString(Val->getType()) + "'"); in GetVal() 2597 getTypeString(FI->second.first->getType()) + "'"); in SetInstName() 2614 getTypeString(FI->second.first->getType()) + "'"); in SetInstName() 2774 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID() 2798 getTypeString(Elts[0]->getType())); in ParseValID() 2807 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | WindowsResource.h | 98 ArrayRef<UTF16> getTypeString() const { return Type; } in getTypeString() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 57 static std::string getTypeString(Type *T) { in getTypeString() function 1355 getTypeString(Val->getType()) + "'"); in GetGlobalVal() 1386 getTypeString(Val->getType()) + "'"); in GetGlobalVal() 2781 getTypeString(Val->getType()) + "'"); in GetVal() 2824 getTypeString(Val->getType()) + "'"); in GetVal() 2873 getTypeString(FI->second.first->getType()) + "'"); in SetInstName() 2890 getTypeString(FI->second.first->getType()) + "'"); in SetInstName() 3050 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID() 3074 getTypeString(Elts[0]->getType())); in ParseValID() 3083 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 159 StringTable.push_back(Entry.getTypeString()); in parse() 218 return addChild(Entry.getTypeString(), IsNewTypeString); in addTypeNode()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1496 static const char *getTypeString(uint64_t Type) { in getTypeString() function 1781 << format("%-21s", getTypeString(Tag)); in printDynamicTable()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 7536 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, 7543 if (getTypeString(Enc, D, CGM, TSC)) { in emitTargetMD() 7903 static bool getTypeString(SmallStringEnc &Enc, const Decl *D, in getTypeString() function
|
/external/guice/extensions/persist/lib/ |
D | hsqldb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hsqldb/
org/ ... |
/external/clang/lib/AST/ |
D | ASTContext.cpp | 8347 const char *TypeStr = BuiltinInfo.getTypeString(Id); in GetBuiltinType()
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.core.resources_3.13.0.v20180512-1138.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |