Searched refs:trusted (Results 1 – 4 of 4) sorted by relevance
144 boolean trusted = true; in getInetAddresses()151 trusted = false; in getInetAddresses()156 if (sec != null && !trusted) { in getInetAddresses()
108 private MethodType(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in MethodType() argument113 this.ptypes = trusted ? ptypes : Arrays.copyOf(ptypes, ptypes.length); in MethodType()305 MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl() argument310 ptypes = NO_PTYPES; trusted = true; in makeImpl()312 mt = new MethodType(rtype, ptypes, trusted); in makeImpl()
202 boolean trusted) in CharsetEncoder() argument223 if (!trusted) { in CharsetEncoder()
49 boolean trusted) { in CharsetEncoder() argument