/frameworks/base/core/java/android/webkit/ |
WebViewClient.java | 34 * @param view The WebView that is initiating the callback. 35 * @param url The url to be loaded. 50 * @param view The WebView that is initiating the callback. 51 * @param url The url to be loaded. 52 * @param favicon The favicon for this page if it already exists in the 64 * @param view The WebView that is initiating the callback. 65 * @param url The url of the page. 74 * @param view The WebView that is initiating the callback. 75 * @param url The url of the resource the WebView will load. 86 * @param view The WebView that is initiating the callback [all...] |
DownloadListener.java | 23 * @param url The full url to the content that should be downloaded 24 * @param userAgent the user agent to be used for the download. 25 * @param contentDisposition Content-disposition http header, if 27 * @param mimetype The mimetype of the content reported by the server 28 * @param contentLength The file size reported by the server
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
NullWriter.java | 44 * @param idx The character to write
52 * @param chr The characters to write
60 * @param chr The characters to write
61 * @param st The start offset
62 * @param end The number of characters to write
70 * @param str The string to write
78 * @param str The string to write
79 * @param st The start offset
80 * @param end The number of characters to write
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Logger.java | 34 * @param latency User-visible start-up latency in milliseconds. 42 * @param position 0-based position of the suggestion in the UI. 43 * @param suggestionCursor all the suggestions shown in the UI. 44 * @param queriedCorpora all corpora that were queried to produce the suggestions in 53 * @param startMethod One of {@link #SEARCH_METHOD_BUTTON} or {@link #SEARCH_METHOD_KEYBOARD}. 54 * @param numChars The number of characters in the query. 66 * @param suggestionCursor all the suggestions shown in the UI when the user left 67 * @param numChars The number of characters in the query typed when the user left. 74 * @param result The result of the query.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/console/ |
DdmConsole.java | 30 * @param message the message to print 31 * @param forceDisplay if true, this force the console to be displayed. 43 * @param messages the messages to print 44 * @param forceDisplay if true, this force the console to be displayed. 58 * @param message the message to print 59 * @param forceDisplay if true, this force the console to be displayed. 71 * @param messages the messages to print 72 * @param forceDisplay if true, this force the console to be displayed. 86 * @param console The new IDdmConsole
|
/system/core/include/cutils/ |
mq.h | 40 * @param destination to which the message was sent 41 * @param message the message to hear 48 * @param destination that closed 57 * @param header as defined by user 58 * @param body as defined by user 59 * @param replyTo destination to which replies should be sent, NULL if none 72 * @param messageListener function to call when a message is recieved 73 * @param closeListener function to call when the destination closes 74 * @param userData user-specific data to associate with the destination.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/ |
connIbss.c | 88 DESCRIPTION: IBSS Connection configuration function, called by the conection set param function 266 paramInfo_t param; local 275 param.paramType = RX_DATA_PORT_STATUS_PARAM; 276 param.content.rxDataPortStatus = OPEN_EAPOL; 277 rxData_setParam(((conn_t *)pData)->hRxData, ¶m); 279 param.paramType = TX_DATA_PORT_STATUS_PARAM; 280 param.content.txDataPortStatus = OPEN_EAPOL; 281 txData_setParam(((conn_t *)pData)->hTxData, ¶m); 309 paramInfo_t param; local 322 param.paramType = RX_DATA_PORT_STATUS_PARAM 357 paramInfo_t param; local 393 paramInfo_t param; local 439 paramInfo_t param; local [all...] |
/external/icu4c/common/ |
utrie.h | 135 * @param data data value for a surrogate from the trie, including the folding offset 268 * @param trie (const UTrie *, in) a pointer to the runtime trie structure 279 * @param trie (const UTrie *, in) a pointer to the runtime trie structure 288 * @param trie (const UTrie *, in) a pointer to the runtime trie structure 289 * @param c16 (UChar, in) the input BMP code point 298 * @param trie (const UTrie *, in) a pointer to the runtime trie structure 299 * @param c16 (UChar, in) the input BMP code point 309 * @param trie (const UTrie *, in) a pointer to the runtime trie structure 310 * @param c16 (UChar, in) the input BMP code point 320 * @param trie (const UTrie *, in) a pointer to the runtime trie structur [all...] |
dictbe.h | 59 * @param breakTypes A bitmap of types handled by the engine. 72 * @param c A character which begins a run that the engine might handle 73 * @param breakType The type of text break which the caller wants to determine 82 * @param text A UText representing the text. The 85 * @param startPos The start of the run within the supplied text. 86 * @param endPos The end of the run within the supplied text. 87 * @param reverse Whether the caller is looking for breaks in a reverse 89 * @param breakType The type of break desired, or -1. 90 * @param foundBreaks An allocated C array of the breaks found, if any 105 * @param set A UnicodeSet of the set of characters handled by the engin [all...] |
ustrfmt.c | 17 * @param buffer UChar buffer to receive result 18 * @param capacity capacity of buffer 19 * @param i the unsigned number to be formatted 20 * @param radix the radix from 2..36 21 * @param minwidth the minimum width. If the result is narrower than
|
/cts/tools/dasm/src/java_cup/ |
action_production.java | 14 * @param base the production we are being factored out of. 15 * @param lhs_sym the LHS symbol for this production. 16 * @param rhs_parts array of production parts for the RHS. 17 * @param rhs_len how much of the rhs_parts array is valid. 18 * @param action_str the trailing reduce action for this production.
|
/dalvik/libcore/luni/src/main/java/java/io/ |
EmulatedFieldsForDumping.java | 37 * @param streamClass 62 * @param name 64 * @param value 76 * @param name 78 * @param value 90 * @param name 92 * @param value 104 * @param name 106 * @param value 118 * @param nam [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DERTaggedObject.java | 15 * @param tagNo the tag number for this object. 16 * @param obj the tagged object. 26 * @param explicit true if an explicitly tagged object. 27 * @param tagNo the tag number for this object. 28 * @param obj the tagged object.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
DESedeParameters.java | 25 * @param key bytes making up the key 26 * @param offset offset into the byte array the key starts at 27 * @param length number of bytes making up the key 48 * @param key bytes making up the key 49 * @param offset offset into the byte array the key starts at
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
Function.java | 36 * @param fc function's context for reporting result 37 * @param args String array of arguments 45 * @param fc function's context for reporting result 46 * @param args String array of arguments 54 * @param fc function's context for reporting result
|
/dalvik/tests/005-args/src/ |
ArgsTest.java | 27 * @param a 28 * @param c 29 * @param d 30 * @param j 31 * @param f
|
/external/bzip2/ |
bz-common.xsl | 6 <xsl:param name="section.autolabel" select="'1'"/> 7 <xsl:param name="section.label.includes.component.label" select="'1'"/> 10 <xsl:param name="local.l10n.xml" select="document('')"/> 20 <xsl:param name="generate.toc"> 37 </xsl:param>
|
/external/dropbear/libtomcrypt/src/mac/pelican/ |
pelican_memory.c | 22 @param key The key for the MAC 23 @param keylen The length of the key (octets) 24 @param in The input to MAC 25 @param inlen The length of the input (octets) 26 @param out [out] The output TAG
|
/external/dropbear/libtomcrypt/src/modes/ecb/ |
ecb_start.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 num_rounds Number of rounds in the cipher desired (0 for default) 27 @param ecb The ECB state to initialize
|
/external/icu4c/test/intltest/ |
calcasts.h | 40 * @param cases array of items to test. Terminate with a "-1" for era. 47 * @param cal calendar 48 * @param field which field 49 * @param value expected value 50 * @param status err status
|
/external/quake/src/com/android/quake/ |
PreconditionActivityHelper.java | 23 * @param activity the original activity 24 * @param preconditionActivityClazz the precondition activity's class 38 * @param activity 39 * @param intent 49 * @param preconditionActivity
|
/frameworks/base/media/java/android/media/ |
IMediaScannerService.aidl | 28 * @param path the path to the file to be scanned. 29 * @param mimeType an optional mimeType for the file. 31 * @param listener an optional IMediaScannerListener. 39 * @param path the path to the file to be scanned. 40 * @param mimeType an optional mimeType for the file.
|
/frameworks/base/opengl/java/android/opengl/ |
Visibility.java | 29 * @param ws the world space to screen space transform matrix, as an OpenGL 31 * @param wsOffset an index into the ws array where the data starts. 32 * @param positions the vertex positions (x, y, z). 33 * @param positionsOffset the index in the positions array where the data 35 * @param indices the indices of the triangle list. The indices are 37 * @param indicesOffset the index in the indices array where the index data 39 * @param indexCount the number of indices in use. Typically a multiple of 80 * @param mvp a float array containing the mode-view-projection matrix 81 * @param mvpOffset The offset of the mvp data within the mvp array. 82 * @param spheres a float array containing the sphere data [all...] |
/packages/apps/IM/src/com/android/im/engine/ |
MessageListener.java | 28 * @param ses the ChatSession. 29 * @param msg the incoming message. 36 * @param ses the ChatSession. 37 * @param msg the message which was sent. 38 * @param error the error information.
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
pv_2way_h324m_interface.h | 48 * @param aObserver the observer for command status and for unsolicited informational events 57 * @param aLevel 61 * @param aContextData 71 * @param aLayer 73 * @param aSize 76 * @param aContextData 88 * @param aLayer 90 * @param aSize 93 * @param aContextData 104 * @param aMediaType [all...] |