OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specified
(Results
1 - 25
of
10211
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/none/tests/
cmdline3.stderr.exp
1
valgrind: no program
specified
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p3.cpp
3
void nondecl(int (*f)(int x = 5)) // {expected-error {{default arguments can only be
specified
}}}
5
void (*f2)(int = 17) // {expected-error {{default arguments can only be
specified
}}}
6
= (void (*)(int = 42))f; // {expected-error {{default arguments can only be
specified
}}}
10
int (*f)(int = 17); // expected-error{{default arguments can only be
specified
for parameters in a function declaration}}
12
void mem8(int (*fp)(int) = (int (*)(int = 17))0); // expected-error{{default arguments can only be
specified
for parameters in a function declaration}}
/external/clang/test/Parser/
namespace-alias-attr.cpp
7
namespace B __attribute__ (( static )) = A; // expected-error{{attributes can not be
specified
on namespace alias}}
/external/iptables/extensions/
libxt_iprange.man
4
Match source IP in the
specified
range.
7
Match destination IP in the
specified
range.
/external/clang/test/CXX/temp/temp.decls/temp.mem/
p3.cpp
4
template <class C> virtual void g(C); // expected-error{{'virtual' can not be
specified
on member function templates}}
/external/skia/include/utils/mac/
SkCGUtils.h
15
* Create an imageref from the
specified
bitmap using the
specified
colorspace.
22
* Create an imageref from the
specified
bitmap using the colorspace returned
30
* Draw the bitmap into the
specified
CG context. The bitmap will be converted
/external/webkit/LayoutTests/fast/encoding/
no-charset-on-dynamic-script-load-expected.txt
1
This page tests that the character encoding is used for dynamically loaded scripts when no charset is
specified
directly or provided by the server.
/external/llvm/test/Linker/
2003-08-24-InheritPtrSize.ll
1
; Linking a module with a
specified
pointer size to one without a
2
;
specified
pointer size should not cause a warning!
/external/llvm/test/CodeGen/X86/
alignment.ll
4
; explicit alignment
specified
.
14
; they have an explicit alignment
specified
.
28
; explicit alignment
specified
*and* a section
specified
.
37
; they have an explicit alignment
specified
and a section
specified
.
/libcore/luni/src/main/java/javax/crypto/
SecretKeyFactory.java
92
* Creates a new {@code SecretKeyFactory} instance for the
specified
key
97
* @return a secret key factory for the
specified
key algorithm.
101
* if the
specified
algorithm is {@code null}.
113
* Creates a new {@code SecretKeyFactory} instance for the
specified
key
114
* algorithm from the
specified
{@code provider}.
121
* @return a secret key factory for the
specified
key algorithm from the
122
*
specified
provider.
124
* if the
specified
provider cannot provide the requested
127
* if the
specified
provider does not exist.
129
* if the
specified
provider name is {@code null} or empty
[
all
...]
KeyGenerator.java
87
* Creates a new {@code KeyGenerator} instance that provides the
specified
94
* if the
specified
algorithm is not available by any provider.
108
* Creates a new {@code KeyGenerator} instance that provides the
specified
109
* key algorithm from the
specified
provider.
117
* if the
specified
algorithm is not provided by the
specified
120
* if the
specified
provider is not available.
122
* if the
specified
provider is name is {@code null} or empty.
124
* if the
specified
algorithm name is {@code null}.
139
* Creates a new {@code KeyGenerator} instance that provides the
specified
[
all
...]
KeyAgreement.java
89
* Creates a new {@code KeyAgreement} for the
specified
algorithm.
93
* @return a key agreement for the
specified
algorithm.
97
* if the
specified
algorithm is {@code null}.
109
* Creates a new {@code KeyAgreement} for the
specified
algorithm from the
110
*
specified
provider.
117
* @return a key agreement for the
specified
algorithm from the
specified
120
* if the
specified
provider cannot provide the requested
123
* if the
specified
provider does not exist.
125
* if the
specified
provider name is {@code null} or empty
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java
32
* If the
specified
key is not already associated
42
* @param key key with which the
specified
value is to be associated
43
* @param value value to be associated with the
specified
key
44
* @return the previous value associated with the
specified
key, or
51
* @throws ClassCastException if the class of the
specified
key or value
53
* @throws NullPointerException if the
specified
key or value is null,
55
* @throws IllegalArgumentException if some property of the
specified
key
71
* @param key key with which the
specified
value is associated
72
* @param value value expected to be associated with the
specified
key
78
* @throws NullPointerException if the
specified
key or value is null
[
all
...]
TimeoutException.java
11
* operations for which a timeout is
specified
need a means to
24
* Constructs a <tt>TimeoutException</tt> with no
specified
detail
30
* Constructs a <tt>TimeoutException</tt> with the
specified
detail
BlockingDeque.java
180
* Inserts the
specified
element at the front of this deque if it is
189
* @throws NullPointerException if the
specified
element is null
195
* Inserts the
specified
element at the end of this deque if it is
204
* @throws NullPointerException if the
specified
element is null
210
* Inserts the
specified
element at the front of this deque if it is
220
* @throws NullPointerException if the
specified
element is null
226
* Inserts the
specified
element at the end of this deque if it is
236
* @throws NullPointerException if the
specified
element is null
242
* Inserts the
specified
element at the front of this deque,
247
* @throws ClassCastException if the class of the
specified
elemen
[
all
...]
/frameworks/base/core/java/android/text/
SpanWatcher.java
26
* This method is called to notify you that the
specified
object
27
* has been attached to the
specified
range of the text.
31
* This method is called to notify you that the
specified
object
32
* has been detached from the
specified
range of the text.
36
* This method is called to notify you that the
specified
object
/libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java
23
* <p>The <em>
specified
</em> flag for each attribute will always
27
* always be false, except for defaulted attributes (<em>
specified
</em>
41
private boolean[]
specified
;
field in class:Attributes2Impl
49
specified
= EmptyArray.BOOLEAN;
56
* <em>
specified
</em> and <em>declared</em> flags for each
123
* Returns the current value of an attribute's "
specified
" flag.
135
return
specified
[index];
140
* Returns the current value of an attribute's "
specified
" flag.
157
return
specified
[index];
162
* Returns the current value of an attribute's "
specified
" flag
[
all
...]
/external/chromium/net/http/
http_byte_range.h
13
// A container class that represents a "range"
specified
for range request
14
//
specified
by RFC 2616 Section 14.35.1.
33
// Returns true if the first byte position is
specified
in this request.
35
// Returns true if the last byte position is
specified
in this request.
43
// range
specified
by this object. If the range
specified
is invalid with
/packages/apps/Contacts/src/com/android/contacts/list/
OnContactBrowserActionListener.java
32
* Opens the
specified
contact for viewing.
44
* Opens the
specified
contact for editing.
54
* Adds the
specified
contact to favorites
59
* Removes the
specified
contact from favorites.
64
* Places a call to the
specified
contact.
69
* Initiates a text message to the
specified
contact.
/external/chromium/base/allocator/
allocator_shim.h
13
// CHROME_ALLOCATOR_2 (if
specified
), then CHROME_ALLOCATOR (if
specified
), and
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p6.cpp
14
explicit A::A() { } // expected-error {{'explicit' can only be
specified
inside the class definition}}
16
// expected-error {{'explicit' can only be
specified
inside the class definition}}
/frameworks/base/libs/hwui/
Program.h
37
* Creates a new program with the
specified
vertex and fragment
55
* Returns the OpenGL name of the
specified
attribute.
60
* Returns the OpenGL name of the
specified
uniform.
80
* Binds the program with the
specified
projection, modelView and
103
* Adds an attribute with the
specified
name.
110
* Adds a uniform with the
specified
name.
118
* Compiles the
specified
shader of the
specified
type.
/libcore/luni/src/main/java/java/security/spec/
package.html
13
Keys may be
specified
via algorithm or in a more abstract and general way with ASN.1.
14
The parameters for the Elliptic Curve (EC) encryption algorithm are only
specified
as
/libcore/luni/src/main/java/javax/crypto/spec/
package.html
11
<p>Keys may be
specified
via algorithm or in a more abstract and general way
14
<p>Keys and algorithm parameters are
specified
for the following procedures:
/libcore/luni/src/main/java/javax/net/ssl/
X509TrustManager.java
30
* Checks whether the
specified
certificate chain (partial or complete) can
31
* be validated and is trusted for client authentication for the
specified
41
* if the
specified
certificate chain is empty or {@code null},
42
* or if the
specified
authentication type is {@code null} or an
50
* Checks whether the
specified
certificate chain (partial or complete) can
51
* be validated and is trusted for server authentication for the
specified
61
* if the
specified
certificate chain is empty or {@code null},
62
* or if the
specified
authentication type is {@code null} or an
Completed in 1867 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>