Home
last modified time | relevance | path

Searched refs:HasSuffixString (Results 1 – 12 of 12) sorted by relevance

/external/perf_data_converter/src/
Dperf_data_handler.cc180 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/
Dutil.h40 inline bool HasSuffixString(const string& str, const string& suffix) { in HasSuffixString() function
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc268 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/
Dcommand_line_interface.cc795 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()
Dimporter.cc299 HasSuffixString(path, "/..") || in ContainsParentReference()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h135 inline bool HasSuffixString(const string& str, in HasSuffixString() function
142 if (HasSuffixString(str, suffix)) { in StripSuffixString()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc115 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc170 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc283 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc156 if (HasSuffixString(filename, ".protodevel")) { in StripProto()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc81 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc149 const char* suffix = HasSuffixString(filename, ".protodevel") in StripProto()