/external/webkit/WebCore/icu/unicode/ |
ustring.h | 76 * @param s The array of UChars, NULL (U+0000) terminated. 90 * @param s The input string. 91 * @param length The number of UChar code units to be checked, or -1 to count all 109 * @param s The input string. 110 * @param length The length of the string, or -1 if it is NUL-terminated. 111 * @param number The number of code points in the string is compared against 125 * @param dst The destination string. 126 * @param src The source string. 142 * @param dst The destination string. 143 * @param src The source string [all...] |
/external/webkit/WebKit/mac/icu/unicode/ |
ustring.h | 76 * @param s The array of UChars, NULL (U+0000) terminated. 90 * @param s The input string. 91 * @param length The number of UChar code units to be checked, or -1 to count all 109 * @param s The input string. 110 * @param length The length of the string, or -1 if it is NUL-terminated. 111 * @param number The number of code points in the string is compared against 125 * @param dst The destination string. 126 * @param src The source string. 142 * @param dst The destination string. 143 * @param src The source string [all...] |
/cts/tools/signature-tools/src/signature/model/util/ |
ITypeFactory.java | 47 * @param componentType 56 * @param ownerType 58 * @param rawType 60 * @param typeArguments 74 * @param genericDeclaration 76 * @param name 94 * @param lowerBound 96 * @param upperBounds
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
RawAttribute.java | 38 * @param name {@code non-null;} attribute name 39 * @param data {@code non-null;} attribute data 40 * @param pool {@code null-ok;} constant pool to use for cpi resolution 56 * @param name {@code non-null;} attribute name 57 * @param data {@code non-null;} array containing the attribute data 58 * @param offset offset in {@code data} to the attribute data 59 * @param length length of the attribute data, in bytes 60 * @param pool {@code null-ok;} constant pool to use for cpi resolution
|
/dalvik/dx/src/com/android/dx/dex/file/ |
EncodedMember.java | 36 * @param accessFlags access flags for the member 61 * @param out {@code non-null;} where to dump 62 * @param verbose whether to be verbose with the output 69 * @param file {@code non-null;} the file to populate 76 * @param file {@code non-null;} file this instance is part of 77 * @param out {@code non-null;} where to write to 78 * @param lastIndex {@code >= 0;} the previous member index value encoded, or 80 * @param dumpSeq {@code >= 0;} sequence number of this instance for
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/misc/ |
HashCode.java | 82 * @param hashCode previous hashCode value 83 * @param value new element 93 * @param hashCode previous hashCode value 94 * @param value new element 104 * @param hashCode previous hashCode value 105 * @param value new element 115 * @param hashCode previous hashCode value 116 * @param value new element 126 * @param hashCode previous hashCode value 127 * @param value new elemen [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/util/ |
DERDump.java | 15 * @param obj the DERObject to be dumped out. 26 * @param obj the DERObject to be dumped out.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
NoticeReference.java | 38 * @param orgName a <code>String</code> value 39 * @param numbers a <code>Vector</code> value 68 * @param orgName a <code>String</code> value 69 * @param numbers an <code>ASN1EncodableVector</code> value 82 * @param displayTextType an <code>int</code> value 83 * @param orgName a <code>String</code> value 84 * @param numbers an <code>ASN1EncodableVector</code> value 101 * @param as an <code>ASN1Sequence</code> value obtained from either
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/ |
AsymmetricCipherKeyPair.java | 14 * @param publicParam a public key parameters object. 15 * @param privateParam the corresponding private key parameters.
|
/external/clearsilver/java-jni/ |
CSFileLoader.java | 15 * @param hdf the HDF structure associated with HDF or CS object making the 17 * @param filename the name of the file that should be loaded.
|
/external/dropbear/libtomcrypt/src/mac/f9/ |
f9_memory_multi.c | 23 @param cipher The index of the desired cipher 24 @param key The secret key 25 @param keylen The length of the secret key (octets) 26 @param out [out] The destination of the authentication tag 27 @param outlen [in/out] The max size and resulting size of the authentication tag (octets) 28 @param in The data to send through f9 29 @param inlen The length of the data to send through f9 (octets) 30 @param ... tuples of (data,len) pairs to f9, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/mac/hmac/ |
hmac_memory_multi.c | 23 @param hash The index of the hash to use 24 @param key The secret key 25 @param keylen The length of the secret key (octets) 26 @param out [out] Destination of the authentication tag 27 @param outlen [in/out] Max size and resulting size of authentication tag 28 @param in The data to HMAC 29 @param inlen The length of the data to HMAC (octets) 30 @param ... tuples of (data,len) pairs to HMAC, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_memory_multi.c | 23 @param cipher The index of the desired cipher 24 @param key The secret key 25 @param keylen The length of the secret key (octets) 26 @param out [out] The destination of the authentication tag 27 @param outlen [in/out] The max size and resulting size of the authentication tag (octets) 28 @param in The data to send through OMAC 29 @param inlen The length of the data to send through OMAC (octets) 30 @param ... tuples of (data,len) pairs to OMAC, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_memory_multi.c | 23 @param cipher The index of the cipher desired 24 @param key The secret key 25 @param keylen The length of the secret key (octets) 26 @param out [out] Destination for the authentication tag 27 @param outlen [in/out] The max size and resulting size of the authentication tag 28 @param in The data you wish to send through PMAC 29 @param inlen The length of data you wish to send through PMAC (octets) 30 @param ... tuples of (data,len) pairs to PMAC, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
xcbc_memory_multi.c | 23 @param cipher The index of the desired cipher 24 @param key The secret key 25 @param keylen The length of the secret key (octets) 26 @param out [out] The destination of the authentication tag 27 @param outlen [in/out] The max size and resulting size of the authentication tag (octets) 28 @param in The data to send through XCBC 29 @param inlen The length of the data to send through XCBC (octets) 30 @param ... tuples of (data,len) pairs to XCBC, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/modes/ctr/ |
ctr_start.c | 23 @param cipher The index of the cipher desired 24 @param IV The initial vector 25 @param key The secret key 26 @param keylen The length of the secret key (octets) 27 @param num_rounds Number of rounds in the cipher desired (0 for default) 28 @param ctr_mode The counter mode (CTR_COUNTER_LITTLE_ENDIAN or CTR_COUNTER_BIG_ENDIAN) 29 @param ctr The CTR state to initialize 44 /* bad param? */
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
pkcs_1_v1_5_encode.c | 22 * \param msg The data to encode 23 * \param msglen The length of the data to encode (octets) 24 * \param block_type Block type to use in padding (\sa ltc_pkcs_1_v1_5_blocks) 25 * \param modulus_bitlen The bit length of the RSA modulus 26 * \param prng An active PRNG state (only for LTC_PKCS_1_EME) 27 * \param prng_idx The index of the PRNG desired (only for LTC_PKCS_1_EME) 28 * \param out [out] The destination for the encoded data 29 * \param outlen [in/out] The max size and resulting size of the encoded data
|
/external/easymock/src/org/easymock/ |
IMocksControl.java | 25 * @param <T> the interface that the mock object should implement.
26 * @param toMock the class of the interface that the mock object should implement.
33 * @param name the name of the mock object .
34 * @param toMock the class of the interface that the mock object should implement.
35 * @param <T> the interface that the mock object should implement.
76 * @param state <code>true</code> switches order checking on, <code>false</code> switches it off.
83 * @param threadSafe If the mock should be thread safe or not
90 * @param shouldBeUsedInOneThread
|
/external/icu4c/common/ |
localsvc.h | 18 * @param what service-specific string identifying the specific user hook 19 * @param status error status
|
/external/icu4c/common/unicode/ |
urep.h | 57 * @param rep A pointer to "this" UReplaceable object. 69 * @param rep A pointer to "this" UReplaceable object. 70 * @param offset The index at which to fetch the UChar (code unit). 82 * @param rep A pointer to "this" UReplaceable object. 83 * @param offset The index at which to fetch the UChar32 (code point). 95 * @param rep A pointer to "this" UReplaceable object. 96 * @param start the starting index of the text to be replaced, 98 * @param limit the ending index of the text to be replaced, 100 * @param text the new text to replace the UChars from 102 * @param textLength the number of UChars at text, or -1 if tex [all...] |
/external/icu4c/i18n/ |
rbt_pars.h | 155 * @param rules rules, separated by ';' 156 * @param direction either FORWARD or REVERSE. 157 * @param pe Struct to recieve information on position 159 * @param ec Output param set to success/failure code. 176 * @param rules Output param to receive the rules. 177 * @param direction either FORWARD or REVERSE. 195 * @param rules Output param to receive the rules [all...] |
/external/icu4c/tools/ctestfw/unicode/ |
udbgutil.h | 40 * @param type the type of enum 48 * @param type type of enum 49 * @param field field number 56 * @param type the type of enum 64 * @param type which type 65 * @param field field number 72 * @param type which type 73 * @param name name of string (case sensitive)
|
/external/jsr305/ri/src/main/java/javax/annotation/meta/ |
TypeQualifierValidator.java | 12 * @param annotation 14 * @param value
|
/external/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_license_manager_interface.h | 56 * @param [in] The assigned plugin session ID to use for this request 57 * @param [in] Optional opaque data associated with the request. 58 * @param [in] Size of the optional opaque data. 59 * @param [in] aContextData: optional caller data to accompany the 73 * @param [out] aStatus: clean store status output 84 * @param [in] The assigned plugin session ID to use for this request 85 * @param [in] PVMFCPMContentId: content ID data blob. 86 * @param [in] aContextData: optional caller data to accompany the 105 * @param [in] aSessionId: The assigned plugin session ID to use for this request 106 * @param [out] aLastLicenseProcessed: The 0-based index of the last license processe [all...] |
pvmf_cpmplugin_metering_interface.h | 59 * @param [in] aSessionId: The observer session Id. 60 * @param [in] aMeterCert: The meter certificate data as a wide-string. 61 * @param [out] optional output metering ID 62 * @param [in] aTimeoutMsec: Optional timeout in milliseconds 64 * @param [in] aContextData: Optional user data that will be returned 87 * @param [in] aSessionId: The observer session Id. 88 * @param [in] aMaxDataSize: The maximum data size for 92 * @param [in] aMeterId: The metering Id. 93 * @param [out] aStatus: Optional meter status output 94 * @param [in] aTimeoutMsec: Optional timeout in millisecond [all...] |