Home
last modified time | relevance | path

Searched refs:STRING_TYPE (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DStringHash.h316 template <typename STRING_TYPE>
317 struct StringCompare : public std::binary_function<const STRING_TYPE&,
318 const STRING_TYPE&,
320 bool operator()(const STRING_TYPE& X, const STRING_TYPE& Y) const {
/frameworks/base/core/java/android/util/
DEventLog.java76 private static final byte STRING_TYPE = 2; field in EventLog.Event
143 case STRING_TYPE: in decodeObject()