Searched
full:declared (Results
251 -
275 of
3874) sorted by null
<<11121314151617181920>>
/external/valgrind/main/drd/tests/ |
sem_as_mutex3.stderr.exp | 5 declared at sem_as_mutex.c:25, in frame #? of thread 1
|
sem_open3.stderr.exp | 5 declared at sem_open.c:25, in frame #? of thread 1
|
/frameworks/base/tests/RemoteDisplayProvider/ |
README | 2 remote display providers using the API declared by the
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p1.cpp | 63 bool b; // expected-note {{declared private here}} 76 bool b; // expected-note {{declared private here}} 100 bool value; // expected-note 2 {{declared private here}} 158 template <class T> class A { // expected-note {{declared here}} 160 int x; // expected-note {{declared private here}} 213 int x; // expected-note {{declared private here}} 225 void foo(); // expected-note {{declared private here}} 265 Foo(T*, bool); // expected-note {{declared private here}} 301 static void foo(); // expected-note {{declared private here}} 320 static void foo(); // expected-note {{declared private here} [all...] |
/external/clang/test/SemaObjC/ |
instancetype.m | 8 + (instancetype)alloc; // expected-note {{explicitly declared 'instancetype'}} 10 - (instancetype)self; // expected-note {{explicitly declared 'instancetype'}} 28 @interface Subclass1 : Root // expected-note 4 {{receiver is instance of class declared here}} 127 - (Subclass4 *)methodInProto2; // expected-warning{{method is expected to return an instance of its class type 'Subclass3', but is declared to return 'Subclass4 *'}} 132 - (Subclass3 *)init; // expected-warning{{method is expected to return an instance of its class type 'Subclass4', but is declared to return 'Subclass3 *'}} 141 - (int)otherMethodInProto2; // expected-warning{{protocol method is expected to return an instance of the implementing class, but is declared to return 'int'}} 151 - (Subclass3 *)self { return 0; } // expected-warning{{method is expected to return an instance of its class type 'Subclass4', but is declared to return 'Subclass3 *'}} 167 - (instancetype)initSubclass2 { // expected-note {{explicitly declared 'instancetype'}} 193 - (instancetype) foo; // expected-note {{current method is explicitly declared 'instancetype' and is expected to return an instance of its class type}} 196 - (instancetype) bar; // expected-note {{current method is explicitly declared 'instancetype' and is expected to return an instance of its class type} [all...] |
/cts/tools/signature-tools/src/signature/model/ |
IExecutableMember.java | 44 * Returns the declared exceptions of this executable member. 46 * @return the declared exceptions of this executable member
|
IPackage.java | 47 * Returns all classes declared in this package, including ordinary classes, 51 * @return all classes declared in this package
|
ITypeVariableDefinition.java | 43 * Returns the element on which this type variable is declared. 45 * @return the element on which this type variable is declared
|
/external/bison/m4/ |
environ.m4 | 27 # Check if a variable is properly declared. 32 AC_MSG_CHECKING([if $2 is properly declared])
|
printf-frexpl.m4 | 30 dnl Also check whether it's declared. 42 dnl Also check whether it's declared.
|
unlocked-io.m4 | 12 dnl Use only those *_unlocked macros or functions that are declared 13 dnl (because some of them were declared in Solaris 2.5.1 but were removed
|
/external/chromium_org/base/ |
atomic_sequence_num.h | 21 // declared below. 40 // always initialized as opposed to StaticAtomicSequenceNumber declared above).
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
screen_capture_notification_ui_cocoa.h | 29 // content is defined by DisconnectView. Declared here so that it can be 35 // Declared here so that it can be instantiated via a xib.
|
/external/chromium_org/crypto/ |
nss_util_internal.h | 13 // declared in nss_util.h. Hence, they are declared here.
|
/external/chromium_org/remoting/host/ |
disconnect_window_mac.h | 29 // content is defined by DisconnectView. Declared here so that it can be 34 // The custom background/border for the DisconnectWindow. Declared here so that
|
/external/clang/test/ASTMerge/Inputs/ |
interface1.m | 72 // Forward-declared interfaces 77 // Forward-declared protocols
|
interface2.m | 71 // Forward-declared interface 76 // Forward-declared protocols
|
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/ |
p1.cpp | 9 void *operator new(size_t);; // expected-error {{'operator new' cannot be declared inside a namespace}} 12 static void *operator new(size_t); // expected-error {{'operator new' cannot be declared static in global scope}}
|
/external/clang/test/CXX/class/class.union/ |
p2-0x.cpp | 40 static const int n; // expected-error {{static members cannot be declared in an anonymous union}} 46 static const int k; // expected-error {{static members cannot be declared in an anonymous union}}
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
p1.cpp | 8 // -- have the same declared function type as if it had been implicitly 9 // declared
|
/external/clang/test/CXX/temp/temp.param/ |
p3.cpp | 4 // declared with class or typename) or template-name (if declared with
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p3-0x.cpp | 4 // If the name declared in the explicit instantiation is an 6 // namespace where its template is declared or, if that namespace is
|
/external/clang/test/CodeGenObjC/ |
auto-property-synthesize-protocol.m | 19 @property int no_auto_req_window; // expected-note {{property declared here}} 26 @implementation I1 // expected-warning {{auto property synthesis will not synthesize property declared in a protocol}}
|
/external/clang/test/FixIt/ |
typo-crash.cpp | 6 template<typename T> void template_id1() { // expected-note {{'template_id1' declared here}} \ 22 T global(); // expected-note {{'::PR12297::global' declared here}}
|
/external/clang/test/Index/ |
fix-its.c | 12 // CHECK: note: 'wibble' declared here 16 // CHECK: note: 'wibble' declared here
|
Completed in 345 milliseconds
<<11121314151617181920>>