Searched refs:trusted (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
D | NetworkInterface.java | 172 boolean trusted = true; in getInetAddresses() 179 trusted = false; in getInetAddresses() 184 if (sec != null && !trusted) { in getInetAddresses()
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodType.java | 111 private MethodType(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in MethodType() argument 116 this.ptypes = trusted ? ptypes : Arrays.copyOf(ptypes, ptypes.length); in MethodType() 308 MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl() argument 313 ptypes = NO_PTYPES; trusted = true; in makeImpl() 315 mt = new MethodType(rtype, ptypes, trusted); in makeImpl()
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | CharsetEncoder.java | 205 boolean trusted) in CharsetEncoder() argument 233 if (!trusted) { in CharsetEncoder()
|
D | Charset-X-Coder.java.template | 200 * is ("trusted"). If it is trusted, {@link #replaceWith(byte[])} and 205 boolean trusted) 231 // BEGIN Android-changed: Avoid calling replaceWith() for trusted subclasses. 233 if (!trusted) { 236 // END Android-changed: Avoid calling replaceWith() for trusted subclasses.
|
/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
|