Home
last modified time | relevance | path

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

123456789

/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/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>
Doverriding-method-comments.mm17 * \param[in] AAA ZZZ
19 - (void)METH:(id)AAA;
22 …s)Root(im)METH:</USR><Declaration>- (void)METH:(id)AAA;</Declaration><Parameters><Parameter><Name>
44 * \param[in] AAA input value
48 - (void)EXT_METH:(id)AAA : (double)BBB : (int)CCC;
51 …:</USR><Declaration>- (void)EXT_METH:(id)AAA:(double)BBB:(int)CCC;</Declaration><Parameters><Param…
61 /// \param AAA argument to foo_pure.
62 virtual void foo_pure(int AAA) = 0;
64 …rtual void foo_pure(int AAA) = 0</Declaration><Abstract><Para> Does something. </Para></Abstract><…
115 /// \tparam AAA The type, silly as well.
[all …]
/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
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 @
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
/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/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dstack_layout.ll16 ; CHECK: private unnamed_addr constant{{.*}}3 32 5 3 AAA 64 55 3 BBB 160 555 3 CCC\0
17 ; CHECK: private unnamed_addr constant{{.*}}3 256 128 3 CCC 448 128 3 BBB 608 128 3 AAA\0
18 ; CHECK: private unnamed_addr constant{{.*}}2 32 4 3 AAA 48 4 5 BBB:7\0
52 %AAA = alloca [5 x i8], align 1
55 %arr1.ptr = bitcast [5 x i8]* %AAA to i8*
75 %AAA = alloca [128 x i8], align 16
78 %arr1.ptr = bitcast [128 x i8]* %AAA to i8*
90 %AAA = alloca i32, align 4 ; File is not the same as !11
95 %AAA.ptr = bitcast i32* %AAA to i8*
96 call void @llvm.lifetime.start.p0i8(i64 4, i8* nonnull %AAA.ptr), !dbg !14
[all …]
/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/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/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/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/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 …]
/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/deqp/external/openglcts/data/gl33/
Dpreprocessor.test58 #defin AAA
359 # define AAA 2.0
361 # define VALUE (AAA - 1.0)
378 # define AAA 2.0
379 # define VALUE (AAA - 1.0)
380 # define VALUE (AAA- 1.0)
396 # define AAA 2.0
397 # define VALUE (AAA - 1.0)
398 # define VALUE (AAA + 1.0)
414 # define AAA 2.0
[all …]
/external/deqp/external/openglcts/data/gles3/
Dpreprocessor.test58 #defin AAA
325 # define AAA 2.0
327 # define VALUE (AAA - 1.0)
344 # define AAA 2.0
345 # define VALUE (AAA - 1.0)
346 # define VALUE (AAA- 1.0)
362 # define AAA 2.0
363 # define VALUE (AAA - 1.0)
364 # define VALUE (AAA + 1.0)
380 # define AAA 2.0
[all …]
/external/deqp/data/gles3/shaders/
Dpreprocessor.test58 #defin AAA
342 # define AAA 2.0
344 # define VALUE (AAA - 1.0)
361 # define AAA 2.0
362 # define VALUE (AAA - 1.0)
363 # define VALUE (AAA- 1.0)
379 # define AAA 2.0
380 # define VALUE (AAA - 1.0)
381 # define VALUE (AAA + 1.0)
397 # define AAA 2.0
[all …]
/external/lz4/visual/VS2017/
Dlz4.sln5 …A0C91BC942}") = "liblz4-dll", "liblz4-dll\liblz4-dll.vcxproj", "{9800039D-4AAA-43A4-BB78-FEF6F4836…
19 {9800039D-4AAA-43A4-BB78-FEF6F4836927} = {9800039D-4AAA-43A4-BB78-FEF6F4836927}
38 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|Win32.ActiveCfg = Debug|Win32
39 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|Win32.Build.0 = Debug|Win32
40 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|x64.ActiveCfg = Debug|x64
41 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|x64.Build.0 = Debug|x64
42 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|Win32.ActiveCfg = Release|Win32
43 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|Win32.Build.0 = Release|Win32
44 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|x64.ActiveCfg = Release|x64
45 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|x64.Build.0 = Release|x64
/external/lz4/visual/VS2010/
Dlz4.sln5 …A0C91BC942}") = "liblz4-dll", "liblz4-dll\liblz4-dll.vcxproj", "{9800039D-4AAA-43A4-BB78-FEF6F4836…
19 {9800039D-4AAA-43A4-BB78-FEF6F4836927} = {9800039D-4AAA-43A4-BB78-FEF6F4836927}
38 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|Win32.ActiveCfg = Debug|Win32
39 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|Win32.Build.0 = Debug|Win32
40 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|x64.ActiveCfg = Debug|x64
41 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Debug|x64.Build.0 = Debug|x64
42 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|Win32.ActiveCfg = Release|Win32
43 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|Win32.Build.0 = Release|Win32
44 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|x64.ActiveCfg = Release|x64
45 {9800039D-4AAA-43A4-BB78-FEF6F4836927}.Release|x64.Build.0 = Release|x64

123456789