HomeSort by relevance Sort by last modified time
    Searched refs:imported (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
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();
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");
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();
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);
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);
  /ndk/tests/build/import-install/path1/
Android.mk 1 # This is a trivial shared library that will be imported
  /ndk/tests/build/import-install/path2/
Android.mk 1 # This is a trivial shared library that will be imported
  /external/openssh/regress/
keygen-convert.sh 24 ${SSHKEYGEN} -q -i -f $OBJ/$t-key-rfc >$OBJ/$t-rfc-imported || \
28 cmp $OBJ/$t-key-nocomment.pub $OBJ/$t-rfc-imported || \
29 fail "$t imported differs from original"
32 $OBJ/$t-rfc-imported $OBJ/$t-key-nocomment.pub
  /external/elfutils/libdw/
libdw_visit_scopes.c 56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
89 return imported;
143 case imported:
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
FixMIDLHeaders.pl 58 if ($line =~ /^\/\* header files for imported files \*\//) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 25 * parentNode, nodeName, nodeType and nodeValue of the imported node to verify
26 * if it has been imported correctly.
282 Node imported; local
288 imported = doc.importNode(docElement, false);
289 success = imported.hasChildNodes();
291 nodeNameImported = imported.getNodeName();
299 Node imported; local
308 imported = doc.importNode(addressElem, true);
310 importedChildren = imported.getChildNodes();
318 Node imported; local
    [all...]
  /system/extras/fatblock/
import.c 89 struct imported { struct
95 static int import_file(struct fs *fs, char *path, struct imported *out)
153 struct imported imp;
194 struct imported *out)
203 struct imported *ch_imp;
354 struct imported imp;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodereplacechild14.js 83 element child of this documentElement node with a child that was imported from another document.
98 var imported;
115 imported = newDoc.importNode(elem,true);
118 appendedChild = docElem.appendChild(imported);
120 replaced = docElem.replaceChild(imported,elem2);
nodegetbaseuri11.js 94 var imported;
109 imported = doc.importNode(newPI,true);
110 appendedChild = doc.appendChild(imported);
111 baseURI = imported.baseURI;
documentadoptnode14.js 101 var imported;
119 imported = newDoc.importNode(docElem,true);
122 appendedChild = docElem.appendChild(imported);
attrisid07.js 84 Since user data assocated to the imported node is not carried over, verify that the method isId
85 returns false on the imported attribute node.
nodeisequalnode17.js 79 the imported node returned when it is imported into a new Document.
nodeisequalnode11.js 85 Document with deep=false. Using isEqualNode check if the original and the imported
91 and then the imported node and the source should be equal.
  /ndk/build/core/
import-locals.mk 45 # The imported compiler flags are prepended to their LOCAL_XXXX value
52 # The imported include directories are appended to their LOCAL_XXX value
57 # Similarly, you want the imported flags to appear _after_ the LOCAL_LDLIBS
  /external/apache-xml/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...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 56 <else> <! imported grammar !>
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.h 202 // Record (on disk) whether or not Safari 2-style icons were imported (once per dataabse)
203 bool imported();
  /device/generic/goldfish/opengl/
Android.mk 44 # be imported by module B when it is declared.

Completed in 439 milliseconds

1 2 3 4