HomeSort by relevance Sort by last modified time
    Searched defs:imported (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebKitTools/pywebsocket/test/
test_memorizingfile.py 39 import config # This must be imported before mod_pywebsocket. namespace
test_util.py 38 import config # This must be imported before mod_pywebsocket. namespace
test_dispatch.py 40 import config # This must be imported before mod_pywebsocket. namespace
test_handshake.py 38 import config # This must be imported before mod_pywebsocket. namespace
test_msgutil.py 39 import config # This must be imported before mod_pywebsocket. namespace
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode07.java 35 * A NOT_SUPPORTED_ERR is raised if the type of node being imported is
39 * DocumentType object. Since DocumentType nodes cannot be imported, a
75 Node imported; local
83 imported = doc.importNode(docType, true);
documentimportnode11.java 40 * node. Verify if the node has been imported correctly by its nodeName atttribute and
77 Node imported; local
83 imported = doc.importNode(docElement, false);
84 success = imported.hasChildNodes();
86 nodeNameImported = imported.getNodeName();
documentimportnode08.java 35 * A NOT_SUPPORTED_ERR is raised if the type of node being imported is
39 * node. Since DocumentType nodes cannot be imported, a NOT_SUPPORTED_ERR should be raised.
75 Node imported; local
87 imported = doc.importNode(docType, true);
documentimportnode12.java 40 * Document. Verify if the node has been imported correctly by checking the length of the
77 Node imported; local
86 imported = doc.importNode(addressElem, true);
88 importedChildren = imported.getChildNodes();
documentimportnode13.java 40 * Document. Verify if the node has been imported correctly by checking the length of the
77 Node imported; local
84 imported = doc.importNode(employeeElem, false);
85 importedList = imported.getChildNodes();
documentimportnode14.java 35 * Document. Verify if the node has been imported correctly by checking
36 * if the default attribute present on this node has not been imported
37 * and an explicit attribute has been imported.
79 Node imported; local
90 imported = newDoc.importNode(employeeElem, true);
91 attrNode = ((Element) /*Node */imported).getAttributeNodeNS(nullNS, "defaultAttr");
93 attrValue = ((Element) /*Node */imported).getAttributeNS("http://www.w3.org/2000/xmlns/", "emp");
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemExtensionCall.java 120 Stylesheet imported = stylesheet.getGlobalImport(i); local
122 for (ElemTemplateElement child = imported.getFirstChildElem();
StylesheetRoot.java 230 * the combination of imported and included stylesheets. This
231 * method determines the proper import precedence of all imported
277 StylesheetComposed imported = getGlobalImport(i); local
278 imported.recompose(recomposableElements);
336 StylesheetComposed imported = this.getGlobalImport(i); local
337 int includedCount = imported.getIncludeCountComposed();
340 Stylesheet included = imported.getIncludeComposed(j);
410 Stylesheet imported = stylesheet.getImport(i); local
412 addImports(imported, true, importList);
449 * @return The total number of imported stylesheets, includin
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 30 * parentNode, nodeName, nodeType and nodeValue of the imported node to verify
31 * if it has been imported correctly.
336 Node imported; local
342 imported = doc.importNode(docElement, false);
343 success = imported.hasChildNodes();
345 nodeNameImported = imported.getNodeName();
359 Node imported; local
368 imported = doc.importNode(addressElem, true);
370 importedChildren = imported.getChildNodes();
384 Node imported; local
    [all...]
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp 661 // If we don't have a record for it, but we *have* imported all iconURLs from disk, then we should load it now
1772 bool IconDatabase::imported() function in class:WebCore::IconDatabase
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 1205 StylesheetComposed imported = stylesheet.getGlobalImport(i); local
    [all...]
  /external/libxml2/
xmlschemas.c 403 int imported; member in struct:_xmlSchemaBucket
431 /* @relations will hold any included/imported/redefined schemas. */
435 int imported; member in struct:_xmlSchemaImport
439 /* The imported schema. */
458 int imported; member in struct:_xmlSchemaInclude
    [all...]

Completed in 1597 milliseconds