/development/testrunner/test_defs/ |
test_defs.py | 67 def ParseString(self, xml_string): 69 doc = xml.dom.minidom.parseString(xml_string)
|
/external/lzma/CPP/Common/ |
CommandLineParser.cpp | 84 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms)
187 if (ParseString(s, switchForms))
|
/external/aac/libSYS/src/ |
cmdl_parser.cpp | 112 static INT ParseString(TEXTCHAR* str, INT*, TEXTCHAR*, TEXTCHAR*); 165 if ( ParseString( str_clean, b_str_opt, s_str, c_str_type )) { 309 INT ParseString(TEXTCHAR* str, INT* b_str_opt, TEXTCHAR* s_str, TEXTCHAR* c_str_type )
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_flag_parser.cc | 116 void FlagParser::ParseString(const char *s) { 118 // Backup current parser state to allow nested ParseString() calls. 143 ParseString(data);
|
/external/dng_sdk/source/ |
dng_iptc.cpp | 183 void dng_iptc::ParseString (dng_stream &stream, 359 ParseString (stream, fTitle, charSet); 386 ParseString (stream, fCategory, charSet); 395 ParseString (stream, category, charSet); 411 ParseString (stream, keyword, charSet); 424 ParseString (stream, fInstructions, charSet); 521 ParseString (stream, author, charSet); 534 ParseString (stream, fAuthorsPosition, charSet); 540 ParseString (stream, fCity, charSet); 546 ParseString (stream, fState, charSet) [all...] |
/external/lzma/CS/7zip/Common/ |
CommandLineParser.cs | 70 bool ParseString(string srcString, SwitchForm[] switchForms)
184 if (!ParseString(s, switchForms))
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
hw_info.cpp | 71 int HWInfo::ParseString(const char *input, char *tokens[], const uint32_t max_token, 128 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) { 171 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) { 258 if (!ParseString(line.c_str(), tokens, max_count, ": =\n", &token_count)) { 283 if (!ParseString(tokens[j+1], tokens_fmt, max_count, ",\n", &token_fmt_count)) { 375 if (!ParseString(line.c_str(), tokens, max_count, ":, =\n", &token_count)) {
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.h | 199 static void ParseString(const string& text, string* output); 201 // Identical to ParseString, but appends to output. 393 inline void Tokenizer::ParseString(const string& text, string* output) {
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/ |
tokenizer.h | 198 static void ParseString(const string& text, string* output); 200 // Identical to ParseString, but appends to output. 375 inline void Tokenizer::ParseString(const string& text, string* output) {
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/ |
tokenizer.h | 198 static void ParseString(const string& text, string* output); 200 // Identical to ParseString, but appends to output. 375 inline void Tokenizer::ParseString(const string& text, string* output) {
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/ |
tokenizer.h | 198 static void ParseString(const string& text, string* output); 200 // Identical to ParseString, but appends to output. 375 inline void Tokenizer::ParseString(const string& text, string* output) {
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
tokenizer.h | 207 static void ParseString(const string& text, string* output); 209 // Identical to ParseString, but appends to output. 402 inline void Tokenizer::ParseString(const string& text, string* output) {
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/ |
tokenizer.h | 198 static void ParseString(const string& text, string* output); 200 // Identical to ParseString, but appends to output. 375 inline void Tokenizer::ParseString(const string& text, string* output) {
|
/art/runtime/ |
oat.cc | 398 static const char* ParseString(const char* start, const char* end) { 411 const char* str_end = ParseString(ptr, end); 415 if (ParseString(str_end + 1, end) < end) { 420 ptr = ParseString(str_end + 1, end) + 1; 438 const char* str_end = ParseString(ptr, end); 441 ptr = ParseString(str_end + 1, end) + 1;
|
/external/llvm/tools/llvm-readobj/ |
ARMAttributeParser.cpp | 81 StringRef ARMAttributeParser::ParseString(const uint8_t *Data, 103 SW.printString("Value", ParseString(Data, Offset)); 449 StringRef String = ParseString(Data, Offset);
|
/external/pdfium/xfa/src/fdp/src/css/ |
fde_cssdeclaration.cpp | 151 pCSSValue = ParseString(pArgs, pszValue, iValueLen);
324 IFDE_CSSValue* CFDE_CSSDeclaration::ParseString(FDE_LPCCSSPROPERTYARGS pArgs,
[all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
reader.h | 487 ParseString<parseFlags>(is, handler, true);
590 // Helper function to parse four hexidecimal digits in \uXXXX in ParseString().
637 void ParseString(InputStream& is, Handler& handler, bool isKey = false) {
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mshtmlc.h | [all...] |