/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/concurrent_queues/ |
D | sync_bounded_queue.hpp | 176 inline void pull(value_type& elem, unique_lock<mutex>& lk) in pull() 184 value_type elem = boost::move(data_[out_]); in pull() local 197 inline void pull_front(value_type& elem, unique_lock<mutex>& lk) in pull_front() 205 value_type elem = boost::move(data_[out_]); in pull_front() local 217 inline void push_at(const value_type& elem, size_type in_p_1, unique_lock<mutex>& lk) in push_at() 223 …inline void push_at(BOOST_THREAD_RV_REF(value_type) elem, size_type in_p_1, unique_lock<mutex>& lk) in push_at() 322 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem, unique_lock<mutex>& lk) in try_pull() 343 bool sync_bounded_queue<ValueType>::try_pull(ValueType& elem) in try_pull() 351 …queue_op_status sync_bounded_queue<ValueType>::try_pull_front(ValueType& elem, unique_lock<mutex>&… in try_pull_front() 363 queue_op_status sync_bounded_queue<ValueType>::try_pull_front(ValueType& elem) in try_pull_front() [all …]
|
D | sync_deque.hpp | 80 inline void pull_front(value_type& elem, unique_lock<mutex>& ) in pull_front() 92 inline void push_back(const value_type& elem, unique_lock<mutex>& lk) in push_back() 98 inline void push_back(BOOST_THREAD_RV_REF(value_type) elem, unique_lock<mutex>& lk) in push_back() 139 …queue_op_status sync_deque<ValueType, Container>::try_pull_front(ValueType& elem, unique_lock<mute… in try_pull_front() 150 …queue_op_status sync_deque<ValueType, Container>::wait_pull_front(ValueType& elem, unique_lock<mut… in wait_pull_front() 159 queue_op_status sync_deque<ValueType, Container>::try_pull_front(ValueType& elem) in try_pull_front() 166 queue_op_status sync_deque<ValueType, Container>::wait_pull_front(ValueType& elem) in wait_pull_front() 173 queue_op_status sync_deque<ValueType, Container>::nonblocking_pull_front(ValueType& elem) in nonblocking_pull_front() 184 void sync_deque<ValueType, Container>::pull_front(ValueType& elem) in pull_front() 203 …queue_op_status sync_deque<ValueType, Container>::try_push_back(const ValueType& elem, unique_lock… in try_push_back() [all …]
|
D | sync_queue.hpp | 80 inline void pull(value_type& elem, unique_lock<mutex>& ) in pull() 92 inline void push(const value_type& elem, unique_lock<mutex>& lk) in push() 98 inline void push(BOOST_THREAD_RV_REF(value_type) elem, unique_lock<mutex>& lk) in push() 139 …queue_op_status sync_queue<ValueType, Container>::try_pull(ValueType& elem, unique_lock<mutex>& lk) in try_pull() 150 …queue_op_status sync_queue<ValueType, Container>::wait_pull(ValueType& elem, unique_lock<mutex>& l… in wait_pull() 159 queue_op_status sync_queue<ValueType, Container>::try_pull(ValueType& elem) in try_pull() 166 queue_op_status sync_queue<ValueType, Container>::wait_pull(ValueType& elem) in wait_pull() 173 queue_op_status sync_queue<ValueType, Container>::nonblocking_pull(ValueType& elem) in nonblocking_pull() 184 void sync_queue<ValueType, Container>::pull(ValueType& elem) in pull() 203 …queue_op_status sync_queue<ValueType, Container>::try_push(const ValueType& elem, unique_lock<mute… in try_push() [all …]
|
D | sync_priority_queue.hpp | 173 void sync_priority_queue<T,Container,Cmp>::push(unique_lock<mutex>& lk, const T& elem) in push() 180 void sync_priority_queue<T,Container,Cmp>::push(lock_guard<mutex>& lk, const T& elem) in push() 187 void sync_priority_queue<T,Container,Cmp>::push(const T& elem) in push() 195 …oid sync_priority_queue<T,Container,Cmp>::push(unique_lock<mutex>& lk, BOOST_THREAD_RV_REF(T) elem) in push() 202 …void sync_priority_queue<T,Container,Cmp>::push(lock_guard<mutex>& lk, BOOST_THREAD_RV_REF(T) elem) in push() 209 void sync_priority_queue<T,Container,Cmp>::push(BOOST_THREAD_RV_REF(T) elem) in push() 217 queue_op_status sync_priority_queue<T,Container,Cmp>::try_push(const T& elem) in try_push() 227 queue_op_status sync_priority_queue<T,Container,Cmp>::try_push(BOOST_THREAD_RV_REF(T) elem) in try_push() 259 void sync_priority_queue<T,Container,Cmp>::pull(unique_lock<mutex>&, T& elem) in pull() 264 void sync_priority_queue<T,Container,Cmp>::pull(lock_guard<mutex>&, T& elem) in pull() [all …]
|
D | sync_timed_queue.hpp | 190 …void sync_timed_queue<T, Clock, TimePoint>::push(const T& elem, chrono::time_point<clock,Duration>… in push() 197 …void sync_timed_queue<T, Clock, TimePoint>::push(const T& elem, chrono::duration<Rep,Period> const… in push() 204 … Clock, TimePoint>::push(BOOST_THREAD_RV_REF(T) elem, chrono::time_point<clock,Duration> const& tp) in push() 211 …e<T, Clock, TimePoint>::push(BOOST_THREAD_RV_REF(T) elem, chrono::duration<Rep,Period> const& dura) in push() 220 …queue_op_status sync_timed_queue<T, Clock, TimePoint>::try_push(const T& elem, chrono::time_point<… in try_push() 227 …queue_op_status sync_timed_queue<T, Clock, TimePoint>::try_push(const T& elem, chrono::duration<Re… in try_push() 234 …ck, TimePoint>::try_push(BOOST_THREAD_RV_REF(T) elem, chrono::time_point<clock,Duration> const& tp) in try_push() 241 … Clock, TimePoint>::try_push(BOOST_THREAD_RV_REF(T) elem, chrono::duration<Rep,Period> const& dura) in try_push() 351 void sync_timed_queue<T, Clock, TimePoint>::pull(unique_lock<mutex>&, T& elem) in pull() 361 void sync_timed_queue<T, Clock, TimePoint>::pull(lock_guard<mutex>&, T& elem) in pull() [all …]
|
/aosp_15_r20/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterTests.java | 486 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testOrgBeforTitle() local 498 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testTitleBeforOrg() local 514 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21PrefToIsPrimary() local 560 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV30adr_types_various() local 656 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testComplicatedCase() local 735 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testInvalidMultipleLineV21() local 785 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV30Simple() local 820 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21Japanese1Common() local 893 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21Japanese2_Type_Generic_Utf8() local 995 ContentValuesVerifierElem elem = mVerifier.addContentValuesVerifierElem(); in testV21MultipleEntryCase() local [all …]
|
/aosp_15_r20/external/python/httplib2/doc/html/_static/ |
D | jquery.js | 160 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 …]
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
H A D | jquery-1.7.1.js | 1642 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 …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/ |
H A D | jquery.js | 207 return this.pushStack( jQuery.map( this, function( elem, i ) { argument 414 inArray: function( elem, arr, i ) { argument 579 indexOf = function( list, elem ) { argument 717 function( elem ) { argument 998 return function( elem ) { argument 1009 return function( elem ) { argument 1022 return function( elem ) { argument 1110 isXML = Sizzle.isXML = function( elem ) { argument 1209 return function( elem ) { argument 1222 return function( elem ) { argument [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/ |
H A D | jquery.js | 207 return this.pushStack( jQuery.map( this, function( elem, i ) { argument 414 inArray: function( elem, arr, i ) { argument 579 indexOf = function( list, elem ) { argument 717 function( elem ) { argument 998 return function( elem ) { argument 1009 return function( elem ) { argument 1022 return function( elem ) { argument 1110 isXML = Sizzle.isXML = function( elem ) { argument 1209 return function( elem ) { argument 1222 return function( elem ) { argument [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/ |
H A D | jquery-3.5.1.js | 207 return this.pushStack( jQuery.map( this, function( elem, i ) { argument 414 inArray: function( elem, arr, i ) { argument 579 indexOf = function( list, elem ) { argument 717 function( elem ) { argument 998 return function( elem ) { argument 1009 return function( elem ) { argument 1022 return function( elem ) { argument 1110 isXML = Sizzle.isXML = function( elem ) { argument 1209 return function( elem ) { argument 1222 return function( elem ) { argument [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/ |
H A D | jquery-3.5.1.js | 207 return this.pushStack( jQuery.map( this, function( elem, i ) { argument 414 inArray: function( elem, arr, i ) { argument 579 indexOf = function( list, elem ) { argument 717 function( elem ) { argument 998 return function( elem ) { argument 1009 return function( elem ) { argument 1022 return function( elem ) { argument 1110 isXML = Sizzle.isXML = function( elem ) { argument 1209 return function( elem ) { argument 1222 return function( elem ) { argument [all …]
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_ring.h | 70 #define APR_RING_ENTRY(elem) \ argument 91 #define APR_RING_HEAD(head, elem) \ argument 159 #define APR_RING_SENTINEL(hp, elem, link) \ argument 192 #define APR_RING_INIT(hp, elem, link) do { \ argument 204 #define APR_RING_EMPTY(hp, elem, link) \ argument 286 #define APR_RING_SPLICE_HEAD(hp, ep1, epN, elem, link) \ argument 299 #define APR_RING_SPLICE_TAIL(hp, ep1, epN, elem, link) \ argument 311 #define APR_RING_INSERT_HEAD(hp, nep, elem, link) \ argument 322 #define APR_RING_INSERT_TAIL(hp, nep, elem, link) \ argument 332 #define APR_RING_CONCAT(h1, h2, elem, link) do { \ argument [all …]
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/ |
D | simd_register.h | 114 constexpr SIMD128Register(__int128_t elem) : int128{(elem)} {} in SIMD128Register() 115 constexpr SIMD128Register(Int128 elem) : int128{(elem.value)} {} in SIMD128Register() 116 constexpr SIMD128Register(SatInt128 elem) : int128{(elem.value)} {} in SIMD128Register() 117 constexpr SIMD128Register(__uint128_t elem) : uint128{(elem)} {} in SIMD128Register() 118 constexpr SIMD128Register(UInt128 elem) : uint128{(elem.value)} {} in SIMD128Register() 119 constexpr SIMD128Register(SatUInt128 elem) : uint128{(elem.value)} {} in SIMD128Register() 125 constexpr SIMD128Register(Int8x16 elem) : int8{} { Set(elem); } in SIMD128Register() 126 constexpr SIMD128Register(UInt8x16 elem) : uint8{} { Set(elem); } in SIMD128Register() 127 constexpr SIMD128Register(Int16x8 elem) : int16{} { Set(elem); } in SIMD128Register() 128 constexpr SIMD128Register(UInt16x8 elem) : uint16{} { Set(elem); } in SIMD128Register() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/array/ |
D | replace.hpp | 31 # define BOOST_PP_ARRAY_REPLACE(array, i, elem) BOOST_PP_ARRAY_REPLACE_I(BOOST_PP_DEDUCE_D(), array… argument 32 # define BOOST_PP_ARRAY_REPLACE_I(d, array, i, elem) BOOST_PP_ARRAY_REPLACE_D(d, array, i, elem) argument 37 # define BOOST_PP_ARRAY_REPLACE_D(d, array, i, elem) BOOST_PP_TUPLE_ELEM(5, 3, BOOST_PP_WHILE_ #… argument 39 # define BOOST_PP_ARRAY_REPLACE_D(d, array, i, elem) BOOST_PP_ARRAY_REPLACE_D_I(d, array, i, ele… argument 40 # define BOOST_PP_ARRAY_REPLACE_D_I(d, array, i, elem) BOOST_PP_TUPLE_ELEM(5, 3, BOOST_PP_WHILE_… argument 51 # define BOOST_PP_ARRAY_REPLACE_O_I(n, i, elem, res, arr) (BOOST_PP_INC(n), i, elem, BOOST_PP_ARRAY… argument 69 # define BOOST_PP_ARRAY_REPLACE(array, i, elem) BOOST_PP_ARRAY_REPLACE_I(BOOST_PP_DEDUCE_D(), array… argument 70 # define BOOST_PP_ARRAY_REPLACE_I(d, array, i, elem) BOOST_PP_ARRAY_REPLACE_D(d, array, i, elem) argument 76 # define BOOST_PP_ARRAY_REPLACE_D(d, array, i, elem) BOOST_PP_ARRAY_REPLACE_ZERO_D(d, array, i, … argument 78 # define BOOST_PP_ARRAY_REPLACE_D(d, array, i, elem) BOOST_PP_TUPLE_ELEM(5, 3, BOOST_PP_WHILE_ #… argument [all …]
|
D | insert.hpp | 33 # define BOOST_PP_ARRAY_INSERT(array, i, elem) BOOST_PP_ARRAY_INSERT_I(BOOST_PP_DEDUCE_D(), array, … argument 34 # define BOOST_PP_ARRAY_INSERT_I(d, array, i, elem) BOOST_PP_ARRAY_INSERT_D(d, array, i, elem) argument 39 # define BOOST_PP_ARRAY_INSERT_D(d, array, i, elem) BOOST_PP_TUPLE_ELEM(5, 3, BOOST_PP_WHILE_ ##… argument 41 # define BOOST_PP_ARRAY_INSERT_D(d, array, i, elem) BOOST_PP_ARRAY_INSERT_D_I(d, array, i, elem) argument 42 # define BOOST_PP_ARRAY_INSERT_D_I(d, array, i, elem) BOOST_PP_TUPLE_ELEM(5, 3, BOOST_PP_WHILE_ … argument 59 # define BOOST_PP_ARRAY_INSERT_O_I(n, i, elem, res, arr) (BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(BOOST_PP_… argument 80 # define BOOST_PP_ARRAY_INSERT(array, i, elem) BOOST_PP_ARRAY_INSERT_I(BOOST_PP_DEDUCE_D(), array, … argument 81 # define BOOST_PP_ARRAY_INSERT_I(d, array, i, elem) BOOST_PP_ARRAY_INSERT_D(d, array, i, elem) argument 87 # define BOOST_PP_ARRAY_INSERT_D(d, array, i, elem) \ argument 90 # define BOOST_PP_ARRAY_INSERT_D(d, array, i, elem) BOOST_PP_TUPLE_ELEM(5, 3, BOOST_PP_WHILE_ ##… argument [all …]
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_structtree.cpp | 89 CPDF_StructElement* elem = in FPDF_StructElement_GetAltText() local 98 CPDF_StructElement* elem = in FPDF_StructElement_GetActualText() local 107 CPDF_StructElement* elem = in FPDF_StructElement_GetID() local 121 CPDF_StructElement* elem = in FPDF_StructElement_GetLang() local 133 CPDF_StructElement* elem = in FPDF_StructElement_GetAttributeCount() local 152 CPDF_StructElement* elem = in FPDF_StructElement_GetAttributeAtIndex() local 187 CPDF_StructElement* elem = in FPDF_StructElement_GetStringAttribute() local 210 CPDF_StructElement* elem = in FPDF_StructElement_GetMarkedContentID() local 222 CPDF_StructElement* elem = in FPDF_StructElement_GetType() local 234 CPDF_StructElement* elem = in FPDF_StructElement_GetObjType() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/ |
D | rule_parser.hpp | 663 # define BOOST_SPIRIT_RP__NS_OPEN(r,data,i,elem) \ argument 667 # define BOOST_SPIRIT_RP__NS_QUALIFY(r,data,i,elem) \ argument 671 # define BOOST_SPIRIT_RP__NS_CLOSE(r,data,i,elem) } argument 676 # define BOOST_SPIRIT_RP__PM_STATIC(r,data,i,elem) \ argument 680 # define BOOST_SPIRIT_RP__PM_CTOR_PARAMS(r,data,i,elem) \ argument 685 # define BOOST_SPIRIT_RP__PM_CTOR_ARGS(r,data,i,elem) \ argument 689 # define BOOST_SPIRIT_RP__PM_CTOR_INIT_LIST(r,data,i,elem) \ argument 693 # define BOOST_SPIRIT_RP__PM_CTOR_COPY_INIT_LIST(r,data,i,elem) \ argument 698 # define BOOST_SPIRIT_RP__PM_TEMPLATE_PARAMS(r,data,i,elem) , data ## i argument 703 # define BOOST_SPIRIT_RP__PM_OPAQUE_STATIC(r,data,i,elem) \ argument [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A D | XSLTVisitor.java | 41 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()
|
/aosp_15_r20/external/mdnsresponder/mDNSShared/ |
H A D | GenLinkedList.c | 46 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()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/ |
H A D | channel_stack.cc | 101 grpc_channel_stack* channel_stack, grpc_channel_element* elem) { in grpc_channel_stack_filter_instance_number() 264 void grpc_call_next_op(grpc_call_element* elem, in grpc_call_next_op() 271 void grpc_channel_next_get_info(grpc_channel_element* elem, in grpc_channel_next_get_info() 277 void grpc_channel_next_op(grpc_channel_element* elem, grpc_transport_op* op) { in grpc_channel_next_op() 283 grpc_channel_element* elem) { in grpc_channel_stack_from_top_element() 289 grpc_call_stack* grpc_call_stack_from_top_element(grpc_call_element* elem) { in grpc_call_stack_from_top_element() 300 grpc_core::NextPromiseFactory ClientNext(grpc_channel_element* elem) { in ClientNext() 307 grpc_core::NextPromiseFactory ServerNext(grpc_channel_element* elem) { in ServerNext() 330 auto* elem = grpc_channel_stack_element(this, i); in InitClientCallSpine() local 343 auto* elem = grpc_channel_stack_element(this, count - 1 - i); in InitServerCallSpine() local [all …]
|
/aosp_15_r20/external/vulkan-headers/registry/ |
H A D | reg.py | 33 def matchAPIProfile(api, profile, elem): argument 201 def __init__(self, elem): argument 264 def __init__(self, elem): argument 283 def __init__(self, elem): argument 290 def __init__(self, elem): argument 302 def __init__(self, elem): argument 321 def __init__(self, elem): argument 368 def __init__(self, elem): argument 374 def __init__(self, elem, condition): argument 382 def __init__(self, elem, condition): argument [all …]
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/ |
H A D | reg.py | 33 def matchAPIProfile(api, profile, elem): argument 201 def __init__(self, elem): argument 264 def __init__(self, elem): argument 283 def __init__(self, elem): argument 290 def __init__(self, elem): argument 302 def __init__(self, elem): argument 321 def __init__(self, elem): argument 368 def __init__(self, elem): argument 374 def __init__(self, elem, condition): argument 382 def __init__(self, elem, condition): argument [all …]
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-snmp.c | 422 const u_char *p, u_int len, struct be *elem) in asn1_parse() 673 asn1_print_octets(netdissect_options *ndo, struct be *elem) in asn1_print_octets() 690 asn1_print_string(netdissect_options *ndo, struct be *elem) in asn1_print_string() 729 struct be *elem) in asn1_print() 865 struct be elem; in asn1_decode() local 911 struct be *elem, unsigned int *oid, in smi_decode_oid() 960 struct be *elem) in smi_check_a_range() 1009 static int smi_check_range(SmiType *smiType, struct be *elem) in smi_check_range() 1038 struct be *elem, int *status) in smi_print_variable() 1072 SmiNode *smiNode, u_short pduid, struct be *elem) in smi_print_value() [all …]
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | data_element_test.cc | 33 DataElement elem; in TEST() local 45 DataElement elem; in TEST() local 81 DataElement elem; in TEST() local 112 DataElement elem; in TEST() local 123 DataElement elem; in TEST() local 306 DataElement elem; in TEST() local 353 DataElement elem; in TEST() local 409 DataElement elem; in TEST() local 427 DataElement elem; in TEST() local 456 DataElement elem; in TEST() local
|