OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specification
(Results
26 - 50
of
6639
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp
9
void ic1() throw(void); // expected-error {{incomplete type 'void' is not allowed in exception
specification
}}
10
void ic2() throw(Incomplete); // expected-error {{incomplete type 'Incomplete' is not allowed in exception
specification
}}
12
void ic4() throw(Incomplete*); // expected-error {{pointer to incomplete type 'Incomplete' is not allowed in exception
specification
}}
13
void ic5() throw(Incomplete&); // expected-error {{reference to incomplete type 'Incomplete' is not allowed in exception
specification
}}
p5-virtual.cpp
84
virtual void g1() throw(int); // expected-error {{exception
specification
of overriding function is more lax}}
85
virtual void g2(); // expected-error {{exception
specification
of overriding function is more lax}}
86
virtual void g3() throw(D); // expected-error {{exception
specification
of overriding function is more lax}}
87
virtual void g4() throw(A); // expected-error {{exception
specification
of overriding function is more lax}}
88
virtual void g5() throw(P); // expected-error {{exception
specification
of overriding function is more lax}}
90
virtual void g6() noexcept(false); // expected-error {{exception
specification
of overriding function is more lax}}
91
virtual void g7(); // expected-error {{exception
specification
of overriding function is more lax}}
93
virtual void g8() throw(int); // expected-error {{exception
specification
of overriding function is more lax}}
94
virtual void g9() noexcept(false); // expected-error {{exception
specification
of overriding function is more lax}}
95
virtual void g10() noexcept(false); // expected-error {{exception
specification
of overriding function is more lax}
[
all
...]
p1.cpp
3
// Simple parser tests, dynamic
specification
.
25
// Simple parser tests, noexcept
specification
.
51
// Sema tests, noexcept
specification
80
void g() { A<0>::f(); } // expected-note{{in instantiation of exception
specification
for 'f' requested here}}
/external/clang/test/SemaTemplate/
instantiate-exception-spec.cpp
4
template<typename T> void f1(T*) throw(T); // expected-error{{incomplete type 'Incomplete' is not allowed in exception
specification
}} \
/external/markdown/tests/extensions-x-abbr/
abbr.html
3
<p>The <abbr title="Hyper Text Markup Language">HTML</abbr>
specification
abbr.txt
8
The HTML
specification
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FullBox.java
7
* to a so-called full box according to the ISO/IEC 14496/12
specification
.
/external/smack/src/
overview.html
1
<body>API
specification
for <a href="http://www.jivesoftware.org/smack">Smack</a>, an Open Source XMPP client library.
/external/valgrind/main/none/tests/
require-text-symbol-2.stderr.exp-libcso6
6
valgrind: as required by a --require-text-symbol=
specification
.
/frameworks/base/media/java/android/mtp/
package.html
4
PTP (Picture Transfer Protocol) subset of the MTP (Media Transfer Protocol)
specification
. Your
/ndk/tests/device/test-stlport_shared-exception/jni/
spec5.cpp
2
// exception-
specification
for a declaration.
/ndk/tests/device/test-stlport_static-exception/jni/
spec5.cpp
2
// exception-
specification
for a declaration.
/libcore/luni/src/main/java/java/security/
KeyFactorySpi.java
33
*
specification
.
36
* the
specification
of the public key.
46
*
specification
.
49
* the
specification
of the private key.
58
* Returns the key
specification
for the specified key.
61
* the key from which the
specification
is requested.
64
* @return the key
specification
for the specified key.
/external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
notifications.html
2
Allows the extension to use the proposed HTML5 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-
specification
">notification API</a> without calling permission methods (such as <code>checkPermission()</code>). For more information see <a href="desktop_notifications.html">Desktop Notifications</a>.
4
Required if the app uses the <a href="notifications.html">chrome.notifications</a> API. Also allows the app to use the proposed HTML5 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-
specification
">notification API</a> without calling permission methods (such as <code>checkPermission()</code>). For more information see <a href="desktop_notifications.html">Desktop Notifications</a>.
/external/chromium_org/third_party/angle/extensions/
EGL_ANGLE_software_display.txt
33
Specification
.
51
Additions to Chapter 3 of the EGL 1.4
Specification
(EGL Functions and Errors)
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2.cpp
27
void* operator new(std::size_t); // expected-warning{{'operator new' is missing exception
specification
'throw(std::bad_alloc)'}}
28
void operator delete(void*); // expected-warning{{'operator delete' is missing exception
specification
'throw()'}}
/external/iptables/extensions/
libxt_udp.man
5
Source port or port range
specification
.
11
Destination port or port range
specification
.
libipt_icmp.man
5
This allows
specification
of the ICMP type, which can be a numeric
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESWrapEngine.java
5
*
Specification
.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECPrivateKeySpec.java
6
* Elliptic Curve private key
specification
.
ECPublicKeySpec.java
6
* Elliptic Curve public key
specification
/external/chromium_org/third_party/icu/source/io/
uprintf.h
31
* Struct encapsulating a single uprintf format
specification
.
37
UChar fOrigSpec; /* Conversion
specification
*/
38
UChar fSpec; /* Conversion
specification
*/
82
* @param fmt A pointer to a '%' character in a u_printf format
specification
.
/external/chromium_org/third_party/mesa/src/docs/
MESA_agp_offset.spec
31
This extensions is written against the OpenGL 1.4
Specification
.
38
no real
specification
exists. See GL_NV_vertex_array_range for more
57
Additions to the OpenGL 1.4
Specification
61
Additions to Chapter 3 the GLX 1.4
Specification
(Functions and Errors)
/external/clang/test/Parser/
objcxx-at.mm
14
@interface A // expected-error{{unexpected '@' in member
specification
}}
/external/icu4c/io/
uprintf.h
31
* Struct encapsulating a single uprintf format
specification
.
37
UChar fOrigSpec; /* Conversion
specification
*/
38
UChar fSpec; /* Conversion
specification
*/
82
* @param fmt A pointer to a '%' character in a u_printf format
specification
.
Completed in 1924 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>