HomeSort by relevance Sort by last modified time
    Searched full:parameters (Results 651 - 675 of 6361) sorted by null

<<21222324252627282930>>

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 32 * Parameters:
40 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_CompareMotionCostToMV.c 32 * Parameters:
71 * Parameters:
omxVCM4P10_MEInit.c 36 * estimation parameters received via the structure pMEParams, for example
43 * pMEParams - motion estimation parameters
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MEInit.c 35 * estimation parameters received via the structure pMEParams, for example
44 * pMEParams - motion estimation parameters
  /frameworks/base/tools/layoutlib/bridge/src/com/google/android/maps/
MapView.java 45 * Construct a new WebView with layout parameters.
54 * Construct a new WebView with layout parameters and a default style.
  /hardware/ti/omap3/dspbridge/inc/
DSPNode.h 71 * Parameters:
79 * DSP_EPOINTER: One of the input parameters pointers is invalid.
101 * Parameters:
125 * Parameters:
146 * Parameters:
175 * Parameters:
211 * Parameters:
240 * Parameters:
262 * Parameters:
280 * Parameters
    [all...]
uuidutil.h 44 * Parameters:
64 * Parameters:
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPNode.h 71 * Parameters:
79 * DSP_EPOINTER: One of the input parameters pointers is invalid.
101 * Parameters:
125 * Parameters:
146 * Parameters:
175 * Parameters:
211 * Parameters:
240 * Parameters:
262 * Parameters:
280 * Parameters
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
CertStoreSpi.java 33 * the initialization parameters.
35 * if the specified initialization parameters cannot be used to
  /libcore/luni/src/main/java/java/security/interfaces/
DSAKeyPairGenerator.java 30 * q}), and base ({@code g}) values from the specified parameters.
51 * length. Default parameters are available for modulus lengths of 512 and 1024
  /libcore/luni/src/main/java/java/security/spec/
ECPublicKeySpec.java 21 * The parameters specifying an Elliptic Curve (EC) public key.
26 // The associated elliptic curve domain parameters
  /libcore/luni/src/main/java/org/w3c/dom/
DOMConfiguration.java 17 * of a document and maintains a table of recognized parameters. Using the
28 * referring to parameters defined outside the DOM specification should be
29 * made unique. Because parameters are exposed as properties in the , names
32 * required to recognize all parameters defined in this specification. Some
36 * <p ><b>Note:</b> Parameters are similar to features and properties used in
38 * <p> The following list of parameters defined in the DOM:
51 * set the state of the parameters listed below. Later changes to the state
52 * of one of those parameters will revert "canonical-form" back to
53 * <code>false</code>. Parameters set to <code>false</code>: "entities", "
54 * normalize-characters", "cdata-sections". Parameters set t
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
FactoryConfigurationErrorTest.java 34 // which is based on Exception without parameters.
52 // which is based on Exception without parameters.
  /libcore/luni/src/test/java/tests/security/interfaces/
Util.java 64 * Valid RSA parameters
73 * Valid EC parameters
  /libcore/luni/src/test/java/tests/security/spec/
ECPublicKeySpecTest.java 57 * case 1: creating object with valid parameters
63 // case 1: creating object with valid parameters
RSAPublicKeySpecTest.java 40 * object using valid parameters
53 * object using valid parameters
  /libcore/support/src/test/java/tests/security/
