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

1 2 3 4 5 6 7

  /external/elfutils/libdw/
libdw_visit_scopes.c 117 /* For an imported unit, it is logically as if the children of
119 a full recursion into the imported unit, but just walk the
131 /* Checks the given DIE hasn't been imported yet
133 bool imported = false; local
138 imported = true;
141 if (imported)
  /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");
  /external/drm_gralloc/
gralloc_drm_priv.h 81 int imported; /* the handle is from a remote proces when true */ member in struct:gralloc_drm_bo_t
gralloc_drm.cpp 180 bo->imported = 1;
211 if (bo->imported)
263 bo->imported = 0;
280 int imported = bo->imported; local
287 if (imported) {
  /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/autotest/client/site_tests/power_Consumption/
power_Consumption.py 20 import flimflam # Requires flimflam_test_path to be imported first. namespace
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECAlgorithms.java 54 ECPoint[] imported = new ECPoint[count]; local
55 imported[0] = p;
58 imported[i] = importPoint(c, ps[i]);
64 return validatePoint(implSumOfMultipliesGLV(imported, ks, (GLVEndomorphism)endomorphism));
67 return validatePoint(implSumOfMultiplies(imported, ks));
  /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/security/keystore/
keystore.cpp 242 ResponseCode imported = local
248 if (imported == NO_ERROR) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 158 public boolean imported = false; field in class:Rule
  /external/mesa3d/src/glx/
glxclient.h 284 GLboolean imported; member in struct:glx_context
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.1/
javawriter-2.5.1.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 1207 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 

Completed in 666 milliseconds

1 2 3 4 5 6 7