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

<<41424344454647484950>>

  /external/icu4c/common/
loclikely.cpp 117 * Create a tag string from the supplied parameters. The lang, script and region
118 * parameters may be NULL pointers. If they are, their corresponding length parameters
121 * If any of the language, script or region parameters are empty, and the alternateTags
373 * Create a tag string from the supplied parameters. The lang, script and region
374 * parameters may be NULL pointers. If they are, their corresponding length parameters
429 * results into the corresponding output parameters. The buffers are null-terminated,
432 * The langLength, scriptLength, and regionLength parameters are input/output
433 * parameters, and must contain the capacity of their corresponding buffers o
    [all...]
  /external/libxml2/
error.c 66 * @...: extra parameters for the message display
434 * @...: extra parameters for the message display
664 * @...: extra parameters for the message display
667 * extra parameters.
707 * @...: extra parameters for the message display
710 * extra parameters.
756 * @...: extra parameters for the message display
759 * line, position and extra parameters.
800 * @...: extra parameters for the message display
803 * position and extra parameters
    [all...]
  /external/v8/src/
scopeinfo.cc 42 // We may have rewritten parameters (that are in the arguments object)
59 // Add parameters.
70 // may be parameters which are allocated before the
162 // - number of parameters (smi)
172 // - have a single list with all variable names (parameters, stack locals,
184 // through the local variables (parameters and context info is already
483 // We must read parameters from the end since for
484 // multiply declared parameters the value of the
489 // Eventually, we should only register such parameters
616 PrintList<Allocator>("parameters", 0, parameters_)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 161 WebPageCreationParameters parameters; local
162 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::CreateNewPage(windowFeatures, modifiers, mouseButton), Messages::WebPageProxy::CreateNewPage::Reply(newPageID, parameters), m_page->pageID()))
168 WebProcess::shared().createWebPage(newPageID, parameters);
598 WebOpenPanelParameters::Data parameters; local
599 parameters.allowMultipleFiles = fileChooser->allowsMultipleFiles();
601 parameters.allowsDirectoryUpload = fileChooser->allowsDirectoryUpload();
603 parameters.allowsDirectoryUpload = false;
605 parameters.acceptTypes = fileChooser->acceptTypes();
606 parameters.filenames = fileChooser->filenames();
608 m_page->send(Messages::WebPageProxy::RunOpenPanel(static_cast<WebFrameLoaderClient*>(frame->loader()->client())->webFrame()->frameID(), parameters));
    [all...]
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 222 * typically optional parameters at the end of the packet.
484 * Adds the special end-of-optional-parameters indicator.
552 * A subset of the optional parameters are parsed and are stored
557 // bootp parameters
741 // ignore any other parameters
819 * parameters.
831 * parameters.
851 * Builds a DHCP-ACK packet from the required specified parameters.
871 * Builds a DHCP-NAK packet from the required specified parameters.
883 * Builds a DHCP-REQUEST packet from the required specified parameters
    [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4PCMR_CoreReader.c 70 /* Check parameters */
190 /* Check parameters */
299 /* Check parameters */
357 /* Check parameters */
389 /* Fill others parameters of AU structure */
437 /* Check parameters */
491 /* Check parameters */
563 /* Check parameters */
627 /* Check parameters */
676 /* Check parameters */
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 691 // // use all purpose parameters
860 * @param pkixParams The PKIX parameters containing the cert stores.
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 508 // Input parameters check
598 // Input parameters check
630 // Input parameters check
706 // Input parameters check
755 // Input parameters check
771 // Allocate & initialize the encoding parameters
932 // Input parameters check
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java 194 * Test preconditions: valid parameters passed <br>
369 * Test preconditions: valid parameters passed <br>
502 * Test preconditions: valid parameters passed <br>
535 * algorithm parameters or encrypted data is <code>null</code><br>
536 * Test preconditions: pass <code>null</code> as algorithm parameters then
624 * Assertion: returns the algorithm parameters <br>
627 * parameters encoding <br>
628 * Expected: corresponding algorithm parameters must be returned
647 // parameters with the same encoded form
673 * Assertion: returns the algorithm parameters <br
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java 230 * Test preconditions: valid parameters passed <br>
405 * Test preconditions: valid parameters passed <br>
544 * Test preconditions: valid parameters passed <br>
589 * algorithm parameters or encrypted data is <code>null</code><br>
590 * Test preconditions: pass <code>null</code> as algorithm parameters then
678 * Assertion: returns the algorithm parameters <br>
681 * parameters encoding <br>
682 * Expected: corresponding algorithm parameters must be returned
701 // parameters with the same encoded form
727 * Assertion: returns the algorithm parameters <br
    [all...]
  /external/chromium/chrome/common/extensions/docs/
experimental.processes.html 94 <!-- FUNCTION PARAMETERS -->
102 <h5>Parameters</h5>
372 <!-- PARAMETERS -->
373 <h4>Parameters</h4>
439 <!-- FUNCTION PARAMETERS -->
509 <!-- FUNCTION PARAMETERS -->
605 <!-- FUNCTION PARAMETERS -->
647 <!-- PARAMETERS -->
649 <h4>Parameters</h4>
715 <!-- FUNCTION PARAMETERS --
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 292 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
342 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
403 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
436 /* Get the local parameters of the LLCP Link */
538 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
577 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
647 * \retval NFCSTATUS_INVALID_PARAMETER One or more of the supplied parameters
    [all...]
  /dalvik/libdex/
DexProto.cpp 290 // Compare parameters.
479 * parameters of the given prototype.
486 pIterator->parameters =
488 pIterator->parameterCount = (pIterator->parameters == NULL) ? 0
489 : pIterator->parameters->size;
504 u4 idx = dexTypeListGetIdx(pIterator->parameters, cursor);
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h 177 // common parameters
197 // H.264 specific parameters
220 // common parameters
240 // MPEG4 specific parameters
252 // common parameters
272 // H.263 specific parameters
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2mTest.java 39 * domain parameters.
75 * Exception expected with this parameters set or <code>null</code>
112 * Set of parameters used for <code>ECFieldF2m(int)</code>
160 * Set of parameters used for <code>ECFieldF2m(int, BigInteger)</code>
249 * using valid parameters m and rp. ks represents trinomial basis.
252 * using valid parameters m and ks. ks represents pentanomial basis.
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 25 # (return types, parameters, etc.)
360 def __init__(self, start, end, name, return_type, parameters,
365 self.parameters = converter.ToParameters(parameters)
382 if self.parameters:
383 # TODO(nnorwitz): parameters are tokens, do name comparision.
384 for p in self.parameters:
393 (self.return_type, self.name, self.parameters,
399 def __init__(self, start, end, name, in_class, return_type, parameters,
401 Function.__init__(self, start, end, name, return_type, parameters,
    [all...]
  /external/jpeg/
wizard.doc 118 of progression parameters. You can create multiple-scan sequential JPEG
119 files or progressive JPEG files with custom progression parameters by using
128 specifies the progression parameters Ss,Se,Ah,Al for the scan. Scan
133 followed by a colon (':') and the four progressive-JPEG parameters. The
140 The progression parameters for each scan are:
145 If the progression parameters are omitted, the values 0,63,0,0 are used,
  /external/mesa3d/docs/
dispatch.html 167 dispatch stubs. Platforms like x86 that pass parameters on the stack seem
226 implementation does not change based on the parameters passed to the
227 function. For example, since x86 passes all parameters on the stack, no
228 additional code is needed to save and restore function parameters around a
229 call to <tt>pthread_getspecific</tt>. Since x86-64 passes parameters in
232 parameters.</p>
  /external/openssl/crypto/ec/
ec_ameth.c 84 else /* explicit parameters */
160 /* type == V_ASN1_OBJECT => the parameters are given
210 /* We have parameters now set public key */
257 /* We have parameters now set private key */
330 /* do not include the parameters in the SEC1 private key
488 ecstr = "ECDSA-Parameters";
  /frameworks/base/docs/html/sdk/api_diff/15/changes/
methods_index_additions.html 103 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.getVideoStabilization_added()" class="hiddenlink" target="rightframe"><b>getVideoStabilization</b>
129 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.isVideoStabilizationSupported_added()" class="hiddenlink" target="rightframe"><b>isVideoStabilizationSupported</b>
186 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.setVideoStabilization_added(boolean)" class="hiddenlink" target="rightframe"><b>setVideoStabilization</b>
methods_index_all.html 105 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.getVideoStabilization_added()" class="hiddenlink" target="rightframe"><b>getVideoStabilization</b>
131 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.isVideoStabilizationSupported_added()" class="hiddenlink" target="rightframe"><b>isVideoStabilizationSupported</b>
192 <nobr><A HREF="android.hardware.Camera.Parameters.html#android.hardware.Camera.Parameters.setVideoStabilization_added(boolean)" class="hiddenlink" target="rightframe"><b>setVideoStabilization</b>
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 31 /* Applies the new control parameters */
33 /* PARAMETERS: */
34 /* pPrivate Pointer to the instance private parameters */
579 * Copy the new parameters
605 /* PARAMETERS: */
606 /* pPrivate Pointer to the instance private parameters */
  /frameworks/media/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 66 * @Note aNoChan and aSampFreq are used for parsing even the user parameters
67 * are different. User parameters will be input for the output behaviour
106 M4MCS_kState_SET, /**< All mandatory parameters have been set */
107 M4MCS_kState_READY, /**< All optionnal parameters have been set */
342 /* Encoder SPS parameters */
357 /* Input clip SPS parameters */
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 211 /* H264 Encoder DSP s/n run-time dynamic parameters*/
295 /* H264 Encoder DSP s/n run-time input parameters */
304 /* H264 Encoder DSP s/n run-time output parameters */
359 /* MPEG4/H263 Encoder DSP s/n run-time input parameters */
388 /* MPEG4/H263 Encoder DSP s/n run-time output parameters */
409 * IVIDEO_USER_DEFINED => User defined configuration using advanced parameters
  /packages/apps/Phone/res/values-rm/
strings.xml 112 <string name="labelGSMMore" msgid="5930842194056092106">"Parameters da clom GSM"</string>
113 <string name="labelCDMAMore" msgid="1630676740428229339">"Parameters da clom CDMA"</string>
115 <string name="settings_label" msgid="3876743539816984008">"Parameters da la rait"</string>
119 <string name="call_settings" msgid="6112441768261754562">"Parameters da clom"</string>
120 <string name="additional_gsm_call_settings" msgid="1391795981938800617">"Auters parameters"</string>
121 <string name="sum_gsm_call_settings" msgid="4076647190996778012">"Auters parameters da clom mo GSM"</string>
122 <string name="additional_cdma_call_settings" msgid="8628958775721886909">"Auters parameters da clom CDMA"</string>
123 <string name="sum_cdma_call_settings" msgid="284753265979035549">"Auters parameters da clom mo CDMA"</string>
124 <string name="labelNwService" msgid="4699970172021870983">"Parameters dal servetsch da rait"</string>
128 <string name="sum_default_caller_id" msgid="1954518825510901365">"Utilisar ils parameters da standard dal gestiunari per mussar mes numer cun cloms sortints"</string
    [all...]

Completed in 416 milliseconds

<<41424344454647484950>>