Searched refs:trusted (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
D | NetworkInterface.java | 151 boolean trusted = true; in getInetAddresses() 158 trusted = false; in getInetAddresses() 163 if (sec != null && !trusted) { in getInetAddresses()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodType.java | 108 private MethodType(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in MethodType() argument 113 this.ptypes = trusted ? ptypes : Arrays.copyOf(ptypes, ptypes.length); in MethodType() 305 MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl() argument 310 ptypes = NO_PTYPES; trusted = true; in makeImpl() 312 mt = new MethodType(rtype, ptypes, trusted); in makeImpl()
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | CharsetEncoder.java | 203 boolean trusted) in CharsetEncoder() argument 224 if (!trusted) { in CharsetEncoder()
|
/libcore/ojluni/annotations/mmodule/java/nio/charset/ |
D | CharsetEncoder.annotated.java | 43 … averageBytesPerChar, float maxBytesPerChar, byte[] replacement, boolean trusted) { throw new Runt… in CharsetEncoder() argument
|
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/ |
D | CharsetEncoder.java | 49 boolean trusted) { in CharsetEncoder() argument
|