/external/llvm-project/flang/test/Semantics/ |
D | symbol17.f90 | 10 type(t2), allocatable :: t1a component 29 allocate(t1x%t1a) 33 t1x%t1p => t1x%t1a 37 allocate(t1x%t1a%t2a) 42 t1x%t1a%t2p => t1x%t1a%t2a
|
D | resolve31.f90 | 56 type :: t1a type 59 type, extends(t1a) :: t2
|
D | resolve32.f90 | 46 type, abstract :: t1a ! DEFERRED valid only in ABSTRACT derived type type
|
D | allocate13.f90 | 23 class(oktype1), allocatable :: t1a component
|
/external/selinux/secilc/test/ |
D | in_test.cil | 27 (type t1a) 33 (allow t1a self (CLASS (PERM1))) 37 (allow t1a self (CLASS (PERM2))) 38 (allow b1.t1a self (CLASS (PERM3))) 39 (allow .b1.t1a self (CLASS (PERM4))) 126 ;; b1.t1a, b1.t1b 133 ;; allow b1.t1a b1.t1a : CLASS { PERM1 PERM2 PERM3 PERM4 };
|
D | name_resolution_test.cil | 33 (type t1a) 34 (allow t1a self (CLASS (PERM))) 38 (allow t1a self (CLASS (PERM1))) 40 (allow .b1a.t1a self (CLASS (PERM2))) 44 (allow b1a.t1a self (CLASS (PERM3))) 46 (allow .b1a.t1a self (CLASS (PERM4))) 150 ;; b1a.t1a, b1a.b1b.t1b 162 ;; allow b1a.t1a b1a.t1a : CLASS { PERM PERM1 PERM2 PERM3 PERM4 };
|
/external/python/cpython2/Lib/test/ |
D | test_difflib.py | 148 t1a = (patch914575_to1 + '123\n'*10)*3 150 t1b = '456\n'*10 + t1a 152 t1a = t1a.splitlines() 163 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5) 167 i.make_table(f1a,t1a,'from','to',context=True), 171 i.make_table(f1a,t1a,'from','to',context=True,numlines=6), 173 i.make_table(f1a,t1a,'from','to',context=True,numlines=0),
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dbg-value-funcarg.ll | 7 ; void foo_local(int t1a) { 10 ; local = t1a; 34 ; CHECK-DAG: ![[T1A:.*]] = !DILocalVariable(name: "t1a" 42 define dso_local void @foo_local(i32 %t1a) local_unnamed_addr #0 !dbg !7 { 56 call void @llvm.dbg.value(metadata i32 %t1a, metadata !12, metadata !DIExpression()), !dbg !14 59 call void @llvm.dbg.value(metadata i32 %t1a, metadata !13, metadata !DIExpression()), !dbg !15 60 tail call void @bar(i32 %t1a) #3, !dbg !17 137 !12 = !DILocalVariable(name: "t1a", arg: 1, scope: !7, file: !1, line: 3, type: !10)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | precise_struct_block.vert.out | 86 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar… 87 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar… 98 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar… 99 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar… 111 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar… 112 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar… 152 0:49 t1a: direct index for structure ( temp 5-element array of struc… 153 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar… 154 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar… 155 … structure{ temp 3-element array of float t1_array, temp float t1_scalar} t1a, temp 6-element ar… [all …]
|
D | hlsl.reflection.binding.vert.out | 9 t1a: offset -1, type 8b5d, size 1, index -1, binding 16
|
D | hlsl.reflection.binding.frag.out | 5 t1a: offset -1, type 8b5d, size 1, index -1, binding 16, stages 16, arrayStride 4, topLevelArrayStr…
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.reflection.binding.frag | 8 uniform Texture1D t1a[3] : register(t16); 31 t1a[0].Sample(s1a[0], 0.3) +
|
D | precise_struct_block.vert | 37 T1 t1a[5]; 49 t3[i].t2.t1a[j].t1_array[k] = i * j + k; // Not NoContraction 51 t3[i].t2.t1a[j].t1_scalar = j * 2.0 / i; // Not NoContration
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | vector-compare.ll | 14 %t1a = zext i1 %t1 to i32 16 store i32 %t1a, i32* %r1
|
/external/llvm/test/CodeGen/NVPTX/ |
D | vector-compare.ll | 14 %t1a = zext i1 %t1 to i32 16 store i32 %t1a, i32* %r1
|
/external/python/cpython3/Lib/test/ |
D | test_difflib.py | 193 t1a = (patch914575_to1 + '123\n'*10)*3 195 t1b = '456\n'*10 + t1a 197 t1a = t1a.splitlines() 208 full = i.make_file(f1a,t1a,'from','to',context=False,numlines=5) 212 i.make_table(f1a,t1a,'from','to',context=True), 216 i.make_table(f1a,t1a,'from','to',context=True,numlines=6), 218 i.make_table(f1a,t1a,'from','to',context=True,numlines=0),
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | dyn-symbols-size-from-hash-table.test | 6 # RUN: yaml2obj --docnum=1 %s -o %t1a-64 -DBITS=64 \ 8 # RUN: llvm-strip --strip-sections %t1a-64 9 # RUN: llvm-readobj --dyn-symbols %t1a-64 2>&1 | \ 11 # RUN: llvm-readelf --dyn-symbols %t1a-64 2>&1 | \ 13 # RUN: yaml2obj --docnum=1 %s -o %t1a-32 -DBITS=32 \ 15 # RUN: llvm-strip --strip-sections %t1a-32 16 # RUN: llvm-readobj --dyn-symbols %t1a-32 2>&1 | \ 18 # RUN: llvm-readelf --dyn-symbols %t1a-32 2>&1 | \
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | fast-isel-cmp-imm.ll | 5 define void @t1a(float %a) uwtable ssp { 7 ; ARM: t1a 8 ; THUMB: t1a
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-cmp-imm.ll | 5 define void @t1a(float %a) uwtable ssp { 7 ; ARM: t1a 8 ; THUMB: t1a
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-cmp-imm.ll | 7 define void @t1a(float %a) nounwind { 9 ; ELF64-LABEL: @t1a 10 ; SPE-LABEL: @t1a 11 ; VSX-LABEL: @t1a
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-tuple.cpp | 97 tuple<int> t1a; in test_tuple() local 100 t1a = t1b; in test_tuple()
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-tuple.cpp | 97 tuple<int> t1a; in test_tuple() local 100 t1a = t1b; in test_tuple()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-cmp-imm.ll | 6 define void @t1a(float %a) nounwind { 8 ; ELF64: t1a
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.pat.txt | 4529 ót1aí
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 2596 akát1a 6118 á2j1át1a 6799 áná2t1a 17369 émát1a 25920 ír1á2t1a 26915 jl1á2t1a 27151 jt1á2t1a 39863 os1á2t1a 48259 r2t1á2t1a 54678 umát1a [all …]
|