HomeSort by relevance Sort by last modified time
    Searched full:param (Results 176 - 200 of 8905) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu4c/common/
uarrsort.h 29 * @param context Application-specific pointer, passed through by uprv_sortArray().
30 * @param left Pointer to the "left" item.
31 * @param right Pointer to the "right" item.
48 * @param array The array to be sorted.
49 * @param length The number of items in the array.
50 * @param itemSize The size in bytes of each array item.
51 * @param cmp UComparator function used to compare two items each.
52 * @param context Application-specific pointer, passed through to the UComparator.
53 * @param sortStable If true, a stable sorting algorithm must be used.
54 * @param pErrorCode ICU in/out UErrorCode parameter
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 243 * @param loc The locale containing the required collation rules.
248 * @param status A pointer to an UErrorCode to receive any errors
263 * @param rules A string describing the collation rules. For the syntax
265 * @param rulesLength The length of rules, or -1 if null-terminated.
266 * @param normalizationMode The normalization mode: One of
270 * @param strength The default collation strength; one of UCOL_PRIMARY, UCOL_SECONDARY,
272 * @param parseError A pointer to UParseError to recieve information about errors
275 * @param status A pointer to an UErrorCode to receive any errors
300 * @param definition A short string containing a locale and a set of attributes.
303 * @param parseError if not NULL, structure that will get filled with error's pr
    [all...]
ucurr.h 39 * @param locale the locale for which to retrieve a currency code.
42 * @param buff fill in buffer. Can be NULL for preflighting.
43 * @param buffCapacity capacity of the fill in buffer. Can be 0 for
46 * @param ec error code
90 * @param isoCode the three-letter ISO 4217 currency code
91 * @param locale the locale for which to register this currency code
92 * @param status the in/out status code
107 * @param key the registry key returned by a previous call to ucurr_register
108 * @param status the in/out status code, no special meanings are assigned
120 * @param currency null-terminated 3-letter ISO 4217 cod
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
GraphicsFactory.java 45 * @param win Native window to draw
46 * @param translateX Translation along X axis
47 * @param translateY Translation along Y axis
48 * @param clip Clipping area for a new Graphics2D instance
58 * @param win Native window to draw
59 * @param translateX Translation along X axis
60 * @param translateY Translation along Y axis
61 * @param width Width of drawing area
62 * @param height Height of drawing area
72 * @param wf WindowFactor
    [all...]
  /dalvik/libcore/sql/src/main/java/SQLite/
Database.java 24 * @param filename the name of the database file
25 * @param mode open mode, currently ignored
41 * @param filename the name of the auxiliary file or null
86 * @param sql the SQL statement to be executed
87 * @param cb the object implementing the callback methods
117 * @param sql the SQL statement to be executed
118 * @param cb the object implementing the callback methods
119 * @param args arguments for the SQL statement, '%q' substitution
173 * @param bh the object implementing the busy callback method
188 * @param ms number of millisecond to wai
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 41 * @param transformer non transformer instance
55 * @param msg The message text to issue
56 * @param terminate Flag indicating whether to terminate this process
83 * @param msg Message text to issue
98 * @param msg Message text to issue
99 * @param args Arguments to pass to the message
115 * @param styleNode Stylesheet node
116 * @param sourceNode Source tree node
117 * @param msg Message text to issue
133 * @param styleNode Stylesheet nod
    [all...]
  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.h 70 * \param hOs - Handle to Os Abstraction Layer
