HomeSort by relevance Sort by last modified time
    Searched full:declared (Results 376 - 400 of 3935) sorted by null

<<11121314151617181920>>

  /packages/apps/Email/src/com/android/email/service/
LegacyEasAuthenticatorService.java 20 * This service needs to be declared separately from the base service
LegacyEmailAuthenticatorService.java 20 * This service needs to be declared separately from the base service
LegacyImapAuthenticatorService.java 20 * This service needs to be declared separately from the base service
Pop3AuthenticatorService.java 20 * This service needs to be declared separately from the base service
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Netscape_Suite.py 37 # Indices of types declared in this module
  /external/clang/test/Analysis/
rdar-6540084.m 12 @class NSArray; // expected-note {{receiver is instance of class declared here}}
18 @interface TazGuttenberg : NSObject {} typedef NSUInteger BugsBunnyType; @end // expected-note {{receiver is instance of class declared here}}
  /external/clang/test/CXX/dcl.decl/dcl.init/
p5.cpp 9 int &x; // expected-note {{declared here}} expected-error 3{{reference to type 'int' requires an initializer}}
27 // In this case, there is no user-declared default constructor, so we
  /external/clang/test/Sema/
attr-unavailable-message.c 37 a = 1, // expected-note {{declared here}}
38 b __attribute__((deprecated())) = 2, // expected-note {{declared here}}
captured-statements.c 52 __block int x; // expected-note {{'x' declared here}}
64 __block int a; // expected-note 2 {{'a' declared here}}
type-spec-struct-union.c 5 type has not yet been declared. See C99 6.7.2.3p8. */
27 // the type "struct S4" declared in the function parameter list has
  /external/clang/test/SemaCXX/
constructor.cpp 14 static Foo(short, short); // expected-error{{constructor cannot be declared 'static'}}
15 virtual Foo(double); // expected-error{{constructor cannot be declared 'virtual'}}
virtuals.cpp 7 void h() = 0; // expected-error {{'h' is not virtual and cannot be declared pure}}
25 void g(int) = 0; // expected-error{{'g' is not virtual and cannot be declared pure}}
function-redecl.cpp 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}}
106 void BeEvil(); // expected-note {{'BeEvil' declared here}}
110 bool isGood(); // expected-note {{'Bar::Foo::isGood' declared here}}
  /external/javassist/src/main/javassist/util/proxy/
MethodHandler.java 32 * @param thisMethod the overridden method declared in the super
36 * abstract or declared in the interface.
  /external/libogg/doc/libogg/
ogg_sync_init.html 18 <p><i>declared in "ogg/ogg.h";</i></p>
37 <dd>Pointer to a previously declared <a href="ogg_sync_state.html">ogg_sync_state</a> struct. After this function call, this struct has been initialized.</dd>
ogg_sync_reset.html 18 <p><i>declared in "ogg/ogg.h";</i></p>
37 <dd>Pointer to a previously declared <a href="ogg_sync_state.html">ogg_sync_state</a> struct.</dd>
  /external/valgrind/main/memcheck/tests/
varinfo6.stderr.exp 11 declared at varinfo6.c:3115, in frame #2 of thread 1
20 declared at varinfo6.c:1517, in frame #1 of thread 1
varinfo3.stderr.exp 6 declared at varinfo3.c:35, in frame #0 of thread 1
13 a global variable declared at varinfo3.c:36
20 declared at varinfo3.c:37, in frame #0 of thread 1
27 a global variable declared at varinfo3.c:38
42 declared at varinfo3.c:51, in frame #2 of thread 1
57 declared at varinfo3.c:53, in frame #2 of thread 1
varinfo3.stderr.exp-ppc64 6 declared at varinfo3.c:35, in frame #0 of thread 1
13 a global variable declared at varinfo3.c:36
20 declared at varinfo3.c:37, in frame #0 of thread 1
27 a global variable declared at varinfo3.c:38
42 declared at varinfo3.c:51, in frame #2 of thread 1
57 declared at varinfo3.c:53, in frame #2 of thread 1
  /libcore/luni/src/main/java/java/lang/reflect/
Member.java 36 * Designates all declared members of a class or interface (without
39 public static final int DECLARED = 1;
  /packages/apps/Calendar/tests/
AndroidManifest.xml 26 The test delcared in this instrumentation will be run along with tests declared by
28 The "itr" command will find all tests declared by all applications. If you want to run just these
  /external/clang/test/SemaObjC/
default-synthesize-3.m 7 @interface NoAuto // expected-note 2 {{class with specified objc_requires_property_definitions attribute is declared here}}
8 @property int NoAutoProp; // expected-note 2 {{property declared here}}
16 @interface Sub : NoAuto // expected-note 3 {{class with specified objc_requires_property_definitions attribute is declared here}}
17 @property (copy) id SubProperty; // expected-note 2 {{property declared here}}
27 @property (copy) id DeepMustSynthProperty; // expected-note {{property declared here}}
46 @property (readonly) char isFoo; // expected-note {{property declared here}}
related-result-type-inference.m 89 - (Unrelated *)initBlah; // expected-warning{{method is expected to return an instance of its class type 'B', but is declared to return 'Unrelated *'}}
96 - (Unrelated *)initBlah { // expected-warning{{method is expected to return an instance of its class type 'C', but is declared to return 'Unrelated *'}}
110 + (Unrelated *)newBlarg { // expected-warning{{method is expected to return an instance of its class type 'D', but is declared to return 'Unrelated *'}}
114 + (Unrelated *)alloc { // expected-warning{{method is expected to return an instance of its class type 'D', but is declared to return 'Unrelated *'}}
125 - (int)initBlah; // expected-warning{{protocol method is expected to return an instance of the implementing class, but is declared to return 'int'}}
153 - (id)_ABC_init __attribute__((objc_method_family(init))); // expected-note {{method '_ABC_init' declared here}}
  /external/webrtc/src/system_wrappers/interface/
data_log_impl.h 86 // The implementation of the CreateLog() method declared in data_log.h.
90 // The implementation of the StaticInstance() method declared in data_log.h.
94 // The implementation of the ReturnLog() method declared in data_log.h. See
98 // The implementation of the AddTable() method declared in data_log.h. See
102 // The implementation of the AddColumn() method declared in data_log.h. See
115 // The implementation of the NextRow() method declared in data_log.h. See
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 48 template<X const *Ptr> struct A2; // expected-note{{template parameter is declared here}}
66 template <int *> struct zed {}; // expected-note 2{{template parameter is declared here}}
81 template <int& N> struct S0 { }; // expected-note 3 {{template parameter is declared here}}
82 template <const int& N> struct S1 { }; // expected-note 2 {{template parameter is declared here}}
83 template <volatile int& N> struct S2 { }; // expected-note 2 {{template parameter is declared here}}
128 template <int& i> struct foo {}; // expected-note{{template parameter is declared here}}
141 template<int (*)(int)> struct X0 { }; // expected-note 3{{template parameter is declared here}}
158 template<int (&)(int)> struct X0 { }; // expected-note 4{{template parameter is declared here}}
184 template<int (Y::*)(int)> struct X0 {}; // expected-note{{template parameter is declared here}}
198 template<int Y::*> struct X0 {}; // expected-note{{template parameter is declared here}
    [all...]

Completed in 1221 milliseconds

<<11121314151617181920>>