Searched defs:toString (Results 1 - 7 of 7) sorted by relevance

/system/netd/server/
H A DNetwork.cpp55 std::string Network::toString() const { function in class:Network
H A DUidRanges.cpp98 std::string UidRanges::toString() const { function in class:UidRanges
/system/tools/aidl/tests/
H A Dsimple_parcelable.cpp50 std::string SimpleParcelable::toString() const { function in class:android::aidl::tests::SimpleParcelable
/system/core/libutils/
H A DCallStack.cpp63 String8 CallStack::toString(const char* prefix) const { function in class:android::CallStack
H A DProcessCallStack.cpp249 String8 ProcessCallStack::toString(const char* prefix) const { function in class:android::ProcessCallStack
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DSimpleParcelable.java59 public String toString() { method in class:SimpleParcelable
/system/netd/tests/
H A Ddns_responder.cpp146 const char* toString() const;
152 const char* DNSName::toString() const { function in class:test::DNSName
235 std::string toString() const;
266 std::string DNSQuestion::toString() const { function in class:test::DNSQuestion
268 int len = snprintf(buffer, sizeof(buffer), "Q<%s,%s,%s>", qname.toString(),
281 std::string toString() const;
328 std::string DNSRecord::toString() const { function in class:test::DNSRecord
330 int len = snprintf(buffer, sizeof(buffer), "R<%s,%s,%s>", name.toString(),
378 std::string toString() const;
487 std::string DNSHeader::toString() cons function in class:test::DNSHeader
[all...]

Completed in 158 milliseconds