Home
last modified time | relevance | path

Searched refs:parse (Results 1501 - 1525 of 3222) sorted by relevance

1...<<61626364656667686970>>...129

/third_party/vk-gl-cts/executor/
H A DxeBatchExecutor.cpp291 m_testLogParser.parse(bytes, numBytes); in onTestLogData()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexShader.cpp62 parse(token); in VertexShader()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1afm.c106 /* parse a PFM file -- for now, only read the kerning pairs */
232 /* parse a metrics file -- either AFM or PFM depending on what */
278 error = psaux->afm_parser_funcs->parse( &parser ); in FT_LOCAL_DEF()
/third_party/python/Lib/test/
H A Dtest_robotparser.py22 self.parser.parse(lines)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h138 // It has a set of functions to parse mangled symbols into Type instances.
145 // You are supposed to call parse() first and then check if error is true. If
147 SymbolNode *parse(StringView &MangledName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp244 // are valid as <name>s, but we also want to parse <substitution>s as in addEquivalence()
312 N = Demangler.parse(); in parseMaybeMangledName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h398 static bool parse(StringRef MangledName, AMDGPULibFunc &Ptr);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dmessagepattern.h323 * The data logically represents a parse tree, but is stored and accessed
443 MessagePattern &parse(const UnicodeString &pattern,
888 * Does not fully parse or validate the value.
/third_party/python/PCbuild/
H A Dfind_python.bat18 @rem parse the next if statement - incorrect quoting in the multi-arg
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DDurations.java241 public static Duration parse(String value) throws ParseException { in parse() method in Durations
/third_party/python/Lib/
H A Dpyclbr.py244 # If we can't find or parse the imported module,
271 mbrowser.visit(ast.parse(source))
/third_party/protobuf/
H A Dupdate_version.py65 document = minidom.parse(filename)
/third_party/skia/modules/skottie/src/
H A DSkottiePriv.h65 AnimationInfo parse(const skjson::ObjectValue&);
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dserver.cpp103 if (!parser.parse(argc, argv, &cmdLine, std::cerr)) in main()
/third_party/vulkan-loader/scripts/
H A Dloader_genvk.py402 tree = etree.parse(args.registry)
408 endTimer(args.time, '* Time to parse ElementTree =')
/kernel/linux/linux-5.10/scripts/
H A Dasn1_compiler.c553 static void parse(void);
639 parse(); in main()
804 static void parse(void) in parse() function
/kernel/linux/linux-6.6/scripts/
H A Dasn1_compiler.c553 static void parse(void);
639 parse(); in main()
804 static void parse(void) in parse() function
/third_party/littlefs/scripts/
H A Dplotmpl.py128 # parse escape strings
168 # parse different data representations
1212 def parse(value): member in .AppendSubplot
1227 self.__class__.parse(value)))
1249 type=AppendSubplot.parse,
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_parser.cpp78 void Parser::parse() in parse() function in SPIRV_CROSS_NAMESPACE::Parser
127 parse(i); in parse()
179 void Parser::parse(const Instruction &instruction) in parse() function in SPIRV_CROSS_NAMESPACE::Parser
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Ddemux.c84 ParseStatus (*parse)(WebPDemuxer* const dmux); member
295 // enough data ('min_size') to parse the payload.
748 for (parser = kMasterChunks; parser->parse != NULL; ++parser) { in WebPDemuxInternal()
750 status = parser->parse(dmux); in WebPDemuxInternal()
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py855 tokenizer: A tokenizer to parse the field name and values.
1004 tokenizer: A tokenizer to parse the field value.
1068 tokenizer: A tokenizer to parse the field value.
1144 tokenizer: A tokenizer to parse the field name and values.
1163 tokenizer: A tokenizer to parse the field name and values.
1186 tokenizer: A tokenizer to parse the field name and values.
1205 tokenizer: A tokenizer to parse the field name and values.
1542 return self.ParseError('Couldn\'t parse string: ' + str(e))
1574 tokenizer: A tokenizer used to parse the number.
1589 tokenizer: A tokenizer used to parse th
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs117 Ok(TokenStream::Fallback(src.parse()?)) in from_str()
124 let result = panic::catch_unwind(|| src.parse().map_err(LexError::Compiler)); in proc_macro_parse()
147 TokenStream::Fallback(inner) => inner.to_string().parse().unwrap(), in from()
/third_party/rust/crates/regex/src/
H A Dexec.rs229 fn parse(&self) -> Result<Parsed, Error> { in parse() functions
250 parser.parse(pat).map_err(|e| Error::Syntax(e.to_string()))?; in parse()
316 let parsed = self.parse()?; in build()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1035 struct tgsi_parse_context parse; in tgsi_exec_machine_bind_shader() local
1063 k = tgsi_parse_init (&parse, mach->Tokens); in tgsi_exec_machine_bind_shader()
1118 while( !tgsi_parse_end_of_tokens( &parse ) ) { in tgsi_exec_machine_bind_shader()
1121 tgsi_parse_token( &parse ); in tgsi_exec_machine_bind_shader()
1122 switch( parse.FullToken.Token.Type ) { in tgsi_exec_machine_bind_shader()
1133 if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_OUTPUT) in tgsi_exec_machine_bind_shader()
1134 mach->NumOutputs = MAX2(mach->NumOutputs, parse.FullToken.FullDeclaration.Range.Last + 1); in tgsi_exec_machine_bind_shader()
1135 else if (parse.FullToken.FullDeclaration.Declaration.File == TGSI_FILE_SYSTEM_VALUE) { in tgsi_exec_machine_bind_shader()
1136 const struct tgsi_full_declaration *decl = &parse.FullToken.FullDeclaration; in tgsi_exec_machine_bind_shader()
1141 &parse in tgsi_exec_machine_bind_shader()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dacornfb.c874 void (*parse)(char *opt); member
903 optp->parse(opt + optlen + 1); in acornfb_setup()

Completed in 32 milliseconds

1...<<61626364656667686970>>...129