/third_party/vk-gl-cts/executor/ |
H A D | xeBatchExecutor.cpp | 291 m_testLogParser.parse(bytes, numBytes); in onTestLogData()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexShader.cpp | 62 parse(token); in VertexShader()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1afm.c | 106 /* 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 D | test_robotparser.py | 22 self.parser.parse(lines)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 138 // 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 D | ItaniumManglingCanonicalizer.cpp | 244 // 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 D | AMDGPULibFunc.h | 398 static bool parse(StringRef MangledName, AMDGPULibFunc &Ptr);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | messagepattern.h | 323 * 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 D | find_python.bat | 18 @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 D | Durations.java | 241 public static Duration parse(String value) throws ParseException { in parse() method in Durations
|
/third_party/python/Lib/ |
H A D | pyclbr.py | 244 # If we can't find or parse the imported module, 271 mbrowser.visit(ast.parse(source))
|
/third_party/protobuf/ |
H A D | update_version.py | 65 document = minidom.parse(filename)
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottiePriv.h | 65 AnimationInfo parse(const skjson::ObjectValue&);
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | server.cpp | 103 if (!parser.parse(argc, argv, &cmdLine, std::cerr)) in main()
|
/third_party/vulkan-loader/scripts/ |
H A D | loader_genvk.py | 402 tree = etree.parse(args.registry) 408 endTimer(args.time, '* Time to parse ElementTree =')
|
/kernel/linux/linux-5.10/scripts/ |
H A D | asn1_compiler.c | 553 static void parse(void); 639 parse(); in main() 804 static void parse(void) in parse() function
|
/kernel/linux/linux-6.6/scripts/ |
H A D | asn1_compiler.c | 553 static void parse(void); 639 parse(); in main() 804 static void parse(void) in parse() function
|
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 128 # 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 D | spirv_parser.cpp | 78 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 D | demux.c | 84 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 D | text_format.py | 855 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 D | wrapper.rs | 117 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 D | exec.rs | 229 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 D | tgsi_exec.c | 1035 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 D | acornfb.c | 874 void (*parse)(char *opt); member 903 optp->parse(opt + optlen + 1); in acornfb_setup()
|