/external/regex-re2/re2/testing/ |
D | possible_match_test.cc | 109 LOG(INFO) << "Checking regexp=" << CEscape(t.regexp); in TEST() 139 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST() 142 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST() 145 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST() 148 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST() 151 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST() 154 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST() 158 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST() 197 VLOG(3) << CEscape(regexp); in HandleRegexp() 209 LOG(QFATAL) << "PossibleMatchRange failed on: " << CEscape(regexp); in HandleRegexp()
|
D | tester.cc | 174 VLOG(1) << CEscape(regexp_str); in TestInstance() 181 LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_) in TestInstance() 189 LOG(INFO) << "Cannot compile: " << CEscape(regexp_str_); in TestInstance() 196 << CEscape(regexp_str_) in TestInstance() 207 LOG(INFO) << "Cannot reverse compile: " << CEscape(regexp_str_); in TestInstance() 235 LOG(INFO) << "Cannot RE2: " << CEscape(re); in TestInstance() 260 LOG(INFO) << "Cannot PCRE: " << CEscape(re); in TestInstance() 346 LOG(ERROR) << "Reverse DFA inconsistency: " << CEscape(regexp_str_) in RunSearch() 347 << " on " << CEscape(text); in RunSearch() 482 LOG(ERROR) << "Skipped backtracking! " << CEscape(regexp_str_) in RunCase() [all …]
|
D | regexp_generator.cc | 212 printf(" %s\n", CEscape(post[i]).c_str()); in RunPostfix() 216 printf(" %s\n", CEscape(regexps.top()).c_str()); in RunPostfix()
|
/external/protobuf/python/google/protobuf/internal/ |
D | text_encoding_test.py | 61 text_encoding.CEscape(unescaped, as_utf8=False)) 63 text_encoding.CEscape(unescaped, as_utf8=True))
|
/external/regex-re2/re2/ |
D | re2.cc | 621 << " [" << CEscape(subtext) << "]" in Match() 627 << " [" << CEscape(subtext) << "]" in Match() 633 << " [" << CEscape(subtext) << "]" in Match() 650 << " [" << CEscape(subtext) << "]" in Match() 656 << " [" << CEscape(subtext) << "]" in Match() 664 << " [" << CEscape(subtext) << "]" in Match() 686 << " [" << CEscape(subtext) << "]" in Match() 694 << " [" << CEscape(subtext) << "]" in Match() 704 << " [" << CEscape(subtext) << "]" in Match() 711 << " [" << CEscape(subtext) << "]" in Match() [all …]
|
D | dfa.cc | 2039 << " for state s=" << s << " and min=" << CEscape(*min); in PossibleMatchRange() 2076 << " for state s=" << s << " and max=" << CEscape(*max); in PossibleMatchRange()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 88 << CEscape(format) << "\"."; in SubstituteAndAppend() 99 << CEscape(format) << "\"."; in SubstituteAndAppend()
|
D | strutil.h | 323 LIBPROTOBUF_EXPORT string CEscape(const string& src);
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_enum.cc | 158 "data", EscapeTrigraphs(CEscape(text_blob.substr(i, kBytesPerLine)))); in GenerateSource() 188 "extraTextFormatInfo", CEscape(text_format_decode_data.Data())); in GenerateSource()
|
D | objectivec_helpers.cc | 737 return "(NSData*)\"" + EscapeTrigraphs(CEscape(bytes)) + "\""; in DefaultValue() 739 return "@\"" + EscapeTrigraphs(CEscape(default_string)) + "\""; in DefaultValue() 1254 << " input: \"" << CEscape(input_for_decode) << "\", desired: \"" in DecodeDataForString() 1255 << CEscape(desired_output) << "\"." << endl; in DecodeDataForString()
|
D | objectivec_message.cc | 546 CEscape(text_format_data_str.substr(i, kBytesPerLine)))); in GenerateSource()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 321 CEscape(field->default_value_string())); in DefaultValue() 328 return "\"" + CEscape(field->default_value_string()) + "\""; in DefaultValue() 334 CEscape(field->default_value_string())); in DefaultValue()
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 204 return out << CEscape(test_case.input); in operator <<() 338 return out << CEscape(test_case.input); in operator <<() 525 return out << CEscape(test_case.input); in operator <<() 865 return out << CEscape(test_case.input); in operator <<()
|
D | tokenizer.cc | 921 " tokenized as a float: " << CEscape(text); in ParseFloat() 1046 " have been tokenized as a string: " << CEscape(text); in ParseStringAppend()
|
/external/regex-re2/util/ |
D | strutil.cc | 62 string CEscape(const StringPiece& src) { in CEscape() function
|
D | util.h | 108 string CEscape(const StringPiece& src);
|
/external/protobuf/python/google/protobuf/ |
D | text_encoding.py | 59 def CEscape(text, as_utf8): function
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 434 CEscape(field->default_value_string())); in DefaultValue() 441 return "\"" + CEscape(field->default_value_string()) + "\""; in DefaultValue() 446 CEscape(field->default_value_string())); in DefaultValue()
|
D | java_shared_code_generator.cc | 142 "data", CEscape(file_data.substr(i, kBytesPerLine))); in GenerateDescriptors()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 253 *error = "Plugin output is unparseable: " + CEscape(output_data); in Communicate() 454 *error = "Plugin output is unparseable: " + CEscape(output_data);
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_primitive_field.cc | 194 CEscape(descriptor->default_value_string())); in SetPrimitiveVariables() 201 "\"" + CEscape(descriptor->default_value_string()) + "\""; in SetPrimitiveVariables() 210 CEscape(descriptor->default_value_string())); in SetPrimitiveVariables()
|
/external/regex-re2/ |
D | ucs2.diff | 375 - LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_) 379 + LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_) 450 - << CEscape(text8) << " " 484 - << CEscape(text16) << " " 566 LOG(ERROR) << "Skipped backtracking! " << CEscape(regexp_str_)
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 231 return CEscape(descriptor->default_value_string()); in DefaultValueAsString()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 265 return "_b(\"" + CEscape(field.default_value_string()) + //##PY25 in StringifyDefaultValue() 576 m["serialized_options"] = CEscape(options_string); in PrintServiceDescriptor() 1041 + CEscape(serialized_options)+ "'))"; //##PY25 in OptionsValue()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 415 CEscape(field->default_value_string())) + in DefaultValue()
|