Home
last modified time | relevance | path

Searched refs:CEscape (Results 1 – 25 of 27) 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.py57 text_encoding.CEscape(unescaped, as_utf8=False))
59 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.h298 LIBPROTOBUF_EXPORT string CEscape(const string& src);
Dstrutil.cc525 string CEscape(const string& src) { in CEscape() function
/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.cc203 return out << CEscape(test_case.input); in operator <<()
337 return out << CEscape(test_case.input); in operator <<()
524 return out << CEscape(test_case.input); in operator <<()
870 return out << CEscape(test_case.input); in operator <<()
Dtokenizer.cc876 " tokenized as an integer: " << CEscape(text); in ParseInteger()
909 " tokenized as a float: " << CEscape(text); in ParseFloat()
1034 " 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.py61 def CEscape(text, as_utf8): function
Dtext_format.py201 out.write(text_encoding.CEscape(out_value, out_as_utf8))
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc414 CEscape(field->default_value_string())); in DefaultValue()
421 return "\"" + CEscape(field->default_value_string()) + "\""; in DefaultValue()
426 CEscape(field->default_value_string())); in DefaultValue()
Djava_shared_code_generator.cc138 "data", CEscape(file_data.substr(i, kBytesPerLine))); in GenerateDescriptors()
/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc251 *error = "Plugin output is unparseable: " + CEscape(output_data); in Communicate()
452 *error = "Plugin output is unparseable: " + CEscape(output_data);
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc215 CEscape(descriptor->default_value_string())); in SetPrimitiveVariables()
222 "\"" + CEscape(descriptor->default_value_string()) + "\""; in SetPrimitiveVariables()
231 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/compiler/python/
Dpython_generator.cc229 return "_b(\"" + CEscape(field.default_value_string()) + //##PY25 in StringifyDefaultValue()
521 m["serialized_options"] = CEscape(options_string); in PrintServiceDescriptor()
984 + CEscape(serialized_options)+ "'))"; //##PY25 in OptionsValue()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc333 CEscape(field->default_value_string())) + in DefaultValue()
Dcpp_file.cc589 CEscape(file_data.substr(i, kBytesPerLine)))); in GenerateBuildDescriptors()
/external/protobuf/src/google/protobuf/
Dtext_format.cc1275 return StrCat("\"", CEscape(val), "\""); in PrintString()
1715 generator.Print(CEscape(value)); in PrintUnknownFields()

12