/external/clang/test/Sema/ |
thread-specifier.c | 50 __thread auto int t12a; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local}}' declaration specifier}} 51 auto __thread int t12b; // expected-error {{cannot combine with previous 'auto' declaration specifier}} 56 __thread register int t13a; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local|thread_local}}' declaration specifier}} 57 register __thread int t13b; // expected-error {{cannot combine with previous 'register' declaration specifier}} 60 __thread typedef int t14; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local|thread_local}}' declaration specifier}} 61 __thread int t15; // expected-note {{previous definition is here}} 63 extern int t16; // expected-note {{previous declaration is here}} 67 extern thread_local int t17; // expected-note {{previous declaration is here}} 69 extern _Thread_local int t18; // expected-note {{previous declaration is here}}
|
transparent-union.c | 34 void fvp(TU); // expected-note{{previous declaration is here}} 37 void fsp(TU); // expected-note{{previous declaration is here}} 40 void fi(TU); // expected-note{{previous declaration is here}} 43 void fvpp(TU); // expected-note{{previous declaration is here}}
|
/external/clang/test/SemaCXX/ |
array-bound-merge.cpp | 13 extern const int e[2]; // expected-note {{previous definition is here}}
|
cxx1y-constexpr-not-const.cpp | 13 // expected-note@5 {{previous}}
|
decl-microsoft-call-conv.cpp | 9 void free_func_default(); // expected-note 2 {{previous declaration is here}} 10 void __cdecl free_func_cdecl(); // expected-note 2 {{previous declaration is here}} 11 void __stdcall free_func_stdcall(); // expected-note 2 {{previous declaration is here}} 12 void __fastcall free_func_fastcall(); // expected-note 2 {{previous declaration is here}} 13 void __vectorcall free_func_vectorcall(); // expected-note 2 {{previous declaration is here}} 47 void member_default1(); // expected-note {{previous declaration is here}} 50 void __cdecl member_cdecl2(); // expected-note {{previous declaration is here}} 52 void __thiscall member_thiscall2(); // expected-note {{previous declaration is here}} 54 void __vectorcall member_vectorcall2(); // expected-note {{previous declaration is here}} 57 void_fun_t member_typedef_default; // expected-note {{previous declaration is here} [all...] |
ms-overload-entry-point.cpp | 13 void wWinMain(void) {} // expected-note{{previous definition is here}}
|
/external/clang/test/SemaObjC/ |
forward-class-redeclare.m | 11 typedef NSObject <PLAssetContainer> PLAlbum; // expected-note {{previous definition is here}}
|
ivar-sem-check-2.m | 18 @synthesize value; // expected-note {{previous use is here}}
|
mismatched-undefined-method.m | 9 - (void)BrightnessAssistantUnregisterForNotifications:(void*) observer; // expected-note {{previous definition is here}}
|
/external/compiler-rt/test/tsan/ |
malloc_stack.cc | 23 // CHECK: Previous write
|
/external/eigen/doc/snippets/ |
LLT_example.cpp | 7 // The previous two lines can also be written as "L = A.llt().matrixL()"
|
/external/libavc/encoder/ |
irc_est_sad.h | 27 * - it uses the Intra sad calculated by the previous P frame as 30 * - it uses the ratio of P frame sads of the previous two GOPS and 39 * - if only one IFI is encoded use the previous I frame SAD 41 * - Estimate SAD is previous P frame SAD
|
/external/pcre/dist/doc/ |
pcre_free_substring.3 | 19 This is a convenience function for freeing the store obtained by a previous
|
pcre_free_substring_list.3 | 19 This is a convenience function for freeing the store obtained by a previous
|
/external/selinux/libsepol/include/sepol/ |
errcodes.h | 14 * previous version of libsepol. In the future, custome error
|
/frameworks/base/core/java/android/util/ |
LruCache.java | 162 * @return the previous value mapped by {@code key}. 169 V previous; local 173 previous = map.put(key, value); 174 if (previous != null) { 175 size -= safeSizeOf(key, previous); 179 if (previous != null) { 180 entryRemoved(false, key, previous, value); 184 return previous; 227 * @return the previous value mapped by {@code key}. 234 V previous; local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
LruCache.java | 167 * @return the previous value mapped by {@code key}. 174 V previous; local 178 previous = map.put(key, value); 179 if (previous != null) { 180 size -= safeSizeOf(key, previous); 184 if (previous != null) { 185 entryRemoved(false, key, previous, value); 189 return previous; 238 * @return the previous value mapped by {@code key}. 245 V previous; local [all...] |
/frameworks/support/v4/java/android/support/v4/util/ |
LruCache.java | 129 * @return the previous value mapped by {@code key}. 136 V previous; local 140 previous = map.put(key, value); 141 if (previous != null) { 142 size -= safeSizeOf(key, previous); 146 if (previous != null) { 147 entryRemoved(false, key, previous, value); 151 return previous; 190 * @return the previous value mapped by {@code key}. 197 V previous; local [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
setjmp_header_test2.cpp | 2 * is to say that the header can be included alone without any previous
|
typeinfo_header_test.cpp | 2 * is to say that the header can be included alone without any previous
|
/ndk/tests/device/test-stlport/unit/ |
setjmp_header_test2.cpp | 2 * is to say that the header can be included alone without any previous
|
typeinfo_header_test.cpp | 2 * is to say that the header can be included alone without any previous
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
StringCharacterIteratorTest.java | 304 * @tests java.text.StringCharacterIterator.previous() 308 assertEquals(CharacterIterator.DONE, fixture.previous()); 319 assertEquals('e', fixture.previous()); 321 assertEquals('r', fixture.previous()); 323 assertEquals('u', fixture.previous()); 325 assertEquals('t', fixture.previous()); 327 assertEquals('x', fixture.previous()); 329 assertEquals('i', fixture.previous()); 331 assertEquals('f', fixture.previous()); 333 assertEquals(CharacterIterator.DONE, fixture.previous()); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
LetterQuad.java | 34 private LetterQuad previous;
field in class:LetterQuad 57 * create letter and append to previous LetterQuad
60 * @param prev previous character
97 return previous;
177 ins.previous = this;
178 n.previous = ins;
191 return previous == null;
198 this.previous.next = next;
199 this.next.previous = previous;
[all...] |
/external/clang/test/CXX/class/class.mem/ |
p13.cpp | 15 struct X1 { // expected-note{{previous use is here}} 16 enum X1 { }; // expected-error{{use of 'X1' with tag type that does not match previous declaration}}
|