Home
last modified time | relevance | path

Searched defs:elem (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DXSLTVisitor.java41 public boolean visitInstruction(ElemTemplateElement elem) in visitInstruction()
52 public boolean visitStylesheet(ElemTemplateElement elem) in visitStylesheet()
64 public boolean visitTopLevelInstruction(ElemTemplateElement elem) in visitTopLevelInstruction()
75 public boolean visitTopLevelVariableOrParamDecl(ElemTemplateElement elem) in visitTopLevelVariableOrParamDecl()
87 public boolean visitVariableOrParamDecl(ElemVariable elem) in visitVariableOrParamDecl()
98 public boolean visitLiteralResultElement(ElemLiteralResult elem) in visitLiteralResultElement()
109 public boolean visitAVT(AVT elem) in visitAVT()
120 public boolean visitExtensionElement(ElemExtensionCall elem) in visitExtensionElement()
/external/mesa3d/src/util/
Dsimple_list.h54 #define remove_from_list(elem) \ argument
67 #define insert_at_head(list, elem) \ argument
81 #define insert_at_tail(list, elem) \ argument
95 #define move_to_head(list, elem) \ argument
107 #define move_to_tail(list, elem) \ argument
149 #define next_elem(elem) ((elem)->next) argument
158 #define prev_elem(elem) ((elem)->prev) argument
168 #define at_end(list, elem) ((elem) == (list)) argument
/external/grpc-grpc/src/core/ext/filters/deadline/
Ddeadline_filter.cc50 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); in send_cancel_op_in_call_combiner() local
63 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); in timer_callback() local
86 static void start_timer_if_needed(grpc_call_element* elem, in start_timer_if_needed()
156 grpc_call_element* elem; member
180 void grpc_deadline_state_init(grpc_call_element* elem, in grpc_deadline_state_init()
209 void grpc_deadline_state_destroy(grpc_call_element* elem) { in grpc_deadline_state_destroy()
215 void grpc_deadline_state_reset(grpc_call_element* elem, in grpc_deadline_state_reset()
224 grpc_call_element* elem, grpc_transport_stream_op_batch* op) { in grpc_deadline_state_client_start_transport_stream_op_batch()
243 static grpc_error* init_channel_elem(grpc_channel_element* elem, in init_channel_elem()
250 static void destroy_channel_elem(grpc_channel_element* elem) {} in destroy_channel_elem()
[all …]
/external/grpc-grpc/src/core/lib/surface/
Dlame_client.cc54 static void fill_metadata(grpc_call_element* elem, grpc_metadata_batch* mdb) { in fill_metadata()
80 grpc_call_element* elem, grpc_transport_stream_op_batch* op) { in lame_start_transport_stream_op_batch()
94 static void lame_get_channel_info(grpc_channel_element* elem, in lame_get_channel_info()
97 static void lame_start_transport_op(grpc_channel_element* elem, in lame_start_transport_op()
120 static grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem()
127 static void destroy_call_elem(grpc_call_element* elem, in destroy_call_elem()
133 static grpc_error* init_channel_elem(grpc_channel_element* elem, in init_channel_elem()
140 static void destroy_channel_elem(grpc_channel_element* elem) {} in destroy_channel_elem()
166 grpc_channel_element* elem; in grpc_lame_client_channel_create() local
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DFoundOnImplementsValidator.java30 public void init(Element elem, Element p) { in init()
51 final public Void visitVariable(VariableElement elem, Element parent) { in visitVariable()
55 public Void visitVariable(VariableElement elem, TypeElement parent) { in visitVariable()
60 final public Void visitExecutable(ExecutableElement elem, Element parent) { in visitExecutable()
64 public Void visitExecutable(ExecutableElement elem, TypeElement parent) { in visitExecutable()
/external/mdnsresponder/mDNSShared/
DGenLinkedList.c46 void AddToTail( GenLinkedList *pList, void *elem) in AddToTail()
59 void AddToHead( GenLinkedList *pList, void *elem) in AddToHead()
70 int RemoveFromList( GenLinkedList *pList, void *elem) in RemoveFromList()
140 void DLLAddToHead( GenDoubleLinkedList *pList, void *elem) in DLLAddToHead()
160 void DLLRemoveFromList( GenDoubleLinkedList *pList, void *elem) in DLLRemoveFromList()
194 static void AssignOffsetLink( void *elem, void *link, size_t linkOffset) in AssignOffsetLink()
215 void *GetOffsetLink( GenLinkedOffsetList *pList, void *elem) in GetOffsetLink()
235 void OffsetAddToTail( GenLinkedOffsetList *pList, void *elem) in OffsetAddToTail()
248 void OffsetAddToHead( GenLinkedOffsetList *pList, void *elem) in OffsetAddToHead()
259 int OffsetRemoveFromList( GenLinkedOffsetList *pList, void *elem) in OffsetRemoveFromList()
/external/grpc-grpc/test/core/channel/
Dchannel_stack_builder_test.cc32 static grpc_error* channel_init_func(grpc_channel_element* elem, in channel_init_func()
37 static grpc_error* call_init_func(grpc_call_element* elem, in call_init_func()
42 static void channel_destroy_func(grpc_channel_element* elem) {} in channel_destroy_func()
44 static void call_destroy_func(grpc_call_element* elem, in call_destroy_func()
48 static void call_func(grpc_call_element* elem, in call_func()
51 static void channel_func(grpc_channel_element* elem, grpc_transport_op* op) { in channel_func()
61 grpc_channel_element* elem, void* arg) { in set_arg_once_fn()
Dchannel_stack_test.cc30 static grpc_error* channel_init_func(grpc_channel_element* elem, in channel_init_func()
42 static grpc_error* call_init_func(grpc_call_element* elem, in call_init_func()
49 static void channel_destroy_func(grpc_channel_element* elem) {} in channel_destroy_func()
51 static void call_destroy_func(grpc_call_element* elem, in call_destroy_func()
57 static void call_func(grpc_call_element* elem, in call_func()
62 static void channel_func(grpc_channel_element* elem, grpc_transport_op* op) { in channel_func()
/external/grpc-grpc/src/cpp/common/
Dchannel_filter.h93 explicit const_iterator(grpc_linked_mdelem* elem) : elem_(elem) {} in const_iterator()
239 virtual grpc_error* Init(grpc_channel_element* elem, in Init()
245 virtual void Destroy(grpc_channel_element* elem) {} in Destroy()
262 virtual grpc_error* Init(grpc_call_element* elem, in Init()
268 virtual void Destroy(grpc_call_element* elem, in Destroy()
291 static grpc_error* InitChannelElement(grpc_channel_element* elem, in InitChannelElement()
298 static void DestroyChannelElement(grpc_channel_element* elem) { in DestroyChannelElement()
305 static void StartTransportOp(grpc_channel_element* elem, in StartTransportOp()
313 static void GetChannelInfo(grpc_channel_element* elem, in GetChannelInfo()
322 static grpc_error* InitCallElement(grpc_call_element* elem, in InitCallElement()
[all …]
Dchannel_filter.cc43 void ChannelData::StartTransportOp(grpc_channel_element* elem, in StartTransportOp()
48 void ChannelData::GetInfo(grpc_channel_element* elem, in GetInfo()
55 void CallData::StartTransportStreamOpBatch(grpc_call_element* elem, in StartTransportStreamOpBatch()
60 void CallData::SetPollsetOrPollsetSet(grpc_call_element* elem, in SetPollsetOrPollsetSet()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DVisitorList.java57 public boolean add(N elem) { in add()
62 public void add(int index, N elem) { in add()
95 public boolean contains(Object elem) { in contains()
113 public int indexOf(Object elem) { in indexOf()
145 public int lastIndexOf(Object elem) { in lastIndexOf()
175 public void add(N elem) { in listIterator()
200 public void set(N elem) { in listIterator()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js1642 hasData: function( elem ) { argument
1647 data: function( elem, name, data, pvt /* Internal Use Only */ ) { argument
1748 removeData: function( elem, name, pvt /* Internal Use Only */ ) { argument
1846 _data: function( elem, name, data ) { argument
1851 acceptData: function( elem ) { argument
1931 function dataAttr( elem, key, data ) { argument
1980 function handleQueueMarkDefer( elem, type, src ) { argument
2002 _mark: function( elem, type ) { argument
2009 _unmark: function( force, elem, type ) { argument
2028 queue: function( elem, type, data ) { argument
[all …]
/external/python/httplib2/doc/html/_static/
Djquery.js160 index: function( elem ) { argument
253 return this.domManip(arguments, true, function(elem){ argument
260 return this.domManip(arguments, true, function(elem){ argument
267 return this.domManip(arguments, false, function(elem){ argument
273 return this.domManip(arguments, false, function(elem){ argument
295 return this.pushStack( jQuery.unique(jQuery.map(this, function(elem){ argument
352 jQuery.grep(this, function(elem, i){ argument
356 jQuery.multiFilter( selector, jQuery.grep(this, function(elem){ argument
505 return this.pushStack( jQuery.map(this, function(elem, i){ argument
531 function root( elem, cur ) { argument
[all …]
/external/grpc-grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc76 static grpc_error* hs_filter_outgoing_metadata(grpc_call_element* elem, in hs_filter_outgoing_metadata()
101 static grpc_error* hs_filter_incoming_metadata(grpc_call_element* elem, in hs_filter_incoming_metadata()
279 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); in hs_recv_initial_metadata_ready() local
308 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); in hs_recv_message_ready() local
332 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); in hs_recv_trailing_metadata_ready() local
340 static grpc_error* hs_mutate_op(grpc_call_element* elem, in hs_mutate_op()
401 grpc_call_element* elem, grpc_transport_stream_op_batch* op) { in hs_start_transport_stream_op_batch()
414 static grpc_error* hs_init_call_elem(grpc_call_element* elem, in hs_init_call_elem()
430 static void hs_destroy_call_elem(grpc_call_element* elem, in hs_destroy_call_elem()
441 static grpc_error* hs_init_channel_elem(grpc_channel_element* elem, in hs_init_channel_elem()
[all …]
/external/grpc-grpc/src/core/ext/filters/http/message_compress/
Dmessage_compress_filter.cc85 static bool skip_compression(grpc_call_element* elem, uint32_t flags, in skip_compression()
108 grpc_call_element* elem, grpc_metadata_batch* initial_metadata, in process_send_initial_metadata()
201 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); in send_message_on_complete() local
208 static void send_message_batch_continue(grpc_call_element* elem) { in send_message_batch_continue()
219 static void finish_send_message(grpc_call_element* elem) { in finish_send_message()
293 static void continue_reading_send_message(grpc_call_element* elem) { in continue_reading_send_message()
314 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); in on_send_message_next_done() local
337 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); in start_send_message_batch() local
351 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in compress_start_transport_stream_op_batch()
425 static grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem()
[all …]
/external/grpc-grpc/src/cpp/ext/filters/census/
Dclient_filter.cc52 grpc_call_element* elem = reinterpret_cast<grpc_call_element*>(user_data); in OnDoneRecvTrailingMetadataCb() local
67 grpc_call_element* elem = reinterpret_cast<grpc_call_element*>(user_data); in OnDoneRecvMessageCb() local
82 grpc_call_element* elem, TransportStreamOpBatch* op) { in StartTransportStreamOpBatch()
131 grpc_error* CensusClientCallData::Init(grpc_call_element* elem, in Init()
145 void CensusClientCallData::Destroy(grpc_call_element* elem, in Destroy()
Dserver_filter.cc66 grpc_call_element* elem = reinterpret_cast<grpc_call_element*>(user_data); in OnDoneRecvMessageCb() local
82 grpc_call_element* elem = reinterpret_cast<grpc_call_element*>(user_data); in OnDoneRecvInitialMetadataCb() local
129 grpc_call_element* elem, TransportStreamOpBatch* op) { in StartTransportStreamOpBatch()
165 grpc_error* CensusServerCallData::Init(grpc_call_element* elem, in Init()
179 void CensusServerCallData::Destroy(grpc_call_element* elem, in Destroy()
/external/grpc-grpc/src/core/lib/channel/
Dconnected_channel.cc101 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in con_start_transport_stream_op_batch()
140 static void con_start_transport_op(grpc_channel_element* elem, in con_start_transport_op()
147 static grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem()
160 static void set_pollset_or_pollset_set(grpc_call_element* elem, in set_pollset_or_pollset_set()
169 static void destroy_call_elem(grpc_call_element* elem, in destroy_call_elem()
180 static grpc_error* init_channel_elem(grpc_channel_element* elem, in init_channel_elem()
189 static void destroy_channel_elem(grpc_channel_element* elem) { in destroy_channel_elem()
197 static void con_get_channel_info(grpc_channel_element* elem, in con_get_channel_info()
215 grpc_channel_element* elem, void* t) { in bind_transport()
240 grpc_stream* grpc_connected_channel_get_stream(grpc_call_element* elem) { in grpc_connected_channel_get_stream()
/external/pdfium/fpdfsdk/
Dfpdf_structtree.cpp79 CPDF_StructElement* elem = ToStructTreeElement(struct_element); in FPDF_StructElement_GetAltText() local
88 CPDF_StructElement* elem = ToStructTreeElement(struct_element); in FPDF_StructElement_GetMarkedContentID() local
98 CPDF_StructElement* elem = ToStructTreeElement(struct_element); in FPDF_StructElement_GetType() local
107 CPDF_StructElement* elem = ToStructTreeElement(struct_element); in FPDF_StructElement_GetTitle() local
115 CPDF_StructElement* elem = ToStructTreeElement(struct_element); in FPDF_StructElement_CountChildren() local
126 CPDF_StructElement* elem = ToStructTreeElement(struct_element); in FPDF_StructElement_GetChildAtIndex() local
/external/grpc-grpc/src/core/lib/security/transport/
Dserver_auth_filter.cc84 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); in remove_consumed_md() local
96 static void on_md_processing_done_inner(grpc_call_element* elem, in on_md_processing_done_inner()
126 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); in on_md_processing_done() local
154 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); in cancel_call() local
166 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); in recv_initial_metadata_ready() local
192 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); in recv_trailing_metadata_ready() local
199 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in auth_start_transport_stream_op_batch()
219 static grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem()
248 static void destroy_call_elem(grpc_call_element* elem, in destroy_call_elem()
256 static grpc_error* init_channel_elem(grpc_channel_element* elem, in init_channel_elem()
[all …]
Dclient_auth_filter.cc99 grpc_call_element* elem = in on_credentials_metadata() local
164 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); in cancel_get_request_metadata() local
172 static void send_security_metadata(grpc_call_element* elem, in send_security_metadata()
235 grpc_call_element* elem = in on_host_checked() local
258 grpc_call_element* elem = static_cast<grpc_call_element*>(arg); in cancel_check_call_host() local
269 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in auth_start_transport_stream_op_batch()
334 static grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem()
345 static void set_pollset_or_pollset_set(grpc_call_element* elem, in set_pollset_or_pollset_set()
352 static void destroy_call_elem(grpc_call_element* elem, in destroy_call_elem()
364 static grpc_error* init_channel_elem(grpc_channel_element* elem, in init_channel_elem()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dclient_load_reporting_filter.cc30 static grpc_error* init_channel_elem(grpc_channel_element* elem, in init_channel_elem()
35 static void destroy_channel_elem(grpc_channel_element* elem) {} in destroy_channel_elem()
71 static grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem()
86 static void destroy_call_elem(grpc_call_element* elem, in destroy_call_elem()
103 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in start_transport_stream_op_batch()
/external/deqp/framework/delibs/decpp/
DdeThreadSafeRingBuffer.hpp83 inline void ThreadSafeRingBuffer<T>::pushFrontInternal (const T& elem) in pushFrontInternal()
98 void ThreadSafeRingBuffer<T>::pushFront (const T& elem) in pushFront()
108 bool ThreadSafeRingBuffer<T>::tryPushFront (const T& elem) in tryPushFront()
130 T elem = popBackInternal(); in popBack() local
/external/grpc-grpc/src/core/ext/filters/http/
Dclient_authority_filter.cc51 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in authority_start_transport_stream_op_batch()
76 grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem()
84 void destroy_call_elem(grpc_call_element* elem, in destroy_call_elem()
89 grpc_error* init_channel_elem(grpc_channel_element* elem, in init_channel_elem()
112 void destroy_channel_elem(grpc_channel_element* elem) { in destroy_channel_elem()
/external/grpc-grpc/src/core/ext/filters/workarounds/
Dworkaround_cronet_compression_filter.cc58 grpc_call_element* elem = static_cast<grpc_call_element*>(user_data); in recv_initial_metadata_ready() local
79 grpc_call_element* elem, grpc_transport_stream_op_batch* op) { in start_transport_stream_op_batch()
107 static grpc_error* init_call_elem(grpc_call_element* elem, in init_call_elem()
119 static void destroy_call_elem(grpc_call_element* elem, in destroy_call_elem()
124 static grpc_error* init_channel_elem(grpc_channel_element* elem, in init_channel_elem()
130 static void destroy_channel_elem(grpc_channel_element* elem) {} in destroy_channel_elem()

12345678910>>...18