HomeSort by relevance Sort by last modified time
    Searched full:fill (Results 251 - 275 of 2123) sorted by null

<<11121314151617181920>>

  /frameworks/base/awt/java/awt/
PaintContext.java 29 * color patterns in device space for fill, draw, or stroke rendering operations
  /frameworks/base/awt/org/apache/harmony/x/imageio/plugins/jpeg/
JPEGSpiConsts.java 43 //-- TODO fill this stuff with correct data
  /frameworks/base/core/java/android/text/style/
BulletSpan.java 90 p.setStyle(Paint.Style.FILL);
  /frameworks/base/core/tests/coretests/src/android/os/
HandlerThreadTest.java 58 // and fill in the values we expect.
  /frameworks/base/libs/rs/java/Film/res/raw/
filmstrip.c 32 // Draw the lighting effect in the strip and fill the Z buffer.
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uqueue.h 19 /// The most efficient way to use this implementation is to fill the queue
  /packages/apps/Email/src/com/android/email/mail/
FetchProfile.java 54 * The provider should, if possible, fill in a properly formatted MIME structure in
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridQuadFrame.java 244 // Allocate and fill the vertex buffer.
252 // Allocate and fill the texture coordinate buffer.
260 // Allocate and fill the secondary texture coordinate buffer.
271 // Allocate and fill the index buffer.
  /packages/apps/Settings/res/layout/
device_admin_item.xml 27 android:gravity="fill" >
  /packages/apps/Settings/res/layout-land/
confirm_lock_pattern.xml 40 <!-- fill space between header and button below -->
  /cts/tools/dasm/src/dasm/
ReservedWords.java 78 reserved_words.put("fill-array-data", new token(sym.FILL_ARRAY_DATA));
79 reserved_words.put("fill-array-data-end", new token(
  /dalvik/dx/src/com/android/dx/dex/code/
ArrayData.java 28 * Pseudo-instruction which holds fill array data.
186 sb.append("array-data // for fill-array-data @ ");
  /external/bluetooth/glib/gio/tests/
data-output-stream.c 56 /* fill data */
261 /* Fill in some random data */
  /external/elfutils/libasm/
libasmP.h 103 /* Fill pattern. */
226 /* The default fill pattern: one zero byte. */
  /external/genext2fs/
genext2fs.8 72 .BI "\-e, \-\-fill\-value value"
73 Fill unallocated blocks with value.
  /external/kernel-headers/original/linux/
uinput.h 128 * 2. Allocate a uinput_ff_upload struct, fill in request_id with
142 * 2. Allocate a uinput_ff_erase struct, fill in request_id with
  /external/proguard/src/proguard/gui/
OptimizationsDialog.java 68 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL;
75 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
  /external/qemu/distrib/sdl-1.2.12/src/joystick/dc/
SDL_sysjoystick.c 85 This should fill the nbuttons and naxes fields of the joystick structure.
99 /* fill nbuttons, naxes, and nhats fields */
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.c 76 /* Execute the fill command */
209 /* The 3Dfx has an accelerated color fill */
SDL_fbmatrox.c 101 /* Set up for color fill operation */
257 /* The Matrox has an accelerated color fill */
  /external/skia/src/views/
SkOSSound.cpp 143 U32 v32 = (gVolume << 8) | gVolume; // fill it out to 16bits
213 unsigned long v32 = (vol << 8) | vol; // fill it out to 16bits
  /external/stlport/stlport/stl/
_algobase.h 406 // fill and fill_n
449 inline void fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { function
457 inline void fill(unsigned char* __first, unsigned char* __last, function
463 inline void fill(signed char* __first, signed char* __last, function
469 inline void fill(char* __first, char* __last, const char& __val) { function
489 _STLP_STD::fill(__first, __first + __n, __val);
496 _STLP_STD::fill(__first, __first + __n, __val);
503 _STLP_STD::fill(__first, __first + __n, __val);
_bitset.c 52 fill(_M_w + 0, _M_w + __wshift, __STATIC_CAST(_WordT,0));
75 fill(_M_w + __limit + 1, _M_w + _Nw, __STATIC_CAST(_WordT,0));
_iomanip.h 147 __os.fill(__m._M_c);
155 __is.fill(__m._M_c);
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 102 m_glyphsVector.fill(0, m_glyphCount);
104 m_advancesVector.fill(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount);

Completed in 335 milliseconds

<<11121314151617181920>>