Searched refs:HasSuffixString (Results 1 – 12 of 12) sorted by relevance
/external/perf_data_converter/src/ |
D | perf_data_handler.cc | 180 inline bool HasSuffixString(const string& haystack, const char* needle) { in HasSuffixString() function 326 (HasPrefixString(map_name, "[") && HasSuffixString(map_name, "]")); in IsVirtualMapping() 405 if (old_mapping == nullptr && !HasSuffixString(mmap->filename(), ".ko") && in UpdateMapsWithMMapEvent() 406 !HasSuffixString(mmap->filename(), ".so") && in UpdateMapsWithMMapEvent() 413 !HasSuffixString(mmap->filename(), "/sel_ldr")) { in UpdateMapsWithMMapEvent()
|
/external/dynamic_depth/internal/strings/ |
D | util.h | 40 inline bool HasSuffixString(const string& str, const string& suffix) { in HasSuffixString() function
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 268 if (HasSuffixString(filename, ".protodevel")) { in StripProto() 435 if (HasSuffixString(result, "Array")) { in FieldName() 478 if (HasSuffixString(worker, "_p")) { in UnCamelCaseFieldName() 481 if (field->is_repeated() && HasSuffixString(worker, "Array")) { in UnCamelCaseFieldName()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 795 if (!HasSuffixString(output_location, ".zip") && in Run() 796 !HasSuffixString(output_location, ".jar")) { in Run() 818 if (HasSuffixString(location, "/")) { in Run() 824 if (HasSuffixString(location, ".jar")) { in Run() 1293 (plugin_prefix_.empty() || !HasSuffixString(name, "_out"))) { in InterpretArgument() 1420 HasSuffixString(output_directive.name, "_out")) in GenerateOutput()
|
D | importer.cc | 299 HasSuffixString(path, "/..") || in ContainsParentReference()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 135 inline bool HasSuffixString(const string& str, in HasSuffixString() function 142 if (HasSuffixString(str, suffix)) { in StripSuffixString()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 115 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 170 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 283 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 156 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 81 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 149 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
|