Home
last modified time | relevance | path

Searched refs:CEscape (Results 1 – 25 of 32) sorted by relevance

12

/external/regex-re2/re2/testing/
Dpossible_match_test.cc109 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()
Dtester.cc174 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 …]
Dregexp_generator.cc212 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/
Dtext_encoding_test.py61 text_encoding.CEscape(unescaped, as_utf8=False))
63 text_encoding.CEscape(unescaped, as_utf8=True))
/external/regex-re2/re2/
Dre2.cc621 << " [" << 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 …]
Ddfa.cc2039 << " 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/
Dsubstitute.cc88 << CEscape(format) << "\"."; in SubstituteAndAppend()
99 << CEscape(format) << "\"."; in SubstituteAndAppend()
Dstrutil.h323 LIBPROTOBUF_EXPORT string CEscape(const string& src);
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_enum.cc158 "data", EscapeTrigraphs(CEscape(text_blob.substr(i, kBytesPerLine)))); in GenerateSource()
188 "extraTextFormatInfo", CEscape(text_format_decode_data.Data())); in GenerateSource()
Dobjectivec_helpers.cc737 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()
Dobjectivec_message.cc546 CEscape(text_format_data_str.substr(i, kBytesPerLine)))); in GenerateSource()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc321 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/
Dtokenizer_unittest.cc204 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 <<()
Dtokenizer.cc921 " tokenized as a float: " << CEscape(text); in ParseFloat()
1046 " have been tokenized as a string: " << CEscape(text); in ParseStringAppend()
/external/regex-re2/util/
Dstrutil.cc62 string CEscape(const StringPiece& src) { in CEscape() function
Dutil.h108 string CEscape(const StringPiece& src);
/external/protobuf/python/google/protobuf/
Dtext_encoding.py59 def CEscape(text, as_utf8): function
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc434 CEscape(field->default_value_string())); in DefaultValue()
441 return "\"" + CEscape(field->default_value_string()) + "\""; in DefaultValue()
446 CEscape(field->default_value_string())); in DefaultValue()
Djava_shared_code_generator.cc142 "data", CEscape(file_data.substr(i, kBytesPerLine))); in GenerateDescriptors()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc253 *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/
Djavanano_primitive_field.cc194 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/
Ducs2.diff375 - 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/
Dtype_resolver_util.cc231 return CEscape(descriptor->default_value_string()); in DefaultValueAsString()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc265 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/
Dcpp_helpers.cc415 CEscape(field->default_value_string())) + in DefaultValue()

12