AlgorithmParameterSignatureHelper.java 44 public void test(AlgorithmParameters parameters) {
56 parameterSpec = parameters.getParameterSpec(parameterSpecClass);
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
methods_index_additions.html 268 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.getAntibanding_added()" class="hiddenlink" target="rightframe"><b>getAntibanding</b>
270 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.getColorEffect_added()" class="hiddenlink" target="rightframe"><b>getColorEffect</b>
286 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.getFlashMode_added()" class="hiddenlink" target="rightframe"><b>getFlashMode</b>
288 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.getFocusMode_added()" class="hiddenlink" target="rightframe"><b>getFocusMode</b>
307 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.getJpegQuality_added()" class="hiddenlink" target="rightframe"><b>getJpegQuality</b
    [all...]
  /external/chromium/net/http/
http_auth_handler_digest.cc 116 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
121 while (parameters.GetNext()) {
122 if (LowerCaseEqualsASCII(parameters.name(), "stale")) {
123 if (LowerCaseEqualsASCII(parameters.value(), "true"))
125 } else if (LowerCaseEqualsASCII(parameters.name(), "realm")) {
126 realm = parameters.value();
207 HttpUtil::NameValuePairsIterator parameters = challenge->param_pairs();
210 while (parameters.GetNext()) {
212 if (!ParseChallengeProperty(parameters.name(),
213 parameters.value())
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
Mac.java 183 * algorithm parameters.
188 * the parameters for this algorithm.
193 * if the specified parameters cannot be used to initialize this
316 * used to start the next MAC computation with the same parameters or
317 * initialized with different parameters.
336 * used to start the next MAC computation with the same parameters or
337 * initialized with different parameters.
377 * used to start the next MAC computation with the same parameters or
378 * initialized with different parameters.
400 * used to start the next MAC computation with the same parameters o
    [all...]
CipherSpi.java 143 * Returns the parameters that where used to create this cipher instance.
145 * These may be a the same parameters that were used to create this cipher
146 * instance, or may be a combination of default and random parameters,
149 * @return the parameters that where used to create this cipher instance, or
150 * {@code null} if this cipher instance does not have any parameters
163 * If this cipher instance needs any algorithm parameters or random values
165 * this cipher is supposed to generate the required parameters (using its
190 * parameters and a source of randomness.
196 * If this cipher instance needs any algorithm parameters and {@code params}
198 * to generate the required parameters (using its provider or rando
    [all...]
  /external/kernel-headers/original/linux/
ethtool.h 98 /* for configuring coalescing parameters of chip */
116 /* Same as above two parameters, except that these values
138 /* Same as above two parameters, except that these values
164 * is below pkt_rate_low, the {rx,tx}_*_low parameters are
175 * normal {rx,tx}_* coalescing parameters are used.
179 * is above pkt_rate_high, the {rx,tx}_*_high parameters are
194 /* for configuring RX/TX ring parameters */
216 /* for configuring link flow control parameters */
222 * pause parameters be auto-negotiated too. In such a case, the
329 * get_coalesce: Get interrupt coalescing parameters
    [all...]
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py 61 return itertools.chain((parameter for message in self.messages for parameter in message.parameters),
88 parameters = parse_parameter_string(parameters_string)
90 parameters = []
92 for parameter in parameters:
110 messages.append(Message(name, parameters, reply_parameters, is_delayed, dispatch_on_connection_queue, condition))
115 def __init__(self, name, parameters, reply_parameters, is_delayed, dispatch_on_connection_queue, condition):
117 self.parameters = parameters
123 if len(self.parameters) != 0:
124 self.is_variadic = parameter_type_is_variadic(self.parameters[-1].type
    [all...]
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 37 * parameters are sanitized:
278 * Construct a sanitizer. The parameters set the behavior of the
556 * <li>unregistered parameters are not allowed.
579 * <li>unregistered parameters <em>are</em> allowed.
590 * Parse the query parameters out of an encoded URL.
636 * Get a set of all of the parameters found in the sanitized query.
639 * @return all the parameters found in the current query.
648 * parameters.
696 * Register a value sanitizer for an array of parameters.
697 * @param parameters An array of unencoded parameter names
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 275 // Input parameters check
335 // Input parameters check
401 // Input parameters check
443 // Input parameters check
465 // StageFright parameters
467 // Engine parameters
476 // StageFright parameters
492 // StageFright parameters
499 // Engine parameters
525 // StageFright parameters
    [all...]

Completed in 557 milliseconds

<<21222324252627282930>>