Searched refs:newinfo (Results 1 - 5 of 5) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DStackMapTable.java840 byte[] newinfo = insertGap(info, pos, 2);
841 newinfo[pos] = (byte)entry;
842 ByteArray.write16bit(newDelta, newinfo, pos + 1);
843 updatedInfo = newinfo;
852 byte[] newinfo = new byte[len + gap];
854 newinfo[i + (i < where ? 0 : gap)] = info[i];
856 return newinfo;
H A DAttributeInfo.java161 public void set(byte[] newinfo) { info = newinfo; } argument
H A DCodeAttribute.java191 public void set(byte[] newinfo) { argument
273 void setCode(byte[] newinfo) { super.set(newinfo); } argument
/external/mdnsresponder/mDNSCore/
H A DuDNS.c400 DomainAuthInfo *newinfo = GetAuthInfoForQuestion(m, q); local
401 if (q->AuthInfo != newinfo)
405 newinfo ? newinfo ->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype));
406 q->AuthInfo = newinfo;
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 413 milliseconds