Home
last modified time | relevance | path

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

12345678910

/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dvararg_named.ll23 %struct.AAA = type { i32, i32, i32, i32 }
26 @aaa = global %struct.AAA { i32 100, i32 200, i32 300, i32 400 }, align 4
27 @xxx = global %struct.AAA { i32 100, i32 200, i32 300, i32 400 }, align 4
28 @yyy = global %struct.AAA { i32 100, i32 200, i32 300, i32 400 }, align 4
29 @ccc = global %struct.AAA { i32 10, i32 20, i32 30, i32 40 }, align 4
30 @fff = global %struct.AAA { i32 1, i32 2, i32 3, i32 4 }, align 4
34 …i32 @foo(i32 %xx, i32 %z, i32 %m, %struct.AAA* byval(%struct.AAA) align 4 %bbb, %struct.AAA* byval…
42 %ddd = alloca %struct.AAA, align 4
43 %ggg = alloca %struct.AAA, align 4
44 %nnn = alloca %struct.AAA, align 4
[all …]
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DBumpmap.miff41AAA�EEE�PPP�WWW�ZZZ�[[[�YYY�RRR�III�HHH�HHH�FFF�CCC�AAA�@@@�@@@�???�AAA�CCC�LLL�QQQ�GGG�,,,�)))�((…
/external/llvm-project/clang/test/Index/
Doverriding-ftemplate-comments.cpp14 void comment_to_html_conversion_17(T AAA);
27 template<typename AAA, typename BBB>
28 void comment_to_html_conversion_19(AAA aaa, BBB bbb);
43 template<typename AAA, typename BBB, int CCC>
44 void comment_to_html_conversion_20(AAA aaa, BBB bbb);
59 template<template<template<typename CCC> class DDD, class BBB> class AAA>
77 template <class C1, template <class C2, template <class C3, class C4> class BBB > class AAA>
/external/clang/test/Index/
Doverriding-ftemplate-comments.cpp14 void comment_to_html_conversion_17(T AAA);
27 template<typename AAA, typename BBB>
28 void comment_to_html_conversion_19(AAA aaa, BBB bbb);
43 template<typename AAA, typename BBB, int CCC>
44 void comment_to_html_conversion_20(AAA aaa, BBB bbb);
59 template<template<template<typename CCC> class DDD, class BBB> class AAA>
77 template <class C1, template <class C2, template <class C3, class C4> class BBB > class AAA>
/external/libxml2/result/schematron/
Dzvon1_0.err2 /AAA line 1: BBB element is present.
3 /AAA line 1: AAA misses attribute name.
5 /AAA line 1: BBB element is present.
7 /AAA line 1: AAA misses attribute name.
Dzvon1_1.err2 /AAA line 1: BBB element is missing.
3 /AAA line 1: AAA misses attribute name.
6 /AAA line 1: BBB element is missing.
7 /AAA line 1: AAA misses attribute name.
Dzvon5_0.err2 /AAA/BBB/CCC line 3: Source contains an empty element CCC
3 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any text
4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any text
5 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any child element
6 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any child element
Dzvon3_0.err2 /AAA/BBB/CCC[1] line 3: attribute name is not present
3 /AAA/BBB/CCC[2] line 4: attribute name is not present
4 /AAA/CCC[1] line 6: attribute name is present
5 /AAA/CCC[2] line 7: attribute name is present
Dzvon2_1.err2 /AAA line 1: Text in element AAA must not contain character @
3 /AAA/BBB line 2: Text in element BBB must not contain character @
4 /AAA/CCC line 3: Text in element CCC must not contain character @
/external/libxml2/test/schematron/
Dzvon1.sct3 <rule context="AAA">
6 <assert test="@name">AAA misses attribute name.</assert>
7 <report test="@name">AAA contains attribute name.</report>
11 <rule context="AAA">
13 <report test="@name">AAA contains attribute name.</report>
17 <rule context="AAA">
19 <assert test="@name">AAA misses attribute name.</assert>
Dzvon4.sct4 <assert test="name()='AAA'">Root element is
5 <name/>, not AAA
7 <report test="name()='AAA'">Root element is AAA</report>
Dzvon8.sct4 <report test="count(//BBB) = count(//AAA)">O.K.</report>
5 <assert test="count(//BBB) &lt;= count(//AAA)">Some AAA are missing</assert>
6 <report test="count(//BBB) &lt; count(//AAA)">Some BBB are missing</report>
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dstack-buffer-overflow-with-position.cpp23 char AAA[10], BBB[10], CCC[10]; in main() local
24 memset(AAA, 0, sizeof(AAA)); in main()
28 char *p = AAA + idx; in main()
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p); in main()
/external/compiler-rt/test/asan/TestCases/
Dstack-buffer-overflow-with-position.cc23 char AAA[10], BBB[10], CCC[10]; in main() local
24 memset(AAA, 0, sizeof(AAA)); in main()
28 char *p = AAA + idx; in main()
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p); in main()
/external/llvm-project/clang/test/FixIt/
Dtypo-using.cpp11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class
16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class
44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_ty::CCC
49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() function in using_suggestion_member_val::CCC
54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_tyname_ty::CCC
/external/clang/test/FixIt/
Dtypo-using.cpp11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class
16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} class
44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_ty::CCC
49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() function in using_suggestion_member_val::CCC
54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} typedef in using_suggestion_member_tyname_ty::CCC
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dstack_layout.ll20 ; CHECK: private unnamed_addr constant{{.*}}3 32 5 3 AAA 64 55 3 BBB 160 555 3 CCC\0
21 ; CHECK: private unnamed_addr constant{{.*}}3 256 128 3 CCC 448 128 3 BBB 608 128 3 AAA\0
22 ; CHECK: private unnamed_addr constant{{.*}}2 32 4 3 AAA 48 4 5 BBB:7\0
56 %AAA = alloca [5 x i8], align 1
59 %arr1.ptr = bitcast [5 x i8]* %AAA to i8*
79 %AAA = alloca [128 x i8], align 16
82 %arr1.ptr = bitcast [128 x i8]* %AAA to i8*
94 %AAA = alloca i32, align 4 ; File is not the same as !11
99 %AAA.ptr = bitcast i32* %AAA to i8*
100 call void @llvm.lifetime.start.p0i8(i64 4, i8* nonnull %AAA.ptr), !dbg !14
[all …]
/external/e2fsprogs/tests/m_rootdir/
Dexpect95 X 0/0 1/1 0-31 AAA-BBB 32
98 Y 0/1 1/1 1-1048576 AAA 1048576
99 X 1/1 1/5 1-1 AAA-BBB 1
100 X 1/1 2/5 512-512 AAA-BBB 1
101 X 1/1 3/5 1024-1024 AAA-BBB 1
102 X 1/1 4/5 524288-524288 AAA-BBB 1
103 X 1/1 5/5 1048576-1048576 AAA-BBB 1
108 X 0/0 1/1 0-0 AAA-BBB 1
111 X 0/0 1/1 0-0 AAA-BBB 1
/external/ImageMagick/PerlMagick/t/reference/ttf/
Dread.miff74 �������������@@@�AAA��������������������������������� ������===��ppp�����������…
128 …oo������NNN���������������������ppp�����VVV���������```�����]]]���������AAA��������������…
200 …���������������������������������������������������"""������������������AAA���666��������…
218 …�������:::����������:::��������������������������vvv�����������������AAA�������������hhh�����
221 …���������������������zzz���������PPP��EEE���������������������iii�AAA�����III�ppp�����lll…
230AAA����������������������[[[����� �---�������������'''���������������������������������…
236 …ii����� �������111���������***�������������������������������AAA�����������������nnn…
242 …���������������������������������������������������������������������AAA�����������������$$$…
251 …�������������������������������������������������������������������vvv�����AAA�����������������…
260 …���������������CCC�� �===���������������������������������%%%�����kkk�AAA��������������������…
/external/ImageMagick/PerlMagick/t/reference/write/ttf/
Dread.miff74 �������������@@@�AAA��������������������������������� ������===��ppp�����������…
128 …oo������NNN���������������������ppp�����VVV���������```�����]]]���������AAA��������������…
200 …���������������������������������������������������"""������������������AAA���666��������…
218 …�������:::����������:::��������������������������vvv�����������������AAA�������������hhh�����
221 …���������������������zzz���������PPP��EEE���������������������iii�AAA�����III�ppp�����lll…
230AAA����������������������[[[����� �---�������������'''���������������������������������…
236 …ii����� �������111���������***�������������������������������AAA�����������������nnn…
242 …���������������������������������������������������������������������AAA�����������������$$$…
251 …�������������������������������������������������������������������vvv�����AAA�����������������…
260 …���������������CCC�� �===���������������������������������%%%�����kkk�AAA��������������������…
/external/llvm-project/clang/test/CodeGen/
Dhexagon-linux-vararg.c5 struct AAA { struct
59 struct AAA aaa = {100, 200, 300, 400};
65 struct AAA bbb; in foo()
69 bbb = va_arg(ap, struct AAA); in foo()
/external/python/cpython2/Lib/email/test/data/
Dmsg_42.txt1 Content-Type: multipart/mixed; boundary="AAA"
7 --AAA
11 --AAA
20 --AAA--
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_42.txt1 Content-Type: multipart/mixed; boundary="AAA"
7 --AAA
11 --AAA
20 --AAA--
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-avoid-bind.cpp136 auto AAA = std::bind(add, x, y); in testCaptureByValue() local
179 auto AAA = std::bind(add, 2, 2); in testLiteralParameters() local
191 auto AAA = std::bind(add, std::ref(x), std::ref(y)); in testCaptureByReference() local
220 auto AAA = std::bind(add, x, F(x).get()); in testCaptureByInitExpression() local
228 auto AAA = std::bind(d, 1, 2); in testFunctionObjects() local
272 auto AAA = std::bind(add, x, _1); in testPlaceholders() local
298 auto AAA = std::bind(C::add, 1, 1); in testGlobalFunctions() local
325 auto AAA = std::bind(add, 1, add(2, 5)); in testCapturedSubexpressions() local
347 auto AAA = std::bind(&D::MemberFunction, d, 1); in testMemberFunctions() local
/external/deqp/data/gles2/shaders/
Dpreprocessor.test47 #defin AAA
287 # define AAA 2.0
289 # define VALUE (AAA - 1.0)
303 # define AAA 2.0
304 # define VALUE (AAA - 1.0)
305 # define VALUE (AAA- 1.0)
318 # define AAA 2.0
319 # define VALUE (AAA - 1.0)
320 # define VALUE (AAA + 1.0)
333 # define AAA 2.0
[all …]

12345678910