HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 501 - 525 of 8706) sorted by null

<<21222324252627282930>>

  /external/oprofile/libopt++/
popt_options.h 31 * that the template parameter denotes the type of the option argument.
33 * When the template parameter type is bool, option starting with "no-" prefix
59 * @param argc like the parameter of main()
60 * @param argv like the parameter of main()
93 * Due to a bug in gcc 2.95 we can't use a default parameter
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlenablekeyrepeat.html 124 CLASS="PARAMETER"
129 CLASS="PARAMETER"
134 CLASS="PARAMETER"
139 CLASS="PARAMETER"
146 CLASS="PARAMETER"
sdlupdaterect.html 127 CLASS="PARAMETER"
132 CLASS="PARAMETER"
137 CLASS="PARAMETER"
143 CLASS="PARAMETER"
155 CLASS="PARAMETER"
  /libcore/luni/src/main/java/javax/crypto/spec/
OAEPParameterSpec.java 24 * The algorithm parameter specification for the <i>OAEP Padding</i> algorithm.
37 * The algorithm parameter instance with default values.
66 * the algorithm parameter specification for the mask generation
108 * Returns the algorithm parameter specification for the mask generation
111 * @return the algorithm parameter specification for the mask generation
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
UnsupportedCallbackExceptionTest.java 40 * Assertion: constructs with null parameter.
52 * Assertion: constructs with not null parameter.
64 * Assertion: constructs with null callback parameter and null message.
74 * Assertion: constructs with null callback parameter and not null message.
87 * Assertion: constructs with not null callback parameter and null message.
  /external/chromium/chrome/common/extensions/docs/
management.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
435 This parameter was added in version
437 You must omit this parameter in earlier versions,
439 parameter, the manifest key
502 Description of this parameter from the json schema.
505 This parameter was added in version
507 You must omit this parameter in earlier versions
    [all...]
experimental.sidebar.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
410 Description of this parameter from the json schema.
413 This parameter was added in version
415 You must omit this parameter in earlier versions,
417 parameter, the manifest key
458 This parameter was added in version
460 You must omit this parameter in earlier versions
    [all...]
experimental.webNavigation.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
417 The callback <em>parameter</em> should specify a function
421 If you specify the <em>callback</em> parameter, it should
503 Description of this parameter from the json schema.
506 This parameter was added in version
508 You must omit this parameter in earlier versions,
510 parameter, the manifest ke
    [all...]
experimental.proxy.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
657 This parameter was added in version
659 You must omit this parameter in earlier versions,
661 parameter, the manifest key
740 The callback <em>parameter</em> should specify a function
744 If you specify the <em>callback</em> parameter, it should
826 Description of this parameter from the json schema
    [all...]
experimental.tts.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
569 Description of this parameter from the json schema.
572 This parameter was added in version
574 You must omit this parameter in earlier versions,
576 parameter, the manifest key
624 The callback <em>parameter</em> should specify a function
628 If you specify the <em>callback</em> parameter, it shoul
    [all...]
experimental.extension.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
384 The callback <em>parameter</em> should specify a function
388 If you specify the <em>callback</em> parameter, it should
494 This parameter was added in version
496 You must omit this parameter in earlier versions,
498 parameter, the manifest key
570 This parameter was added in versio
    [all...]
  /external/openssl/crypto/asn1/
p5_pbev2.c 114 if(!(scheme->parameter = ASN1_TYPE_new())) goto merr;
130 if(EVP_CIPHER_param_to_asn1(&ctx, scheme->parameter) < 0) {
166 if(!(ret->parameter = ASN1_TYPE_new())) goto merr;
170 /* Encode PBE2PARAM into parameter */
173 &ret->parameter->value.sequence)) goto merr;
174 ret->parameter->type = V_ASN1_SEQUENCE;
261 /* Encode PBKDF2PARAM into parameter of pbe2 */
263 if(!(keyfunc->parameter = ASN1_TYPE_new()))
267 &keyfunc->parameter->value.sequence))
269 keyfunc->parameter->type = V_ASN1_SEQUENCE
    [all...]
  /external/skia/include/utils/
