/dalvik/libcore/auth/src/main/java/org/apache/harmony/auth/internal/nls/ |
messages.properties | 26 auth.08=Failed to load Subject-based policy 75 auth.39=Could not load module {0}
|
/dalvik/libcore/dalvik/src/main/java/dalvik/system/ |
TouchDex.java | 138 * into trying to load something from every file on dexPath, 142 * someone tries to load a class from an unoptimized dex file.
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTest.java | 200 public Document load(String docURI, boolean willBeModified) throws method in class:DOMTest 202 Document doc = factory.load(resolveURI(docURI));
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementwrongdocumenterr.java | 79 doc1 = (Document) load("staff", true); 80 doc2 = (Document) load("staff", false);
|
hc_elementwrongdocumenterr.java | 77 doc1 = (Document) load("hc_staff", true); 78 doc2 = (Document) load("hc_staff", false);
|
hc_namednodemapwrongdocumenterr.java | 79 doc1 = (Document) load("hc_staff", true); 80 doc2 = (Document) load("hc_staff", true);
|
hc_nodeappendchildnewchilddiffdocument.java | 76 doc1 = (Document) load("hc_staff", false); 77 doc2 = (Document) load("hc_staff", true);
|
hc_nodeinsertbeforenewchilddiffdocument.java | 77 doc1 = (Document) load("hc_staff", false); 78 doc2 = (Document) load("hc_staff", true);
|
hc_nodereplacechildnewchilddiffdocument.java | 77 doc1 = (Document) load("hc_staff", false); 78 doc2 = (Document) load("hc_staff", true);
|
namednodemapwrongdocumenterr.java | 79 doc1 = (Document) load("staff", true); 80 doc2 = (Document) load("staff", true);
|
nodeappendchildnewchilddiffdocument.java | 77 doc1 = (Document) load("staff", false); 78 doc2 = (Document) load("staff", true);
|
nodeinsertbeforenewchilddiffdocument.java | 77 doc1 = (Document) load("staff", false); 78 doc2 = (Document) load("staff", true);
|
nodereplacechildnewchilddiffdocument.java | 77 doc1 = (Document) load("staff", false); 78 doc2 = (Document) load("staff", true);
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
importNode01.java | 94 doc = (Document) load("staffNS", true); 95 aNewDoc = (Document) load("staffNS", true);
|
namednodemapsetnameditemns03.java | 89 doc = (Document) load("staffNS", true); 93 docAlt = (Document) load("staffNS", true);
|
setAttributeNodeNS05.java | 83 doc1 = (Document) load("staffNS", true); 84 doc2 = (Document) load("staffNS", true);
|
setNamedItemNS02.java | 81 doc = (Document) load("staffNS", true); 82 anotherDoc = (Document) load("staffNS", true);
|
/dalvik/libcore/luni/src/main/java/java/util/ |
HashSet.java | 55 * and load factor. 60 * the initial load factor.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/ |
MimeTable.java | 58 * which is represented in standard java.util.Properties.load(...) format. 71 types.load(str);
|
/dalvik/libcore/luni/src/test/java/junit/runner/ |
TestCaseClassLoader.java | 20 * <b>Known limitation:</b> the TestCaseClassLoader cannot load classes 204 p.load(is);
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Runtime.java | 379 * accepts the name of the library to load. 382 * the absolute (platform dependent) path to the library to load. 386 * if the current {@code SecurityManager} does not allow to load 391 public void load(String pathName) { method in class:Runtime 398 load(pathName, VMStack.getCallingClassLoader()); method 404 void load(String filename, ClassLoader loader) { method in class:Runtime 420 * the name of the library to load. 424 * if the current {@code SecurityManager} does not allow to load
|
/dalvik/libcore/security/src/main/java/java/security/ |
Security.java | 57 // - load security properties files 58 // - load statically registered providers 59 // - if no provider description file found then load default providers 75 secprops.load(input); 80 "Could not load Security properties.", ex); 96 //// System.err.println("Could not load custom Security properties file " 109 // secprops.load(is); 113 // // System.err.println("Could not load custom Security properties file "
|
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaLangClassLoaderTest.java | 181 assertNotNull("failed to load TestlClass1", testClass); 192 assertNotNull("failed to load TestClass2", testClass);
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientSessionContext.java | 120 * It also doesn't load sessions from the persistent cache as doing 121 * so would likely force every session to load.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/ |
FuncSystemProperty.java | 177 target.load(bis); // and load up the property bag from this
|