Searched defs:which (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/javax/xml/datatype/
H A DFactoryFinder.java81 * <p>Use try/catch block to support applets, which throws
116 // Figure out which ClassLoader to use for loading the provider
161 debugPrintln("Loaded " + className + " from " + which(spiClass));
321 private static String which(Class clazz) { method in class:FactoryFinder
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java265 if(debug) debugPrintln("loaded it from "+which(clazz));
322 // VJ++, which does not implement the UTF-8
327 // development, we have dropped in a fallback which makes a
329 // VJ++ this is apparently ASCII, which is a subset of
391 private static String which( Class clazz ) { method in class:SchemaFactoryFinder
392 return which( clazz.getName(), clazz.getClassLoader() );
403 private static String which(String classname, ClassLoader loader) { method in class:SchemaFactoryFinder
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java240 if(debug) debugPrintln("loaded it from "+which(clazz));
351 private static String which( Class clazz ) { method in class:XPathFactoryFinder
352 return which( clazz.getName(), clazz.getClassLoader() );
363 private static String which(String classname, ClassLoader loader) { method in class:XPathFactoryFinder
/libcore/ojluni/src/main/java/java/lang/
H A DSecurityManager.java185 public void checkMemberAccess(Class<?> clazz, int which) { } argument
H A DClass.java430 * @param loader class loader from which the class must be loaded
577 // Search iftable which has a flattened and uniqued list of interfaces.
633 * final variables, and are the only {@code Class} objects for which
823 // For interfaces superClass is Object (which agrees with the JNI spec)
1176 * representing the class in which it was declared. This method returns
1220 // Note that we obtain this information from getInnerClassName(), which uses
1421 // search iftable which has a flattened and uniqued list of interfaces
1454 * has length 0. (Note that a {@code Class} object which represents a class
1506 // Search iftable which has a flattened and uniqued list of interfaces.
1530 * different classes, which woul
2307 getConstructor0(Class<?>[] parameterTypes, int which) argument
[all...]
/libcore/ojluni/src/main/java/javax/security/auth/
H A DSubject.java56 * one which binds "Alice Bar", the name on her driver license,
57 * to the {@code Subject}, and another which binds,
63 * which are referred to as credentials.
269 * @param acc the {@code AccessControlContext} from which to retrieve
681 // (like size()), which don't seem security-sensitive.
759 // (like size()), which don't seem security-sensitive.
1013 new ObjectStreamField("which", int.class)
1021 * in this set. If {@code which == 1},
1024 * If {@code which == 2}, this is a public credential
1026 * If {@code which
1029 private int which; field in class:Subject.SecureSet
1031 SecureSet(Subject subject, int which) argument
1037 SecureSet(Subject subject, int which, Set<? extends E> set) argument
1355 private int which; field in class:Subject.ClassSet
1359 ClassSet(int which, Class<T> c) argument
[all...]

Completed in 174 milliseconds