Home
last modified time | relevance | path

Searched defs:elt (Results 1 – 25 of 97) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
Dnew-overflow.cpp12 typedef A elt; typedef
34 typedef A elt[100]; typedef
58 typedef A elt[100]; typedef
84 typedef A elt; typedef
103 typedef A elt; typedef
123 typedef A elt; typedef
145 typedef A elt[100]; typedef
168 typedef A elt; typedef
193 typedef A elt; typedef
/external/python/cpython2/Lib/compiler/
Dmisc.py16 def __contains__(self, elt): argument
18 def add(self, elt): argument
22 def has_elt(self, elt): argument
24 def remove(self, elt): argument
37 def push(self, elt): argument
/external/mesa3d/src/util/
Dslab.c87 slab_free_orphaned(struct slab_element_header *elt) in slab_free_orphaned()
153 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_destroy_child() local
159 struct slab_element_header *elt = pool->migrated; in slab_destroy_child() local
167 struct slab_element_header *elt = pool->free; in slab_destroy_child() local
186 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_add_new_page() local
209 struct slab_element_header *elt; in slab_alloc() local
257 struct slab_element_header *elt = ((struct slab_element_header*)ptr - 1); in slab_free() local
/external/pdfium/third_party/libtiff/
Dtif_hash_set.c90 static unsigned long TIFFHashSetHashPointer(const void *elt) in TIFFHashSetHashPointer()
409 static void **TIFFHashSetFindPtr(TIFFHashSet *set, const void *elt) in TIFFHashSetFindPtr()
440 bool TIFFHashSetInsert(TIFFHashSet *set, void *elt) in TIFFHashSetInsert()
502 void *TIFFHashSetLookup(TIFFHashSet *set, const void *elt) in TIFFHashSetLookup()
516 static bool TIFFHashSetRemoveInternal(TIFFHashSet *set, const void *elt, in TIFFHashSetRemoveInternal()
577 bool TIFFHashSetRemove(TIFFHashSet *set, const void *elt) in TIFFHashSetRemove()
599 bool TIFFHashSetRemoveDeferRehash(TIFFHashSet *set, const void *elt) in TIFFHashSetRemoveDeferRehash()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DHTMLImports.js671 require: function(elt) { argument
678 dedupe: function(url, elt) { argument
692 fetch: function(url, elt) { argument
719 receive: function(url, elt, err, resource, redirectedUrl) { argument
796 parse: function(elt) { argument
807 parseDynamic: function(elt, quiet) { argument
813 markParsing: function(elt) { argument
817 markParsingComplete: function(elt) { argument
827 markDynamicParsingComplete: function(elt) { argument
833 parseImport: function(elt) { argument
[all …]
Dwebcomponents-lite.js1405 require: function(elt) { argument
1412 dedupe: function(url, elt) { argument
1426 fetch: function(url, elt) { argument
1453 receive: function(url, elt, err, resource, redirectedUrl) { argument
1530 parse: function(elt) { argument
1541 parseDynamic: function(elt, quiet) { argument
1547 markParsing: function(elt) { argument
1551 markParsingComplete: function(elt) { argument
1561 markDynamicParsingComplete: function(elt) { argument
1567 parseImport: function(elt) { argument
[all …]
/external/libxml2/os400/
Drpgsupport.c247 __htmlDefaultSubelement(const htmlElemDesc * elt) in __htmlDefaultSubelement()
256 const htmlElemDesc * elt) in __htmlElementAllowedHereDesc()
264 __htmlRequiredAttrs(const htmlElemDesc * elt) in __htmlRequiredAttrs()
/external/libxml2/include/libxml/
DHTMLparser.h309 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument
320 #define htmlElementAllowedHereDesc(parent,elt) \ argument
328 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
/external/scapy/scapy/
Dplist.py47 def _elt2pkt(self, elt): argument
49 def _elt2sum(self, elt): argument
51 def _elt2show(self, elt): argument
545 def _elt2pkt(self, elt): argument
547 def _elt2sum(self, elt): argument
/external/cronet/third_party/libxml/src/include/libxml/
DHTMLparser.h310 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument
321 #define htmlElementAllowedHereDesc(parent,elt) \ argument
329 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
/external/rust/crates/itertools/src/
Dunique_impl.rs112 let elt = entry.key().clone(); in next() localVariable
138 let elt = entry.key().clone(); in next_back() localVariable
Drepeatn.rs9 elt: Option<A>, field
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_linux64.c113 unsigned int elt, elnum; in ffi_prep_cif_linux64_core() local
453 unsigned int elt, elnum; in ffi_prep_args64() local
752 unsigned int elt, elnum; in ffi_closure_helper_LINUX64() local
/external/mesa3d/src/gfxstream/host/gl/gl-host-common/opengl/
DNativeGpuInfo_darwin.cpp101 for (const auto& elt : gpulist) { in getGpuInfoListNative() local
/external/libffi/src/powerpc/
Dffi_linux64.c137 unsigned elt, elnum, rtype; in ffi_prep_cif_linux64_core() local
538 unsigned int elt, elnum; in ffi_prep_args64() local
903 unsigned int elt, elnum; in ffi_closure_helper_LINUX64() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/
Dsample_element_size_test.cc41 std::vector<Table>& tables, const typename Table::value_type& elt, in TestInlineElementSize()
/external/webrtc/third_party/abseil-cpp/absl/container/
Dsample_element_size_test.cc41 std::vector<Table>& tables, const typename Table::value_type& elt, in TestInlineElementSize()
/external/abseil-cpp/absl/container/
Dsample_element_size_test.cc41 std::vector<Table>& tables, const typename Table::value_type& elt, in TestInlineElementSize()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dsample_element_size_test.cc41 std::vector<Table>& tables, const typename Table::value_type& elt, in TestInlineElementSize()
/external/cronet/third_party/abseil-cpp/absl/container/
Dsample_element_size_test.cc41 std::vector<Table>& tables, const typename Table::value_type& elt, in TestInlineElementSize()
/external/libtextclassifier/abseil-cpp/absl/container/
Dsample_element_size_test.cc41 std::vector<Table>& tables, const typename Table::value_type& elt, in TestInlineElementSize()
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
Dsample_element_size_test.cc41 std::vector<Table>& tables, const typename Table::value_type& elt, in TestInlineElementSize()
/external/tcpdump/
Dprint-domain.c157 u_int bitlen, elt; in labellen() local
191 u_int elt; in fqdn_print() local
/external/rust/crates/rayon/tests/
Dcollect.rs37 let elt = a + b; in collect_drop_on_unwind() localVariable
/external/elfutils/libdw/
Ddwarf_getaranges.c283 struct arangelist *elt = sortaranges[i]; in dwarf_getaranges() local

1234