Home
last modified time | relevance | path

Searched defs:parseType (Results 26 – 50 of 229) sorted by relevance

12345678910

/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DJavaParser.java403 public ParseResult<Type> parseType(String type) { in parseType() method in JavaParser
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/
H A DXHTComparator.java666 String parseType = which + PARSE_TYPE + "[xml];"; in parse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DParser.cpp159 Type *llvm::parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, in parseType() function in llvm
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp273 Expected<Type> YAMLRemarkParser::parseType(yaml::MappingNode &Node) { in parseType() function in YAMLRemarkParser
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp272 Expected<Type> YAMLRemarkParser::parseType(yaml::MappingNode &Node) { in parseType() function in YAMLRemarkParser
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DParser.cpp199 Type *llvm::parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, in parseType() function in llvm
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dscript_type_parser.cpp319 TypePtr ScriptTypeParser::parseType(const std::string& str) { in parseType() function in torch::jit::ScriptTypeParser
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DPluralFormat.java718 /*package*/ String parseType(String source, RbnfLenientScanner scanner, FieldPosition pos) { in parseType() method in PluralFormat
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralFormat.java699 /*package*/ String parseType(String source, RbnfLenientScanner scanner, FieldPosition pos) { in parseType() method in PluralFormat
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dplurfmt.cpp506 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formatt… in parseType() function in PluralFormat
/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
Dparser.go937 func (p *parser) parseType(pkg *types.Package, n ...any) types.Type { func
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dplurfmt.cpp501 void PluralFormat::parseType(const UnicodeString& source, const NFRule *rbnfLenientScanner, Formatt… in parseType() function in PluralFormat
/aosp_15_r20/external/deqp/scripts/khr_util/
H A Dregistry.py290 def parseType(eType): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_executor.cc109 Type TensorFlowExecutorDialect::parseType(DialectAsmParser &parser) const { in parseType() function in mlir::tf_executor::TensorFlowExecutorDialect
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
H A DSsManifestParser.java619 private int parseType(XmlPullParser parser) throws ParserException { in parseType() method in SsManifestParser.StreamIndexParser
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/
H A DSsManifestParser.java613 private int parseType(XmlPullParser parser) throws ParserException { in parseType() method in SsManifestParser.StreamIndexParser
/aosp_15_r20/system/tools/xsdc/src/main/java/com/android/xsdc/java/
DJavaCodeGenerator.java803 private JavaType parseType(XsdType type, String defaultName) throws JavaCodeGeneratorException { in parseType() method in JavaCodeGenerator
/aosp_15_r20/prebuilts/go/linux-x86/src/go/parser/
Dparser.go522 func (p *parser) parseType() ast.Expr { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/testdata/
Dparser.go457 func (p *parser) parseType() ast.Expr { func
/aosp_15_r20/external/libxml2/doc/
H A Dapibuild.py1259 def parseType(self, token): member in CParser
/aosp_15_r20/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/
DCppCodeGenerator.java1216 private CppType parseType(XsdType type, String defaultName) throws CppCodeGeneratorException { in parseType() method in CppCodeGenerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp296 Optional<wasm::ValType> parseType(const StringRef &Type) { in parseType() function in __anon21ead3960111::WebAssemblyAsmParser
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/types/
H A Ddialect.cc132 Type TFTypeDialect::parseType(DialectAsmParser &parser) const { in parseType() function in mlir::tf_type::TFTypeDialect
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java1162 private static Type parseType(String sig, Cursor c) throws BadBytecode { in parseType() method in SignatureAttribute
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
H A Dtfr_ops.cc931 Type TFRDialect::parseType(DialectAsmParser &parser) const { in parseType() function in mlir::TFR::TFRDialect

12345678910