HomeSort by relevance Sort by last modified time
    Searched refs:newinfo (Results 1 - 6 of 6) sorted by null

  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 45 StackMapTable(ConstPool cp, byte[] newInfo) {
46 super(cp, tag, newInfo);
840 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;
AttributeInfo.java 161 public void set(byte[] newinfo) { info = newinfo; }
174 byte[] newInfo = new byte[s];
176 newInfo[i] = srcInfo[i];
178 return new AttributeInfo(newCp, getName(), newInfo);
CodeAttribute.java 191 public void set(byte[] newinfo) {
273 void setCode(byte[] newinfo) { super.set(newinfo); }
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 305 struct xt_table_info *newinfo);
310 struct xt_table_info *newinfo,
  /external/mdnsresponder/mDNSCore/
uDNS.c 400 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;
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 281 milliseconds