SkJSON.h 40 * parameter is copied, but ownership of the Object parameter is
41 * transferred. The Object parameter may be null, but the name must
48 * parameter is copied, but ownership of the Array parameter is
49 * transferred. The Array parameter may be null, but the name must
56 * are copied. The value parameter may be null, but the name must
63 * parameter is copied, and must not be null.
69 * parameter is copied, and must not be null.
75 * parameter is copied, and must not be null
    [all...]
  /external/skia/legacy/include/utils/
SkJSON.h 40 * parameter is copied, but ownership of the Object parameter is
41 * transferred. The Object parameter may be null, but the name must
48 * parameter is copied, but ownership of the Array parameter is
49 * transferred. The Array parameter may be null, but the name must
56 * are copied. The value parameter may be null, but the name must
63 * parameter is copied, and must not be null.
69 * parameter is copied, and must not be null.
75 * parameter is copied, and must not be null
    [all...]
  /libcore/luni/src/main/java/java/security/
AlgorithmParameters.java 183 * the parameter specification.
192 throw new InvalidParameterSpecException("Parameter has already been initialized");
207 * initialized, or the parameter could not be encoded.
211 throw new IOException("Parameter has already been initialized");
227 * initialized, or the parameter could not be encoded.
231 throw new IOException("Parameter has already been initialized");
242 * the type of the parameter specification in which this
254 throw new InvalidParameterSpecException("Parameter has not been initialized");
270 throw new IOException("Parameter has not been initialized");
288 throw new IOException("Parameter has not been initialized")
    [all...]
  /sdk/templates/other/AppWidget/
