/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_encrypt_key.c | 22 @param in The plaintext 23 @param inlen The length of the plaintext (octets) 24 @param out [out] The ciphertext 25 @param outlen [in/out] The max size and resulting size of the ciphertext 26 @param lparam The system "lparam" for the encryption 27 @param lparamlen The length of lparam (octets) 28 @param prng An active PRNG 29 @param prng_idx The index of the desired prng 30 @param hash_idx The index of the desired hash 31 @param padding Type of padding (LTC_PKCS_1_OAEP or LTC_PKCS_1_V1_5 [all...] |
/frameworks/base/core/java/android/database/ |
CursorWindow.java | 37 * @param localWindow true if this window will be used in this process only 57 * @param pos 80 * @param columnNum 125 * @param value 126 * @param row 127 * @param col 143 * @param value 144 * @param row 145 * @param col 161 * @param valu [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/ |
MessageBundle.java | 17 * @param resource base name of the resource file 18 * @param id the id of the corresponding bundle in the resource file 29 * @param resource base name of the resource file 30 * @param id the id of the corresponding bundle in the resource file 31 * @param arguments an array containing the arguments for the message 41 * @param loc the {@link Locale} 42 * @param timezone the {@link TimeZone} 53 * @param loc the {@link Locale}
|
TextBundle.java | 17 * @param resource base name of the resource file 18 * @param id the id of the corresponding bundle in the resource file 29 * @param resource base name of the resource file 30 * @param id the id of the corresponding bundle in the resource file 31 * @param arguments an array containing the arguments for the message 41 * @param loc the {@link Locale} 42 * @param timezone the {@link TimeZone} 53 * @param loc the {@link Locale}
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
BusyHandler.java | 15 * @param table the name of the locked table 16 * @param count number of times the table was locked
|
FunctionContext.java | 20 * @param r result string 28 * @param r result integer 36 * @param r result double 44 * @param r result string (error message) 53 * @param r result byte array 62 * @param n size for empty blob
|
/external/icu4c/i18n/unicode/ |
ulocdata.h | 60 * @param localeID Specifies the locale associated with this locale 62 * @param status Pointer to error status code. 71 * @param uld The locale data object to close 84 * @param uld The locale data object to set. 85 * @param setting Value of the "no substitute" attribute. 98 * @param uld Pointer to the The locale data object to set. 108 * @param uld Pointer to the locale data object from which the 110 * @param fillIn Pointer to a USet object to receive the 116 * @param options Bitmask for options to apply to the exemplar pattern. 123 * @param extype Specifies the type of exemplar set to be retrieved [all...] |
/external/webkit/WebCore/manual-tests/ |
applet-param-no-name.html | 2 <p>This tests an applet element with a param element inside it with no name. If Java is enabled and Safari did not crash, then the test passed.</p> 3 <applet code=""><param></applet>
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.h | 15 * @param pixelFormat The yuv pixel format as defined in ui/PixelFormat.h. 16 * @param strides The number of row bytes in each image plane. 25 * @param stream The jpeg output stream. 26 * @param inYuv The input yuv data. 27 * @param width Width of the the Yuv data in terms of pixels. 28 * @param height Height of the Yuv data in terms of pixels. 29 * @param offsets The offsets in each image plane with respect to inYuv. 30 * @param jpegQuality Picture quality in [0, 100].
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
ITestRunListener.java | 38 * @param testCount total number of tests in test run 45 * @param elapsedTime device reported elapsed time, in milliseconds 52 * @param elapsedTime device reported elapsed time, in milliseconds 59 * @param test identifies the test 67 * @param test identifies the test 75 * @param status failure type 76 * @param test identifies the test 77 * @param trace stack trace of failure
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/ |
Digest.java | 25 * @param in the input byte to be entered. 32 * @param in the byte array containing the data. 33 * @param inOff the offset into the byte array where the data starts. 34 * @param len the length of the data. 42 * @param out the array the digest is to be copied into. 43 * @param outOff the offset into the out array the digest is to start at.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/ |
IESEngine.java | 30 IESParameters param; field in class:IESEngine 36 * @param agree the key agreement used as the basis for the encryption 37 * @param kdf the key derivation function used for byte generation 38 * @param mac the message authentication code generator for the message 56 * @param agree the key agreement used as the basis for the encryption 57 * @param kdf the key derivation function used for byte generation 58 * @param mac the message authentication code generator for the message 59 * @param cipher the cipher to used for encrypting the message 77 * @param forEncryption whether or not this is encryption/decryption. 78 * @param privParam our private key parameter [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/ |
DHBasicKeyPairGenerator.java | 23 private DHKeyGenerationParameters param; field in class:DHBasicKeyPairGenerator 26 KeyGenerationParameters param) 28 this.param = (DHKeyGenerationParameters)param; 34 DHParameters dhParams = param.getParameters(); 37 x = helper.calculatePrivate(p, param.getRandom(), dhParams.getJ());
|
DHKeyPairGenerator.java | 24 private DHKeyGenerationParameters param; field in class:DHKeyPairGenerator 27 KeyGenerationParameters param) 29 this.param = (DHKeyGenerationParameters)param; 35 DHParameters dhParams = param.getParameters(); 38 x = helper.calculatePrivate(p, param.getRandom(), dhParams.getJ());
|
DSAKeyPairGenerator.java | 25 private DSAKeyGenerationParameters param; field in class:DSAKeyPairGenerator 28 KeyGenerationParameters param) 30 this.param = (DSAKeyGenerationParameters)param; 36 DSAParameters dsaParams = param.getParameters(); 37 SecureRandom random = param.getRandom();
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_done_encrypt.c | 22 @param ocb The OCB state 23 @param pt Remaining plaintext (if any) 24 @param ptlen The length of the plaintext (octets) 25 @param ct [out] The ciphertext (if any) 26 @param tag [out] The tag for the OCB stream 27 @param taglen [in/out] The max size and resulting size of the tag
|
/external/icu4c/io/ |
locbund.h | 40 * @param result A ULocaleBundle to initialize. 41 * @param loc The locale of the ULocaleBundle. 49 * @param loc The locale of the ULocaleBundle. 57 * @param bundle The ULocaleBundle to clone. 65 * @param bundle The ULocaleBundle to delete 72 * @param bundle The ULocaleBundle to use
|
/external/icu4c/layout/ |
IndicLayoutEngine.h | 46 * @param fontInstance - the font 47 * @param scriptCode - the script 48 * @param langaugeCode - the language 49 * @param gsubTable - the GSUB table 50 * @param success - set to an error code if the operation fails 65 * @param fontInstance - the font 66 * @param scriptCode - the script 67 * @param langaugeCode - the language 68 * @param success - set to an error code if the operation fails 108 * @param chars - the input character contex [all...] |
/external/opencore/codecs_v2/audio/sbc/enc/include/ |
pvsbcencoderinterface.h | 36 * \param CM_MONO - Mono. 37 * \param CM_DUAL_CHANNEL - Dual channel. 38 * \param CM_STEREO - Stereo. 39 * \param CM_JOINT_STEREO - Joint Stereo mode. 51 * \param TPVSBCENC_SUCCESS = 0 - A successful function call. 52 * \param TPVSBCENC_FAIL = 1 - An unsuccessful function call. 53 * \param TPVSBCENC_INVALID_PARAMS = 2 - Invalid encoding parameters passed. 54 * \param TPVSBCENC_INSUFFICIENT_MEMORY = 3 - Memory allocation failure. 55 * \param TPVSBCENC_INSUFFICIENT_INPUT_DATA = 4 - Insufficient input data. 71 * \param sampling_frequency - Sampling frequency in Hz [all...] |
/external/srec/srec/Grammar/include/ |
SR_Grammar.h | 60 * @param functionName Name of function that was invoked 61 * @param argv Argument values passed to function 62 * @param argc Number of arguments passed to function 63 * @param value Dispatch value (specified using SR_GrammarSetDispatchValue) 64 * @param result Result of function operation. Caller passes in this buffer, function fills it. 65 * @param resultSize Size of result buffer. If the passed in buffer was not large enough to hold 92 * @param self SR_Grammar handle 100 * @param self SR_Grammar handle 101 * @param filename File to write grammar into 109 * @param self SR_Grammar handl [all...] |
/external/srec/srec/Vocabulary/include/ |
SR_Vocabulary.h | 46 * @param self SR_Vocabulary handle 47 * @param filename File to write to 54 * @param self SR_Vocabulary handle 55 * @param word Word to check for 56 * @param pronunciation [out] Phonetic representation of word 57 * @param len [in/out] Length of value argument. If the return code is 65 * @param self SR_Vocabulary handle 66 * @param locale [out] Vocabulary locale 73 * @param self SR_Vocabulary handle 94 * @param local [all...] |
/frameworks/base/media/libdrm/mobile2/include/dcf/ |
DrmIStream.h | 37 * \param encFile DCF container data 38 * \param len DCF container data len 39 * \param off the offset from the start of DCF container 45 * \param none 53 * \param data the buffer to store read data 54 * \param len how much data need to read
|
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/ |
CmdMBox_api.h | 50 typedef TI_STATUS (*TCmdMboxErrorCb) (TI_HANDLE hCmdQueue, TI_UINT32 command, TI_UINT32 status, void *param); 60 * \param hOs - OS module object handle 74 * \param hCmdMbox - The object to free 88 * \param hCmdMbox - Handle to CmdMbox 89 * \param hReport - Handle to report module 90 * \param hTwIf - Handle to TwIf 91 * \param hTimer - Handle to os timer 92 * \param hCmdQueue - Handle to CmdQueue 93 * \param fErrorCb - Handle to error handling function 111 * \param hCmdMbox - Handle to CmdMbo [all...] |
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/ |
CmdMBox_api.h | 50 typedef TI_STATUS (*TCmdMboxErrorCb) (TI_HANDLE hCmdQueue, TI_UINT32 command, TI_UINT32 status, void *param); 60 * \param hOs - OS module object handle 74 * \param hCmdMbox - The object to free 88 * \param hCmdMbox - Handle to CmdMbox 89 * \param hReport - Handle to report module 90 * \param hTwIf - Handle to TwIf 91 * \param hTimer - Handle to os timer 92 * \param hCmdQueue - Handle to CmdQueue 93 * \param fErrorCb - Handle to error handling function 111 * \param hCmdMbox - Handle to CmdMbo [all...] |
/external/icu4c/common/ |
uhash.h | 107 * @param key A key stored in a hashtable 114 * @param key1 A key stored in a hashtable 115 * @param key2 A key stored in a hashtable 122 * @param val1 A key stored in a hashtable 123 * @param val2 A key stored in a hashtable 132 * @param obj A key or value stored in a hashtable 198 * @param keyHash A pointer to the key hashing function. Must not be 200 * @param keyComp A pointer to the function that compares keys. Must 202 * @param status A pointer to an UErrorCode to receive any errors. 214 * @param keyHash A pointer to the key hashing function. Must not b [all...] |