/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/mmodules/core_platform_api/ |
D | Android.bp | 20 // classes/members that are in the intra-core API but which are not in the public 24 // APIs which are considered stable, and is indicated in source with the 26 // "legacy" version also includes those which have not been audited for stability 27 // or which are deprecated (which have the default status of LEGACY_ONLY).
|
/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 | 227 // libcore_io_Memory_test.cpp includes libcore_io_Memory.cpp which 251 // libcore_io_Memory_bench.cpp includes libcore_io_Memory.cpp which
|
D | JavaLibrary.bp | 20 // Android software stack. It is made up of various parts, some of which can be 114 // that are not but which have been marked up with @hide plus one or more of 212 // contains the core-all jar, which contains the classes that end up in core-oj, 352 // Provided solely to contribute information about which hidden parts of the 428 // contains @Generated annotations, which are produced by some code generation 806 // classes for which a system module can be created. Every system module must 855 // which are siblings (and thus outside of) {@docRoot}. 957 // dist and which end up in one of the sub-directories of prebuilts/sdk. 1134 // The list of classes which have nullability annotations included in the source. 1135 // (This is in addition to those which have annotations in the merged stubs.)
|
/libcore/mmodules/intracoreapi/ |
D | Android.bp | 57 // classes/members that are in the intra-core API but which are not the public API. 86 // which is in turn needed to build art-module-intra-core-api-stubs-system-modules 123 // Additional classes needed by javac but which are not present in the stubs.
|
/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/luni/src/test/java9language/ |
D | Android.bp | 41 // Generate a clone of Java9LanguageFeaturesTest which uses a version of 43 // to handle a class file which must be at least v53 and includes bytecode
|
/libcore/ojluni/annotations/ |
D | README | 1 This directory contains annotated stub files which can be merged into 26 - Contains annotations which determine what is included in the core-platform
|
/libcore/ojluni/src/main/java/java/lang/ |
D | SecurityManager.java | 195 public void checkMemberAccess(Class<?> clazz, int which) { } in checkMemberAccess() argument
|
D | Class.java | 2350 int which) throws NoSuchMethodException in getConstructor0() argument 2361 … if (result == null || which == Member.PUBLIC && !Modifier.isPublic(result.getAccessFlags())) { in getConstructor0()
|
/libcore/luni/src/test/annotations/ |
D | Android.bp | 16 // retention annotations which are otherwise removed by the dexer.
|
/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/metrictests/memory/ |
D | README | 10 - Host-side test code (which installs & runs activites). See instructions below for 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/ojluni/annotations/hiddenapi/java/lang/ |
D | Class.java | 323 java.lang.Class<?>[] parameterTypes, int which) throws java.lang.NoSuchMethodException { in getConstructor0() argument
|