| /external/clang/test/CodeGenCXX/ |
| D | new-overflow.cpp | 12 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/llvm-project/clang/test/CodeGenCXX/ |
| D | new-overflow.cpp | 12 typedef A elt; typedef 34 typedef A elt[100]; typedef 58 typedef A elt[100]; typedef 84 typedef A elt; typedef 101 typedef A elt; typedef 119 typedef A elt; typedef 141 typedef A elt[100]; typedef 164 typedef A elt; typedef 187 typedef A elt; typedef
|
| /external/python/cpython2/Lib/compiler/ |
| D | misc.py | 16 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/ |
| D | slab.c | 87 slab_free_orphaned(struct slab_element_header *elt) in slab_free_orphaned() 152 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_destroy_child() local 158 struct slab_element_header *elt = pool->migrated; in slab_destroy_child() local 166 struct slab_element_header *elt = pool->free; in slab_destroy_child() local 185 struct slab_element_header *elt = slab_get_element(pool->parent, page, i); in slab_add_new_page() local 208 struct slab_element_header *elt; in slab_alloc() local 244 struct slab_element_header *elt = ((struct slab_element_header*)ptr - 1); in slab_free() local
|
| /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
| D | HTMLImports.js | 671 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 …]
|
| D | webcomponents-lite.js | 1405 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/ |
| D | rpgsupport.c | 247 __htmlDefaultSubelement(const htmlElemDesc * elt) in __htmlDefaultSubelement() 256 const htmlElemDesc * elt) in __htmlElementAllowedHereDesc() 264 __htmlRequiredAttrs(const htmlElemDesc * elt) in __htmlRequiredAttrs()
|
| /external/libxml2/include/libxml/ |
| D | HTMLparser.h | 279 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument 290 #define htmlElementAllowedHereDesc(parent,elt) \ argument 298 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
|
| /external/scapy/scapy/ |
| D | plist.py | 47 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/rust/crates/itertools/src/ |
| D | unique_impl.rs | 104 let elt = entry.key().clone(); in next() localVariable 130 let elt = entry.key().clone(); in next_back() localVariable
|
| D | repeatn.rs | 8 elt: Option<A>, field
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
| D | ffi_linux64.c | 113 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/tcpdump/ |
| D | print-domain.c | 133 int bitlen, elt; in labellen() local 154 int elt; in ns_nprint() local
|
| /external/llvm-project/mlir/lib/Parser/ |
| D | AffineParser.cpp | 564 auto elt = parseAffineExpr(); in parseAffineMapOfSSAIds() local 594 auto elt = parseAffineExpr(); in parseAffineMapRange() local 666 auto elt = parseAffineConstraint(&isEq); in parseIntegerSetConstraints() local
|
| /external/libffi/src/powerpc/ |
| D | ffi_linux64.c | 137 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/mesa3d/src/mesa/math/ |
| D | m_vector.c | 46 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) in _mesa_vector4f_clean_elem()
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | AbstractBasicWriter.h | 144 for (const T &elt : array) { in writeArray() local
|
| /external/elfutils/libdw/ |
| D | dwarf_getaranges.c | 270 struct arangelist *elt = sortaranges[i]; in dwarf_getaranges() local
|
| /external/rust/crates/rayon/tests/ |
| D | collect.rs | 36 let elt = a + b; in collect_drop_on_unwind() localVariable
|
| /external/llvm-project/flang/test/Semantics/ |
| D | data03.f90 | 17 integer elt(10) component
|
| /external/python/cpython3/Python/ |
| D | compile.c | 3708 expr_ty elt = asdl_seq_GET(elts, i); in starunpack_helper() local 3716 expr_ty elt = asdl_seq_GET(elts, i); in starunpack_helper() local 3739 expr_ty elt = asdl_seq_GET(elts, i); in starunpack_helper() local 3758 expr_ty elt = asdl_seq_GET(elts, i); in assignment_helper() local 3777 expr_ty elt = asdl_seq_GET(elts, i); in assignment_helper() local 4097 expr_ty elt = asdl_seq_GET(args, i); in maybe_optimize_method_call() local 4264 expr_ty elt = asdl_seq_GET(args, i); in compiler_call_helper() local 4278 expr_ty elt = asdl_seq_GET(args, i); in compiler_call_helper() local 4379 expr_ty elt, expr_ty val, int type) in compiler_comprehension_generator() 4396 expr_ty elt, expr_ty val, int type) in compiler_sync_comprehension_generator() [all …]
|
| /external/mesa3d/src/gallium/drivers/r600/sb/ |
| D | sb_ra_init.cpp | 150 unsigned elt = 0; in find_free_bit() local 187 unsigned elt = 0; in find_free_chans() local 222 unsigned elt = 0; in find_free_chan_by_mask() local
|
| /external/mesa3d/src/gallium/auxiliary/translate/ |
| D | translate_sse.c | 1094 struct x86_reg elt = p->idx_ESI; in init_inputs() local 1166 unsigned index_size, unsigned var_idx, struct x86_reg elt) in get_buffer_ptr() 1377 struct x86_reg elt = !index_size ? p->idx_ESI : x86_deref(p->idx_ESI); in build_vertex_emit() local
|
| /external/llvm-project/mlir/examples/toy/Ch6/parser/ |
| D | AST.cpp | 135 [&](auto &elt) { printLitHelper(elt.get()); }); in printLitHelper()
|
| /external/llvm-project/mlir/examples/toy/Ch3/parser/ |
| D | AST.cpp | 135 [&](auto &elt) { printLitHelper(elt.get()); }); in printLitHelper()
|