/external/icu4c/common/unicode/ |
ures.h | 315 * Same as ures_open() but uses the fill-in parameter instead of allocating 555 * to iterate over. Features a fill-in parameter. 562 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must close it 575 * @param len fill in length of the string 576 * @param key fill in for key associated with this string. NULL if no key 589 * Returns the resource in a given resource at the specified index. Features a fill-in parameter. 597 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must close it 611 * @param len fill in length of the string 680 * resources. Features a fill-in parameter. 687 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must close i [all...] |
/external/icu4c/i18n/unicode/ |
tmutfmt.h | 239 // initialize data member without fill in data for fTimeUnitToCountToPattern 246 // and all plural rules, fill in fallback as necessary. 249 // fill in fTimeUnitToCountToPatterns from locale fall-back chain
|
/external/icu4c/test/intltest/ |
cntabcol.cpp | 28 // fill up one contraction so that it has to expand 78 // fill up one contraction so that it has to expand 108 // fill up one contraction so that it has to expand
|
fldset.h | 61 * Fill-in fields from a specified string, such as "NAME1=VALUE1,NAME2=VALUE2", etc. 69 * Fill-in fields from a specified string, such as "NAME1=VALUE1,NAME2=VALUE2", etc. 79 * Fill-in fields from a specified string, such as "NAME1=VALUE1,NAME2=VALUE2", etc.
|
/external/jpeg/ |
jcmainct.c | 128 * more data. Note that preprocessor will always pad to fill the iMCU row 196 /* Note: preprocessor will pad if necessary to fill the last iMCU row. */ 202 /* Return to application if we need more data to fill the iMCU row. */
|
/external/proguard/src/proguard/gui/ |
FilterDialog.java | 73 textConstraints.fill = GridBagConstraints.HORIZONTAL; 85 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL; 92 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
|
/external/stlport/stlport/stl/ |
_vector.c | 156 _STLP_STD::fill(__pos, __pos + __n, __x); 161 _STLP_STD::fill(__pos, __old_finish, __x); 215 fill(begin(), end(), __val);
|
/frameworks/base/core/java/android/text/ |
AutoText.java | 226 // end, so fill in the right hand side fields. 234 // to go deeper into it to fill in the rest. 253 // If this is the end of the word, fill in the offset.
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridQuadMesh.java | 198 // Allocate and fill the vertex buffer. 206 // Allocate and fill the texture coordinate buffer. 217 // Allocate and fill the index buffer.
|
/packages/apps/Mms/src/com/android/mms/model/ |
MediaModel.java | 207 * @param fill the mFill to set 209 public void setFill(short fill) { 210 mFill = fill;
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
LogReceiver.java | 129 // we have enough to fill the header, let's do it. 186 // we don't have enough data to fill this entry, so we store what we have 224 // create the new entry and fill it.
|
/system/extras/sound/ |
playwav.c | 37 int (*fill)(void *buf, unsigned sz, void *cookie), 71 if (fill(buf, sz, cookie)) 85 if (fill(buf, sz, cookie))
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
ArcShapeTest.java | 66 paint.setStyle(Style.FILL);
|
OvalShapeTest.java | 61 paint.setStyle(Style.FILL);
|
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
DdmVmInternal.java | 80 * Fill a buffer with data on recent heap allocations.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
FormattableFlags.java | 33 * Denotes the output is to be left-justified. In order to fill the minimum
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/ |
SelectorImpl.java | 271 Arrays.fill(readableFDs, null); 272 Arrays.fill(writableFDs, null); 273 Arrays.fill(readyKeys, null); 274 Arrays.fill(flags, 0);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/ |
MGF1BytesGenerator.java | 64 * fill len bytes of the output buffer with bytes generated from
|
/dalvik/libcore/security/src/test/java/tests/security/interfaces/ |
Util.java | 100 java.util.Arrays.fill(bytes, (byte) 0);
|
/dalvik/tests/061-out-of-memory/src/ |
Main.java | 66 /* Allocate progressively smaller objects to fill up the entire heap.
|
/development/apps/Development/res/layout/ |
package_list_item.xml | 25 android:gravity="fill" >
|
/external/bluetooth/glib/gio/ |
gbufferedinputstream.c | 160 bstream_class->fill = g_buffered_input_stream_real_fill; 384 * bytes that are required to fill the buffer. 428 res = class->fill (stream, count, cancellable, error); 465 * of bytes that are required to fill the buffer. 670 /* Never fill more than can fit in the buffer */ 747 nread = class->fill (bstream, priv->len, cancellable, error); 825 nread = class->fill (bstream, priv->len, cancellable, error); 909 nread = class->fill (stream, priv->len, cancellable, error); 986 /* Never fill more than can fit in the buffer */ [all...] |
gbufferedinputstream.h | 61 gssize (* fill) (GBufferedInputStream *stream, member in struct:_GBufferedInputStreamClass
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
der_decode_sequence_multi.c | 87 /* fill in the structure */
|
der_encode_sequence_multi.c | 87 /* fill in the structure */
|