HomeSort by relevance Sort by last modified time
    Searched full:selfref (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libop/
op_xml_out.h 36 SYMBOL, ID_REF, SELFREF, DETAIL_LO, DETAIL_HI,
  /external/webkit/Source/WebCore/storage/
IDBTransaction.cpp 101 RefPtr<IDBTransaction> selfRef = this;
176 RefPtr<IDBTransaction> selfRef = this;
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 288 private static void postEventFromNative(Object selfRef) {
289 WeakReference weakSelf = (WeakReference)selfRef;
  /external/oprofile/libpp/
format_output.cpp 988 out << init_attr(SELFREF, "true");
  /external/mdnsresponder/mDNSCore/
mDNS.c 395 const mDNSBool selfref = SameDomainName(&q->qname, &rr->rdata->u.name); local
396 if (q->CNAMEReferrals >= 10 || selfref)
398 q, q->qname.c, DNSTypeName(q->qtype), q->CNAMEReferrals, selfref ? " (Self-Referential)" : "", RRDisplayString(m, rr));
    [all...]

Completed in 1103 milliseconds