HomeSort by relevance Sort by last modified time
    Searched full:previous (Results 276 - 300 of 7416) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/test-stlport/unit/
stdarg_header_test.c 2 * is to say that the header can be included alone without any previous
stddef_header_test.c 2 * is to say that the header can be included alone without any previous
stdexcept_header_test.cpp 2 * is to say that the header can be included alone without any previous
stdio_header_test.c 2 * is to say that the header can be included alone without any previous
stdlib_header_test.c 2 * is to say that the header can be included alone without any previous
streambuf_header_test.cpp 2 * is to say that the header can be included alone without any previous
string_header_test.c 2 * is to say that the header can be included alone without any previous
string_header_test.cpp 2 * is to say that the header can be included alone without any previous
strstream_header_test.cpp 2 * is to say that the header can be included alone without any previous
time_header_test.c 2 * is to say that the header can be included alone without any previous
utility_header_test.cpp 2 * is to say that the header can be included alone without any previous
valarray_header_test.cpp 2 * is to say that the header can be included alone without any previous
vector_header_test.cpp 2 * is to say that the header can be included alone without any previous
wchar_header_test.c 2 * is to say that the header can be included alone without any previous
wctype_header_test.c 2 * is to say that the header can be included alone without any previous
  /dalvik/dx/tests/087-ssa-local-vars/
Blort.java 48 * phi's. The key component here is the assignment of previous = current.
58 StringBuilder previous = null; local
70 if ((current.charAt(0) == ' ' || current.charAt(0) == '\t') && previous != null) {
80 && previous.length() + 1 + current.length() - i > maxLineLen) {
83 previous.append(' ');
84 previous.append(current, i, current.length() - i);
86 previous = current;
  /external/clang/test/SemaCXX/
typedef-redecl.cpp 3 typedef INT REALLY_INT; // expected-note {{previous definition is here}}
9 typedef int result_type; // expected-note {{previous definition is here}}
13 struct Y; // expected-note{{previous definition is here}}
19 void f(); // expected-note{{previous definition is here}}
22 typedef int f2; // expected-note{{previous definition is here}}
70 typedef int q[C == 1 ? 1 : -1]; // expected-note{{previous definition is here}}
82 typedef int q[1]; // expected-note{{previous definition is here}}
decl-microsoft-call-conv.cpp 6 void __stdcall free_func_stdcall(); // expected-note {{previous declaration is here}}
7 void __fastcall free_func_fastcall(); // expected-note 2 {{previous declaration is here}}
9 void __cdecl free_func_default(); // expected-note 2 {{previous declaration is here}}
13 void free_func_cdecl(); // expected-note 2 {{previous declaration is here}}
18 void free_func_stdcall(); // expected-note {{previous declaration is here}}
35 void member_default1(); // expected-note {{previous declaration is here}}
38 void __cdecl member_cdecl2(); // expected-note {{previous declaration is here}}
40 void __thiscall member_thiscall2(); // expected-note {{previous declaration is here}}
44 static void static_member_default2(); // expected-note {{previous declaration is here}}
46 static void __cdecl static_member_cdecl2(); // expected-note {{previous declaration is here}
    [all...]
struct-class-redecl.cpp 5 union X { int x; float y; }; // expected-error{{use of 'X' with tag type that does not match previous declaration}}
11 class A; // expected-note{{previous use is here}}
15 class B; // expected-note{{previous use is here}}\
20 class C; // expected-note{{previous use is here}}
22 // expected-note{{previous use is here}}\
25 // expected-note{{previous use is here}}
30 struct D {}; // expected-note{{previous definition is here}}\
31 // expected-note{{previous use is here}}
47 template<class U> class G; // expected-note{{previous use is here}}\
57 CHECK: note: previous use is her
    [all...]
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 16 void f0(T&); // expected-note{{previous}}
20 void f1(T&); // expected-note{{previous}}
24 void f2(T&); // expected-note{{previous}}
28 void f3(T&); // expected-note{{previous}}
35 void g0(T&); // expected-note{{previous}}
39 void g1(T&); // expected-note{{previous}}
43 void g2(T&); // expected-note{{previous}}
47 void g3(T&); // expected-note{{previous}}
51 void g4(T&); // expected-note{{previous}}
55 void g5(T&); // expected-note{{previous}}
    [all...]
dependent-type-identity.cpp 31 void f0(T); // expected-note{{previous}}
35 void f1(T*); // expected-note{{previous}}
39 void f2(X0<T>*); // expected-note{{previous}}
43 void f3(X0<T>*); // expected-note{{previous}}
47 void f4(typename T::template apply<U>*); // expected-note{{previous}}
52 void f5(typename T::template apply<U>::type*); // expected-note{{previous}}
58 void f6(typename N::X2<T>::template apply<U> *); // expected-note{{previous}}
63 void f7(typename N::X2<T>::template apply<U> *); // expected-note{{previous}}
68 void f8(typename N::X2<T>::template apply<U> *); // expected-note{{previous}}
  /external/clang/test/SemaObjC/
method-conflict-1.m 15 - (void)myMethod1:(NSObject *)object; // broken-note {{previous definition is here}}
30 - (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous definition is here}}
31 - (void)myMethod1:(id <MyProtocol>)object; // broken-note {{previous definition is here}}
47 - (void) test1:(A*) object; // broken-note {{previous definition is here}}
58 - (void) test1:(id) object; // broken-note {{previous definition is here}}
68 - (B*) test2; // broken-note {{previous definition is here}}
method-typecheck-1.m 4 - (void) setMoo: (int) x; // expected-note {{previous definition is here}}
5 - (int) setMoo1: (int) x; // expected-note {{previous definition is here}}
18 + (void) cMoo: (int) x; // expected-note 2 {{previous definition is here}}
28 - (void) setCat: (int) x; // expected-note 2 {{previous definition is here}}
29 + (void) cCat: (int) x; // expected-note {{previous definition is here}}
44 - (float)returnCGFloat; // expected-note {{previous definition is here}}
warn-superclass-method-mismatch.m 4 -(void) method_r: (char)ch : (float*)f1 : (int*) x; // expected-note {{previous declaration is here}}
10 -(void) method: (int*) x; // expected-note {{previous declaration is here}}
11 -(void) method1: (Base*) x; // expected-note {{previous declaration is here}}
13 + method3: (int)x1 : (Base *)x2 : (float)x3; // expected-note {{previous declaration is here}}
15 - method5: (int) x : (double) d; // expected-note {{previous declaration is here}}
16 - method6: (int) x : (float) d; // expected-note {{previous declaration is here}}
  /external/guava/guava/src/com/google/common/collect/
AbstractLinkedIterator.java 29 * previous element. Null elements are not supported, nor is the
35 * protected Integer computeNext(Integer previous) {
36 * return (previous == 1 << 30) ? null : previous * 2;
58 * Returns the element that follows {@code previous}, or returns {@code null}
63 protected abstract T computeNext(T previous);

Completed in 2747 milliseconds

<<11121314151617181920>>