OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parameter
(Results
701 - 725
of
8706
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h
153
int Bitrate; /* [IN] rate control
parameter
(bit rate) */
154
int FrameQp; /* [IN] The quantization
parameter
of the frame */
155
int FrameQp_P; /* [IN] The quantization
parameter
of the P frame */
158
int CBRPeriodRf; /* [IN] Reaction coefficient
parameter
for rate control */
170
int FrameQp_B; /* [IN] The quantization
parameter
of the B frame */
171
int FrameRate; /* [IN] rate control
parameter
(frame rate) */
192
int FrameQp_B; /* [IN] The quantization
parameter
of the B frame */
202
int FrameRate; /* [IN] rate control
parameter
(frame rate) */
/libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java
110
*
parameter
.
121
* @param lsParameter corresponding DOMConfiguration
parameter
132
String
parameter
,
141
setParameterMethod.invoke(domConfig, new Object[] {
parameter
, value});
153
String
parameter
) throws Exception {
159
return getParameterMethod.invoke(domConfig, new Object[] {
parameter
});
362
private boolean hasProperty(String
parameter
) {
364
return ( (Boolean) LSParameterStrategy.getParameter(parser,
parameter
)).
/libcore/luni/src/main/java/java/lang/
FindBugsSuppressWarnings.java
23
import static java.lang.annotation.ElementType.
PARAMETER
;
36
@Target({TYPE, FIELD, METHOD,
PARAMETER
, CONSTRUCTOR, LOCAL_VARIABLE})
/libcore/luni/src/test/java/libcore/java/security/
OldAlgorithmParameterGeneratorTest.java
37
fail("Exception should not be thrown for valid
parameter
" + valid[i]);
56
fail("Exception should not be thrown for valid
parameter
" + valid[i]);
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
ElementTypeTest.java
34
assertSame(ElementType.
PARAMETER
, ElementType.valueOf("
PARAMETER
"));
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java
77
throw new IllegalArgumentException("Invalid
parameter
");
84
throw new IllegalArgumentException("Invalid
parameter
");
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLHandshakeExceptionTest.java
32
* constructs SSLHandshakeException with detail message msg.
Parameter
46
* constructs SSLHandshakeException with detail message msg.
Parameter
SSLKeyExceptionTest.java
32
* constructs SSLKeyException with detail message msg.
Parameter
46
* constructs SSLPeerUnverifiedException with detail message msg.
Parameter
SSLPeerUnverifiedExceptionTest.java
32
* constructs SSLPeerUnverifiedException with detail message msg.
Parameter
46
* constructs SSLPeerUnverifiedException with detail message msg.
Parameter
SSLProtocolExceptionTest.java
32
* constructs SSLProtocolException with detail message msg.
Parameter
46
* constructs SSLProtocolException with detail message msg.
Parameter
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyTrustManagerFactorySpi.java
44
throw new InvalidAlgorithmParameterException("Null
parameter
");
53
throw new InvalidAlgorithmParameterException("Invalid
parameter
");
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertStoreSpi.java
54
throw new CertStoreException("
Parameter
is null");
62
throw new CertStoreException("
Parameter
is null");
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MyKeyManagerFactorySpi.java
52
throw new InvalidAlgorithmParameterException("Incorrect
parameter
");
62
throw new InvalidAlgorithmParameterException("Invalid
parameter
");
MyTrustManagerFactorySpi.java
44
throw new InvalidAlgorithmParameterException("Null
parameter
");
53
throw new InvalidAlgorithmParameterException("Invalid
parameter
");
/development/host/windows/usb/api/
adb_legacy_interface.h
89
shortcuts for this
parameter
: ADB_QUERY_BULK_WRITE_ENDPOINT_INDEX
102
shortcuts for this
parameter
: ADB_QUERY_BULK_WRITE_ENDPOINT_INDEX
106
this
parameter
has no effect on the way endpoint is opened. It's
109
this
parameter
has no effect on the way endpoint is opened. It's
130
this
parameter
has no effect on the way endpoint is opened. It's
133
this
parameter
has no effect on the way endpoint is opened. It's
/external/apache-http/src/org/apache/http/params/
DefaultedHttpParams.java
37
* {@link HttpParams} implementation that delegates resolution of a
parameter
38
* to the given default {@link HttpParams} instance if the
parameter
is not
69
* Retrieves the value of the
parameter
from the local collection and, if the
70
*
parameter
is not set locally, delegates its resolution to the default
82
* Attempts to remove the
parameter
from the local collection. This method
90
* Sets the
parameter
in the local collection. This method <i>does not</i>
/external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c
123
** DLC
parameter
negotiation. Port emulation can send this
160
/* Send
Parameter
Negotiation Command UIH frame */
174
** DLC
parameter
negotiation.
182
/* Send
Parameter
Negotiation Response UIH frame */
192
** Remote Port
parameter
negotiation. Port emulation can
208
/* Send
Parameter
Negotiation Command UIH frame */
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
PrivateKeyFactory.java
52
* Create a private key
parameter
from a PKCS8 PrivateKeyInfo encoding.
55
* @return a suitable private key
parameter
64
* Create a private key
parameter
from a PKCS8 PrivateKeyInfo encoding read from a
68
* @return a suitable private key
parameter
77
* Create a private key
parameter
from the passed in PKCS8 PrivateKeyInfo object.
80
* @return a suitable private key
parameter
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameters.java
85
throw new InvalidParameterSpecException("unknown
parameter
spec passed to PKCS12 PBE parameters object.");
168
throw new InvalidParameterSpecException("unknown
parameter
spec passed to PKCS12 PBE parameters object.");
261
// throw new InvalidParameterSpecException("unknown
parameter
spec passed to ElGamal parameters object.");
291
// throw new IOException("Not a valid IES
Parameter
encoding.");
295
// throw new IOException("Not a valid IES
Parameter
encoding.");
310
// throw new IOException("Unknown
parameter
format " + format);
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php
95
* encoded per
Parameter
Encoding) of the Consumer Secret and Token Secret, separated by an '&'
255
// parsed
parameter
-list
309
// We have already added
parameter
(s) with this name, so add to the list
343
// Ref: Spec: 9.1.1 ("The oauth_signature
parameter
MUST be excluded.")
558
// Service Providers MUST assume the protocol version to be 1.0 if this
parameter
is not present.
578
//
parameter
is required, and we can't just fallback to PLAINTEXT
579
throw new OAuthException('No signature method
parameter
. This
parameter
is required');
667
'Missing timestamp
parameter
. The
parameter
is required
826
$
parameter
= OAuthUtil::urldecode_rfc3986($split[0]);
variable
[
all
...]
/external/clang/include/clang/Basic/
DiagnosticCommentKinds.td
63
"unrecognized
parameter
passing direction, "
68
"whitespace is not allowed in
parameter
passing direction">,
95
"
parameter
'%0' is already documented">,
102
"
parameter
'%0' not found in the function declaration">,
116
"template
parameter
'%0' is already documented">,
123
"template
parameter
'%0' not found in the template declaration">,
/external/clang/include/clang/Sema/
TemplateDeduction.h
119
/// \brief The template
parameter
to which a template argument
123
/// template
parameter
may have different meanings:
125
/// TDK_Incomplete: this is the first template
parameter
whose
128
/// TDK_Inconsistent: this is the template
parameter
for which
139
/// for the corresponding template
parameter
.
144
/// TDK_NonDeducedMismatch: this is the component of the '
parameter
'
/external/clang/lib/AST/
TemplateName.cpp
31
Profile(ID,
Parameter
, Replacement);
35
TemplateTemplateParmDecl *
parameter
,
37
ID.AddPointer(
parameter
);
43
Profile(ID, Context,
Parameter
, TemplateArgument(Arguments, size()));
48
TemplateTemplateParmDecl *
Parameter
,
50
ID.AddPointer(
Parameter
);
/external/clang/test/Misc/
diag-template-diffing-color.cpp
10
// TREE: candidate function not viable: no known conversion from argument type to
parameter
type for 1st argument
28
// TREE: {{.*}}candidate function not viable: no known conversion from argument type to
parameter
type for 1st argument
38
// TREE: {{.*}}candidate function not viable: no known conversion from argument type to
parameter
type for 1st argument
48
// TREE: candidate function not viable: no known conversion from argument type to
parameter
type for 1st argument
59
// TREE: candidate function not viable: no known conversion from argument type to
parameter
type for 1st argument
69
// TREE: candidate function not viable: no known conversion from argument type to
parameter
type for 1st argument
/external/clang/test/Parser/
cxx0x-ambig.cpp
119
void h(T(...)); // function type, expected-error {{unexpanded
parameter
pack}}
123
void i(int(T, ...)); // function type, expected-error {{unexpanded
parameter
pack}}
124
void i(int(T, ...a)); // expected-error {{expected ')'}} expected-note {{to match}} expected-error {{unexpanded
parameter
pack}}
126
void j(int(int...a)); // expected-error {{does not contain any unexpanded
parameter
packs}}
127
void j(T(int...)); // expected-error {{unexpanded
parameter
pack}}
128
void j(T(T...)); // expected-error {{unexpanded
parameter
pack}}
Completed in 319 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>