/external/chromium_org/third_party/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/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/chromium_org/third_party/re2/re2/ |
D | re2.cc | 639 << " [" << 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/ |
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 …]
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 88 << CEscape(format) << "\"."; in SubstituteAndAppend() 99 << CEscape(format) << "\"."; in SubstituteAndAppend()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 88 << CEscape(format) << "\"."; in SubstituteAndAppend() 99 << CEscape(format) << "\"."; in SubstituteAndAppend()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 307 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/ |
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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 330 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/ |
D | tokenizer.cc | 589 " 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()
|
D | tokenizer_unittest.cc | 202 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/ |
D | python_generator.cc | 206 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/ |
D | tokenizer_unittest.cc | 203 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 <<()
|
D | tokenizer.cc | 860 " 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/ |
D | strutil.cc | 62 string CEscape(const StringPiece& src) { in CEscape() function
|
D | util.h | 108 string CEscape(const StringPiece& src);
|
/external/chromium_org/third_party/re2/util/ |
D | strutil.cc | 62 string CEscape(const StringPiece& src) { in CEscape() function
|
D | util.h | 113 string CEscape(const StringPiece& src);
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_primitive_field.cc | 215 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/ |
D | python_generator.cc | 221 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/ |
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_)
|