/libcore/ojluni/src/main/java/javax/security/auth/ |
D | Subject.java | 1029 private int which; 1031 SecureSet(Subject subject, int which) { 1033 this.which = which; 1037 SecureSet(Subject subject, int which, Set<? extends E> set) { 1039 this.which = which; 1055 if (which != Subject.PRIV_CREDENTIAL_SET) { 1082 switch (which) { 1108 switch (which) { 1121 switch (which) { 1145 if (which != Subject.PRIV_CREDENTIAL_SET) { [all …]
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | ObjectIdentifier.java | 367 int which = 0; in toIntArray() local 375 result[which++] = 2; in toIntArray() 380 result[which++] = second.intValue(); in toIntArray() 386 result[which++] = big.intValue(); in toIntArray() 398 result[which++] = retval / 40; in toIntArray() 399 result[which++] = retval % 40; in toIntArray() 401 result[which++] = 2; in toIntArray() 402 result[which++] = retval - 80; in toIntArray() 405 result[which++] = retval; in toIntArray() 410 if (which >= result.length) { in toIntArray() [all …]
|
/libcore/luni/src/test/etc/loading-test-jar/ |
D | README.txt | 2 dex files, which are included as resources in the luni tests. These 7 build.sh in this directory, which copies resulting files into the luni
|
/libcore/luni/src/test/etc/loading-test2-jar/ |
D | README.txt | 2 dex files, which are included as resources in the luni tests. These 7 build.sh in this directory, which copies resulting files into the luni
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
D | XPathFactoryFinder.java | 240 if(debug) debugPrintln("loaded it from "+which(clazz)); in createInstance() 351 private static String which( Class clazz ) { in which() method in XPathFactoryFinder 352 return which( clazz.getName(), clazz.getClassLoader() ); in which() 363 private static String which(String classname, ClassLoader loader) { in which() method in XPathFactoryFinder
|
/libcore/luni/src/main/java/javax/xml/validation/ |
D | SchemaFactoryFinder.java | 265 if(debug) debugPrintln("loaded it from "+which(clazz)); in createInstance() 391 private static String which( Class clazz ) { in which() method in SchemaFactoryFinder 392 return which( clazz.getName(), clazz.getClassLoader() ); in which() 403 private static String which(String classname, ClassLoader loader) { in which() method in SchemaFactoryFinder
|
/libcore/tools/docs/crypto/ |
D | README | 3 The central file is data/crypto_support.json, which is a JSON file that contains 32 The data from ListProviders is fed into update_crypto_support.py, which rewrites
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
D | FactoryFinder.java | 161 debugPrintln("Loaded " + className + " from " + which(spiClass)); in newInstance() 321 private static String which(Class clazz) { in which() method in FactoryFinder
|
/libcore/ojluni/src/main/java/java/lang/ |
D | SecurityManager.java | 195 public void checkMemberAccess(Class<?> clazz, int which) { } in checkMemberAccess() argument
|
D | Class.java | 2308 int which) throws NoSuchMethodException in getConstructor0() argument 2319 … if (result == null || which == Member.PUBLIC && !Modifier.isPublic(result.getAccessFlags())) { in getConstructor0()
|
/libcore/ |
D | LICENSE | 40 offer you this license which gives you legal permission to copy, distribute 60 0. This License applies to any program or other work which contains a notice 113 works. But when you distribute the same sections as part of a whole which is a 133 code, which must be distributed under the terms of Sections 1 and 2 above 155 of the operating system on which the executable runs, unless that component 204 distribution system, which is implemented by public license practices. Many 228 specifies a version number of this License which applies to it and "any later 236 permission. For software which is copyrighted by the Free Software Foundation, 268 which everyone can redistribute and change under these terms. 313 'Gnomovision' (which makes passes at compilers) written by James Hacker. [all …]
|
/libcore/luni/src/main/java/java/util/logging/ |
D | logging.properties | 47 # during logging package initialization, which may contain some code to set the
|
/libcore/ojluni/src/main/resources/sun/nio/cs/ |
D | standard-charsets | 33 # which is initialized at startup time by java.nio.charset.Charset, 35 # which is lazy initialized.
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 1 # This is based on the default OpenSSL configuration file which is 113 default_md = sha1 # which md to use.
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 42 form, that is based on (or derived from) the Work and for which the 82 with the Work to which such Contribution(s) was submitted. If You
|
/libcore/expectations/ |
D | knownfailures.txt | 643 …n: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor 1741 …description: "Some tests depend on ICU data, which has changed. Others make assumptions about floa…
|
/libcore/ojluni/ |
D | NOTICE | 326 offer you this license which gives you legal permission to copy, distribute 346 0. This License applies to any program or other work which contains a notice 399 works. But when you distribute the same sections as part of a whole which is a 419 code, which must be distributed under the terms of Sections 1 and 2 above 441 of the operating system on which the executable runs, unless that component 490 distribution system, which is implemented by public license practices. Many 514 specifies a version number of this License which applies to it and "any later 522 permission. For software which is copyrighted by the Free Software Foundation, 554 which everyone can redistribute and change under these terms. 599 'Gnomovision' (which makes passes at compilers) written by James Hacker. [all …]
|