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

<<31323334353637383940>>

  /external/chromium/chrome/browser/autofill/
credit_card_field.h 34 // we store the last name field here.
35 // (We could store an embedded NameField object here, but we don't do so
  /external/chromium/chrome/browser/
spellchecker_linux.cc 6 // implemented here.
14 // for Linux, so we'll return false here.
spellchecker_win.cc 6 // implemented here.
14 // so we'll return false here.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.h 29 // is here so the mock interface doesn't have to change in multiple
32 // Any method you add here needs a unit test. You knew that.
  /external/chromium/chrome/browser/ui/webui/
bookmarks_ui.cc 31 NOTREACHED() << "We should never get here since the extension should have"
38 NOTREACHED() << "We should never get here since the extension should have"
keyboard_ui.cc 39 NOTREACHED() << "We should never get here since the extension should have"
46 NOTREACHED() << "We should never get here since the extension should have"
  /external/chromium/net/base/
cert_database_win.cc 26 // may be shown here / this call may block.
36 // NSS, and Store Type / Path) here? For now, certs will be stashed into the
  /external/clang/test/ASTMerge/
function.c 6 // CHECK: function1.c:2:6: note: declared here with type 'void (int, float)'
8 // CHECK: function1.c:4:6: note: declared here with type 'void (void)'
  /external/clang/test/CXX/class/class.mem/
p1b.cpp 24 B(int b = 42) { // expected-note{{default argument declared here}}
42 A(int a = 42); // expected-note{{default argument declared here}}
  /external/clang/test/CXX/class.derived/class.virtual/
p3-0x.cpp 40 template struct B<int>; // expected-note {{in instantiation of template class 'Test3::B<int>' requested here}}
46 virtual void f() const final; // expected-note {{overridden virtual function is here}}
  /external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp 38 x.f0(a); // expected-note{{in instantiation of member function 'T3_B<T3_A>::f0' requested here}}
45 ~T3_A(); // expected-note{{declared private here}}
  /external/clang/test/CXX/special/class.copy/
p33-0x.cpp 30 X(const X&) = delete; // expected-note 2{{function has been explicitly marked deleted here}}
56 template void f2<X>(int); // expected-note{{in instantiation of function template specialization 'PR10142::f2<PR10142::X>' requested here}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p2.cpp 34 struct X1 { // expected-note{{explicit instantiation refers here}}
38 void f1(T) {} // expected-note{{explicit instantiation refers here}}
  /external/clang/test/Index/
fix-its.c 12 // CHECK: note: 'wibble' declared here
16 // CHECK: note: 'wibble' declared here
  /external/clang/test/Sema/
inline-redef.c 14 int f(int b) {return b;} // expected-note{{previous definition is here}}
23 GNU_INLINE extern inline int h(int a) {return a;} // expected-note{{previous definition is here}}
static-array.c 5 void cat(int a[static 3]) {} // expected-note 2 {{callee declares array parameter as static here}}
10 void vat(int i, int a[static i]) {} // expected-note {{callee declares array parameter as static here}}
thread-specifier.c 18 __thread int t15; // expected-note {{previous definition is here}}
20 int t16; // expected-note {{previous definition is here}}
  /external/clang/test/SemaCUDA/
function-target.cu 25 __global__ void d1g(void); // expected-note {{'d1g' declared here}}
37 __global__ void hd1g(void); // expected-note {{'hd1g' declared here}}
  /external/clang/test/SemaCXX/
new-array-size-conv.cpp 6 operator int () const { return ValueLength; } // expected-note 3{{conversion to integral type 'int' declared here}}
13 operator E() const; // expected-note{{conversion to enumeration type 'E' declared here}}
new-delete-0x.cpp 22 // ... but not here:
23 auto t = new (int(*)[[]]); // expected-error {{an attribute list cannot appear here}}
  /external/clang/test/SemaObjC/
arc-property-lifetime.m 10 @property(strong) id x; // expected-note {{property declared here}}
11 @property(strong) id y; // expected-note {{property declared here}}
27 @property(retain) id x; // expected-note {{property declared here}}
28 @property(retain) id y; // expected-note {{property declared here}}
44 @property(copy) id x; // expected-note {{property declared here}}
45 @property(copy) id y; // expected-note {{property declared here}}
76 @property(assign) id y; // expected-note {{property declared here}}
91 @property(unsafe_unretained) id y; // expected-note {{property declared here}}
class-bitfield.m 24 void *isa; // expected-note {{previous definition is here}}
27 int c: 5; // expected-note {{previous definition is here}}
conflicting-ivar-test-1.m 6 int IVAR; // expected-note {{previous definition is here}}
57 int IVAR; // expected-note {{previous definition is here}}
continuation-class-property.m 36 @property (readonly) NSRect foo; // expected-note {{property declared here}}
37 @property (readonly, strong) NSString *bar; // expected-note {{property declared here}}
incomplete-implementation.m 5 // expected-note{{method 'Meth' declared here}}
17 - Meth; // expected-note{{method 'Meth' declared here}}

Completed in 786 milliseconds

<<31323334353637383940>>