Searched refs:elem (Results 226 - 250 of 637) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplateElement.java262 ElemTemplateElement elem = (ElemTemplateElement) newChild;
266 m_firstChild = elem;
272 last.m_nextSibling = elem;
275 elem.m_parentNode = this;
288 * @param elem Child to be added to child list
292 public ElemTemplateElement appendChild(ElemTemplateElement elem) argument
295 if (null == elem)
302 m_firstChild = elem;
308 last.m_nextSibling = elem;
311 elem
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c72 VALUE elem = native_slot_get(field_type, field_type_class, mem); local
73 rb_ary_push(ary, elem);
174 void* elem = RepeatedField_memoryat(self, i, element_size); local
175 native_slot_init(field_type, elem);
382 VALUE elem = native_slot_get(field_type, self->field_type_class, mem); local
383 rb_ary_push(ary, elem);
454 VALUE elem = native_slot_get(field_type, field_type_class, mem); local
457 rb_funcall(elem, rb_intern("hash"), 0));
476 VALUE elem = rb_ary_entry(list, i); local
477 RepeatedField_push(dupped, elem);
[all...]
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py33 elem: An xml ElementTree object holding the preference data.
40 def __init__(self, elem):
41 if elem.tag != type(self).tag_name:
43 (elem.get('name'), elem.tag, type(self).tag_name))
44 self._elem = elem
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py29 elem: An xml ElementTree object holding the preference data.
36 def __init__(self, elem):
37 if elem.tag != type(self).tag_name:
39 (elem.get('name'), elem.tag, type(self).tag_name))
40 self._elem = elem
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c304 LLVMValueRef elem; local
307 elem = LLVMConstInt(elem_type, util_float_to_half((float)val), 0);
309 elem = LLVMConstReal(elem_type, val);
314 elem = LLVMConstInt(elem_type, (long long) round(val*dscale), 0);
317 return elem;
/external/libxml2/
H A Dtree.c2998 * @elem: the new node
3000 * Add a new node @elem as the next sibling of @cur
3003 * As a result of text merging @elem may be freed.
3010 xmlAddNextSibling(xmlNodePtr cur, xmlNodePtr elem) { argument
3018 if ((elem == NULL) || (elem->type == XML_NAMESPACE_DECL)) {
3021 "xmlAddNextSibling : elem == NULL\n");
3026 if (cur == elem) {
3029 "xmlAddNextSibling : cur == elem\n");
3034 xmlUnlinkNode(elem);
3088 xmlAddPrevSibling(xmlNodePtr cur, xmlNodePtr elem) argument
3164 xmlAddSibling(xmlNodePtr cur, xmlNodePtr elem) argument
8518 xmlDOMWrapNSNormDeclareNsForced(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *nsName, const xmlChar *prefix, int checkShadow) argument
8597 xmlDOMWrapNSNormAquireNormalizedNs(xmlDocPtr doc, xmlNodePtr elem, xmlNsPtr ns, xmlNsPtr *retNs, xmlNsMapPtr *nsMap, int depth, int ancestorsOnly, int prefixed) argument
8739 xmlDOMWrapReconcileNamespaces(xmlDOMWrapCtxtPtr ctxt ATTRIBUTE_UNUSED, xmlNodePtr elem, int options) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DTreeMultiset.java177 int cmp = comparator().compare(range.getLowerEndpoint(), node.elem);
199 int cmp = comparator().compare(range.getUpperEndpoint(), node.elem);
520 @Nullable private final E elem; field in class:TreeMultiset.AvlNode
533 AvlNode(@Nullable E elem, int elemCount) { argument
535 this.elem = elem;
545 int cmp = comparator.compare(e, elem);
578 int cmp = comparator.compare(e, elem);
619 int cmp = comparator.compare(e, elem);
670 int cmp = comparator.compare(e, elem);
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java173 int cmp = comparator().compare(range.getLowerEndpoint(), node.elem);
195 int cmp = comparator().compare(range.getUpperEndpoint(), node.elem);
516 @Nullable private final E elem; field in class:TreeMultiset.AvlNode
529 AvlNode(@Nullable E elem, int elemCount) { argument
531 this.elem = elem;
541 int cmp = comparator.compare(e, elem);
574 int cmp = comparator.compare(e, elem);
615 int cmp = comparator.compare(e, elem);
666 int cmp = comparator.compare(e, elem);
[all...]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dcompat.c632 const char *elem, *field; local
636 if (!ExprResolveLhs(info->ctx, stmt->name, &elem, &field, &ndx))
638 else if (elem && istreq(elem, "interpret"))
641 else if (elem && istreq(elem, "indicator"))
646 elem, field, ndx, stmt->value);
654 const char *elem, *field; local
666 ok = ExprResolveLhs(info->ctx, def->name, &elem, &field, &arrayNdx);
725 const char *elem, *fiel local
[all...]
/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py958 for i, elem in enumerate(list_or_tuple):
959 if ops.is_dense_tensor_like(elem):
960 if dtype is not None and elem.dtype.base_dtype != dtype:
962 "%s to %s (Tensor is: %r)" % (elem.dtype, dtype,
963 elem))
964 converted_elems.append(elem)
966 elif isinstance(elem, (list, tuple)):
967 converted_elem = _autopacking_helper(elem, dtype, str(i))
972 converted_elems.append(elem)
975 for i, elem i
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DASTParser.stg74 <listLabel(elem=label,...)>
81 <listLabel(elem=label,...)>
88 <listLabel(elem=label,...)>
H A DASTTreeParser.stg151 <listLabel(elem=label,...)>
173 <listLabel(elem=label,...)>
256 <super.listLabelAST(elem=label,...)>
271 <super.listLabelAST(elem=label,...)>
/external/icu/icu4c/source/common/
H A Duvector.cpp133 void UVector::addElement(int32_t elem, UErrorCode &status) { argument
136 elements[count].integer = elem;
151 void UVector::setElementAt(int32_t elem, int32_t index) { argument
158 elements[index].integer = elem;
175 void UVector::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { argument
182 elements[index].integer = elem;
/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp343 CFX_XMLElement* elem = SetValue(eAttr, XFA_AttributeType::Boolean, local
345 if (elem)
346 elem->SetString(CXFA_Node::AttributeToName(eAttr), bValue ? L"1" : L"0");
355 CFX_XMLElement* elem = SetValue(eAttr, XFA_AttributeType::Integer, local
357 if (elem) {
358 elem->SetString(CXFA_Node::AttributeToName(eAttr),
397 CFX_XMLElement* elem = SetValue(eAttr, XFA_AttributeType::Enum, local
399 if (elem) {
400 elem->SetString(CXFA_Node::AttributeToName(eAttr),
478 auto* elem local
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py275 new_values = [self._type_checker.CheckValue(elem) for elem in elem_seq_iter]
287 def remove(self, elem):
289 self._values.remove(elem)
399 def remove(self, elem):
401 self._values.remove(elem)
/external/tensorflow/tensorflow/python/platform/
H A Dbase.i86 T elem;
87 bool success = convert(item, &elem);
93 if (out) out->push_back(elem);
/external/v8/src/ast/
H A Dmodules.cc244 for (const auto& elem : regular_imports_) {
245 Entry* entry = elem.second;
281 for (const auto& elem : regular_exports_) {
282 duplicate = BetterDuplicate(elem.second, export_names, duplicate);
309 for (const auto& elem : regular_exports_) {
310 const Entry* entry = elem.second;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DASTTreeParser.stg134 <listLabel(elem=label,...)>
156 <listLabel(elem=label,...)>
236 <listLabel(elem=label+".tree",...)>
251 <listLabel(elem=label+".tree",...)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DASTTreeParser.stg150 <listLabel(elem=label,...)>
177 <listLabel(elem=label,...)>
242 <listLabel(elem=label+".Tree",...)>
257 <listLabel(elem=label+".Tree",...)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
H A DASTTreeParser.stg106 <listLabel(elem=label,...)>
128 <listLabel(elem=label,...)>
193 <listLabel(elem=label+".getTree()",...)>
208 <listLabel(elem=label+".getTree()",...)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DASTTreeParser.stg135 <listLabel(elem=label,...)>
157 <listLabel(elem=label,...)>
222 <listLabel(elem=label+".getTree()",...)>
237 <listLabel(elem=label+".getTree()",...)>
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java843 * @param elem Element to be examined.
849 public String getExpandedElementName(Element elem) argument
852 String namespace = getNamespaceOfNode(elem);
855 ? namespace + ":" + getLocalNameOfNode(elem)
856 : getLocalNameOfNode(elem);
1186 * @param elem Element whose subtree is to be searched for this Attr
1194 private static Node locateAttrParent(Element elem, Node attr) argument
1204 Attr check=elem.getAttributeNode(attr.getNodeName());
1206 parent = elem;
1210 for (Node node = elem
[all...]
/external/clang/www/analyzer/scripts/
H A Dexpandcollapse.js119 function isElemTopVisible(elem) {
124 elemRect = elem.getBoundingClientRect(),
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp37 inline void EmitByte(uint8_t elem) { argument
38 Vec[Pos] = elem;
/external/parameter-framework/upstream/tools/clientSimulator/
H A DpfClientSimulator.py204 for elem in args.scenario:
205 scenarioOptions[elem][1]()

Completed in 2476 milliseconds

1234567891011>>