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

  /dalvik/libdex/
DexProto.c 130 const DexProtoId* protoId = getProtoId(pProto);
132 return dexStringById(pProto->dexFile, protoId->shortyIdx);
141 const DexProtoId* protoId = getProtoId(pProto);
142 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId);
152 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
168 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
227 const DexProtoId* protoId = getProtoId(pProto);
228 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx);
235 const DexProtoId* protoId = getProtoId(pProto);
237 dexGetProtoParameters(pProto->dexFile, protoId);
    [all...]
DexFile.h 639 /* return the ProtoId with the specified index */
646 * Get the parameter list from a ProtoId. The returns NULL if the ProtoId
    [all...]
  /external/tcpdump/tests/
isakmp3.new 2 (id: idtype=FQDN protoid=0 port=0 len=248 \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000)
isakmp3.out 2 (id: idtype=FQDN protoid=0 port=0 len=248 \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000)
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 195 ProtoIdItem protoId = mProtoIds[i];
197 int offset = protoId.parametersOff;
200 protoId.types = new int[0];
205 protoId.types = new int[size];
208 protoId.types[j] = readShort() & 0xffff;
324 ProtoIdItem protoId = mProtoIds[idx];
325 String[] result = new String[protoId.types.length];
327 for (int i = 0; i < protoId.types.length; i++) {
328 result[i] = mStrings[mTypeIds[protoId.types[i]].descriptorIdx];
339 ProtoIdItem protoId = mProtoIds[idx]
    [all...]
  /external/tcpdump/
addrtoname.c 436 /* Find the hash node that corresponds the protoid 'pi'. */
747 const u_char protoid[5]; member in struct:protoidlist
768 u_char protoid[5]; local
770 protoid[0] = 0;
771 protoid[1] = 0;
772 protoid[2] = 0;
776 memcpy((char *)&protoid[3], (char *)&etype, 2);
777 tp = lookup_protoid(protoid);
782 tp = lookup_protoid(pl->protoid);
print-isakmp.c 492 printf(" #%d protoid=%s transform=%d",
724 printf(" protoid=%s", pe->p_name);
731 printf(" protoid=%s", "0");
    [all...]

Completed in 197 milliseconds