HomeSort by relevance Sort by last modified time
    Searched full:here (Results 601 - 625 of 18871) sorted by null

<<21222324252627282930>>

  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
DuplicateIdDetectorTest.java 31 "=> layout/duplicate.xml:4: @+id/android_logo originally defined here",
38 "=> layout/layout1.xml:13: Defined here\n" +
39 "=> layout/layout3.xml:8: Defined here, included via layout/layout1.xml => layout/layout2.xml => layout/layout3.xml defines @+id/button1\n" +
40 "=> layout/layout4.xml:8: Defined here, included via layout/layout1.xml => layout/layout2.xml => layout/layout4.xml defines @+id/button1\n" +
42 "=> layout/layout1.xml:19: Defined here\n" +
43 "=> layout/layout4.xml:14: Defined here, included via layout/layout1.xml => layout/layout2.xml => layout/layout4.xml defines @+id/button2\n" +
45 "=> layout/layout3.xml:8: Defined here, included via layout/layout2.xml => layout/layout3.xml defines @+id/button1\n" +
46 "=> layout/layout4.xml:8: Defined here, included via layout/layout2.xml => layout/layout4.xml defines @+id/button1",
66 "=> layout/layout3.xml:8: Defined here, included via layout/layout2.xml => layout/layout3.xml defines @+id/button1\n" +
67 "=> layout/layout4.xml:8: Defined here, included via layout/layout2.xml => layout/layout4.xml defines @+id/button1"
    [all...]
  /external/clang/test/SemaCXX/
virtual-override.cpp 5 virtual int f(); // expected-note{{overridden virtual function is here}}
20 virtual a* f(); // expected-note{{overridden virtual function is here}}
32 struct b : private a { }; // expected-note{{declared private here}}
35 virtual a* f(); // FIXME: desired-note{{overridden virtual function is here}}
51 virtual a* f(); // expected-note{{overridden virtual function is here}}
68 virtual a* const g(); // expected-note{{overridden virtual function is here}}
84 virtual a* g(); // expected-note{{overridden virtual function is here}}
132 virtual b<int> *f(); // expected-note {{in instantiation of template class 'T9::b<int>' requested here}}
228 virtual B* f1(); // expected-note{{overridden virtual function is here}}
229 virtual TB<N>* f2(); // expected-note{{overridden virtual function is here}}
    [all...]
dcl_init_aggr.cpp 44 // expected-note{{declared here}}
49 NoDefaultConstructor nodef; // expected-note{{member is declared here}}
54 TooFewError too_few_okay2[2] = { 1, 1 }; // expected-note{{implicit default constructor for 'TooFewError' first required here}}
79 int &j; // expected-note{{uninitialized reference member is here}}
86 // Note: the behavior here is identical to C
91 // Note: the behavior here is identical to C
function-redecl.cpp 11 void foo(int); // expected-note{{previous declaration is here}}
29 void typocorrection(); // expected-note {{'typocorrection' declared here}}
38 void Bar(); // expected-note {{'Bar' declared here}}
47 void typocorrection(const int); // expected-note {{'typocorrection' declared here}}
80 // expected-note {{'cart' declared here}} \
81 // expected-note {{previous definition is here}}
uninit-variables.cpp 30 (void)typeid(*a); // expected-warning{{variable 'a' is uninitialized when used here}}
58 return x; // expected-warning{{variable 'x' is uninitialized when used here}}
65 test4_A a; // expected-note{{variable 'a' is declared here}}
66 return a; // expected-warning{{variable 'a' is uninitialized when used here}}
130 int y = (int&)x; // expected-warning {{uninitialized when used here}}
141 int y = (float &)x; // expected-warning {{uninitialized when used here}}
array-bounds-ptr-arith.cpp 5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}}
23 double numbers[2]; // expected-note {{declared here}}
27 char buffer[5]; // expected-note 2 {{declared here}}
constructor-initializer.cpp 76 U() : a(1), // expected-note {{previous initialization is here}}
102 // expected-note {{declared here}} \
103 // expected-note {{declared here}}
116 M m; // expected-note {{member is declared here}}
136 : A(A), // expected-warning {{field is uninitialized when used here}}
137 B((((B)))), // expected-warning {{field is uninitialized when used here}}
138 C(A && InitializeUsingSelfTest::C), // expected-warning {{field is uninitialized when used here}}
139 D(D, // expected-warning {{field is uninitialized when used here}}
140 D) {} // expected-warning {{field is uninitialized when used here}}
160 B(B), // expected-warning {{field is uninitialized when used here}}
    [all...]
dr1301.cpp 9 B() = delete; // expected-note 3{{here}}
20 D() = default; // expected-note {{here}}
45 H(); // expected-note {{here}}
static-assert.cpp 3 int f(); // expected-note {{declared here}}
21 T<1> t1; // expected-note {{in instantiation of template class 'T<1>' requested here}}
28 S<char> s1; // expected-note {{in instantiation of template class 'S<char>' requested here}}
  /external/zlib/
inffast.c 90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here = dcode[hold & dmask]
    [all...]
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 41 # Add here commands to configure the package.
49 # Add here commands to compile the package.
59 # Add here commands to clean up after the build process.
77 # Add here commands to install the package into debian/tmp
81 # Build architecture-independent files here.
85 # Build architecture-dependent files here.
  /external/clang/test/Sema/
