/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp | 71 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN() 97 ParseRet tryParseLinearTokenWithRuntimeStep(StringRef &ParseString, in tryParseLinearTokenWithRuntimeStep() 121 ParseRet tryParseLinearWithRuntimeStep(StringRef &ParseString, in tryParseLinearWithRuntimeStep() 160 ParseRet tryParseCompileTimeLinearToken(StringRef &ParseString, in tryParseCompileTimeLinearToken() 185 ParseRet tryParseLinearWithCompileTimeStep(StringRef &ParseString, in tryParseLinearWithCompileTimeStep() 219 ParseRet tryParseUniform(StringRef &ParseString, VFParamKind &PKind, int &Pos) { in tryParseUniform() 240 ParseRet tryParseParameter(StringRef &ParseString, VFParamKind &PKind, in tryParseParameter() 273 ParseRet tryParseAlign(StringRef &ParseString, Align &Alignment) { in tryParseAlign()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp | 69 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN() 102 ParseRet tryParseLinearTokenWithRuntimeStep(StringRef &ParseString, in tryParseLinearTokenWithRuntimeStep() 126 ParseRet tryParseLinearWithRuntimeStep(StringRef &ParseString, in tryParseLinearWithRuntimeStep() 165 ParseRet tryParseCompileTimeLinearToken(StringRef &ParseString, in tryParseCompileTimeLinearToken() 190 ParseRet tryParseLinearWithCompileTimeStep(StringRef &ParseString, in tryParseLinearWithCompileTimeStep() 223 ParseRet tryParseParameter(StringRef &ParseString, VFParamKind &PKind, in tryParseParameter() 258 ParseRet tryParseAlign(StringRef &ParseString, Align &Alignment) { in tryParseAlign()
|
/aosp_15_r20/external/libchrome/build/ |
H A D | gn_helpers.py | 275 def ParseString(self): member in GNValueParser
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | CommandLineParser.cpp | 101 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms, unsigned numSwitches) in ParseString() function in NCommandLineParser::CParser
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | time_test.cc | 232 TEST(DateTimeTest, ParseString) { in TEST() argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | time_test.cc | 232 TEST(DateTimeTest, ParseString) { in TEST() argument
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.cc | 116 void FlagParser::ParseString(const char *s) { in ParseString() function in __sanitizer::FlagParser
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
H A D | example_proto_fast_parsing.cc | 73 bool ParseString(protobuf::io::CodedInputStream* stream, StringPiece* result) { in ParseString() function
|
/aosp_15_r20/external/cronet/build/ |
H A D | gn_helpers.py | 428 def ParseString(self): member in GNValueParser
|
/aosp_15_r20/external/angle/build/ |
H A D | gn_helpers.py | 427 def ParseString(self): member in GNValueParser
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_iptc.cpp | 183 void dng_iptc::ParseString (dng_stream &stream, in ParseString() function in dng_iptc
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.h | 430 inline void Tokenizer::ParseString(const std::string& text, in ParseString() function
|
H A D | tokenizer_unittest.cc | 992 TEST_F(TokenizerTest, ParseString) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.h | 430 inline void Tokenizer::ParseString(const std::string& text, in ParseString() function
|
H A D | tokenizer_unittest.cc | 992 TEST_F(TokenizerTest, ParseString) { in TEST_F() argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/ |
H A D | features.cc | 66 bool ParseString(Reader& reader, std::string& out) { in ParseString() function
|
/aosp_15_r20/external/clang/unittests/ASTMatchers/Dynamic/ |
H A D | ParserTest.cpp | 94 TEST(ParserTest, ParseString) { in TEST() argument
|
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/xml/ |
H A D | deserializer_impl.cc | 267 bool DeserializerImpl::ParseString(const string& prefix, const string& name, in ParseString() function in dynamic_depth::xmpmeta::xml::DeserializerImpl
|
/aosp_15_r20/external/pdfium/core/fxcrt/css/ |
H A D | cfx_cssdeclaration.cpp | 316 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::ParseString(const wchar_t* pszValue, in ParseString() function in CFX_CSSDeclaration
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | json_stream_parser.cc | 363 util::Status JsonStreamParser::ParseString() { in ParseString() function in google::protobuf::util::converter::JsonStreamParser
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_stream_parser.cc | 363 util::Status JsonStreamParser::ParseString() { in ParseString() function in google::protobuf::util::converter::JsonStreamParser
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.h | 165 bool ParseString(const UString &s) in ParseString() function
|
/aosp_15_r20/tools/dexter/slicer/ |
H A D | reader.cc | 918 ir::String* Reader::ParseString(dex::u4 index) { in ParseString() function in dex::Reader
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/io/ |
D | tokenizer_test.cc | 952 TEST_F(TokenizerTest, ParseString) { in TEST_F() argument
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/io/ |
H A D | tokenizer_test.cc | 933 TEST_F(TokenizerTest, ParseString) { in TEST_F() argument
|