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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XSLTVisitor.java 38 * @param elem The xsl instruction element object.
41 public boolean visitInstruction(ElemTemplateElement elem)
49 * @param elem The xsl instruction element object.
52 public boolean visitStylesheet(ElemTemplateElement elem)
61 * @param elem The xsl instruction element object.
64 public boolean visitTopLevelInstruction(ElemTemplateElement elem)
72 * @param elem The xsl instruction element object.
75 public boolean visitTopLevelVariableOrParamDecl(ElemTemplateElement elem)
84 * @param elem The xsl instruction element object.
87 public boolean visitVariableOrParamDecl(ElemVariable elem)
    [all...]
  /external/mesa3d/src/util/
simple_list.h 52 * \param elem element to remove.
54 #define remove_from_list(elem) \
56 (elem)->next->prev = (elem)->prev; \
57 (elem)->prev->next = (elem)->next; \
58 make_empty_list(elem); \
65 * \param elem element to insert.
67 #define insert_at_head(list, elem) \
69 (elem)->prev = list;
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
call_stack.hpp 62 context* elem = next_; local
63 while (elem)
65 if (elem->key_ == key_)
66 return elem->value_;
67 elem = elem->next_;
91 context* elem = top_; local
92 while (elem)
94 if (elem->key_ == k)
95 return elem->value_
104 context* elem = top_; local
    [all...]
  /external/tcpdump/
print-snmp.c 420 register const u_char *p, u_int len, struct be *elem)
425 elem->asnlen = 0;
426 elem->type = BE_ANY;
449 elem->form = form;
450 elem->class = class;
451 elem->id = id;
483 elem->id = id = (id << 7) | *p;
493 elem->asnlen = *p;
495 if (elem->asnlen & ASN_BIT8) {
496 uint32_t noct = elem->asnlen % ASN_BIT8
867 struct be elem; local
1225 struct be elem; local
1322 struct be elem; local
1399 struct be elem; local
1552 struct be elem; local
1608 struct be elem; local
1642 struct be elem; local
1742 struct be elem; local
1879 struct be elem; local
    [all...]
  /external/grpc-grpc/src/core/lib/iomgr/
buffer_list.cc 68 TracedBuffer* elem = *head; local
70 while (elem != nullptr) {
73 if (serr->ee_data >= elem->seq_no_) {
76 fill_gpr_from_timestamp(&(elem->ts_.scheduled_time), &(tss->ts[0]));
77 elem = elem->next_;
80 fill_gpr_from_timestamp(&(elem->ts_.sent_time), &(tss->ts[0]));
81 elem = elem->next_;
84 fill_gpr_from_timestamp(&(elem->ts_.acked_time), &(tss->ts[0]))
104 TracedBuffer* elem = *head; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorTemplate.java 39 * @param elem Must be a non-null reference to a {@link org.apache.xalan.templates.ElemTemplate} object.
45 StylesheetHandler handler, ElemTemplateElement elem)
49 super.appendAndPush(handler, elem);
50 elem.setDOMBackPointer(handler.getOriginatingNode());
51 handler.getStylesheet().setTemplate((ElemTemplate) elem);
ProcessorExsltFunction.java 95 StylesheetHandler handler, ElemTemplateElement elem)
98 //System.out.println("ProcessorFunction appendAndPush()" + elem);
99 super.appendAndPush(handler, elem);
101 elem.setDOMBackPointer(handler.getOriginatingNode());
102 handler.getStylesheet().setTemplate((ElemTemplate) elem);
122 public void validate(ElemTemplateElement elem, StylesheetHandler handler)
126 while (elem != null)
128 //System.out.println("elem " + elem);
129 if (elem instanceof ElemExsltFuncResult
    [all...]
  /external/autotest/frontend/client/src/autotest/common/
DomUtils.java 6 public static void clearDomChildren(Element elem) {
7 Element child = elem.getFirstChildElement();
10 elem.removeChild(child);
  /external/mdnsresponder/mDNSShared/
GenLinkedList.c 46 void AddToTail( GenLinkedList *pList, void *elem)
50 ASSIGNLINK( pList->Tail, elem, pList->LinkOffset);
52 pList->Head = elem;
53 ASSIGNLINK( elem, NULL, pList->LinkOffset);
55 pList->Tail = elem;
59 void AddToHead( GenLinkedList *pList, void *elem)
62 ASSIGNLINK( elem, pList->Head, pList->LinkOffset);
64 pList->Tail = elem;
66 pList->Head = elem;
70 int RemoveFromList( GenLinkedList *pList, void *elem)
239 AssignOffsetLink( GetTailPtr( pList), elem, pList->LinkOffset); local
    [all...]
GenLinkedList.h 36 void AddToHead( GenLinkedList *pList, void *elem);
37 void AddToTail( GenLinkedList *pList, void *elem);
39 int RemoveFromList( GenLinkedList *pList, void *elem);
58 void DLLAddToHead( GenDoubleLinkedList *pList, void *elem);
60 void DLLRemoveFromList( GenDoubleLinkedList *pList, void *elem);
80 void *GetOffsetLink( GenLinkedOffsetList *pList, void *elem);
82 void OffsetAddToHead( GenLinkedOffsetList *pList, void *elem);
83 void OffsetAddToTail( GenLinkedOffsetList *pList, void *elem);
85 int OffsetRemoveFromList( GenLinkedOffsetList *pList, void *elem);
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel.h 44 grpc_channel_element* elem, grpc_core::ChildRefsList* child_subchannels,
48 grpc_channel_element* elem, int try_to_connect);
51 grpc_channel_element* elem);
54 grpc_channel_element* elem, grpc_polling_entity pollent,
60 grpc_call_element* elem);
  /external/python/cpython3/Lib/xml/etree/
