HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 801 - 825 of 8695) sorted by null

<<31323334353637383940>>

  /external/v8/src/
variables.h 57 // A slot in the parameter section on the stack. index() is the
58 // parameter index, counting left-to-right. The reciever is index -1;
59 // the first parameter is index 0.
60 PARAMETER,
116 bool IsParameter() const { return location_ == PARAMETER; }
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SubAndTransformQDQResidual.c 43 * parameter is not required, it is set to NULL.
44 * nThreshSAD - Zero-block early detection threshold. If this parameter is
46 * iQP - Quantization parameter; must be in the range [0,51].
55 * if this parameter is not equal to NULL. 8-byte alignment
57 * pDCCoeff - Pointer to the unquantized DC coefficient if this parameter
  /frameworks/base/core/java/android/database/sqlite/
SQLiteProgram.java 127 * @param index The 1-based index to the parameter to bind null to
137 * @param index The 1-based index to the parameter to bind
148 * @param index The 1-based index to the parameter to bind
159 * @param index The 1-based index to the parameter to bind
173 * @param index The 1-based index to the parameter to bind
  /frameworks/base/docs/html/tools/help/
jobb.jd 55 <td>Specify the filename for the OBB file. This parameter is required when
61 to the {@code package} value specified in your application's manifest. This parameter is
67 to the {@code android:versionCode} value in your application's manifest. This parameter is
86 parameter.</p>
89 {@code -d &lt;directory&gt;} parameter to get a listing of the directories inside the file,
  /frameworks/base/media/mca/effect/java/android/media/effect/
Effect.java 77 * Set a filter parameter.
79 * Consult the effect documentation for a list of supported parameter keys for each effect.
81 * @param parameterKey The name of the parameter to adjust.
82 * @param value The new value to set the parameter to.
84 * not a valid value for this parameter.
  /libcore/luni/src/main/java/java/security/spec/
PSSParameterSpec.java 21 * The parameter specification for the RSA-PSS Signature scheme.
30 * The default parameter specification. It specifies the following parameters:
82 * the parameter for the mask generation function algorithm.
140 * Returns the parameter for the mask generation function algorithm.
142 * @return the parameter for the mask generation function algorithm, or
  /external/srec/srec/include/
frontapi.h 238 * Computes the Recognition Holdoff Parameter value. Setting the par in
909 /* Frontend parameter API
918 * parameter file) for the Front-End object.
921 * used to read a given parameter file.
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
BassBoostTest.java 101 fail("Bad parameter value");
103 fail("get parameter() rejected");
105 fail("get parameter() called in wrong state");
135 fail("Bad parameter value");
137 fail("get parameter() rejected");
139 fail("get parameter() called in wrong state");
243 //Test case 3.2: test parameter changed listener
263 assertEquals("parameter change not received",
313 public ListenerThread(boolean control, boolean enable, boolean parameter) {
317 mParameter = parameter;
    [all...]
VirtualizerTest.java 99 fail("Bad parameter value");
101 fail("get parameter() rejected");
103 fail("get parameter() called in wrong state");
132 fail("Bad parameter value");
134 fail("get parameter() rejected");
136 fail("get parameter() called in wrong state");
237 //Test case 3.2: test parameter changed listener
258 assertEquals("parameter change not received",
308 public ListenerThread(boolean control, boolean enable, boolean parameter) {
312 mParameter = parameter;
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java 55 // This will contain the definition specs for each parameter
143 * Returns the parameter index associated with a move-param insn. Does
147 * @return {@code >=0;} parameter index
  /development/host/windows/usb/api/
adb_io_completion.h 73 Unlike regular GetOvelappedResult call this parameter can be NULL.
74 @param[in] wait If this parameter is true, the method does not return
75 until the operation has been completed. If this parameter is false
adb_legacy_io_completion.h 76 Unlike regular GetOvelappedResult call this parameter can be NULL.
77 @param[in] wait If this parameter is true, the method does not return
78 until the operation has been completed. If this parameter is false
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator_ImplTest.java 95 fail("Expected an invalid parameter exception for strength "
102 fail("Expected an invalid parameter exception for strength "
109 fail("Expected an invalid parameter exception for strength "
  /external/bluetooth/bluedroid/btif/co/
bta_gatts_co.c 191 ** Parameter is_add: true is to add a handle range; otherwise is to delete.
209 ** Parameter cmd - request command
232 ** Parameter
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
OpenSSLPBEParametersGenerator.java 83 * Generate a key parameter derived from the password, salt, and iteration
101 * Generate a key with initialisation vector parameter derived from
123 * Generate a key parameter for use with a MAC derived from the password,
PKCS5S1ParametersGenerator.java 55 * Generate a key parameter derived from the password, salt, and iteration
79 * Generate a key with initialisation vector parameter derived from
107 * Generate a key parameter for use with a MAC derived from the password,
PKCS5S2ParametersGenerator.java 113 * Generate a key parameter derived from the password, salt, and iteration
130 * Generate a key with initialisation vector parameter derived from
151 * Generate a key parameter for use with a MAC derived from the password,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseSecretKeyFactory.java 54 throw new InvalidKeySpecException("keySpec parameter is null");
58 throw new InvalidKeySpecException("key parameter is null");
89 throw new InvalidKeyException("key parameter is null");
  /external/ceres-solver/examples/
quadratic.cc 47 1 /* size of first parameter */> {
58 // f'(x) = -1. Since there's only 1 parameter and that parameter
  /external/clang/test/Sema/
warn-type-safety.cpp 25 __attribute__(( pointer_with_type_tag(mpi,5,6) )); // expected-error {{attribute parameter 2 is out of bounds}}
28 __attribute__(( pointer_with_type_tag(mpi,2,5) )); // expected-error {{attribute parameter 3 is out of bounds}}
43 __attribute__(( pointer_with_type_tag(mpi,a,5) )); // expected-error {{attribute requires parameter 2 to be an integer constant}}
  /external/clang/test/SemaObjCXX/
objc-container-subscripting.mm 7 - (void)setObject:(id)object forKeyedSubscript:(id)key; // expected-note {{passing argument to parameter 'object' here}}
13 // expected-error {{cannot initialize a parameter of type 'id' with an lvalue of type 'int'}}
105 arr1[3] = args; // expected-error {{expression contains unexpanded parameter pack 'args'}}
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
MoveParamCombiner.java 55 // This will contain the definition specs for each parameter
143 * Returns the parameter index associated with a move-param insn. Does
147 * @return {@code >=0;} parameter index
  /external/e2fsprogs/doc/
libblkid.txt 7 directly initialize cache file via (second parameter is cache
37 The cache parameter is optional; if it is NULL, then the blkid library
69 The second parameter of blkid_get_cache (if non-zero) is the alternate
  /external/eigen/doc/
D01_StlContainers.dox 21 STL containers take an optional template parameter, the allocator type. When using STL containers on \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types", you need tell the container to use an allocator that will always allocate memory at 16-byte-aligned locations. Fortunately, Eigen does provide such an allocator: Eigen::aligned_allocator.
32 Note that the third parameter "std::less<int>" is just the default value, but we have to include it because we want to specify the fourth parameter, which is the allocator type.
  /external/icu4c/tools/toolutil/
udbgutil.h 85 * Get the nth system parameter's name
93 * Get the nth system parameter's value, in a user supplied buffer
94 * @parameter i index of value, starting from zero

Completed in 620 milliseconds

<<31323334353637383940>>