HomeSort by relevance Sort by last modified time
    Searched full:parameters (Results 251 - 275 of 6212) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_Bitstream.h 35 * Parameters:
51 * Parameters:
69 * Parameters:
86 * Parameters:
110 * Parameters:
142 * Parameters:
183 * Parameters:
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM_Bitstream.h 35 * Parameters:
51 * Parameters:
69 * Parameters:
86 * Parameters:
110 * Parameters:
142 * Parameters:
183 * Parameters:
  /libcore/luni/src/main/java/javax/crypto/
MacSpi.java 49 * algorithm parameters.
54 * the parameters for this algorithm.
59 * if the specified parameters cannot be used to initialize this
119 * can be used to start the next MAC computation with the same parameters or
120 * initialized with different parameters.
130 * used to start the next MAC computation with the same parameters or
131 * initialized with different parameters.
ExemptionMechanismSpi.java 93 * key and algorithm parameters.
98 * the parameters for this exemption mechanism algorithm.
102 * if the parameters cannot be used to initialize this
113 * key and algorithm parameters.
118 * the parameters for this exemption mechanism algorithm.
122 * the the parameters cannot be used to initialize this
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 47 * Initialize parameters for stab-smoother.
63 * \param inmot input motion parameters
64 * \param outmot smoothed output motion parameters
72 * \param inmot input motion parameters
73 * \param outmot smoothed output motion parameters
117 * Returns the current low frequency motion parameters.
121 * Returns the inverse of the current low frequency motion parameters.
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 118 * Adds all parameters within the Scanner to the list of
119 * <code>parameters</code>, as encoded by <code>encoding</code>. For
122 * list of parameters.
124 * @param parameters
125 * List to add parameters to.
127 * Input that contains the parameters to parse.
129 * Encoding to use when decoding the parameters.
132 final List <NameValuePair> parameters,
145 parameters.add(new BasicNameValuePair(name, value));
151 * list of parameters in an HTTP PUT or HTTP POST
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 163 static void initializeSandbox(const WebProcessCreationParameters& parameters)
175 appendReadonlySandboxDirectory(sandboxParameters, "UI_PROCESS_BUNDLE_RESOURCE_DIR", parameters.uiProcessBundleResourcePath);
183 appendReadwriteSandboxDirectory(sandboxParameters, "WEBKIT_DATABASE_DIR", parameters.databaseDirectory);
184 appendReadwriteSandboxDirectory(sandboxParameters, "WEBKIT_LOCALSTORAGE_DIR", parameters.localStorageDirectory);
185 appendReadwriteSandboxDirectory(sandboxParameters, "NSURL_CACHE_DIR", parameters.nsURLCachePath);
213 void WebProcess::platformInitializeWebProcess(const WebProcessCreationParameters& parameters, CoreIPC::ArgumentDecoder*)
217 initializeSandbox(parameters);
219 if (!parameters.parentProcessName.isNull()) {
220 NSString *applicationName = [NSString stringWithFormat:WEB_UI_STRING("%@ Web Content", "Visible name of the web process. The argument is the application name."), (NSString *)parameters.parentProcessName];
224 if (!parameters.nsURLCachePath.isNull())
    [all...]
  /external/mesa3d/src/glsl/
opt_function_inlining.cpp 114 ir_variable **parameters; local
123 foreach_iter(exec_list_iterator, iter_sig, this->callee->parameters)
126 parameters = new ir_variable *[num_parameters];
135 /* Generate the declarations for the parameters to our inlined code,
139 exec_list_iterator sig_param_iter = this->callee->parameters.iterator();
152 parameters[i] = NULL;
154 parameters[i] = sig_param->clone(ctx, ht);
155 parameters[i]->mode = ir_var_auto;
162 parameters[i]->read_only = false;
163 next_ir->insert_before(parameters[i])
    [all...]
  /external/openssl/crypto/store/
store.h 155 /* Some store functions take a parameter list. Those parameters come with
237 OPENSSL_ITEM parameters[]);
239 OPENSSL_ITEM parameters[]);
242 OPENSSL_ITEM delete_attributes[], OPENSSL_ITEM parameters[]);
244 OPENSSL_ITEM parameters[]);
246 OPENSSL_ITEM parameters[]);
248 OPENSSL_ITEM parameters[]);
253 OPENSSL_ITEM parameters[]);
255 OPENSSL_ITEM parameters[]);
257 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
    [all...]
str_mem.c 113 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
115 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
118 OPENSSL_ITEM parameters[]);
122 OPENSSL_ITEM parameters[]);
124 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
126 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
131 OPENSSL_ITEM parameters[]);
133 OPENSSL_ITEM parameters[]);
173 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[])
179 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[])
    [all...]
  /external/webkit/Source/WebCore/manual-tests/inspector/
display-form-data.html 10 <li><p><a href="https://bugs.webkit.org/show_bug.cgi?id=22920">Bug 22920: Inspector Request Headers Should Show Data/Variables/Parameters Sent With Request</a>
11 <li><p><a href="https://bugs.webkit.org/show_bug.cgi?id=28970">Bug 28970: content-type parameters not taken into account when building form-data</a>
23 <br>no Form Data, Request Payload or Query String Parameters
26 <br>Query String Parameters (1): "parm1: abc"
29 <br>Query String Parameters (2): "parm1: def" and "parm2: g h i";
37 <br>no Form Data, Request Payload or Query String Parameters
40 <br>Query String Parameters (1): "parm1: abc"
43 <br>Query String Parameters (3): "parm1: def" and "parm2: g h i" and "parm3: jj kk ll"
61 <br>Query String Parameters (2): "parm1: abc" and "parm2: d e f"
65 <br>Query String Parameters (2): "parm1: &auml;bc" and "parm2: d &#x11B; f
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECPrivateKeySpec_ImplTest.java 42 // NOTE: the following tests use EC domain parameters
51 * Test preconditions: valid parameters passed<br>
55 // Valid (see note below) parameters set
70 * Test preconditions: pass <code>null</code> as mentioned parameters<br>
74 // Valid (see note below) parameters set
108 * Assertion: returns associated EC parameters<br>
110 * created using valid parameters<br>
116 // Valid (see note below) parameters set
136 * created using valid parameters<br>
142 // Valid (see note below) parameters se
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMac.mm 74 void WebContext::platformInitializeWebProcess(WebProcessCreationParameters& parameters)
78 parameters.mimeTypesWithCustomRepresentation.appendRange(mimeType.begin(), mimeType.end());
86 parameters.parentProcessName = [[NSProcessInfo processInfo] processName];
87 parameters.nsURLCachePath = [(NSString *)cachePath.get() stringByStandardizingPath];
88 parameters.nsURLCacheMemoryCapacity = [urlCache memoryCapacity];
89 parameters.nsURLCacheDiskCapacity = [urlCache diskCapacity];
91 ASSERT(!parameters.nsURLCachePath.isEmpty());
96 parameters.acceleratedCompositingPort = CoreIPC::MachPort(renderServerPort, MACH_MSG_TYPE_COPY_SEND);
100 parameters.uiProcessBundleResourcePath = [[NSBundle mainBundle] resourcePath];
103 parameters.uiProcessBundleIdentifier = String([[NSBundle mainBundle] bundleIdentifier])
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
CertStore.java 57 // Store used parameters
70 * the certificate store parameters (may be {@code null}.
82 * initialized with the specified parameters.
87 * the certificate store parameters (may be {@code null}).
93 * if the specified parameters cannot be used to initialize this
117 * the specified type and initialized with the specified parameters.
122 * the certificate store parameters (may be {@code null}).
132 * if the specified parameters cannot be used to initialize this
154 * the specified type and initialized with the specified parameters.
158 * the certificate store parameters (may be {@code null})
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 56 /* Give some new control parameters to the module. */
58 /* PARAMETERS: */
60 /* NewParams Structure that contains the new parameters */
64 /* otherwise Error due to bad parameters */
97 /* Get the current control parameters of the module */
99 /* PARAMETERS: */
104 /* otherwise Error due to bad parameters */
129 /* Get the initialization parameters of the module */
131 /* PARAMETERS: */
136 /* otherwise Error due to bad parameters */
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 36 /* Sets or changes the LifeVibes module parameters. */
38 /* PARAMETERS: */
45 /* LVM_OUTOFRANGE When any of the control parameters are out of range */
66 /* General parameters */
78 * Cinema Sound parameters
130 if( /* N-Band Equaliser parameters */
136 /* Band parameters*/
154 * Bass Enhancement parameters
166 * Volume Control parameters
178 * PSA parameters
    [all...]
  /frameworks/base/core/java/android/net/http/
HttpAuthHeader.java 20 * HttpAuthHeader: a class to store HTTP authentication-header parameters.
113 * The header string is assumed to contain parameters of at
257 * Parses the header scheme name and then scheme parameters if
266 String parameters = parseScheme(header); local
267 if (parameters != null) {
270 parseParameters(parameters);
279 * @return The authentication scheme parameters string to be
308 * parameters.
310 private void parseParameters(String parameters) {
313 " parameters: " + parameters)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
RSASSAPSSparams.java 130 * { OID id-sha1 PARAMETERS NULL }|
131 * { OID id-sha256 PARAMETERS NULL }|
132 * { OID id-sha384 PARAMETERS NULL }|
133 * { OID id-sha512 PARAMETERS NULL },
138 * { OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms },
144 * @return the asn1 primitive representing the parameters.
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java 70 * generate derived parameters for a key of length keySize.
73 * @return a parameters object representing a key.
78 * generate derived parameters for a key of length keySize, and
83 * @return a parameters object representing a key and an IV.
88 * generate derived parameters for a key of length keySize, specifically
92 * @return a parameters object representing a key.
  /external/iproute2/examples/diffserv/
Edge1 56 echo "---- qdisc parameters Ingress ----------"
58 echo "---- Class parameters Ingress ----------"
60 echo "---- filter parameters Ingress ----------"
63 echo "---- qdisc parameters Egress ----------"
65 echo "---- Class parameters Egress ----------"
67 echo "---- filter parameters Egress ----------"
Edge2 72 echo "---- qdisc parameters Ingress ----------"
74 echo "---- Class parameters Ingress ----------"
76 echo "---- filter parameters Ingress ----------"
79 echo "---- qdisc parameters Egress ----------"
81 echo "---- Class parameters Egress ----------"
83 echo "---- filter parameters Egress ----------"
  /external/nist-sip/java/gov/nist/javax/sip/header/
From.java 68 parameters = to.parameters;
88 if (!parameters.isEmpty()) {
90 parameters.encode(buffer);
118 if (parameters == null)
133 parameters.delete(ParameterNames.TAG);
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
Join.java 64 if (!parameters.isEmpty()) {
65 retVal += SEMICOLON + parameters.encode();
112 if (parameters == null)
137 parameters.delete(ParameterNames.TO_TAG);
144 if (parameters == null)
169 parameters.delete(ParameterNames.FROM_TAG);
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 29 * {@link android.hardware.Camera.Parameters#setPictureFormat(int)}.
55 * {@link android.hardware.Camera.Parameters#getSupportedPreviewFormats()}.
62 * {@link android.hardware.Camera.Parameters#getSupportedPreviewFormats()}.
69 * with {@link android.hardware.Camera.Parameters#setPreviewFormat(int)}.
77 * {@link android.hardware.Camera.Parameters#getSupportedPreviewFormats()}.
90 * {@link android.hardware.Camera.Parameters#getSupportedPreviewFormats()}.
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 48 * Parameters:
70 * Parameters:
90 * Parameters:
111 * Parameters:
125 * Parameters:
144 * Parameters:

Completed in 1479 milliseconds

<<11121314151617181920>>