Home
last modified time | relevance | path

Searched refs:trusted (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java151 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/
DMethodType.java108 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/
DCharsetEncoder.java203 boolean trusted) in CharsetEncoder() argument
224 if (!trusted) { in CharsetEncoder()
/libcore/ojluni/annotations/mmodule/java/nio/charset/
DCharsetEncoder.annotated.java43 … averageBytesPerChar, float maxBytesPerChar, byte[] replacement, boolean trusted) { throw new Runt… in CharsetEncoder() argument
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java49 boolean trusted) { in CharsetEncoder() argument