/external/strace/m4/ |
D | bpf_attr.m4 | 25 union bpf_attr.attach_bpf_fd, 26 union bpf_attr.attach_flags, 27 union bpf_attr.attach_type, 28 union bpf_attr.bpf_fd, 29 union bpf_attr.dummy, 30 union bpf_attr.expected_attach_type, 31 union bpf_attr.file_flags, 32 union bpf_attr.flags, 33 union bpf_attr.info.bpf_fd, 34 union bpf_attr.info.info, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | ldr-str-imm12.ll | 7 %2 = type { %union.rec* } 10 %struct.LIST = type { %union.rec*, %union.rec* } 11 %struct.STYLE = type { %union.anon, %union.anon, i16, i16, i32 } 12 …union.FIRST_UNION, %union.SECOND_UNION, %union.THIRD_UNION, %union.FOURTH_UNION, %union.rec*, %2, … 13 %union.FIRST_UNION = type { %struct.FILE_POS } 14 %union.FOURTH_UNION = type { %struct.STYLE } 15 %union.SECOND_UNION = type { %0 } 16 %union.THIRD_UNION = type { %1 } 17 %union.anon = type { %struct.GAP } 18 %union.rec = type { %struct.head_type } [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | ldr-str-imm12.ll | 7 %2 = type { %union.rec* } 10 %struct.LIST = type { %union.rec*, %union.rec* } 11 %struct.STYLE = type { %union.anon, %union.anon, i16, i16, i32 } 12 …union.FIRST_UNION, %union.SECOND_UNION, %union.THIRD_UNION, %union.FOURTH_UNION, %union.rec*, %2, … 13 %union.FIRST_UNION = type { %struct.FILE_POS } 14 %union.FOURTH_UNION = type { %struct.STYLE } 15 %union.SECOND_UNION = type { %0 } 16 %union.THIRD_UNION = type { %1 } 17 %union.anon = type { %struct.GAP } 18 %union.rec = type { %struct.head_type } [all …]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | ldr-str-imm12.ll | 7 %2 = type { %union.rec* } 10 %struct.LIST = type { %union.rec*, %union.rec* } 11 %struct.STYLE = type { %union.anon, %union.anon, i16, i16, i32 } 12 …union.FIRST_UNION, %union.SECOND_UNION, %union.THIRD_UNION, %union.FOURTH_UNION, %union.rec*, %2, … 13 %union.FIRST_UNION = type { %struct.FILE_POS } 14 %union.FOURTH_UNION = type { %struct.STYLE } 15 %union.SECOND_UNION = type { %0 } 16 %union.THIRD_UNION = type { %1 } 17 %union.anon = type { %struct.GAP } 18 %union.rec = type { %struct.head_type } [all …]
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 4 %union.pthread_attr_t = type { [56 x i8] } 5 %union.pthread_mutex_t = type { [40 x i8] } 7 %union.pthread_mutexattr_t = type { [4 x i8] } 8 %union.pthread_cond_t = type { [48 x i8] } 13 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %union.pthread_… 20 @_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @pth… 21 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @… 22 @_ZL31__gthrw_pthread_mutex_timedlockP15pthread_mutex_tPK8timespec = alias weak i32 (%union.pthread… 23 @_ZL28__gthrw_pthread_mutex_unlockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @p… 24 …P15pthread_mutex_tPK19pthread_mutexattr_t = alias weak i32 (%union.pthread_mutex_t*, %union.pthrea… [all …]
|
D | 2011-08-22-ResolveAlias2.ll | 6 %union.pthread_attr_t = type { [56 x i8] } 7 %union.pthread_mutex_t = type { [40 x i8] } 9 %union.pthread_mutexattr_t = type { [4 x i8] } 10 %union.pthread_cond_t = type { [48 x i8] } 16 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %union.pthread_… 23 @_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @pth… 24 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @… 25 @_ZL31__gthrw_pthread_mutex_timedlockP15pthread_mutex_tPK8timespec = alias weak i32 (%union.pthread… 26 @_ZL28__gthrw_pthread_mutex_unlockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @p… 27 …P15pthread_mutex_tPK19pthread_mutexattr_t = alias weak i32 (%union.pthread_mutex_t*, %union.pthrea… [all …]
|
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/ |
D | union_definition.tmpl | 1 {%- macro union_def(union, generate_fuzzing=false) %} 2 function {{union.name}}(value) { 7 {{tags(union)}} 9 {{union.name}}.prototype.initDefault_ = function() { 14 {{union.name}}.prototype.initValue_ = function(value) { 25 throw new TypeError("You may set only one member on a union."); 29 {%- for field in union.fields %} 35 throw new ReferenceError(keys[0] + " is not a {{union.name}} member."); 44 {{union.name}}.generate = function(generator_) { 45 var generated = new {{union.name}}; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2010-02-12-CoalescerBug-Impdef.ll | 23 %0 = type { %"union gimple_statement_d"* } 33 %"struct VEC_gimple_base" = type { i32, i32, [1 x %"union gimple_statement_d"*] } 43 %"struct VEC_tree_base" = type { i32, i32, [1 x %"union tree_node"*] } 46 …uct et_node"*], %"struct basic_block_def"*, %"struct basic_block_def"*, %"union basic_block_il_dep… 50 %"struct block_symbol" = type { [3 x %"union rtunion"], %"struct object_block"*, i64 } 53 …= type { %"struct iv_cand"*, %"struct comp_cost", %"struct bitmap_head_def"*, %"union tree_node"* } 54 %"struct def_optype_d" = type { %"struct def_optype_d"*, %"union tree_node"** } 56 … %"struct basic_block_def"*, %"struct basic_block_def"*, %"union edge_def_insns", i8*, %"union tre… 59 …f"*, %"struct loops"*, %"struct htab"*, %"union tree_node"*, %"union tree_node"*, %"union tree_nod… 61 … %"struct VEC_tree_gc"*, %"union tree_node"*, %"struct pt_solution", %"struct pt_solution", %"stru… [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-02-12-CoalescerBug-Impdef.ll | 23 %0 = type { %"union gimple_statement_d"* } 33 %"struct VEC_gimple_base" = type { i32, i32, [1 x %"union gimple_statement_d"*] } 43 %"struct VEC_tree_base" = type { i32, i32, [1 x %"union tree_node"*] } 46 …uct et_node"*], %"struct basic_block_def"*, %"struct basic_block_def"*, %"union basic_block_il_dep… 50 %"struct block_symbol" = type { [3 x %"union rtunion"], %"struct object_block"*, i64 } 53 …= type { %"struct iv_cand"*, %"struct comp_cost", %"struct bitmap_head_def"*, %"union tree_node"* } 54 %"struct def_optype_d" = type { %"struct def_optype_d"*, %"union tree_node"** } 56 … %"struct basic_block_def"*, %"struct basic_block_def"*, %"union edge_def_insns", i8*, %"union tre… 59 …f"*, %"struct loops"*, %"struct htab"*, %"union tree_node"*, %"union tree_node"*, %"union tree_nod… 61 … %"struct VEC_tree_gc"*, %"union tree_node"*, %"struct pt_solution", %"struct pt_solution", %"stru… [all …]
|
D | tail-opts.ll | 174 %struct.rtx_def = type { i16, i8, i8, [1 x %union.rtunion] } 175 …union.tree_node*, i32, i8, i8, i8, i8, %union.tree_node*, %union.tree_node*, %union.tree_node*, %u… 176 %union..2anon = type { i32 } 177 %union.rtunion = type { i8* } 178 %union.tree_node = type { %struct.tree_decl } 180 define fastcc void @c_expand_expr_stmt(%union.tree_node* %expr) nounwind { 202 %tmp21 = load %union.tree_node*, %union.tree_node** null, align 8 ; <%union.tree_node*> [#uses=3] 203 …%tmp22 = getelementptr inbounds %union.tree_node, %union.tree_node* %tmp21, i64 0, i32 0, i32 0, i… 212 …%tmp25 = getelementptr inbounds %union.tree_node, %union.tree_node* %tmp21, i64 0, i32 0, i32 2 ; … 213 %tmp26 = bitcast i32* %tmp25 to %union.tree_node** ; <%union.tree_node**> [#uses=1] [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2010-02-12-CoalescerBug-Impdef.ll | 23 %0 = type { %"union gimple_statement_d"* } 33 %"struct VEC_gimple_base" = type { i32, i32, [1 x %"union gimple_statement_d"*] } 43 %"struct VEC_tree_base" = type { i32, i32, [1 x %"union tree_node"*] } 46 …uct et_node"*], %"struct basic_block_def"*, %"struct basic_block_def"*, %"union basic_block_il_dep… 50 %"struct block_symbol" = type { [3 x %"union rtunion"], %"struct object_block"*, i64 } 53 …= type { %"struct iv_cand"*, %"struct comp_cost", %"struct bitmap_head_def"*, %"union tree_node"* } 54 %"struct def_optype_d" = type { %"struct def_optype_d"*, %"union tree_node"** } 56 … %"struct basic_block_def"*, %"struct basic_block_def"*, %"union edge_def_insns", i8*, %"union tre… 59 …f"*, %"struct loops"*, %"struct htab"*, %"union tree_node"*, %"union tree_node"*, %"union tree_nod… 61 … %"struct VEC_tree_gc"*, %"union tree_node"*, %"struct pt_solution", %"struct pt_solution", %"stru… [all …]
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | wrapper_union_class_declaration.tmpl | 1 class {{export_attribute}} {{union.name}} { 3 using DataView = {{union.name}}DataView; 4 using Data_ = internal::{{union.name}}_Data; 5 using Tag = Data_::{{union.name}}_Tag; 7 static {{union.name}}Ptr New() { 8 return {{union.name}}Ptr(base::in_place); 11 {%- for field in union.fields %} 13 static {{union.name}}Ptr 16 auto result = {{union.name}}Ptr(base::in_place); 23 static {{union.name}}Ptr From(const U& u) { [all …]
|
D | wrapper_union_class_definition.tmpl | 1 {%- set default_field = union.fields.0 %} 2 {{union.name}}::{{union.name}}() : tag_(Tag::{{default_field.name|upper}}) { 11 {{union.name}}::~{{union.name}}() { 15 {% for field in union.fields %} 16 void {{union.name}}::set_{{field.name}}( 38 void {{union.name}}::DestroyActive() { 40 {% for field in union.fields %} 51 {%- if union|is_hashable %} 52 size_t {{union.name}}::Hash(size_t seed) const { 55 {% for field in union.fields %} [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | remove_lsr.ll | 16 %union.vect64 = type { i64 } 17 %union.vect32 = type { i32 } 19 define void @foo(%union.vect64* nocapture %sss_extracted_bit_rx_data_ptr, 20 %union.vect32* nocapture %s_even, %union.vect32* nocapture %s_odd, 24 %scevgep = getelementptr %union.vect64, %union.vect64* %sss_extracted_bit_rx_data_ptr, i32 1 25 %scevgep28 = getelementptr %union.vect32, %union.vect32* %s_odd, i32 1 26 %scevgep32 = getelementptr %union.vect32, %union.vect32* %s_even, i32 1 35 %lsr.iv33 = phi %union.vect32* [ %scevgep34, %for.body ], [ %scevgep32, %entry ] 36 %lsr.iv29 = phi %union.vect32* [ %scevgep30, %for.body ], [ %scevgep28, %entry ] 37 %lsr.iv = phi %union.vect64* [ %scevgep26, %for.body ], [ %scevgep, %entry ] [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | remove_lsr.ll | 16 %union.vect64 = type { i64 } 17 %union.vect32 = type { i32 } 19 define void @foo(%union.vect64* nocapture %sss_extracted_bit_rx_data_ptr, 20 %union.vect32* nocapture %s_even, %union.vect32* nocapture %s_odd, 24 %scevgep = getelementptr %union.vect64, %union.vect64* %sss_extracted_bit_rx_data_ptr, i32 1 25 %scevgep28 = getelementptr %union.vect32, %union.vect32* %s_odd, i32 1 26 %scevgep32 = getelementptr %union.vect32, %union.vect32* %s_even, i32 1 35 %lsr.iv33 = phi %union.vect32* [ %scevgep34, %for.body ], [ %scevgep32, %entry ] 36 %lsr.iv29 = phi %union.vect32* [ %scevgep30, %for.body ], [ %scevgep28, %entry ] 37 %lsr.iv = phi %union.vect64* [ %scevgep26, %for.body ], [ %scevgep, %entry ] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | bdzlr.ll | 6 %struct.lua_TValue.17.692 = type { %union.Value.16.691, i32 } 7 %union.Value.16.691 = type { %union.GCObject.15.690* } 8 %union.GCObject.15.690 = type { %struct.lua_State.14.689 } 9 …union.GCObject.15.690*, i8, i8, i8, %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %struc… 10 …union.GCObject.15.690*, %union.GCObject.15.690**, %union.GCObject.15.690*, %union.GCObject.15.690*… 11 %struct.stringtable.0.675 = type { %union.GCObject.15.690**, i32, i32 } 13 %struct.UpVal.3.678 = type { %union.GCObject.15.690*, i8, i8, %struct.lua_TValue.17.692*, %union.an… 14 %union.anon.2.677 = type { %struct.lua_TValue.17.692 } 15 …ype { %union.GCObject.15.690*, i8, i8, i8, i8, %struct.Table.7.682*, %struct.lua_TValue.17.692*, %… 16 %struct.Node.6.681 = type { %struct.lua_TValue.17.692, %union.TKey.5.680 } [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | bdzlr.ll | 6 %struct.lua_TValue.17.692 = type { %union.Value.16.691, i32 } 7 %union.Value.16.691 = type { %union.GCObject.15.690* } 8 %union.GCObject.15.690 = type { %struct.lua_State.14.689 } 9 …union.GCObject.15.690*, i8, i8, i8, %struct.lua_TValue.17.692*, %struct.lua_TValue.17.692*, %struc… 10 …union.GCObject.15.690*, %union.GCObject.15.690**, %union.GCObject.15.690*, %union.GCObject.15.690*… 11 %struct.stringtable.0.675 = type { %union.GCObject.15.690**, i32, i32 } 13 %struct.UpVal.3.678 = type { %union.GCObject.15.690*, i8, i8, %struct.lua_TValue.17.692*, %union.an… 14 %union.anon.2.677 = type { %struct.lua_TValue.17.692 } 15 …ype { %union.GCObject.15.690*, i8, i8, i8, i8, %struct.Table.7.682*, %struct.lua_TValue.17.692*, %… 16 %struct.Node.6.681 = type { %struct.lua_TValue.17.692, %union.TKey.5.680 } [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 250 Set union = new HashSet(); in unionEmail() local 257 unionEmail(_excluded, email, union); in unionEmail() 260 return union; in unionEmail() 325 Set union = new HashSet(); in unionIP() local 331 union.addAll(unionIPRange(_excluded, ip)); in unionIP() 334 return union; in unionIP() 758 private void unionEmail(String email1, String email2, Set union) in unionEmail() argument 769 union.add(email1); in unionEmail() 773 union.add(email1); in unionEmail() 774 union.add(email2); in unionEmail() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PKIXNameConstraintValidator.java | 254 Set union = new HashSet(); in unionEmail() local 261 unionEmail(_excluded, email, union); in unionEmail() 264 return union; in unionEmail() 329 Set union = new HashSet(); in unionIP() local 335 union.addAll(unionIPRange(_excluded, ip)); in unionIP() 338 return union; in unionIP() 762 private void unionEmail(String email1, String email2, Set union) in unionEmail() argument 773 union.add(email1); in unionEmail() 777 union.add(email1); in unionEmail() 778 union.add(email2); in unionEmail() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 541 Set union = new HashSet(permitted); in unionOtherName() local 543 union.add(otherName); in unionOtherName() 545 return union; in unionOtherName() 590 Set union = new HashSet(); in unionEmail() local 597 unionEmail(_excluded, email, union); in unionEmail() 600 return union; in unionEmail() 665 Set union = new HashSet(); in unionIP() local 671 union.addAll(unionIPRange(_excluded, ip)); in unionIP() 674 return union; in unionIP() 1148 private void unionEmail(String email1, String email2, Set union) in unionEmail() argument [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 545 Set union = new HashSet(permitted); in unionOtherName() local 547 union.add(otherName); in unionOtherName() 549 return union; in unionOtherName() 594 Set union = new HashSet(); in unionEmail() local 601 unionEmail(_excluded, email, union); in unionEmail() 604 return union; in unionEmail() 669 Set union = new HashSet(); in unionIP() local 675 union.addAll(unionIPRange(_excluded, ip)); in unionIP() 678 return union; in unionIP() 1152 private void unionEmail(String email1, String email2, Set union) in unionEmail() argument [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-06-09-TailCallByVal.ll | 19 …union.__mbstate_t*, %struct._xlocale*)*, i32 (%union.__mbstate_t*, %struct._xlocale*)*, i32 (i32*,… 21 …union.__mbstate_t, %union.__mbstate_t, %union.__mbstate_t, %union.__mbstate_t, %union.__mbstate_t,… 27 %union.__mbstate_t = type { i64, [120 x i8] } 29 @"\01_fnmatch.initial" = external constant %union.__mbstate_t, align 4 36 …%pattern, i8* %string, i8* %string, i32 %flags, %union.__mbstate_t* byval @"\01_fnmatch.initial", … 40 declare i32 @fnmatch1(i8*, i8*, i8*, i32, %union.__mbstate_t* byval, %union.__mbstate_t* byval, %st…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2011-06-09-TailCallByVal.ll | 19 …union.__mbstate_t*, %struct._xlocale*)*, i32 (%union.__mbstate_t*, %struct._xlocale*)*, i32 (i32*,… 21 …union.__mbstate_t, %union.__mbstate_t, %union.__mbstate_t, %union.__mbstate_t, %union.__mbstate_t,… 27 %union.__mbstate_t = type { i64, [120 x i8] } 29 @"\01_fnmatch.initial" = external constant %union.__mbstate_t, align 4 36 …%pattern, i8* %string, i8* %string, i32 %flags, %union.__mbstate_t* byval @"\01_fnmatch.initial", … 40 declare i32 @fnmatch1(i8*, i8*, i8*, i32, %union.__mbstate_t* byval, %union.__mbstate_t* byval, %st…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2011-06-09-TailCallByVal.ll | 19 …union.__mbstate_t*, %struct._xlocale*)*, i32 (%union.__mbstate_t*, %struct._xlocale*)*, i32 (i32*,… 21 …union.__mbstate_t, %union.__mbstate_t, %union.__mbstate_t, %union.__mbstate_t, %union.__mbstate_t,… 27 %union.__mbstate_t = type { i64, [120 x i8] } 29 @"\01_fnmatch.initial" = external constant %union.__mbstate_t, align 4 36 …%pattern, i8* %string, i8* %string, i32 %flags, %union.__mbstate_t* byval @"\01_fnmatch.initial", … 40 declare i32 @fnmatch1(i8*, i8*, i8*, i32, %union.__mbstate_t* byval, %union.__mbstate_t* byval, %st…
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | CssSchema.java | 109 public static CssSchema union(CssSchema... cssSchemas) { in union() method in CssSchema 399 union(mozOutlineLiterals0, mozOutlineLiterals1, mozOutlineLiterals2, 405 2, union(mozOutlineColorLiterals0, mozOutlineLiterals0), 410 0, union(mozOutlineLiterals1, mozOutlineStyleLiterals0), zeroFns); 414 5, union(mozOutlineLiterals2, mozOutlineWidthLiterals0), zeroFns); 420 5, union(azimuthLiterals0, azimuthLiterals1, azimuthLiterals2), 426 union(azimuthLiterals1, backgroundLiterals0, backgroundLiterals1, 434 258, union(backgroundColorLiterals0, mozOutlineLiterals0), 443 union(azimuthLiterals1, backgroundLiterals2, 449 0, union(backgroundLiterals1, backgroundRepeatLiterals0), zeroFns); [all …]
|