HomeSort by relevance Sort by last modified time
    Searched refs:AAA (Results 1 - 25 of 35) sorted by null

1 2

  /external/compiler-rt/test/tsan/
virtual_inheritance_compile_bug.cc 6 struct AAA { virtual long aaa () { return 0; } }; // NOLINT function in struct:AAA
7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT
8 struct CCC: virtual AAA { };
  /external/clang/test/FixIt/
typo-using.cpp 11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}}
12 using N::AAB; // expected-error {{no member named 'AAB' in namespace 'using_suggestion_ty::N'; did you mean 'AAA'?}}
16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}}
17 using typename N::AAB; // expected-error {{no member named 'AAB' in namespace 'using_suggestion_tyname_ty::N'; did you mean 'AAA'?}}
44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}}
45 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'using_suggestion_member_ty::CCC'; did you mean 'AAA'?}}
49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}
    [all...]
  /external/compiler-rt/test/asan/TestCases/
stack-buffer-overflow-with-position.cc 23 char AAA[10], BBB[10], CCC[10];
24 memset(AAA, 0, sizeof(AAA));
28 char *p = AAA + idx;
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p);
33 // CHECK-m2: 'AAA' <== {{.*}}underflows this variable
34 // CHECK-m1: 'AAA' <== {{.*}}partially underflows this variable
35 // CHECK-9: 'AAA' <== {{.*}}partially overflows this variable
36 // CHECK-10: 'AAA' <== {{.*}}overflows this variabl
    [all...]
  /external/clang/test/Index/
overriding-ftemplate-comments.cpp 12 /// \param AAA Blah blah
14 void comment_to_html_conversion_17(T AAA);
16 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_17</Name><USR>c:@FT@&gt;1#Tcomment_to_html_conversion_17#t0.0#v#</USR><Declaration>template &lt;typename T&gt; void comment_to_html_conversion_17(T AAA)</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah</Para></Discussion></Parameter></Parameters></Function>]
26 /// \tparam AAA Aaa
27 template<typename AAA, typename BBB>
28 void comment_to_html_conversion_19(AAA aaa, BBB bbb);
30 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_19</Name><USR>c:@FT@&gt;2#T#Tcomment_to_html_conversion_19#t0.0#t0.1#v#</USR><Declaration>template &lt;typename AAA, typename BBB&gt;\nvoid comment_to_html_conversion_19(AAA aaa, BBB bbb)</Declaration><TemplatePara (…)
    [all...]
comment-cplus-template-decls.cpp 12 * \brief Aaa
62 /// \param AAA Blah blah
64 void func_template_1(T AAA);
65 // CHECK: <Declaration>template &lt;typename T&gt; void func_template_1(T AAA)</Declaration>
67 template<template<template<typename CCC> class DDD, class BBB> class AAA>
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUCertType.java 6 AAA,
ClientKeyManager.java 33 mAliasMap.put(OSUCertType.AAA, OSUManager.CERT_CLT_CA_ALIAS + homeSP.getFQDN());
  /external/testng/src/test/java/test/preserveorder/
AAA.java 7 public class AAA extends BaseLogTest {
11 log("AAA.a1");
16 log("AAA.a2");
21 log("AAA.a3");
  /external/clang/test/Frontend/
verify.c 44 #error AAA // expected-error {{BBB}} <- this shall be part of diagnostic
56 // CHECK2-NEXT: Line 44: AAA // expected-error {{[{][{]BBB[}][}]}} <- this shall be part of diagnostic
  /art/test/462-checker-inlining-across-dex-files/src/
Main.java 19 class AAA {
198 // Reference the AAA class to ensure it is in the dex cache.
199 public static Class<?> cls = AAA.class;
204 public static int aaa = 32; field in class:Main
  /external/clang/test/CodeGenCXX/
thunk-use-after-free.cpp 36 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { };
39 vector < HHH < X1 > >aaa; member in class:BBB
41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
debug-info-use-after-free.cpp 123 template < class SSS, class GGG = EEE < SSS > >class AAA:FFF <GGG> { };
126 vector < HHH < X1 > >aaa; member in class:BBB
128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
235 AAA {
237 AAA () {
258 AAA {
267 aaa; member in class:__anon7486::C1::C3
  /cts/suite/audio_quality/test/
TaskTest.cpp 20 static const android::String8 AAA("aaa");
45 const android::String8* list[] = {&AAA, &BBB, NULL};
118 ASSERT_TRUE(task->addStringAttributePublic(AAA, aaaVal));
122 ASSERT_TRUE(task->findStringAttributePublic(AAA, read));
  /external/clang/test/SemaCXX/
using-decl-1.cpp 130 class CCC { public: void AAA() { } };
143 class AAA {}; // expected-note {{'N::AAA' declared here}}
146 using N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_ty_dropped_nested_specifier::N::M'; did you mean 'N::AAA'?}}
151 class AAA {}; // expected-note {{'N::AAA' declared here}}
154 using typename N::M::AAA; // expected-error {{no member named 'AAA' in namespace 'using_suggestion_tyname_ty_dropped_nested_specifier::N::M'; did you mean 'N::AAA'?}
    [all...]
MicrosoftExtensions.cpp 121 class AAA {
126 __declspec(dllimport) void AAA::f2(void) { // expected-error{{dllimport cannot be applied to non-inline function definition}}
127 // expected-error@-1{{redeclaration of 'AAA::f2' cannot add 'dllimport' attribute}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
sizeofpack.cpp 39 struct AAA {
45 array<2> arr2 = AAA<int, int>::make_array<int>(1,2);
  /external/llvm/docs/_ocamldoc/
style.css 51 border-top-style:solid; border-width:1px; border-color:#AAA; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pe.x 123 /* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
130 *(.tls$AAA)
i386pe.xa 123 /* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
130 *(.tls$AAA)
i386pe.xbn 123 /* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
130 *(.tls$AAA)
i386pe.xn 123 /* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
130 *(.tls$AAA)
i386pep.x 127 /* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
134 *(.tls$AAA)
i386pep.xa 127 /* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
134 *(.tls$AAA)
i386pep.xbn 127 /* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
134 *(.tls$AAA)
i386pep.xn 127 /* Windows TLS expects .tls$AAA to be at the start and .tls$ZZZ to be
134 *(.tls$AAA)

Completed in 1022 milliseconds

1 2