Searched refs:STRING_TYPE (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h265 template<typename STRING_TYPE>
266 struct StringCompare : public std::binary_function<const STRING_TYPE&, const STRING_TYPE&, bool>
268 bool operator()(const STRING_TYPE& X, const STRING_TYPE& Y) const
/frameworks/base/core/java/android/util/
H A DEventLog.java73 private static final byte STRING_TYPE = 2; field in class:EventLog.Event
128 case STRING_TYPE:
/frameworks/base/tools/aidl/
H A DType.cpp13 Type* STRING_TYPE; variable
78 STRING_TYPE = new StringType();
79 NAMES.Add(STRING_TYPE);
1158 if (m_creator == STRING_TYPE->CreatorName()) {
1171 if (m_creator == STRING_TYPE->CreatorName()) {
1189 if (m_creator == STRING_TYPE->CreatorName()) {
H A Dgenerate_java_binder.cpp36 new Variable(STRING_TYPE, "DESCRIPTOR"));
508 getDesc->returnType = STRING_TYPE;
H A DType.h515 extern Type* STRING_TYPE;
H A Dgenerate_java_rpc.cpp131 this->actionParam = new Variable(STRING_TYPE, "action");

Completed in 92 milliseconds