/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
MatParam.java | 45 * Describes a material parameter. This is used for both defining a name and type 46 * as well as a material parameter value. 59 * Create a new material parameter. For internal use only. 85 * Returns the material parameter type. 87 * @return the material parameter type. 94 * Returns the name of the material parameter. 95 * @return the name of the material parameter. 120 * Returns the value of this material parameter. 126 * @return the value of this material parameter. 133 * Sets the value of this material parameter [all...] |
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6t_frag.h | 6 u_int32_t ids[2]; /* Security Parameter Index */
|
/external/libnfc-nxp/src/ |
phFriNfc_Llcp.h | 96 #define PHFRINFC_LLCP_PTYPE_PAX 0x01 /**< PArameter Exchange.*/ 163 #define PHFRINFC_LLCP_TLV_TYPE_VERSION 0x01 /**< \internal VERSION parameter Type code.*/ 164 #define PHFRINFC_LLCP_TLV_TYPE_MIUX 0x02 /**< \internal MIUX parameter Type code.*/ 165 #define PHFRINFC_LLCP_TLV_TYPE_WKS 0x03 /**< \internal WKS parameter Type code.*/ 166 #define PHFRINFC_LLCP_TLV_TYPE_LTO 0x04 /**< \internal LTO parameter Type code.*/ 167 #define PHFRINFC_LLCP_TLV_TYPE_RW 0x05 /**< \internal RW parameter Type code.*/ 168 #define PHFRINFC_LLCP_TLV_TYPE_SN 0x06 /**< \internal SN parameter Type code.*/ 169 #define PHFRINFC_LLCP_TLV_TYPE_OPT 0x07 /**< \internal OPT parameter Type code.*/ 170 #define PHFRINFC_LLCP_TLV_TYPE_SDREQ 0x08 /**< \internal SDREQ parameter Type code.*/ 171 #define PHFRINFC_LLCP_TLV_TYPE_SDRES 0x09 /**< \internal SDRES parameter Type code.* [all...] |
/external/nist-sip/java/gov/nist/javax/sip/address/ |
TelephoneNumber.java | 64 /** delete the specified parameter. 160 /** set the specified parameter 200 * Returns the value of the named parameter, or null if it is not set. A 201 * zero-length String indicates flag parameter. 203 * @param name name of parameter to retrieve 205 * @return the value of specified parameter 222 * @return an Iterator over all the parameter names 229 public void removeParameter(String parameter) { 230 this.parameters.delete(parameter);
|
/external/oauth/core/src/main/java/net/oauth/client/ |
OAuthResponseMessage.java | 43 for (OAuth.Parameter parameter : decodeAuthorization(header.getValue())) { 44 if (!"realm".equalsIgnoreCase(parameter.getKey())) { 45 addParameter(parameter);
|
/external/proguard/src/proguard/optimize/info/ |
ParameterUsageMarker.java | 90 // Must we mark the 'this' parameter? 94 // Mark the 'this' parameter. 101 // Mark all parameters, without the 'this' parameter. 117 // Mark the 'this' parameter. 131 // Mark the 'this' parameter. 151 // Set the parameter size. 162 // including the 'this' parameter. 241 * Marks the given parameter as being used. 267 * Returns whether the given parameter is being used.
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domconfigdatatypenormalization2.js | 73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-datatype-normalization 86 var parameter = "datatype-normalization"; 92 canSet = domConfig.canSetParameter(parameter,true); 97 domConfig.setParameter(parameter, true);
|
/external/webkit/LayoutTests/fast/xpath/ |
substring-nan-position-expected.txt | 1 Test for bug 41862: XPath substring function is broken when passing NaN as the position parameter.
|
/external/webkit/Source/WebCore/manual-tests/ |
selection-drag-crash.html | 11 Drag the selected text. It shouldn't crash, though it used to on Chromium Mac since createDragImageForSelection() didn't properly use the return value from dissolveDragImageToFraction(), which resulted in a race condition for the drag image's refcount. This issue can't be tested in an automated manner, due to the fact that the race condition is hard to trigger deterministically and that test_shell/DRT simply don't use the (potentially invalid) image parameter.
|
/external/webrtc/src/modules/audio_processing/ns/ |
nsx_defines.h | 26 #define SPECT_FLAT_TAVG_Q14 4915 // (0.30) tavg parameter for spectral flatness measure 27 #define SPECT_DIFF_TAVG_Q8 77 // (0.30) tavg parameter for spectral flatness measure 28 #define PRIOR_UPDATE_Q14 1638 // Q14(0.1) update parameter of prior model 29 #define NOISE_UPDATE_Q8 26 // 26 ~= Q8(0.1) update parameter for noise
|
/frameworks/base/media/java/android/media/audiofx/ |
BassBoost.java | 37 * <p>The methods, parameter types and units exposed by the BassBoost implementation are directly 55 * Is strength parameter supported by bass boost engine. Parameter ID for getParameter(). 59 * Bass boost effect strength. Parameter ID for 65 * Indicates if strength parameter is supported by the bass boost engine 70 * Registered listener for parameter changes. 75 * Listener used internally to to receive raw parameter change event from AudioEffect super class 87 * engine. As the same engine can be shared by several applications, this parameter indicates 115 * @return true is strength parameter is supported, false otherwise 154 * parameter value has changed [all...] |
Virtualizer.java | 39 * <p>The methods, parameter types and units exposed by the Virtualizer implementation are directly 57 * Is strength parameter supported by virtualizer engine. Parameter ID for getParameter(). 61 * Virtualizer effect strength. Parameter ID for 67 * Indicates if strength parameter is supported by the virtualizer engine 72 * Registered listener for parameter changes. 77 * Listener used internally to to receive raw parameter change event from AudioEffect super class 89 * engine. As the same engine can be shared by several applications, this parameter indicates 117 * @return true is strength parameter is supported, false otherwise 156 * parameter value has changed [all...] |
/frameworks/compile/slang/ |
slang_rs_export_func.h | 80 "Get parameter from export function having no parameter!"); 85 "Get parameter from export function having no parameter!");
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
package.html | 5 and parameter for encryption. The following standards are supported:
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
GenericReflectionTestsBase.java | 27 * Returns the type parameter of the declaring method. 31 * @return the type parameter of the method 41 * Returns the type parameter of the declaring class. 45 * @return the type parameter of the method.
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLEngineResultHandshakeStatusTest.java | 54 //Correct parameter 64 //Incorrect parameter 74 //Null parameter 77 fail("NullPointerException/IllegalArgumentException should be thrown for NULL parameter");
|
SSLEngineResultStatusTest.java | 61 //Correct parameter 71 //Incorrect parameter 81 //Null parameter 84 fail("NullPointerException/IllegalArgumentException should be thrown for NULL parameter");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_frag.h | 6 u_int32_t ids[2]; /* Security Parameter Index */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_frag.h | 6 u_int32_t ids[2]; /* Security Parameter Index */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_frag.h | 6 u_int32_t ids[2]; /* Security Parameter Index */
|
/external/chromium/chrome/common/extensions/docs/ |
extension.html | 62 Description of this parameter from the json schema. 65 This parameter was added in version 67 You must omit this parameter in earlier versions, 69 parameter, the manifest key 443 This parameter was added in version 445 You must omit this parameter in earlier versions, 447 parameter, the manifest key 488 This parameter was added in version 490 You must omit this parameter in earlier versions, 492 parameter, the manifest ke [all...] |
history.html | 62 Description of this parameter from the json schema. 65 This parameter was added in version 67 You must omit this parameter in earlier versions, 69 parameter, the manifest key 578 Description of this parameter from the json schema. 581 This parameter was added in version 583 You must omit this parameter in earlier versions, 585 parameter, the manifest key 626 This parameter was added in version 628 You must omit this parameter in earlier versions [all...] |
windows.html | 62 Description of this parameter from the json schema. 65 This parameter was added in version 67 You must omit this parameter in earlier versions, 69 parameter, the manifest key 378 take an optional <var>windowId</var> parameter, 469 This parameter was added in version 471 You must omit this parameter in earlier versions, 473 parameter, the manifest key 563 Description of this parameter from the json schema. 566 This parameter was added in versio [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 42 /// \brief RAII class that manages the template parameter depth. 67 /// Template declarations include one or more template parameter lists 76 /// 'export'[opt] 'template' '<' template-parameter-list '>' declaration 88 // Enter template-parameter scope. 97 // parameter scope, e.g., 104 // single data structure containing all of the template parameter 113 // both template parameter lists. In the second case, the action for 114 // defining A<T>::B receives just the inner template parameter list 115 // (and retrieves the outer template parameter list from its 137 // Parse the '<' template-parameter-list '> [all...] |
/external/openssl/crypto/des/asm/ |
des_enc.m4 | 131 ! Loads key first round from address in parameter 5 to out0, out1. 137 ! parameter 1 left 138 ! parameter 2 right 139 ! parameter 3 result left (modify in first round) 140 ! parameter 4 result right (use in first round) 141 ! parameter 5 key address 142 ! parameter 6 1/2 for include encryption/decryption 143 ! parameter 7 1 for move in1 to in3 144 ! parameter 8 1 for move in3 to in4, 2 for move in4 to in3 145 ! parameter 9 1 for load ks3 and ks2 to in4 and in [all...] |