Home
last modified time | relevance | path

Searched refs:STRING_TYPE (Results 1 – 6 of 6) 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.java75 private static final byte STRING_TYPE = 2; field in EventLog.Event
142 case STRING_TYPE: in decodeObject()
/frameworks/base/tools/aidl/
DType.cpp15 Type* STRING_TYPE; variable
80 STRING_TYPE = new StringType(); in register_base_types()
81 NAMES.Add(STRING_TYPE); in register_base_types()
1160 if (m_creator == STRING_TYPE->CreatorName()) { in WriteToParcel()
1173 if (m_creator == STRING_TYPE->CreatorName()) { in CreateFromParcel()
1191 if (m_creator == STRING_TYPE->CreatorName()) { in ReadFromParcel()
Dgenerate_java_binder.cpp36 new Variable(STRING_TYPE, "DESCRIPTOR")); in StubClass()
508 getDesc->returnType = STRING_TYPE; in generate_interface_descriptors()
DType.h515 extern Type* STRING_TYPE;
Dgenerate_java_rpc.cpp131 this->actionParam = new Variable(STRING_TYPE, "action"); in generate_process()