flexible-array-init.c 4 int values[]; // expected-note 4{{initialized flexible array member 'values' is here}}
20 int y[]; // expected-note 8 {{initialized flexible array member 'y' is here}}
45 struct point points[]; // expected-note{{initialized flexible array member 'points' is here}}
70 char v[]; // expected-note 2 {{initialized flexible array member 'v' is here}}
82 int v[]; // expected-note {{initialized flexible array member 'v' is here}}
88 struct FlexWithUnnamedBitfield { int : 10; int x; int y[]; }; // expected-note {{initialized flexible array member 'y' is here}}
generic-selection.c 10 void (*)(): 0, // expected-note {{compatible type 'void (*)()' specified here}}
14 void (*)(int): 0, // expected-note {{compatible type 'void (*)(int)' specified here}}
15 void (*)(void): 0); // expected-note {{compatible type 'void (*)(void)' specified here}}
  /external/clang/test/SemaObjCXX/
objc-container-subscripting.mm 7 - (void)setObject:(id)object forKeyedSubscript:(id)key; // expected-note {{passing argument to parameter 'object' here}}
23 template void test_dictionary_subscripts(NSMutableDictionary*, int, id); // expected-note {{in instantiation of function template specialization 'test_dictionary_subscripts<NSMutableDictionary *, int, id>' requested here}}
25 template void test_dictionary_subscripts(NSMutableDictionary*, id, int); // expected-note {{in instantiation of function template specialization 'test_dictionary_subscripts<NSMutableDictionary *, id, int>' requested here}}
45 template void test_array_subscripts(NSMutableArray *, double, id); // expected-note {{in instantiation of function template specialization 'test_array_subscripts<NSMutableArray *, double, id>' requested here}}
130 operator int(); // expected-note {{type conversion function declared here}}
131 operator id(); // expected-note {{type conversion function declared here}}
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 20 X<float(int)> xf; // expected-note{{in instantiation of template class 'X<float (int)>' requested here}}
25 (void)ptr2[i]; // expected-note{{in instantiation of template class 'X<int (int)>' requested here}}
32 (void)(ptr3 + 5); // expected-note{{in instantiation of template class 'X<char (char)>' requested here}}
33 (void)(5 + ptr4); // expected-note{{in instantiation of template class 'X<short (short)>' requested here}}
38 (void)new X<float(float)>; // expected-note{{in instantiation of template class 'X<float (float)>' requested here}}
121 template <class T> class A; // expected-note {{template is declared here}}
nested-name-spec-template.cpp 105 void nt() // expected-note{{function template 'nt' declared here}}
110 void f(T*); // expected-note{{function template 'f' declared here}}
113 void f(T*, T*); // expected-note{{function template 'f' declared here}}
120 template<typename T> void f(); // expected-note{{function template 'f' declared here}}
128 Y<X, int> yxi; // expected-note{{in instantiation of template class 'PR9226::Y<PR9226::X, int>' requested here}}
133 struct s; // expected-note{{template is declared here}}
  /external/clang/test/CXX/class.access/class.access.base/
p5.cpp 19 private: static int x; // expected-note 5 {{declared private here}}
30 public: static int x; // expected-note{{member is declared here}}
48 protected: static int x; // expected-note{{member is declared here}}
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 73 static void member(); // expected-note 2 {{declared private here}}
124 X *getPrev() { return Prev; } // expected-note{{member is declared here}}
127 class ilist_node : private ilist_half_node { // expected-note {{declared private here}} expected-note {{constrained by private inheritance here}}
130 X *getNext() { return Next; } // expected-note {{declared private here}}
151 class A { protected: int x; }; // expected-note {{declared protected here}}
189 return a == b; // expected-note {{requested here}}
237 A(); // expected-note 2 {{declared private here}}
260 typedef int I; // expected-note 4 {{declared private here}}
261 static const I x = 0; // expected-note {{implicitly declared private here}}
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 13 NonLiteral(int) {} // expected-note 2{{here}}
48 struct VirtBase : virtual S {}; // expected-note {{here}}
51 template<typename T> struct T1 : virtual Literal { // expected-note {{here}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2.cpp 36 = typeid([=,&p]() -> P& { boom_int.tickle(); return p; }()); // expected-note{{in instantiation of member function 'Boom<int>::Boom' requested here}}
39 // expected-note{{in instantiation of member function 'Boom<float>::Boom' requested here}}
41 auto foo = [=]() -> int { boom_double.tickle(); return 0; }; // expected-note{{in instantiation of member function 'Boom<double>::Boom' requested here}}
  /external/clang/test/CXX/special/class.init/class.base.init/
p8-0x.cpp 5 int &a; // expected-note 2{{here}}
19 int a = 0; // desired-note 5 {{previous initialization is here}}
28 U(double) : a(1), // expected-note{{previous initialization is here}} desired-error {{initializing multiple members of union}}
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p5.cpp 62 template<typename T> operator T*() const; // expected-note{{explicit instantiation refers here}}
71 template X0::operator const char*() const; // expected-note{{'X0::operator const char *<char>' requested here}}
72 template X0::operator const int*(); // expected-note{{'X0::operator const int *<const int>' requested here}}
  /external/clang/test/Driver/
cpath.c 6 // CPATH: search starts here
12 // C_INCLUDE_PATH: search starts here
19 // OBJCPLUS_INCLUDE_PATH: search starts here
  /external/clang/test/Parser/
cxx0x-condition.cpp 26 if (S b(n)) {} // expected-error {{a function type is not allowed here}} expected-error {{must have an initializer}}
27 if (S b(n) = 0) {} // expected-error {{a function type is not allowed here}}
28 if (S b(n) == 0) {} // expected-error {{a function type is not allowed here}} expected-error {{did you mean '='?}}
  /external/clang/test/SemaObjC/
method-attributes.m 16 - (int) foo: (int)arg1; // expected-note {{method 'foo:' declared here}}
18 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {{method 'foo2:' declared here}}
42 - (void)doSomething2:(id)sender; // expected-note {{method 'doSomething2:' declared here}}

Completed in 748 milliseconds

<<21222324252627282930>>