Searched defs:unsigned (Results 1 – 4 of 4) sorted by relevance
29 const struct addrinfo* hints, unsigned /*netid*/, unsigned /*mark*/, struct addrinfo** res) { in android_getaddrinfofornet() argument
80 final boolean unsigned; field in ArraysEqCmpTest.ArrayType99 public ArrayType(Class<T> arrayType, boolean unsigned) { in ArrayType()455 public Bytes(boolean unsigned) { in Bytes()495 public Shorts(boolean unsigned) { in Shorts()515 public Integers(boolean unsigned) { in Integers()532 public Longs(boolean unsigned) { in Longs()
567 …ivate CodeSource[] mapSignersToCodeSources(URL url, List<CodeSigner[]> signers, boolean unsigned) { in mapSignersToCodeSources()
105 static int unsigned(int size) { return format(UNSIGNED, size, (size > 32 ? 2 : 1)); } in unsigned() method in Wrapper.Format