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

1 2 3 4 5 6 7 8 9

  /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;
220 if (bo->imported)
272 bo->imported = 0;
289 int imported = bo->imported; local
296 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/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));
  /external/libmojo/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc 36 class ImportedInterfaceImpl : public imported::ImportedInterface {
39 InterfaceRequest<imported::ImportedInterface> request,
140 // methods are generated with the correct argument types for imported
143 InterfaceRequest<imported::ImportedInterface> imported,
146 imported::ImportedInterfacePtr imported,
211 imported::ImportedInterfacePtr imported; local
213 ImportedInterfaceImpl imported_impl(GetProxy(&imported),
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
SharedPreferenceUtil.java 169 final Set<String> imported = new HashSet<>(getImportedSims(context)); local
177 imported.add(id);
179 imported.remove(id);
188 .putStringSet(PREFERENCE_KEY_IMPORTED_SIM_CARDS, imported)
194 final Set<String> imported = getImportedSims(context); local
198 result.add(sim.withImportAndDismissStates(imported.contains(sim.getSimId()),
  /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 286 ResponseCode imported = local
291 if (imported == ResponseCode::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
  /external/v8/src/wasm/
wasm-module.h 115 bool imported; member in struct:v8::internal::wasm::WasmFunction
125 bool imported; // true if imported. member in struct:v8::internal::wasm::WasmGlobal
143 bool imported; // true if imported. member in struct:v8::internal::wasm::WasmIndirectFunctionTable
188 bool has_memory = false; // true if the memory was defined or imported
198 uint32_t num_imported_functions = 0; // number of imported functions.
  /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...]

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 9