Home
last modified time | relevance | path

Searched refs:t1a (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dsymbol17.f9010 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
Dresolve31.f9056 type :: t1a type
59 type, extends(t1a) :: t2
Dresolve32.f9046 type, abstract :: t1a ! DEFERRED valid only in ABSTRACT derived type type
Dallocate13.f9023 class(oktype1), allocatable :: t1a component
/external/selinux/secilc/test/
Din_test.cil27 (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 };
Dname_resolution_test.cil33 (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/
Dtest_difflib.py148 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/
Ddbg-value-funcarg.ll7 ; 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/
Dprecise_struct_block.vert.out86 … 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 …]
Dhlsl.reflection.binding.vert.out9 t1a: offset -1, type 8b5d, size 1, index -1, binding 16
Dhlsl.reflection.binding.frag.out5 t1a: offset -1, type 8b5d, size 1, index -1, binding 16, stages 16, arrayStride 4, topLevelArrayStr…
/external/deqp-deps/glslang/Test/
Dhlsl.reflection.binding.frag8 uniform Texture1D t1a[3] : register(t16);
31 t1a[0].Sample(s1a[0], 0.3) +
Dprecise_struct_block.vert37 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/
Dvector-compare.ll14 %t1a = zext i1 %t1 to i32
16 store i32 %t1a, i32* %r1
/external/llvm/test/CodeGen/NVPTX/
Dvector-compare.ll14 %t1a = zext i1 %t1 to i32
16 store i32 %t1a, i32* %r1
/external/python/cpython3/Lib/test/
Dtest_difflib.py193 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/
Ddyn-symbols-size-from-hash-table.test6 # 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/
Dfast-isel-cmp-imm.ll5 define void @t1a(float %a) uwtable ssp {
7 ; ARM: t1a
8 ; THUMB: t1a
/external/llvm/test/CodeGen/ARM/
Dfast-isel-cmp-imm.ll5 define void @t1a(float %a) uwtable ssp {
7 ; ARM: t1a
8 ; THUMB: t1a
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dfast-isel-cmp-imm.ll7 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/
Dexample-tuple.cpp97 tuple<int> t1a; in test_tuple() local
100 t1a = t1b; in test_tuple()
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-tuple.cpp97 tuple<int> t1a; in test_tuple() local
100 t1a = t1b; in test_tuple()
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-cmp-imm.ll6 define void @t1a(float %a) nounwind {
8 ; ELF64: t1a
/external/hyphenation-patterns/ga/
Dhyph-ga.pat.txt4529 ót1aí
/external/hyphenation-patterns/hu/
Dhyph-hu.pat.txt2596 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 …]