Searched
full:fill (Results
426 -
450 of
2437) sorted by null
<<11121314151617181920>>
/packages/apps/Launcher2/src/com/android/launcher2/ |
IconCache.java | 87 * Fill in "application" with the icon and label for "info."
|
/packages/apps/Settings/res/layout/ |
running_processes_item.xml | 25 android:gravity="fill" >
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
KeyDetector.java | 88 Arrays.fill(codes, LatinKeyboardBaseView.NOT_A_KEY);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventValueSelector.java | 398 // fill the combo for the values 418 // fill the axis combo 457 // fill the filter combo 469 // fill the current filter value
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
stack_profile.c | 59 /* fill up the pattern */
|
/cts/tests/tests/database/src/android/database/cts/ |
AbstractWindowedCursorTest.java | 238 Arrays.fill(blob, TEST_VALUE); 269 Arrays.fill(charArrayBuffer.data, '\0');
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
arrays_pointer.sgml | 134 The last element in the array is used to fill in the space, so this function 151 The last element in the array is used to fill in the space, so this function
|
/external/chromium/net/disk_cache/ |
disk_cache_perftest.cc | 219 PerfTimeLogger timer1("Fill three block-files"); 221 // Fill up the 32-byte block file (use three files).
|
/external/dbus/dbus/ |
dbus-userdb-util.c | 109 * @param credentials credentials to fill in 213 * @param error error to fill in
|
/external/icu4c/common/unicode/ |
uversion.h | 143 * fill in a UVersionInfo structure with the result. 157 * fill in a UVersionInfo structure with the result.
|
/external/iproute2/misc/ |
lnstat_util.c | 119 /* scan first template line and fill in per-field data structures */ 265 /* fill in field structure */
|
/external/jpeg/ |
jdatasrc.c | 57 * Fill the input buffer --- called whenever buffer is emptied. 63 * fill the buffer entirely, only to obtain at least one more byte.
|
jdpostct.c | 39 JDIMENSION next_row; /* index of next row to fill/empty in strip */ 135 /* Fill the buffer, but not more than what we can dump out in one go. */
|
/external/junit/src/junit/swingui/ |
TestSelector.java | 191 labelConstraints.fill= GridBagConstraints.BOTH; 201 listConstraints.fill= GridBagConstraints.BOTH;
|
/external/kernel-headers/original/linux/ |
dm-ioctl.h | 108 * All clients of the ioctl interface should fill in the 113 * return -ENOTTY) fill out this field, even if the
|
/external/proguard/src/proguard/classfile/constant/ |
Utf8Constant.java | 206 // Fill out the array. 253 // Fill out the array.
|
/external/proguard/src/proguard/gui/ |
ListPanel.java | 53 listConstraints.fill = GridBagConstraints.BOTH; 175 buttonConstraints.fill = GridBagConstraints.HORIZONTAL;
|
/external/qemu/docs/ |
AUDIO.TXT | 148 - if 'live' is 0, call the callback of each active SWVoiceOut to fill the stereo 154 'played', and the callback is called to re-fill the stereo buffer.
|
/external/webkit/WebCore/html/canvas/ |
CanvasRenderingContext2D.h | 136 void fill(); 253 void drawTextInternal(const String& text, float x, float y, bool fill, float maxWidth = 0, bool useMaxWidth = false);
|
/external/webkit/WebCore/platform/graphics/ |
GlyphPageTreeNode.h | 134 bool fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const SimpleFontData*); 153 // called to fill the glyphs.
|
/external/webkit/WebCore/platform/graphics/skia/ |
PlatformContextSkia.h | 103 // Sets up the paint for the current fill style. 140 // Returns the fill color. The returned color has it's alpha adjusted
|
/external/webkit/WebCore/rendering/ |
SVGCharacterLayoutInfo.h | 332 SVGTextChunkSetupFillCallback fill = 0, 342 , m_setupFillCallback(fill)
|
/frameworks/base/core/java/android/os/ |
FileUtils.java | 74 * @param status Optional argument to fill in. It will only fill in the status if the file
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex2.jd | 86 Now fill in the <code>onCreateContextMenu()</code> method. This callback is similar to the other 106 selected item, then delete it. So fill in the 144 <p>Fill in the body of the <code>createNote()</code> method: 169 <p>Fill in the body of the <code>onListItemClick()</code> override.</p> 225 methods use an asynchronous Intent invocation. We need a handler for the callback, so here we fill 359 <li>Fill in <code>NoteEdit</code> for the <code>Name:</code> field in the 375 <p>Fill in the body of the <code>onCreate()</code> method for <code>NoteEdit</code>.</p> 466 <p>Fill in the body of the <code>onClick()</code> method of the <code>OnClickListener</code> created in the last step.</p>
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex2.jd | 86 Now fill in the <code>onCreateContextMenu()</code> method. This callback is similar to the other 106 selected item, then delete it. So fill in the 144 <p>Fill in the body of the <code>createNote()</code> method: 169 <p>Fill in the body of the <code>onListItemClick()</code> override.</p> 225 methods use an asynchronous Intent invocation. We need a handler for the callback, so here we fill 359 <li>Fill in <code>NoteEdit</code> for the <code>Name:</code> field in the 375 <p>Fill in the body of the <code>onCreate()</code> method for <code>NoteEdit</code>.</p> 470 <p>Fill in the body of the <code>onClick()</code> method of the <code>OnClickListener</code> created in the last step.</p>
|
Completed in 784 milliseconds
<<11121314151617181920>>