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

<<71727374757677787980>>

  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanism.java 96 * if the algorithm parameter is {@code null}.
122 * if the algorithm parameter is {@code null}.
124 * if the provider parameter is {@code null}.
155 * if the algorithm parameter is {@code null}.
157 * if the provider parameter is {@code null}.
  /external/icu4c/i18n/unicode/
utrans.h 124 * anything before this index. INPUT/OUTPUT parameter: This parameter
134 * anything at or after this index. INPUT/OUTPUT parameter: This
135 * parameter is updated to reflect changes in the length of the
143 * INPUT/OUTPUT parameter: This parameter is advanced past
152 * INPUT/OUTPUT parameter: This parameter is updated to reflect
181 * of any parsing errors. This parameter may be NULL if no
343 * @param pErrorCode Pointer to the UErrorCode in/out parameter
    [all...]
  /external/v8/src/
scopes.h 140 // Declare a parameter in this scope. When there are duplicated
322 // Parameters. The left-most parameter has index 0.
324 Variable* parameter(int index) const { function in class:v8::internal::Scope
401 // During formal parameter list parsing the scope only contains
403 // "this" is an invalid parameter name and "arguments" is invalid parameter
441 // Parameter list in source order.
502 // variable is bound. These are returned in the output parameter *binding_kind
548 // parameter should be set to the calling context of 'eval'.
583 // parameter is the context in which eval was called. In all othe
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 73 * quantization paramenter. One parameter per macroblock */
106 * quantization paramenter. One parameter per block. */
127 * and within the quantization parameter, apply hard filter */
189 /* Check if sum is less than the quantization parameter */
265 * quantization paramenter. One parameter per block. */
287 * and within the quantization parameter, apply hard filter */
346 /* Check if sum is less than the quantization parameter */
434 * quantization paramenter. One parameter per block. */
441 * based on quantization parameter */
518 * quantization paramenter. One parameter per block. *
    [all...]
  /external/bluetooth/bluedroid/main/
bte_logmsg.c 535 ** Purpose: Encodes a trace message that has no parameter arguments
551 ** Purpose: Encodes a trace message that has one parameter argument
568 ** Purpose: Encodes a trace message that has two parameter arguments
584 ** Purpose: Encodes a trace message that has three parameter arguments
601 ** Purpose: Encodes a trace message that has four parameter arguments
618 ** Purpose: Encodes a trace message that has five parameter arguments
635 ** Purpose: Encodes a trace message that has six parameter arguments
  /external/clang/lib/CodeGen/
CGCXXABI.h 73 /// Build a parameter variable suitable for 'this'.
76 /// Perform prolog initialization of the parameter variable suitable
199 /// Build the ABI-specific portion of the parameter list for a
200 /// function. This generally involves a 'this' parameter and
270 /// \param NumElements - an out parameter which will be initialized
273 /// \param AllocPtr - an out parameter which will be initialized
276 /// \param CookieSize - an out parameter which will be initialized
  /external/jpeg/
wrjpgcom.c 22 #include <fcntl.h> /* to declare setmode()'s parameter macros */
235 * Most types of marker are followed by a variable-length parameter segment.
238 * Note that we MUST skip the parameter segment explicitly in order not to
239 * be fooled by 0xFF bytes that might appear within the parameter segment;
249 /* Get the marker parameter length count */
269 /* Get the marker parameter length count */
338 copy_variable(); /* we assume it has a parameter count... */
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 175 UINT16 rsp_len; /* Response parameter length */
185 UINT16 evt_len; /* HCP EVT parameter length */
186 UINT8 *p_evt_buf; /* HCP EVT Parameter */
195 UINT16 cmd_len; /* HCP CMD parameter length */
196 UINT8 cmd_data[NFA_MAX_HCI_CMD_LEN]; /* HCP CMD Parameter */
241 UINT8 data_len; /* length of the registry parameter */
242 UINT8 reg_data[NFA_MAX_HCI_DATA_LEN]; /* Registry parameter */
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 151 p.add(new OAuth.Parameter("oauth_accessor_secret",
190 p.add(new OAuth.Parameter(OAuth.OAUTH_TOKEN, accessor.requestToken));
281 headers.add(new OAuth.Parameter(HttpMessage.CONTENT_TYPE,
283 headers.add(new OAuth.Parameter(CONTENT_LENGTH, form.length + ""));
288 headers.add(new OAuth.Parameter("Authorization", request.getAuthorizationHeader(null)));
303 headers.add(new OAuth.Parameter(HttpMessage.CONTENT_TYPE,
305 headers.add(new OAuth.Parameter(CONTENT_LENGTH, form.length
  /external/openssl/crypto/asn1/
a_sign.c 151 ASN1_TYPE_free(a->parameter);
152 a->parameter = NULL;
154 else if ((a->parameter == NULL) ||
155 (a->parameter->type != V_ASN1_NULL))
157 ASN1_TYPE_free(a->parameter);
158 if ((a->parameter=ASN1_TYPE_new()) == NULL) goto err;
159 a->parameter->type=V_ASN1_NULL;
  /external/openssl/crypto/perlasm/
cbc.pl 32 # iv_off is parameter number for the iv
33 # enc_off is parameter number for the encrypt/decrypt flag
56 &comment("getting iv ptr from parameter $iv_off");
73 &comment("getting encrypt flag from parameter $enc_off");
77 &comment("get and push parameter $p3");
84 &comment("get and push parameter $p2");
91 &comment("get and push parameter $p1");
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 22 #include <fcntl.h> /* to declare setmode()'s parameter macros */
235 * Most types of marker are followed by a variable-length parameter segment.
238 * Note that we MUST skip the parameter segment explicitly in order not to
239 * be fooled by 0xFF bytes that might appear within the parameter segment;
249 /* Get the marker parameter length count */
269 /* Get the marker parameter length count */
338 copy_variable(); /* we assume it has a parameter count... */
  /external/javassist/src/main/javassist/
CtBehavior.java 86 * Returns the method or constructor name followed by parameter types
232 * Returns the parameter annotations associated with this method or constructor.
235 * equal to the number of the formal parameters. If each parameter has no
247 * Returns the parameter annotations associated with this method or constructor.
252 * equal to the number of the formal parameters. If each parameter has no
282 * Obtains parameter types of this method/constructor.
298 * Returns the method signature (the parameter types
303 * the same parameter types
533 * <p>If the second parameter <code>asFinally</code> to
566 * Inserts a new parameter, which becomes the first parameter
    [all...]
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 387 foreach my $parameter (@argsFiltered) {
388 my $optional = $parameter->extendedAttributes->{"optional"} ? "if (" . $parameter->name . ")\n " : "";
389 push(@function, " " . $optional . "paramsObject->set" . typeTraits($parameter->type, "JSONType") . "(\"" . $parameter->name . "\", " . $parameter->name . ");");
456 foreach my $parameter (@inArgs) {
457 my $name = $parameter->name;
458 my $type = $parameter->type;
459 my $typeString = camelCase($parameter->type)
    [all...]
  /external/openssl/crypto/ec/
ec.h 284 /** Sets the parameter of a ec over GFp defined by y^2 = x^3 + a*x + b
287 * \param a BIGNUM with parameter a of the equation
288 * \param b BIGNUM with parameter b of the equation
294 /** Gets the parameter of the ec over GFp defined by y^2 = x^3 + a*x + b
297 * \param a BIGNUM for parameter a of the equation
298 * \param b BIGNUM for parameter b of the equation
305 /** Sets the parameter of a ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b
308 * \param a BIGNUM with parameter a of the equation
309 * \param b BIGNUM with parameter b of the equation
315 /** Gets the parameter of the ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 +
    [all...]
  /external/openssl/include/openssl/
ec.h 284 /** Sets the parameter of a ec over GFp defined by y^2 = x^3 + a*x + b
287 * \param a BIGNUM with parameter a of the equation
288 * \param b BIGNUM with parameter b of the equation
294 /** Gets the parameter of the ec over GFp defined by y^2 = x^3 + a*x + b
297 * \param a BIGNUM for parameter a of the equation
298 * \param b BIGNUM for parameter b of the equation
305 /** Sets the parameter of a ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 + b
308 * \param a BIGNUM with parameter a of the equation
309 * \param b BIGNUM with parameter b of the equation
315 /** Gets the parameter of the ec over GF2m defined by y^2 + x*y = x^3 + a*x^2 +
    [all...]
  /hardware/ti/wlan/mac80211/config/
TQS_D_1.7.ini 8 TXBiPFEMAutoDetect = 00 # Length: 1; Unit: Options (0: Manual Mode, 1: Automatic mode); Format: Unsigned; Source: Customer; Comment: This parameter is used by the FW to decide if the front-end is determined automatically or manually
12 ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the FREF clock is valid on wakeup
15 TCXO_ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the TCXO clock is valid on wakeup
36 RxTraceInsertionLoss_2_4G = 00 # Length: 1; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
37 TxTraceLoss_2_4G = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Length: 14; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power to a different location on the board
41 RxTraceInsertionLoss_5G = 00 00 00 00 00 00 00 # Length: 7; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
42 TxTraceLoss_5G = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Length: 35; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power to a different location on the board
53 FEM1_TxBiPReferencePDvoltage_2_4G = 01D9 # Length: 1; Unit: 1mV; Format: Unsigned; Source: TI; Comment: This parameter define the reference point of the FEM power detector
63 FEM1_TxPDVsRateOffsets_2_4G = 01 02 02 02 02 00 02 # Length: 7; Unit: 1/8dB; Format: Signed; Source: TI; Comment: This parameter is a power detector offset value used to correct the power detector curve for each rate group
64 FEM1_TxPDVsChannelOffsets_2_4G = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Length: 14; Unit: 1/8dB; Format: Signed; Source: TI/Customer; Comment: This parameter is a power detector offset value used to correct the power detector curve for each channe
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/ini_files/128x/
TQS_D_1.0.ini 8 TXBiPFEMAutoDetect = 00 # Length: 1; Unit: Options (0: Manual Mode, 1: Automatic mode); Format: Unsigned; Source: Customer; Comment: This parameter is used by the FW to decide if the front-end is determined automatically or manually
12 ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the FREF clock is valid on wakeup
15 TCXO_ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the TCXO clock is valid on wakeup
36 RxTraceInsertionLoss_2_4G = 00 # Length: 1; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
37 TxTraceLoss_2_4G = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Length: 14; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power to a different location on the board
41 RxTraceInsertionLoss_5G = 00 00 00 00 00 00 00 # Length: 7; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
42 TxTraceLoss_5G = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Length: 35; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power to a different location on the board
53 FEM1_TxBiPReferencePDvoltage_2_4G = 01A7 # Length: 1; Unit: 1mV; Format: Unsigned; Source: TI; Comment: This parameter define the reference point of the FEM power detector
63 FEM1_TxPDVsRateOffsets_2_4G = 01 02 02 02 02 00 02 # Length: 7; Unit: 1/8dB; Format: Signed; Source: TI; Comment: This parameter is a power detector offset value used to correct the power detector curve for each rate group
64 FEM1_TxPDVsChannelOffsets_2_4G = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Length: 14; Unit: 1/8dB; Format: Signed; Source: TI/Customer; Comment: This parameter is a power detector offset value used to correct the power detector curve for each channe
    [all...]
TQS_D_1.7.ini 8 TXBiPFEMAutoDetect = 00 # Length: 1; Unit: Options (0: Manual Mode, 1: Automatic mode); Format: Unsigned; Source: Customer; Comment: This parameter is used by the FW to decide if the front-end is determined automatically or manually
12 ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the FREF clock is valid on wakeup
15 TCXO_ClockValidOnWakeup = 00 # Length: 1; Unit: Options (0: Reference clock not valid, 1: Reference clock is valid and stable); Format: Unsigned; Source: Customer; Comment: This parameter indicates whether the TCXO clock is valid on wakeup
36 RxTraceInsertionLoss_2_4G = 00 # Length: 1; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
37 TxTraceLoss_2_4G = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Length: 14; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power to a different location on the board
41 RxTraceInsertionLoss_5G = 00 00 00 00 00 00 00 # Length: 7; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter indicates the printed circuit board (PCB) trace insertion loss
42 TxTraceLoss_5G = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Length: 35; Unit: 1/8dB; Format: Unsigned; Source: Customer; Comment: This parameter is used to align the output power to a different location on the board
53 FEM1_TxBiPReferencePDvoltage_2_4G = 01D9 # Length: 1; Unit: 1mV; Format: Unsigned; Source: TI; Comment: This parameter define the reference point of the FEM power detector
63 FEM1_TxPDVsRateOffsets_2_4G = 01 02 02 02 02 00 02 # Length: 7; Unit: 1/8dB; Format: Signed; Source: TI; Comment: This parameter is a power detector offset value used to correct the power detector curve for each rate group
64 FEM1_TxPDVsChannelOffsets_2_4G = 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # Length: 14; Unit: 1/8dB; Format: Signed; Source: TI/Customer; Comment: This parameter is a power detector offset value used to correct the power detector curve for each channe
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c 73 except for the active parameter set ids, which are initialized
108 Store sequence parameter set into the storage. If active SPS is
110 parameters to force reactivation of parameter sets
141 /* seq parameter set with id not used before -> allocate memory */
148 /* sequence parameter set with id equal to id of active sps */
151 /* if seq parameter set contents changes
192 Store picture parameter set into the storage. If active PPS is
194 parameters to force reactivation of parameter sets
225 /* pic parameter set with id not used before -> allocate memory */
232 /* picture parameter set with id equal to id of active pps *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 26 - The enumeral corresponding to this parameter.
28 - The name that can be used to set this parameter using the
31 - A help string explaining how the parameter is used.
33 - A default value for the parameter.
35 - The minimum acceptable value for the parameter.
37 - The maximum acceptable value for the parameter (if greater than
40 Be sure to add an entry to invoke.texi summarizing the parameter. */
45 in the program is less than this parameter, then structure
69 "max-inline-insns" parameter) is exceeded, the acceptable size
81 parameter
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 26 - The enumeral corresponding to this parameter.
28 - The name that can be used to set this parameter using the
31 - A help string explaining how the parameter is used.
33 - A default value for the parameter.
35 - The minimum acceptable value for the parameter.
37 - The maximum acceptable value for the parameter (if greater than
40 Be sure to add an entry to invoke.texi summarizing the parameter. */
45 in the program is less than this parameter, then structure
69 "max-inline-insns" parameter) is exceeded, the acceptable size
81 parameter
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
params.def 26 - The enumeral corresponding to this parameter.
28 - The name that can be used to set this parameter using the
31 - A help string explaining how the parameter is used.
33 - A default value for the parameter.
35 - The minimum acceptable value for the parameter.
37 - The maximum acceptable value for the parameter (if greater than
40 Be sure to add an entry to invoke.texi summarizing the parameter. */
45 in the program is less than this parameter, then structure
69 "max-inline-insns" parameter) is exceeded, the acceptable size
81 parameter
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
params.def 26 - The enumeral corresponding to this parameter.
28 - The name that can be used to set this parameter using the
31 - A help string explaining how the parameter is used.
33 - A default value for the parameter.
35 - The minimum acceptable value for the parameter.
37 - The maximum acceptable value for the parameter (if greater than
40 Be sure to add an entry to invoke.texi summarizing the parameter. */
45 in the program is less than this parameter, then structure
69 "max-inline-insns" parameter) is exceeded, the acceptable size
81 parameter
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 49 /// reference, or pointer to member non-type template parameter.
52 /// was provided for a non-type template parameter.
55 /// that was provided for an integral non-type template parameter.
58 /// template template parameter.
61 /// provided for a template template parameter.
66 /// The template argument is actually a parameter pack. Arguments are stored
210 /// parameter such that its result can change from one instantiation to
215 /// parameter.
219 /// parameter pack.
239 /// reference parameter in a declaration non-type template argument
    [all...]

Completed in 1257 milliseconds

<<71727374757677787980>>