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

<<21222324252627282930>>

  /system/media/audio_effects/include/audio_effects/
effect_equalizer.h 31 /* enumerated parameters for Equalizer effect */
43 EQ_PARAM_PROPERTIES // Gets/Sets all parameters at a time.
  /external/chromium/chrome/common/
print_messages.h 16 // Parameters for a render request.
54 // Parameters to render the page as a printed page. It must always be the same
64 // Parameters to render the page as a printed page. It must always be the same
72 // Parameters to describe a rendered document.
87 // Parameters to describe a rendered page.
115 // Parameters for the IPC message ViewHostMsg_ScriptedPrint
  /external/chromium/net/base/
ssl_cipher_suite_names_generate.go 1 // This program reads in the contents of [1] from /tmp/tls-parameters.xml and
5 // [1] http://www.iana.org/assignments/tls-parameters/tls-parameters.xml
108 infile, err := os.Open("/tmp/tls-parameters.xml", os.O_RDONLY, 0)
123 if r.Id == "tls-parameters-4" {
130 fmt.Printf("Didn't find tls-parameters-4 registry\n")
  /external/iproute2/examples/diffserv/
Edge31-cb-chains 117 echo "---- qdisc parameters Ingress ----------"
119 echo "---- Class parameters Ingress ----------"
121 echo "---- filter parameters Ingress ----------"
124 echo "---- qdisc parameters Egress ----------"
126 echo "---- Class parameters Egress ----------"
128 echo "---- filter parameters Egress ----------"
Edge32-cb-chains 129 echo "---- qdisc parameters Ingress ----------"
131 echo "---- Class parameters Ingress ----------"
133 echo "---- filter parameters Ingress ----------"
136 echo "---- qdisc parameters Egress ----------"
138 echo "---- Class parameters Egress ----------"
140 echo "---- filter parameters Egress ----------"
Edge32-cb-u32 130 echo "---- qdisc parameters Ingress ----------"
132 echo "---- Class parameters Ingress ----------"
134 echo "---- filter parameters Ingress ----------"
137 echo "---- qdisc parameters Egress ----------"
139 echo "---- Class parameters Egress ----------"
141 echo "---- filter parameters Egress ----------"
  /external/libnfc-nxp/src/
phHciNfc_Jewel.h 128 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
153 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
177 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
200 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
227 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
250 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
phHciNfc_RFReaderB.h 127 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
152 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
177 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
199 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
224 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
249 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
phFriNfc_LlcpTransport_Connection.h 52 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
75 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
96 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
121 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
150 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
177 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
201 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
228 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
259 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
291 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
    [all...]
phHciNfc_RFReaderA.h 137 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
160 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
183 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
206 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
230 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
259 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
284 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
308 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
337 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
360 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
    [all...]
  /external/skia/src/animator/
SkDisplayTypes.cpp 134 SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
142 SkASSERT(parameters[0].fType == SkType_Int);
143 int start = parameters[0].fOperand.fS32;
147 if (parameters.count() > 1) {
148 SkASSERT(parameters[1].fType == SkType_Int);
149 end = parameters[1].fOperand.fS32;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.cpp 112 for (TParamList::iterator i = parameters.begin(); i != parameters.end(); ++i)
192 for (unsigned int i = 0; i < copyOf.parameters.size(); ++i) {
194 parameters.push_back(param);
195 parameters.back().copyParam(copyOf.parameters[i], remapper);
  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 112 void WebProcess::platformInitializeWebProcess(const WebProcessCreationParameters& parameters, CoreIPC::ArgumentDecoder*)
114 setShouldPaintNativeControls(parameters.shouldPaintNativeControls);
117 RetainPtr<CFStringRef> cachePath(AdoptCF, parameters.cfURLCachePath.createCFString());
121 CFIndex cacheDiskCapacity = parameters.cfURLCacheDiskCapacity;
122 CFIndex cacheMemoryCapacity = parameters.cfURLCacheMemoryCapacity;
127 WebCookieManager::shared().setHTTPCookieAcceptPolicy(parameters.initialHTTPCookieAcceptPolicy);
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 28 /* PARAMETERS: */
52 /* PARAMETERS: */
64 PARAMETERS
72 /* Parameters needed during quasi peak calculations */
154 update the parameters. */
184 /* PARAMETERS: */
  /libcore/luni/src/main/java/javax/crypto/
KeyGenerator.java 178 * algorithm parameters.
181 * the parameters for the key generation algorithm.
183 * if the parameters cannot be used to initialize this key
193 * algorithm parameters and randomness source.
196 * the parameters for the key generation algorithm.
200 * if the parameters cannot be uses to initialize this key
  /system/extras/tests/bionic/libc/
run-test.sh 51 if [ -z "$PARAMETERS" ] ; then
52 PARAMETERS="$opt"
54 PARAMETERS="$PARAMETERS $opt"
93 if [ -z "$PARAMETERS" ] ; then
103 TEST="$PARAMETERS"
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 415 bool NetscapePlugin::initialize(PluginController* pluginController, const Parameters& parameters)
422 uint16_t mode = parameters.loadManually ? NP_FULL : NP_EMBED;
424 m_loadManually = parameters.loadManually;
426 CString mimeTypeCString = parameters.mimeType.utf8();
428 ASSERT(parameters.names.size() == parameters.values.size());
432 for (size_t i = 0; i < parameters.names.size(); ++i) {
433 paramNames.append(parameters.names[i].utf8());
434 paramValues.append(parameters.values[i].utf8())
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 16 * @param {Object} opt_args Optional arguments. Recognized parameters:
53 * @param {Object} oauth_config Configuration parameters in a JavaScript object.
54 * The following parameters are recognized:
62 * "auth_params" {Object} Additional parameters to pass to the
130 * @param {String} url The URL to send the request to. Querystring parameters
138 * @param {Object} opt_params Additional parameters to configure the request.
139 * The following parameters are accepted:
142 * "parameters" {Object} Query parameters to include in the request.
149 var params = opt_params && opt_params['parameters'] || {};
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 16 * @param {Object} opt_args Optional arguments. Recognized parameters:
53 * @param {Object} oauth_config Configuration parameters in a JavaScript object.
54 * The following parameters are recognized:
62 * "auth_params" {Object} Additional parameters to pass to the
130 * @param {String} url The URL to send the request to. Querystring parameters
138 * @param {Object} opt_params Additional parameters to configure the request.
139 * The following parameters are accepted:
142 * "parameters" {Object} Query parameters to include in the request.
149 var params = opt_params && opt_params['parameters'] || {};
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 16 * @param {Object} opt_args Optional arguments. Recognized parameters:
53 * @param {Object} oauth_config Configuration parameters in a JavaScript object.
54 * The following parameters are recognized:
62 * "auth_params" {Object} Additional parameters to pass to the
130 * @param {String} url The URL to send the request to. Querystring parameters
138 * @param {Object} opt_params Additional parameters to configure the request.
139 * The following parameters are accepted:
142 * "parameters" {Object} Query parameters to include in the request.
149 var params = opt_params && opt_params['parameters'] || {};
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 47 /* PARAMETERS: */
55 /* LVM_OUTOFRANGE When any of the Instance parameters are out of range */
78 * Check parameters
110 * Check the instance parameters
406 /* handle through phInstance. All parameters are set to their default, inactive state. */
408 /* PARAMETERS: */
415 /* LVM_OUTOFRANGE When any of the Instance parameters are out of range */
457 * Check the instance parameters
508 * Save the memory table, parameters and capabilities
556 * Set default parameters
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 138 // parameters.
198 Camera.Parameters parameters = camera.getParameters(); local
199 parameters.setPreviewSize(mPreviewSize.width, mPreviewSize.height);
202 camera.setParameters(parameters);
301 // Now that the size is known, set up the camera parameters and begin
303 Camera.Parameters parameters = mCamera.getParameters(); local
304 parameters.setPreviewSize(mPreviewSize.width, mPreviewSize.height);
307 mCamera.setParameters(parameters);
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 141 // parameters.
228 Camera.Parameters parameters = mCamera.getParameters(); local
229 parameters.setPreviewSize(mPreviewSize.width, mPreviewSize.height);
231 mCamera.setParameters(parameters);
322 // Now that the size is known, set up the camera parameters and begin
324 Camera.Parameters parameters = mCamera.getParameters(); local
325 parameters.setPreviewSize(mPreviewSize.width, mPreviewSize.height);
328 mCamera.setParameters(parameters);
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.security.Policy.html 86 <A NAME="java.security.Policy.getInstance_added(java.lang.String, java.security.Policy.Parameters)"></A>
87 <nobr><code>Policy</code>&nbsp;<A HREF="../../../../reference/java/security/Policy.html#getInstance(java.lang.String, java.security.Policy.Parameters)" target="_top"><code>getInstance</code></A>(<code>String,</nobr> Parameters<nobr><nobr></code>)</nobr>
93 <A NAME="java.security.Policy.getInstance_added(java.lang.String, java.security.Policy.Parameters, java.security.Provider)"></A>
94 <nobr><code>Policy</code>&nbsp;<A HREF="../../../../reference/java/security/Policy.html#getInstance(java.lang.String, java.security.Policy.Parameters, java.security.Provider)" target="_top"><code>getInstance</code></A>(<code>String,</nobr> Parameters<nobr>,</nobr> Provider<nobr><nobr></code>)</nobr>
100 <A NAME="java.security.Policy.getInstance_added(java.lang.String, java.security.Policy.Parameters, java.lang.String)"></A>
101 <nobr><code>Policy</code>&nbsp;<A HREF="../../../../reference/java/security/Policy.html#getInstance(java.lang.String, java.security.Policy.Parameters, java.lang.String)" target="_top"><code>getInstance</code></A>(<code>String,</nobr> Parameters<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
108 <nobr><code>Parameters</code>&nbsp;<A HREF="../../../../reference/java/security/Policy.html#getParameters()" target="_top (…)
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 288 /* PARAMETERS: */
322 /* PARAMETERS: */
349 /* Request the Bass Enhancement parameters. The current parameter set is returned */
352 /* PARAMETERS: */
376 /* PARAMETERS: */
397 /* Sets or changes the Bass Enhancement parameters. Changing the parameters while the */
400 /* General parameters: */
417 /* PARAMETERS: */
440 /* PARAMETERS: *
    [all...]

Completed in 1446 milliseconds

<<21222324252627282930>>