ElementPath.py 99 for elem in result:
100 for e in elem:
107 for elem in result:
108 yield from elem
128 for elem in result:
129 for e in elem.iter(tag):
130 if e is not elem:
139 for elem in result:
140 if elem in parent_map:
141 parent = parent_map[elem]
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
means_yuvx_444_1d_to_single.rs 36 yuvx_444 elem = rsGetElementAt_yuvx_444(mInput, i);
38 LOGD("elem", elem);
41 sum.x += elem.x;
42 sum.y += elem.y;
43 sum.z += elem.z;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementPath.py 99 for elem in result:
100 for e in elem:
107 for elem in result:
108 for e in elem:
114 for elem in result:
115 yield elem
127 for elem in result:
128 for e in elem.iter(tag):
129 if e is not elem:
138 for elem in result:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementPath.py 99 for elem in result:
100 for e in elem:
107 for elem in result:
108 for e in elem:
114 for elem in result:
115 yield elem
127 for elem in result:
128 for e in elem.iter(tag):
129 if e is not elem:
138 for elem in result:
    [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementPath.py 99 for elem in result:
100 for e in elem:
107 for elem in result:
108 for e in elem:
114 for elem in result:
115 yield elem
127 for elem in result:
128 for e in elem.iter(tag):
129 if e is not elem:
138 for elem in result
    [all...]
  /external/grpc-grpc/tools/codegen/core/
gen_static_metadata.py 192 def mangle(elem, name=None):
231 if isinstance(elem, tuple):
232 return '%s%s_%s' % (n('mdelem'), m0(elem[0]), m0(elem[1]))
234 return '%s%s' % (n('mdstr'), m0(elem))
238 def fake_hash(elem):
239 return hashlib.md5(elem).hexdigest()[0:8]
258 for elem in METADATA_BATCH_CALLOUTS:
259 if elem not in all_strs:
260 all_strs.append(elem)
289 elem = ('accept-encoding', val) variable
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-template-member.cpp 46 // CHECK: [[VIRT_TEMP:![0-9]+]] = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "virt<elem>"
52 // CHECK: [[ELEM:![0-9]+]] = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "elem"
56 // CHECK: [[ELEM_X]] = !DIDerivedType(tag: DW_TAG_member, name: "x", scope: [[ELEM]]
60 // CHECK: [[VIRT_T]] = !DITemplateTypeParameter(name: "T", type: [[ELEM]])
87 struct elem { struct
88 static virt<elem> x; // ensure that completing 'elem' will require/completing 'virt<elem>'
91 elem e; // ensure 'elem' is required to be complete when it is emitted as a template argument for 'virt (…)
    [all...]
  /external/grpc-grpc/src/core/ext/filters/deadline/
deadline_filter.h 50 // elem->call_data is a grpc_deadline_state.
53 // assumes elem->call_data is zero'd
54 void grpc_deadline_state_init(grpc_call_element* elem,
59 void grpc_deadline_state_destroy(grpc_call_element* elem);
70 void grpc_deadline_state_reset(grpc_call_element* elem,
82 grpc_call_element* elem, grpc_transport_stream_op_batch* op);
  /external/grpc-grpc/src/cpp/ext/filters/census/
channel_filter.cc 25 grpc_error* CensusChannelData::Init(grpc_channel_element* elem,
  /device/google/contexthub/firmware/os/algos/common/math/
mat.c 48 memset(A->elem, 0.0f, sizeof(A->elem));
58 A->elem[i][i] = x;
68 A->elem[0][0] = v1->x;
69 A->elem[0][1] = v2->x;
70 A->elem[0][2] = v3->x;
72 A->elem[1][0] = v1->y;
73 A->elem[1][1] = v2->y;
74 A->elem[1][2] = v3->y;
76 A->elem[2][0] = v1->z
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_structtree.cpp 79 CPDF_StructElement* elem = ToStructTreeElement(struct_element); local
80 return (elem && elem->GetDict())
81 ? WideStringToBuffer(elem->GetDict()->GetUnicodeTextFor("Alt"),
88 CPDF_StructElement* elem = ToStructTreeElement(struct_element); local
90 (elem && elem->GetDict()) ? elem->GetDict()->GetObjectFor("K") : nullptr;
98 CPDF_StructElement* elem = ToStructTreeElement(struct_element); local
99 return elem ? WideStringToBuffer(elem->GetType().UTF8Decode(), buffer, buflen
107 CPDF_StructElement* elem = ToStructTreeElement(struct_element); local
115 CPDF_StructElement* elem = ToStructTreeElement(struct_element); local
126 CPDF_StructElement* elem = ToStructTreeElement(struct_element); local
    [all...]
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/separate/
SeparateBaseClass.java 29 protected boolean contains(T elem) {
30 return list.contains(elem);
  /external/grpc-grpc/src/cpp/common/
channel_filter.cc 43 void ChannelData::StartTransportOp(grpc_channel_element* elem,
45 grpc_channel_next_op(elem, op->op());
48 void ChannelData::GetInfo(grpc_channel_element* elem,
50 grpc_channel_next_get_info(elem, channel_info);
55 void CallData::StartTransportStreamOpBatch(grpc_call_element* elem,
57 grpc_call_next_op(elem, op->op());
60 void CallData::SetPollsetOrPollsetSet(grpc_call_element* elem,
62 grpc_call_stack_ignore_set_pollset_or_pollset_set(elem, pollent);
  /cts/tools/utils/
android_api_description_splitter.py 97 for elem in elemlist:
98 elem = self.__trimElem(elem)
99 self.__generateFile(elem)
103 def __trimElem(self, elem):
105 for child in elem.childNodes:
111 elem.removeChild(child)
117 return elem
120 def __generateFile(self, elem):
123 filename = os.path.join(self.out, elem.getAttribute("name").replace(".", "_").lower() + ".xml")
    [all...]

Completed in 2769 milliseconds

1 2 3 4 5 6 7 8 91011>>