/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
DrawableResourceLoader.java | 39 protected Map<String, Document> documents = new HashMap<String, Document>(); field in class:DrawableResourceLoader 62 return documents.containsKey(resourceExtractor.getResourceName(resourceId)); 71 Document xmlDoc = documents.get(resourceExtractor.getResourceName(resId)); 103 if (!documents.containsKey(name)) { 107 documents.put(name, document); 135 Document document = documents.get(resourceName); 156 Document document = documents.get(resourceExtractor.getResourceName(resourceId));
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
disconnected-frame.js | 21 shouldBe('error.message', '"Geolocation cannot be used in frameless documents"');
|
/external/webkit/Source/WebCore/xml/ |
XSLTProcessor.h | 35 #include <libxslt/documents.h>
|
/external/libxslt/ |
Android.mk | 23 libxslt/documents.c \
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
DrawableResourceLoaderTest.java | 46 assertTrue("drawable/rainbow", resourceLoader.documents.containsKey("drawable/rainbow")); 47 assertEquals("documents.size", 116, resourceLoader.documents.size());
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ResourceView.js | 49 case WebInspector.resourceCategories.documents: 67 case WebInspector.resourceCategories.documents:
|
Resource.js | 380 this.category = WebInspector.resourceCategories.documents;
|
inspector.css | [all...] |
/external/webkit/Source/WebCore/inspector/ |
InspectorCSSAgent.cpp | 265 Vector<Document*> documents = m_domAgent->documents(); local 266 for (Vector<Document*>::iterator it = documents.begin(); it != documents.end(); ++it) {
|
InspectorDOMAgent.h | 110 Vector<Document*> documents();
|
InspectorDOMAgent.cpp | 313 Vector<Document*> InspectorDOMAgent::documents() function in class:WebCore::InspectorDOMAgent 810 // Find all frames, iframes and object elements to search their documents. 811 Vector<Document*> docs = documents(); [all...] |
/external/webkit/LayoutTests/dom/html/level1/core/ |
documentgetdoctypenodtd.js | 79 The "getDoctype()" method returns null for XML documents
|
hc_documentcreateelementcasesensitive.js | 79 method is case-sensitive for XML documents.
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
documentgetdoctypenodtd.js | 79 The "getDoctype()" method returns null for XML documents
|
hc_documentcreateelementcasesensitive.js | 79 method is case-sensitive for XML documents.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentadoptnode10.js | 79 documents doctype node. Verify if a NOT_SUPPORTED_ERR is thrown.
|
nodeisequalnode12.js | 80 Using isEqual verify if the 2 documentElement nodes of different documents created
|
documentadoptnode16.js | 79 that the entity reference value comes from the adopting documents DTD.
|
nodecomparedocumentposition03.js | 85 same xml document is disconnected, implementation specific, and that the order of these two documents
|
/prebuilts/tools/common/easymock-tools/ |
easymock-3.1-samples.jar | |
/external/v8/test/mjsunit/ |
enumeration-order.js | 67 // this just documents our choice.
|
/external/clang/test/Misc/ |
warning-flags.c | 6 (1) It documents all existing warnings that currently have no associated -W flag,
|
/external/libvorbis/doc/ |
09-helper.tex | 10 documents, they are defined here and referenced where appropriate.
|
a1-encapsulation-ogg.tex | 20 documents. Please read them first.
|
/external/replicaisland/tools/ |
ExtractPoints.js | 187 var newDoc = app.documents.add(600, 700, 72.0, "Edge Output",
|