81 * \param The module's object
92 * \param hTxnQ - The module's object
93 * \param hOs - Handle to Os Abstraction Layer
94 * \param hReport - Handle to report module
95 * \param hContext - Handle to context module
108 * \param hTxnQ - The module's object
109 * \param pBusDrvCfg - A union used for per-bus specific configuration.
110 * \param pRxDmaBufLen - The Rx DMA buffer length in bytes (needed as a limit of the Rx aggregation length)
111 * \param pTxDmaBufLen - The Tx DMA buffer length in bytes (needed as a limit of the Tx aggregation length
    [all...]
  /frameworks/base/awt/java/awt/image/
SampleModel.java 64 * @param dataType
66 * @param w
68 * @param h
70 * @param numBands
109 * @param x
111 * @param y
113 * @param obj
115 * @param data
128 * @param x
130 * @param
    [all...]
ImageConsumer.java 89 * @param props
98 * @param model
106 * @param x
108 * @param y
110 * @param w
112 * @param h
114 * @param model
116 * @param pixels
118 * @param off
120 * @param scansiz
    [all...]
WritableRaster.java 41 * @param sampleModel
43 * @param dataBuffer
45 * @param aRegion
47 * @param sampleModelTranslate
50 * @param parent
63 * @param sampleModel
65 * @param dataBuffer
67 * @param origin
78 * @param sampleModel
80 * @param origi
    [all...]
DataBuffer.java 121 * @param dataType
123 * @param size
125 * @param numBanks
127 * @param offsets
143 * @param dataType
145 * @param size
147 * @param numBanks
149 * @param offset
168 * @param dataType
170 * @param siz
    [all...]
  /external/apache-http/src/org/apache/http/params/
HttpParams.java 48 * @param name the parent name.
61 * @param name parameter name
62 * @param value parameter value
76 * @param name parameter name
86 * @param name the parent name.
87 * @param defaultValue the default value.
98 * @param name parameter name
99 * @param value parameter value
107 * @param name the parent name.
108 * @param defaultValue the default value
    [all...]
  /frameworks/base/awt/javax/imageio/spi/
ImageWriterSpi.java 65 * @param vendorName
67 * @param version
69 * @param names
71 * @param suffixes
73 * @param MIMETypes
75 * @param pluginClassName
77 * @param outputTypes
79 * @param readerSpiNames
82 * @param supportsStandardStreamMetadataFormat
85 * @param nativeStreamMetadataFormatNam
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_rights_manager.h 50 * \param Uid The content id for a specially DRM object.
51 * \param id The id number managed by DRM engine for a specially DRM object.
52 * \param option The option to get id or uid, the value includes: GET_ID, GET_UID.
63 * \param id The id number managed by DRM engine for a specially DRM object.
64 * \param Ro The rights structure to save the rights information.
65 * \param RoAmount The number of rights for this DRM object.
66 * \param option The option include: GET_ROAMOUNT, GET_ALL_RO, SAVE_ALL_RO, GET_A_RO, SAVE_A_RO.
77 * \param Ro The rights structure to save the rights information.
97 * \param id The id number managed by DRM engine for a specially DRM object.
108 * \param id The id number managed by DRM engine for a specially DRM object
    [all...]
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.h 60 * \param fCbFunc - The bus driver's callback upon async transaction completion
61 * \param hCbArg - The CB function handle
62 * \param uBlkSizeShift - In block-mode: BlkSize = (1 << uBlkSizeShift)
63 * \param uSdioThreadPriority - The SDIO interrupt handler thread priority
64 * \param pRxDmaBufAddr - Pointer for providing the Rx DMA buffer address to the upper layers to use it directly
65 * \param pRxDmaBufLen - The Rx DMA buffer length in bytes
66 * \param pTxDmaBufAddr - Pointer for providing the Tx DMA buffer address to the upper layers to use it directly
67 * \param pTxDmaBufLen - The Tx DMA buffer length in bytes
86 * \param void
97 * \param uFuncId - SDIO function ID (1- BT, 2 - WLAN
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
FloatUtils.java 29 * @param prevVal
31 * @param targetVal
33 * @param timeElapsed
56 * @param animVal
58 * @param targetVal
60 * @param timeElapsed
73 * @param val
75 * @param minVal
89 * @param val
91 * @param maxVa
    [all...]
  /external/opencore/fileformats/avi/parser/include/
pv_avifile.h 42 * @param aFileName avi file name
44 * @param aFileServer file server
45 * @param aCPM CMP Plugin Interface
46 * @param aHandle file handle
56 * @param apAviFileParser pointer to avi parser object
67 * @param aBuffer buffer for media sample
82 * @param aBuffer buffer for media sample
83 * @param aStreamNo stream number
97 * @param aStreamNo stream number
107 * @param
    [all...]
  /dalvik/dx/src/com/android/dx/util/
Output.java 36 * @param expectedCursor the expected cursor value
45 * @param value the value to write; all but the low 8 bits are ignored
52 * @param value the value to write; all but the low 16 bits are ignored
59 * @param value the value to write
66 * @param value the value to write
75 * @param value value to write, treated as an unsigned value
85 * @param value value to write
93 * @param bytes {@code non-null;} the array to write
100 * @param bytes {@code non-null;} the array to write
101 * @param offset {@code >= 0;} offset into {@code bytes} for the firs
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
Annulus.java 32 * @param centerX the X coordinate of the center point
33 * @param centerY the Y coordinate of the center point
34 * @param Z the fixed Z for the entire ring
35 * @param innerRadius the inner radius
36 * @param outerRadius the outer radius
37 * @param rInner the red channel of the color of the inner ring
38 * @param gInner the green channel of the color of the inner ring
39 * @param bInner the blue channel of the color of the inner ring
40 * @param aInner the alpha channel of the color of the inner ring
41 * @param rOuter the red channel of the color of the outer rin
    [all...]
  /external/icu4c/layout/
GXLayoutEngine.h 41 * @param fontInstance - the font
42 * @param scriptCode - the script
43 * @param langaugeCode - the language
44 * @param morphTable - the 'mort' table
45 * @param success - set to an error code if the operation fails
90 * @param chars - the input character context
91 * @param offset - the index of the first character to process
92 * @param count - the number of characters to process
93 * @param max - the number of characters in the input context
94 * @param rightToLeft - <code>TRUE</code> if the text is in a right to left directional ru
    [all...]
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 46 * @param bufferX the x offset of the buffer image.
47 * @param bufferY the y offset of the buffer image.
48 * @param width the width of the buffer image.
49 * @param height the height of the buffer image.
50 * @param sprite the Sprite that is painted in the buffer.
51 * @param x the variable x ordinate of the image buffer for painting.
52 * @param y the variable y ordinate of the image buffer for painting.
76 * @param bufferX the x offset of the buffer image.
77 * @param bufferY the y offset of the buffer image.
78 * @param bufferImage the Image that is used for the buffering
    [all...]
RectangleSprite.java 44 * @param filled specifies whether the rectangle should be filled.
45 * @param color the variable color of the rectangle.
46 * @param x the variable x-ordinate of the upper-left corner of the rectangle.
47 * @param y the variable y-ordinate of the upper-left corner of the rectangle.
48 * @param width the variable width of the rectangle.
49 * @param height the variable height of the rectangle.
64 * @param filled specifies whether the rectangle should be filled.
65 * @param color the variable color of the rectangle.
66 * @param x the variable x-ordinate of the upper-left corner of the rectangle.
67 * @param y the variable y-ordinate of the upper-left corner of the rectangle
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequencesReplacer.java 44 * @param patternConstants any constants referenced by the pattern
46 * @param instructionSequences the instruction sequences to be replaced,
50 * @param branchTargetFinder a branch target finder that has been
53 * @param codeAttributeEditor a code editor that can be used for
71 * @param patternConstants any constants referenced by the pattern
73 * @param instructionSequences the instruction sequences to be replaced,
77 * @param branchTargetFinder a branch target finder that has been
80 * @param codeAttributeEditor a code editor that can be used for
82 * @param extraInstructionVisitor an optional extra visitor for all deleted
101 * @param patternConstants any constants referenced by the patter
    [all...]
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 67 * @param out the FileWriter to write the XML to
76 * @param out the FileWriter to write the XML to
77 * @param tabLength the number of spaces to use for each
89 * @param s the text to write. This String will not be escaped.
99 * @param s the text to write. This String will not be escaped.
128 * @param header header text to insert into the document
129 * @param bias the spacing bias to use for all subsequent indenting
140 * @param comment the comment text
152 * @param tag the tag name
153 * @param names the names of the attribute
    [all...]
  /frameworks/base/graphics/java/android/graphics/
LinearGradient.java 22 @param x0 The x-coordinate for the start of the gradient line
23 @param y0 The y-coordinate for the start of the gradient line
24 @param x1 The x-coordinate for the end of the gradient line
25 @param y1 The y-coordinate for the end of the gradient line
26 @param colors The colors to be distributed along the gradient line
27 @param positions May be null. The relative positions [0..1] of
30 @param tile The Shader tiling mode
44 @param x0 The x-coordinate for the start of the gradient line
45 @param y0 The y-coordinate for the start of the gradient line
46 @param x1 The x-coordinate for the end of the gradient lin
    [all...]

Completed in 190 milliseconds

1 2 3 4 5 6 78 91011>>