Home
last modified time | relevance | path

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

12345

/external/libxml2/result/schematron/
Dzvon5_0.err1 Pattern: Select empty elements CCC
2 /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
Dzvon5_2.err1 Pattern: Select empty elements CCC
2 /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
Dzvon5_1.err1 Pattern: Select empty elements CCC
2 /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 child element
4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any child element
Dzvon14_0.err2 /AAA/CCC line 5: Element CCC must not be a child of element AAA
3 /AAA/DDD/EEE/CCC line 9: Element CCC must not be a child of element EEE
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
Dzvon10_0.err2 /AAA line 1: CCC element is not present
4 /AAA line 1: CCC element is not present
Dzvon15_0.err3 /AAA/CCC line 3: Attribute color is forbidden in element CCC
Dzvon10_1.err2 /AAA line 1: CCC element is not present
4 /AAA line 1: CCC element is not present
Dzvon2_1.err4 /AAA/CCC line 3: Text in element CCC must not contain character @
Dzvon9_2.err2 /AAA/BBB/CCC line 5: Attribute id is missing
/external/clang/test/FixIt/
Dtypo-using.cpp44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class
45 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'u…
49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() class
50 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'u…
54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class
55 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'A…
/external/libxml2/test/schematron/
Dzvon5.sct2 <pattern name="Select empty elements CCC">
3 <rule context="CCC">
4 … <assert test="normalize-space(.) and *">Source contains an empty element CCC </assert>
5 … <report test="normalize-space(.) = ''">[1]An element CCC does not contain any text</report>
6 … <assert test="normalize-space(.)">[2]An element CCC does not contain any text</assert>
7 <report test="not(*)">[1]An element CCC does not contain any child element</report>
8 <assert test="*">[2]An element CCC does not contain any child element</assert>
Dzvon10.sct5 <assert test="CCC"> CCC element is not present</assert>
11 <assert test="CCC"> CCC element is not present</assert>
12 <assert test="count(BBB|CCC) = count (*)">There is an extra element</assert>
Dzvon14.sct3 <rule context="CCC">
4 … <assert test="parent::*[name()='BBB' or name()='DDD']">Element CCC must not be a child of element
/external/compiler-rt/test/asan/TestCases/
Dstack-buffer-overflow-with-position.cc23 char AAA[10], BBB[10], CCC[10]; in main() local
26 memset(CCC, 0, sizeof(CCC)); in main()
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p); in main()
31 return *(short*)(p) + BBB[argc % 2] + CCC[argc % 2]; in main()
/external/llvm/test/Instrumentation/AddressSanitizer/
Dstack_layout.ll14 ; CHECK: private unnamed_addr constant{{.*}}3 32 5 3 AAA 64 55 3 BBB 160 555 3 CCC
15 ; CHECK: private unnamed_addr constant{{.*}}3 256 128 3 CCC 448 128 3 BBB 608 128 3 AAA
49 %CCC = alloca [555 x i8], align 1
54 %arr3.ptr = bitcast [555 x i8]* %CCC to i8*
71 %CCC = alloca [128 x i8], align 256
76 %arr3.ptr = bitcast [128 x i8]* %CCC to i8*
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp120 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
124 class BBB:virtual CCC {
241 template < typename CCC, typename =
242 typename CCC::key_equal, typename =
243 EEE < CCC > >class III {
Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
37 class BBB:virtual CCC {
/external/curl/tests/data/
Dtest4037 CCC
41 FTPS with CCC not supported by server
56 CCC
/external/compiler-rt/test/tsan/
Dvirtual_inheritance_compile_bug.cc8 struct CCC: virtual AAA { }; struct
9 struct DDD: CCC, BBB { DDD(); }; // NOLINT
/external/clang/test/Index/
Doverriding-ftemplate-comments.cpp43 template<typename AAA, typename BBB, int CCC>
59 template<template<template<typename CCC> class DDD, class BBB> class AAA>
Doverriding-method-comments.mm45 * \param[out] CCC output value is int
48 - (void)EXT_METH:(id)AAA : (double)BBB : (int)CCC;
51CCC;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1"…
73 /// \param CCC argument to undefined virtual.
74 virtual void foo_outofline(int CCC);
76 …al void foo_outofline(int CCC)</Declaration><Abstract><Para> Does something. </Para></Abstract><Pa…
Dcomplete-objc-message.m262 // RUN: c-index-test -code-completion-at=%s:116:14 %s | FileCheck -check-prefix=CHECK-CCC %s
263 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method}
264 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (int)}
265 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)}{Horizont…
266 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)}{Horizont…
267 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)}{Horizont…
268 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText OtherMethod:}{Placeholder (float)}{Hor…
335 // RUN: c-index-test -code-completion-at=%s:140:14 %s | FileCheck -check-prefix=CHECK-CCC %s
338 // RUN: c-index-test -code-completion-at=%s:141:14 %s | FileCheck -check-prefix=CHECK-CCC %s
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp130 class CCC { public: void AAA() { } }; in AAA() class
131 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'A…
/external/testng/doc/
Dtestng.css71 border-color: #ccc #999 #999 #CCC;
81 border-color: #ccc #999 #999 #CCC;

12345