Searched refs:trusted (Results 1 – 3 of 3) sorted by relevance
126 boolean trusted = true; in getInetAddresses()133 trusted = false; in getInetAddresses()138 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()304 MethodType makeImpl(Class<?> rtype, Class<?>[] ptypes, boolean trusted) { in makeImpl() argument309 ptypes = NO_PTYPES; trusted = true; in makeImpl()311 mt = new MethodType(rtype, ptypes, trusted); in makeImpl()
200 boolean trusted) in CharsetEncoder() argument220 if (!trusted) { in CharsetEncoder()