/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 | 366 int which = 0; in toIntArray() local 374 result[which++] = 2; in toIntArray() 379 result[which++] = second.intValue(); in toIntArray() 385 result[which++] = big.intValue(); in toIntArray() 397 result[which++] = retval / 40; in toIntArray() 398 result[which++] = retval % 40; in toIntArray() 400 result[which++] = 2; in toIntArray() 401 result[which++] = retval - 80; in toIntArray() 404 result[which++] = retval; in toIntArray() 409 if (which >= result.length) { in toIntArray() [all …]
|
/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/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/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/ |
D | nullability_annotated_classes.txt | 2 # which should be validated for correctness and completeness. (N.B. Classes
|
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 …]
|
D | NativeCode.bp | 239 // libcore_io_Memory_test.cpp includes libcore_io_Memory.cpp which 263 // libcore_io_Memory_bench.cpp includes libcore_io_Memory.cpp which
|
/libcore/luni/src/test/resources/keystore/ |
D | README.md | 51 which generates identical ASN.1 data. 64 All the pbes2-* files are generated with the `mkstores.sh` script which uses
|
/libcore/luni/src/test/java17language/ |
D | Android.bp | 42 // Generate a clone of Java17LanguageFeaturesTest which uses a version of 44 // to handle a class file which must be at least v55 and includes bytecode
|
/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/luni/src/test/java11language/ |
D | Android.bp | 42 // Generate a clone of Java11LanguageFeaturesTest which uses a version of 44 // to handle a class file which must be at least v55 and includes bytecode
|
/libcore/luni/src/test/java9language/ |
D | Android.bp | 42 // Generate a clone of Java9LanguageFeaturesTest which uses a version of 44 // to handle a class file which must be at least v53 and includes bytecode
|
/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/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 84 # many!) most of which are not shown in this example 86 # Any line which starts with a ; (semi-colon) or a # (hash) 108 # connections to machines which are on your local network. The 282 # list of users and groups which should be able to remotely manage 291 # specify the uid range which can be used by winbindd 295 # specify the uid range which can be used by winbindd 399 # a service which has a different directory for each machine that connects 413 # be specified, in which case all files would be owned by that user instead.
|
/libcore/ojluni/src/main/java/java/lang/ |
D | SecurityManager.java | 203 public void checkMemberAccess(Class<?> clazz, int which) { } in checkMemberAccess() argument
|
/libcore/ojluni/src/test/java/util/Base64/ |
D | plain.txt | 1 This test data is part of rfc2045 which includes all characters a~z A~Z, 0~9 and all symbols, 8 These documents are revisions of RFCs 1521, 1522, and 1590, which 153 a character sequence such as "=_" which can never appear in a
|
/libcore/ojluni/src/test/ |
D | LICENSE | 40 (2) offer you this license which gives you legal permission to copy, 62 0. This License applies to any program or other work which contains 119 distribute the same sections as part of a whole which is a work based 139 source code, which must be distributed under the terms of Sections 163 operating system on which the executable runs, unless that component 218 integrity of the free software distribution system, which is 243 specifies a version number of this License which applies to it and "any 252 to ask for permission. For software which is copyrighted by the Free 286 free software which everyone can redistribute and change under these terms. 330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 40 (2) offer you this license which gives you legal permission to copy, 62 0. This License applies to any program or other work which contains 119 distribute the same sections as part of a whole which is a work based 139 source code, which must be distributed under the terms of Sections 163 operating system on which the executable runs, unless that component 218 integrity of the free software distribution system, which is 243 specifies a version number of this License which applies to it and "any 252 to ask for permission. For software which is copyrighted by the Free 286 free software which everyone can redistribute and change under these terms. 330 `Gnomovision' (which makes passes at compilers) written by James Hacker.
|
/libcore/mmodules/intracoreapi/ |
D | Android.bp | 57 // classes/members that are in the intra-core API but which are not the public API. 90 // which is in turn needed to build art-module-intra-core-api-stubs-system-modules
|
/libcore/luni/src/test/annotations/ |
D | Android.bp | 16 // retention annotations which are otherwise removed by the dexer.
|
/libcore/ojluni/annotations/ |
D | README | 1 This directory contains annotated stub files which can be merged into 35 - Contains annotations which determine what is included in the core-platform
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 78 * which allow a byte buffer to be viewed as a buffer containing values of 89 * <i>allocation</i>}, which allocates space for the buffer's 147 * order, which may be retrieved and modified via the {@link #order order} 177 * the {@link FloatBuffer} class that is backed by the byte buffer upon which 231 * specified to return the buffer upon which they are invoked. This allows 281 // values, which is especially costly when coding small buffers. 513 * The character sequence from which the new character buffer is to 550 * The character sequence from which the new character buffer is to 611 * The position in this buffer at which the content of the new 716 * The index from which the $type$ will be read [all …]
|
D | X-Buffer-bin.java.template | 76 * The index from which the bytes will be read 100 * The index at which the bytes will be written
|