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

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ClassAttributeDescriptor.java 44 * @param superClassName the fully qualified name of the superclass of the class represented
46 * @param xmlLocalName The XML name of the attribute (case sensitive, with android: prefix).
47 * @param uiName The UI name of the attribute. Cannot be an empty string and cannot be null.
48 * @param nsUri The URI of the attribute. Can be null if attribute has no namespace.
50 * @param tooltip A non-empty tooltip string or null.
51 * @param mandatory indicates if the class attribute is mandatory.
66 * @param superClassName the fully qualified name of the superclass of the class represented
68 * @param postCreationAction the {@link IPostTypeCreationAction} to be executed on the
70 * @param xmlLocalName The XML local name of the attribute (case sensitive).
71 * @param uiName The UI name of the attribute. Cannot be an empty string and cannot be null
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnOidSM.c 57 * \param hScanCncn - handle to the scan concentrator object.\n
123 * \param hScanCncn - handle to the scan concentrator object.\n
124 * \param currentState - the current OID request SM state.\n
125 * \param event - the event to handle.\n
161 * \param hScanCncn - handle to the scan concentrator object.\n
167 paramInfo_t param; local
172 param.paramType = SITE_MGR_DESIRED_DOT11_MODE_PARAM;
173 siteMgr_getParam( pScanConcentrator->hSiteManager, &param );
174 if ( (DOT11_G_MODE != param.content.siteMgrDot11Mode) && (DOT11_DUAL_MODE != param.content.siteMgrDot11Mode)
276 paramInfo_t param; local
416 paramInfo_t param; local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 418 * \param hScanMngr - handle to the scan manager object.\n
428 * \param hScanMngr - handle to the scan manager object.\n
441 * \param hScanMngr - handle to the scan manager object.\n
451 * \param hScanMngr - handle to the scan manager object.\n
452 * \param frameInfo - all frame related information.\n
462 * \param hScanMngr - handle to the scan manager object.\n
463 * \param frameInfo - a pointer to the information received from this AP.\n
473 * \param hScanMngr - handle to the scan manager object.\n
474 * \param BSSListIndex - index to the BSS list where the AP information is stored.\n
475 * \param frameInfo - a pointer to the information received from this AP.\
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
scanMngr.h 418 * \param hScanMngr - handle to the scan manager object.\n
428 * \param hScanMngr - handle to the scan manager object.\n
441 * \param hScanMngr - handle to the scan manager object.\n
451 * \param hScanMngr - handle to the scan manager object.\n
452 * \param frameInfo - all frame related information.\n
462 * \param hScanMngr - handle to the scan manager object.\n
463 * \param frameInfo - a pointer to the information received from this AP.\n
473 * \param hScanMngr - handle to the scan manager object.\n
474 * \param BSSListIndex - index to the BSS list where the AP information is stored.\n
475 * \param frameInfo - a pointer to the information received from this AP.\
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
Mac.java 12 * @param params the key and other data required by the MAC.
36 * @param in the byte to be processed.
43 * @param in the array containing the input.
44 * @param inOff the index in the array the data begins at.
45 * @param len the length of the input starting at inOff.
58 * @param out the array the MAC is to be output to.
59 * @param outOff the offset into the out buffer the output is to start at.
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_done_decrypt.c 22 @param ocb The OCB state
23 @param ct The ciphertext (if any)
24 @param ctlen The length of the ciphertext (octets)
25 @param pt [out] The plaintext
26 @param tag The authentication tag (to compare against)
27 @param taglen The length of the authentication tag provided
28 @param stat [out] The result of the tag comparison
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_memory.c 21 @param cipher Index of cipher to use
22 @param key [in] Secret key
23 @param keylen Length of key in octets
24 @param in [in] Message to MAC
25 @param inlen Length of input in octets
26 @param out [out] Destination for the MAC tag
27 @param outlen [in/out] Output size and final tag size
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_memory.c 22 @param cipher The index of the cipher desired
23 @param key The secret key
24 @param keylen The length of the secret key (octets)
25 @param in The data you wish to send through PMAC
26 @param inlen The length of data you wish to send through PMAC (octets)
27 @param out [out] Destination for the authentication tag
28 @param outlen [in/out] The max size and resulting size of the authentication tag
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_memory.c 21 @param cipher Index of cipher to use
22 @param key [in] Secret key
23 @param keylen Length of key in octets
24 @param in [in] Message to MAC
25 @param inlen Length of input in octets
26 @param out [out] Destination for the MAC tag
27 @param outlen [in/out] Output size and final tag size
  /external/dropbear/libtomcrypt/src/modes/cbc/
cbc_start.c 22 @param cipher The index of the cipher desired
23 @param IV The initial vector
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 cbc The CBC state to initialize
39 /* bad param? */
  /external/icu4c/i18n/
ucol_wgt.h 38 * @param lowerLimit A collation element weight; the ranges will be filled to cover
40 * @param upperLimit A collation element weight; the ranges will be filled to cover
42 * @param n The number of collation element weights w necessary such that
44 * @param maxByte The highest valid byte value.
45 * @param ranges An array that is filled in with one or more ranges to cover
60 * @param ranges The array of ranges that ucol_allocWeights() filled in.
62 * @param pRangeCount The number of ranges. It will be decremented when necessary.
  /external/icu4c/i18n/unicode/
basictz.h 44 * @param base The base time.
45 * @param inclusive Whether the base time is inclusive or not.
46 * @param result Receives the first transition after the base time.
54 * @param base The base time.
55 * @param inclusive Whether the base time is inclusive or not.
56 * @param result Receives the most recent transition before the base time.
67 * @param tz The <code>BasicTimeZone</code> object to be compared with.
68 * @param start The start time of the evaluated time range (inclusive)
69 * @param end The end time of the evaluated time range (inclusive)
70 * @param ignoreDstAmoun
    [all...]
  /external/skia/include/effects/
SkGradientShader.h 37 @param pts The start and end points for the gradient.
38 @param colors The array[count] of colors, to be distributed between the two points
39 @param pos May be NULL. array[count] of SkScalars, or NULL, of the relative position of
44 @param count Must be >=2. The number of colors (and pos if not NULL) entries.
45 @param mode The tiling mode
46 @param mapper May be NULL. Callback to modify the spread of the colors.
58 @param center The center of the circle for this gradient
59 @param radius Must be positive. The radius of the circle for this gradient
60 @param colors The array[count] of colors, to be distributed between the center and edge of the circle
61 @param pos May be NULL. The array[count] of SkScalars, or NULL, of the relative position o
    [all...]
  /frameworks/base/core/java/android/content/
ISyncAdapter.aidl 32 * @param syncContext the ISyncContext used to indicate the progress of the sync. When
34 * @param authority the authority that should be synced
35 * @param account the account that should be synced
36 * @param extras SyncAdapter-specific parameters
44 * @param syncContext the ISyncContext that was passed to {@link #startSync}
51 * @param account the account that should be synced
52 * @param authority the authority that should be synced
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 51 * @param uri the namespace URI of the attribute name
52 * @param localName the local name of the attribute (without prefix)
53 * @param rawName the qualified name of the attribute
54 * @param type the attribute type typically character data (CDATA)
55 * @param value the value of the attribute
56 * @param XSLAttribute true if the added attribute is coming from an xsl:attribute element
69 * @param atts the attributes to add.
78 * @param qName
79 * @param value
86 * @param chars the character dat
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicLongArray.java 41 * @param length the length of the array
54 * @param array the array to copy elements from
83 * @param i the index
93 * @param i the index
94 * @param newValue the new value
104 * @param i the index
105 * @param newValue the new value
120 * @param i the index
121 * @param expect the expected value
122 * @param update the new valu
    [all...]
  /development/host/windows/usb/api/
adb_helper_routines.h 29 @param[in] access_type Enumerated access type
30 @param[in] sharing_mode Enumerated share mode
31 @param[out] desired_access Will receive SDK - complient desired access
33 @param[out] desired_sharing Will receive SDK - complient share mode.
46 @param[in] hardware_dev_info A handle to hardware device information obtained
48 @param[in] class_id Device class ID how it is specified by our USB driver.
49 @param[in] exclude_removed If true interfaces with SPINT_REMOVED flag set
51 @param[in] active_only If true only active interfaces (with flag
53 @param[out] interfaces Upon successfull completion will consist of array of
68 @param[in] class_id Device class ID how it is specified by our USB driver
    [all...]
  /external/icu4c/common/unicode/
ucnv_cb.h 75 * @param args callback fromUnicode arguments
76 * @param source source bytes to write
77 * @param length length of bytes to write
78 * @param offsetIndex the relative offset index from callback.
79 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
97 * @param args callback fromUnicode arguments
98 * @param offsetIndex the relative offset index from the current source pointer to be used
99 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
114 * @param args callback fromUnicode arguments
115 * @param source pointer to pointer to first UChar to write [on exit: 1 after last UChar processed
    [all...]
ucnvsel.h 52 * @param converterList a pointer to encoding names needed to be involved.
56 * @param converterListSize number of encodings in above list.
58 * @param excludedCodePoints a set of code points to be excluded from consideration.
62 * @param whichSet what converter set to use? Use this to determine whether
64 * @param status an in/out ICU UErrorCode
83 * @param sel selector to close
96 * @param buffer pointer to the serialized form of a converter selector;
98 * @param length the capacity of this buffer (can be equal to or larger than
100 * @param status an in/out ICU UErrorCode
112 * @param sel selector to conside
    [all...]
  /external/skia/include/core/
SkPath.h 73 @param ft The new fill type for this path
120 @param rect If not null, returns the bounds of the path if it specifies
140 @param points If not null, receives up to max points
141 @param max The maximum number of points to copy into points
176 @param extraPtCount The number of extra points the path should
183 @param x The x-coordinate of the start of a new contour
184 @param y The y-coordinate of the start of a new contour
190 @param p The start of a new contour
200 @param dx The amount to add to the x-coordinate of the end of the
202 @param dy The amount to add to the y-coordinate of the end of th
    [all...]
  /external/srec/srec/Semproc/include/
SR_SemanticResult.h 36 * @param self SemanticResult handler
37 * @param count The number keys
44 * @param self SemanticResult handler
45 * @param list [out] List of keys associated with n-best list entry.
46 * @param size [in/out] Size of list. If the return code is ESR_BUFFER_OVERFLOW, the required size
53 * @param self SemanticResult handler
54 * @param key The key to look up
55 * @param value [out] The buffer used to hold the resulting value
56 * @param len [in/out] Length of value argument. If the return code is ESR_BUFFER_OVERFLOW,
63 * @param self SemanticResult handle
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucnv_cb.h 75 * @param args callback fromUnicode arguments
76 * @param source source bytes to write
77 * @param length length of bytes to write
78 * @param offsetIndex the relative offset index from callback.
79 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
97 * @param args callback fromUnicode arguments
98 * @param offsetIndex the relative offset index from the current source pointer to be used
99 * @param err error status. If <TT>U_BUFFER_OVERFLOW</TT> is returned, then U_BUFFER_OVERFLOW <STRONG>must</STRONG>
114 * @param args callback fromUnicode arguments
115 * @param source pointer to pointer to first UChar to write [on exit: 1 after last UChar processed
    [all...]
  /frameworks/base/awt/javax/imageio/spi/
ImageReaderSpi.java 63 * @param vendorName
65 * @param version
67 * @param names
69 * @param suffixes
71 * @param MIMETypes
73 * @param pluginClassName
75 * @param inputTypes
77 * @param writerSpiNames
80 * @param supportsStandardStreamMetadataFormat
83 * @param nativeStreamMetadataFormatNam
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_file.h 76 * @param name Name of the file, UCS-2 encoded.
77 * @param nameChars Number characters encoded in name.
87 * @param prefix Prefix that must be matched, UCS-2 encoded. *
88 * @param prefixChars Number characters encoded in prefix.
89 * @param session List session identifier.
90 * @param iteration List iteration identifier.
102 * @param prefix See DRM_file_listOpen(). This does not change during the
104 * @param prefixChars See DRM_file_listOpen(). This does not change during
106 * @param entry Buffer parameter to return the next file name that matches the
109 * @param entryBytes Size of entry in bytes
    [all...]
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 37 * @param position The position within the list.
38 * @param context The context.
39 * @param desiredHeight The desired height of the entire view.
86 * @param context The context.
87 * @param desiredHeight The height of the LL.
88 * @param slots Which slots to fill with buttons.
148 * @param position The position within the list.
149 * @param context The context.
150 * @param text The text of the button
151 * @param desiredHeight The desired height of the butto
    [all...]

Completed in 93 milliseconds

1 2 3 4 5 6 7 891011>>