/frameworks/base/core/tests/coretests/src/android/database/ |
CursorWindowTest.java | 51 // fill window 123 Arrays.fill(blob, value);
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
memlink.h | 35 /// a.fill (673, b, 42, 67); 76 void fill (iterator start, const void* p, size_type elsize, size_type elCount = 1);
|
sistream.cpp | 45 fill (VectorRange (m_Delimiters), '\0'); 213 fill (VectorRange (m_Delimiters), '\0');
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
DataStatus.java | 45 // When creating from cursor row, fill normally 70 // Fill in remaining details from cursor
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
SmilDocumentImpl.java | 130 public void setFill(short fill) throws DOMException { 131 mSeqTimeContainer.setFill(fill);
|
SmilParElementImpl.java | 198 public void setFill(short fill) throws DOMException { 199 mParTimeContainer.setFill(fill);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTime.java | 78 * A code representing the value of the fill attribute, as defined 84 public void setFill(short fill)
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
RankAwarePromoter.java | 69 // Then try to fill with the remaining promoted results 77 // Then try to fill with the rest
|
/packages/inputmethods/PinyinIME/jni/include/ |
dictbuilder.h | 104 // Fill in the buffer with id. The caller guarantees that the paramters are 125 // Build the SingleCharItem list, and fill the hanzi_scis_ids in the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationPage.java | 80 mTooglePart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false)); 83 mAttrPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false));
|
/external/jpeg/ |
wrbmp.c | 197 /* Fill the file header */ 204 /* Fill the info header (Microsoft calls this a BITMAPINFOHEADER) */ 262 /* Fill the file header */ 269 /* Fill the info header (Microsoft calls this a BITMAPCOREHEADER) */ 395 /* Create module interface object, fill in method pointers */
|
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 225 // Fill out the name of the stack map attribute. 281 // Create and fill out the verification types. 293 // Fill out the type. 355 // Create and fill out the verification types. 366 // Fill out the type.
|
/external/qemu/android/skin/ |
surface.c | 506 SkinLineFillFunc fill; local 510 case SKIN_BLIT_COPY: fill = skin_line_fill_copy; break; 511 case SKIN_BLIT_SRCOVER: fill = skin_line_fill_srcover; break; 512 case SKIN_BLIT_DSTOVER: fill = skin_line_fill_dstover; break; 522 fill( (uint32_t*)line + blit->x, argb_premul, blit->w );
|
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
CmdDispatcher.c | 167 * \brief Save modules handles and fill the configuration table 169 * Save other modules handles, and fill the configuration table 212 /* Fill the configuration table with the Get/Set functions */ 241 * \brief Fill the configuration table with the Get/Set functions 245 * fill the corresponding entry in the params access table with the following:
|
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/ |
CmdDispatcher.c | 167 * \brief Save modules handles and fill the configuration table 169 * Save other modules handles, and fill the configuration table 212 /* Fill the configuration table with the Get/Set functions */ 241 * \brief Fill the configuration table with the Get/Set functions 245 * fill the corresponding entry in the params access table with the following:
|
/external/icu4c/io/ |
uscanf_p.c | 432 /* fill the input's internal buffer */ 495 /* fill the input's internal buffer */ 567 /* fill the input's internal buffer */ 649 /* fill the input's internal buffer */ 721 /* fill the input's internal buffer */ 946 /* fill the input's internal buffer */ 1002 /* fill the input's internal buffer */ 1058 /* fill the input's internal buffer */ [all...] |
/external/webkit/WebCore/platform/graphics/cg/ |
GraphicsContextCG.cpp | 200 // We do a fill of four rects to simulate the stroke of a border. 278 // Do a rect fill of our endpoints. This ensures we always have the 280 setCGFillColor(context, strokeColor(), strokeColorSpace()); // The save/restore make it safe to mutate the fill color here without setting it back to the old color. 510 } else { // fill, no stroke 534 // We don't have any optimized way to fill & stroke a path using gradients [all...] |
/bootable/diskinstaller/libdiskconfig/ |
config_mbr.c | 108 /* make it fill the rest of disk */ 166 LOGE("Only the last partition can be specified to fill the disk " 267 /* fill in the rest of the MBR with empty parts (if needed). */
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
InflaterInputStream.java | 183 fill(); method 200 // If result == 0, fill() and try again 218 protected void fill() throws IOException { method in class:InflaterInputStream
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
DalvikExecTest.java | 130 notes = "Create a temp file, fill it with contents according to Dalvik JAR format, and execute it on dalvikvm using -classpath option.", 146 // Fill in the classes.dex contents, i.e. the Dalvik executable code: 219 // Fill in the classes.dex contents, i.e. the Dalvik executable code:
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ConnectionStateSSLv3.java | 254 Arrays.fill(res, content_mac_length-1, 349 Arrays.fill(mac_write_secret, (byte) 0); 350 Arrays.fill(mac_read_secret, (byte) 0);
|
/external/dbus/dbus/ |
dbus-userdb.c | 73 * @param num the memory location of the unsigned long to fill in 98 * @param error error to fill in 401 * @param credentials credentials to fill in
|
/external/elfutils/libelf/ |
elf32_updatenull.c | 129 /* The user is supposed to fill out e_phoff. Use it and 155 /* We have to fill in the number of sections in the header 341 /* The user is supposed to fill out e_phoff. Use it and
|
/external/qemu/slirp/ |
ip_icmp.c | 254 /* fill in icmp */ 296 /* fill in ip */ 341 /* fill in ip */
|
/external/qemu/slirp-android/ |
ip_icmp.c | 256 /* fill in icmp */ 298 /* fill in ip */ 343 /* fill in ip */
|