template.xml 12 <parameter
20 <parameter
29 </parameter>
31 <parameter
41 </parameter>
43 <parameter
52 </parameter>
54 <parameter
63 </parameter>
65 <parameter
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 52 * control of the effect engine or not depending on the priority parameter. If priority is higher
154 * Event id for engine parameter change notification.
176 * Operation failed due to bad parameter value.
362 * parameter can be set to {@link #EFFECT_TYPE_NULL} in which
366 * implementation of an effect type. This parameter can be set to
371 * be shared by several applications, this parameter indicates
511 * Set effect parameter. The setParameter method is provided in several
512 * forms addressing most common parameter formats. This form is the most
513 * generic one where the parameter and its value are both specified as an
514 * array of bytes. The parameter and value type and length are therefor
    [all...]
  /external/ceres-solver/internal/ceres/
problem_impl.cc 69 << "Aliasing detected between existing parameter block at memory "
71 << " and has size " << existing_block_size << " with new parameter "
81 CHECK(values) << "Null pointer passed to AddParameterBlock for a parameter "
89 << "Tried adding a parameter block with the same double pointer, "
95 // Before adding the parameter block, also check that it doesn't alias any
96 // other parameter blocks.
187 // Check for duplicate parameter blocks.
199 LOG(FATAL) << "Duplicate parameter blocks in a residual parameter "
200 << "are not allowed. Parameter block pointers: [
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 137 /* Union of NFCEE action parameter depending on the associated trigger */
229 ** NFA_STATUS_INVALID_PARAM If bad parameter
244 ** NFA_STATUS_INVALID_PARAM If bad parameter
259 ** NFA_STATUS_INVALID_PARAM If bad parameter
272 ** NFA_STATUS_INVALID_PARAM If bad parameter
288 ** NFA_STATUS_INVALID_PARAM If bad parameter
312 ** NFA_STATUS_INVALID_PARAM If bad parameter
337 ** NFA_STATUS_INVALID_PARAM If bad parameter
361 ** NFA_STATUS_INVALID_PARAM If bad parameter
386 ** NFA_STATUS_INVALID_PARAM If bad parameter
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_Frame.h 144 * \retval NFCSTATUS_INVALID_PARAMETER At least one parameter of the function is invalid.
161 * \retval NFCSTATUS_INVALID_PARAMETER At least one parameter of the function is invalid.
180 * \retval NFCSTATUS_INVALID_PARAMETER At least one parameter of the function is invalid.
201 * \retval NFCSTATUS_INVALID_PARAMETER At least one parameter of the function is invalid.
223 * \retval NFCSTATUS_INVALID_PARAMETER At least one parameter of the function is invalid.
247 * \retval NFCSTATUS_INVALID_PARAMETER At least one parameter of the function is invalid.
269 * \param[in] llcBufLength Length of the parameter "pLlcBuf"
272 * \retval NFCSTATUS_INVALID_PARAMETER At least one parameter of the function is invalid.
315 * \retval NFCSTATUS_INVALID_PARAMETER At least one parameter of the function is invalid.
337 * \retval NFCSTATUS_INVALID_PARAMETER At least one parameter of the function is invalid
    [all...]
  /external/clang/test/Sema/
warn-documentation.cpp 197 // expected-warning@+1 {{whitespace is not allowed in parameter passing direction}}
201 // expected-warning@+1 {{whitespace is not allowed in parameter passing direction}}
205 // expected-warning@+1 {{unrecognized parameter passing direction, valid directions are '[in]', '[out]' and '[in,out]'}}
209 // expected-warning@+1 {{parameter 'a' not found in the function declaration}}
213 // expected-warning@+1 {{parameter 'A' not found in the function declaration}} expected-note@+1 {{did you mean 'a'?}}
217 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}} expected-note@+1 {{did you mean 'aaa'?}}
221 // expected-warning@+2 {{parameter 'aab' not found in the function declaration}} expected-note@+2 {{did you mean 'bbb'?}}
226 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}}
230 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}}
236 // expected-warning@+2 {{parameter 'aab' not found in the function declaration}
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EqualizerTest.java 103 fail("Bad parameter value");
105 fail("get parameter() rejected");
107 fail("get parameter() called in wrong state");
128 fail("Bad parameter value");
130 fail("get parameter() rejected");
132 fail("get parameter() called in wrong state");
153 fail("Bad parameter value");
155 fail("get parameter() rejected");
157 fail("get parameter() called in wrong state");
184 fail("Bad parameter value")
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 80 * @parameter default-value="false"
87 * @parameter default-value="false"
95 * @parameter default-value="false"
102 * @parameter default-value="false"
109 * @parameter default-value="false"
116 * @parameter default-value="false"
123 * @parameter default-value="false"
127 * If this parameter is set, it indicates that any warning or error messages returned
131 * @parameter default-value="antlr"
135 * If this parameter is set to true, then ANTLR will report all sorts of thing
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 67 using U = T*; // expected-error {{declaration type contains unexpanded parameter pack 'T'}}
79 template<typename...T> void f3() { // expected-note {{template parameter is declared here}}
80 using T = int; // expected-error {{declaration of 'T' shadows template parameter}}
97 using f = T; // expected-error {{declaration type contains unexpanded parameter pack 'T'}}
99 template<typename T> class C4 { // expected-note {{template parameter is declared here}}
100 using T = int; // expected-error {{declaration of 'T' shadows template parameter}}
157 V g(V); // expected-error {{empty parameter list defined with a type alias of 'void' not allowed}}
  /external/clang/test/SemaCXX/
default2.cpp 20 int i, int j) { // expected-error {{redefinition of parameter 'i'}}
26 void g(int x, int y = x); // expected-error {{default argument references parameter 'x'}}
28 void g2(int x, int y, int z = x + y); // expected-error {{default argument references parameter 'x'}} expected-error {{default argument references parameter 'y'}}
66 int k = j, // expected-error{{default argument references parameter 'j'}}
69 int m); // expected-error{{missing default argument on parameter 'm'}}
109 // expected-note{{passing argument to parameter 'z' here}}

Completed in 3757 milliseconds

<<21222324252627282930>>