Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/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/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/chromium_org/third_party/re2/re2/
Dre2.cc639 << " [" << CEscape(subtext) << "]" in Match()
645 << " [" << CEscape(subtext) << "]" in Match()
651 << " [" << CEscape(subtext) << "]" in Match()
668 << " [" << CEscape(subtext) << "]" in Match()
674 << " [" << CEscape(subtext) << "]" in Match()
682 << " [" << CEscape(subtext) << "]" in Match()
704 << " [" << CEscape(subtext) << "]" in Match()
712 << " [" << CEscape(subtext) << "]" in Match()
722 << " [" << CEscape(subtext) << "]" in Match()
729 << " [" << CEscape(subtext) << "]" in Match()
[all …]
/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 …]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc88 << CEscape(format) << "\"."; in SubstituteAndAppend()
99 << CEscape(format) << "\"."; in SubstituteAndAppend()
/external/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc88 << CEscape(format) << "\"."; in SubstituteAndAppend()
99 << CEscape(format) << "\"."; in SubstituteAndAppend()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc307 CEscape(field->default_value_string())); in DefaultValue()
314 return "\"" + CEscape(field->default_value_string()) + "\""; in DefaultValue()
319 CEscape(field->default_value_string())); in DefaultValue()
/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc330 CEscape(field->default_value_string())); in DefaultValue()
337 return "\"" + CEscape(field->default_value_string()) + "\""; in DefaultValue()
342 CEscape(field->default_value_string())); in DefaultValue()
/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc589 " tokenized as an integer: " << CEscape(text); in ParseInteger()
622 " tokenized as a float: " << CEscape(text); in ParseFloat()
632 " have been tokenized as a string: " << CEscape(text); in ParseStringAppend()
Dtokenizer_unittest.cc202 return out << CEscape(test_case.input); in operator <<()
331 return out << CEscape(test_case.input); in operator <<()
625 return out << CEscape(test_case.input); in operator <<()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc206 return "unicode(\"" + CEscape(field.default_value_string()) + in StringifyDefaultValue()
209 return "\"" + CEscape(field.default_value_string()) + "\""; in StringifyDefaultValue()
380 OptionsValue("EnumOptions", CEscape(options_string))); in PrintEnum()
471 m["serialized_options"] = CEscape(options_string); in PrintServiceDescriptor()
833 + CEscape(serialized_options)+ "')"; in OptionsValue()
/external/chromium_org/third_party/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 <<()
530 return out << CEscape(test_case.input); in operator <<()
876 return out << CEscape(test_case.input); in operator <<()
Dtokenizer.cc860 " tokenized as an integer: " << CEscape(text); in ParseInteger()
893 " tokenized as a float: " << CEscape(text); in ParseFloat()
1018 " 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/chromium_org/third_party/re2/util/
Dstrutil.cc62 string CEscape(const StringPiece& src) { in CEscape() function
Dutil.h113 string CEscape(const StringPiece& src);
/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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc221 return "unicode(\"" + CEscape(field.default_value_string()) + in StringifyDefaultValue()
224 return "\"" + CEscape(field.default_value_string()) + "\""; in StringifyDefaultValue()
500 m["serialized_options"] = CEscape(options_string); in PrintServiceDescriptor()
879 + CEscape(serialized_options)+ "')"; in OptionsValue()
/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_)

12