/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | TestServiceClient.java | 203 mLog.log(ex.toString()); in checkPrimitiveRepeat() 221 "null parameter, but got " + ex.toString()); in checkNullHandling() 384 mLog.log(ex.toString()); in checkArrayReversal() 407 mLog.log(ex.toString()); in checkBinderExchange() 430 mLog.log(ex.toString()); in checkListReversal() 446 mLog.log(input.toString() + " != " + out_param.toString()); in checkSimpleParcelables() 450 mLog.log(input.toString() + " != " + returned.toString()); in checkSimpleParcelables() 474 mLog.log(input[i].toString() + " != " + in checkSimpleParcelables() 475 reversed[k].toString()); in checkSimpleParcelables() 481 mLog.log(ex.toString()); in checkSimpleParcelables() [all …]
|
D | SimpleParcelable.java | 59 public String toString() { in toString() method in SimpleParcelable
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 59 pubexp.toString(10) + "."); in checkRSA() 117 result.append(Integer.toString(version)); in printRSA() 128 result.append(N0inv.toString(16)); in printRSA() 162 return result.toString(); in printRSA() 177 result.append(Integer.toString(version)); in printEC() 218 return result.toString(); in printEC()
|
/system/netd/tests/ |
D | dns_responder.cpp | 146 const char* toString() const; 152 const char* DNSName::toString() const { in toString() function in test::DNSName 235 std::string toString() const; 266 std::string DNSQuestion::toString() const { in toString() function in test::DNSQuestion 268 int len = snprintf(buffer, sizeof(buffer), "Q<%s,%s,%s>", qname.toString(), in toString() 281 std::string toString() const; 328 std::string DNSRecord::toString() const { in toString() function in test::DNSRecord 330 int len = snprintf(buffer, sizeof(buffer), "R<%s,%s,%s>", name.toString(), in toString() 378 std::string toString() const; 487 std::string DNSHeader::toString() const { in toString() function in test::DNSHeader
|
/system/netd/server/ |
D | UidRanges.h | 40 std::string toString() const;
|
D | Network.h | 51 std::string toString() const;
|
D | Network.cpp | 55 std::string Network::toString() const { in toString() function in Network
|
D | VirtualNetwork.cpp | 59 add ? "adding" : "removing", uidRanges.toString().c_str(), mNetId, strerror(-ret)); in maybeCloseSockets()
|
D | UidRanges.cpp | 98 std::string UidRanges::toString() const { in toString() function in UidRanges
|
D | SockDiag.cpp | 372 mSocketsDestroyed, uidRanges.toString().c_str(), in destroySockets()
|
D | NetworkController.cpp | 541 dw.println(i.second->toString().c_str()); in dump()
|
/system/core/include/utils/ |
D | CallStack.h | 58 String8 toString(const char* prefix = 0) const;
|
D | ProcessCallStack.h | 52 String8 toString(const char* prefix = 0) const;
|
/system/tools/aidl/tests/ |
D | simple_parcelable.h | 51 std::string toString() const;
|
D | simple_parcelable.cpp | 50 std::string SimpleParcelable::toString() const { in toString() function in android::aidl::tests::SimpleParcelable
|
D | aidl_test_service.cpp | 161 ALOGI("Repeated a SimpleParcelable %s", input.toString().c_str()); in RepeatSimpleParcelable()
|
/system/core/libutils/ |
D | CallStack.cpp | 63 String8 CallStack::toString(const char* prefix) const { in toString() function in android::CallStack
|
D | ProcessCallStack.cpp | 249 String8 ProcessCallStack::toString(const char* prefix) const { in toString() function in android::ProcessCallStack
|
D | RefBase.cpp | 361 out->append(refs->stack.toString("\t\t")); in printRefsLocked()
|