HomeSort by relevance Sort by last modified time
    Searched defs:fill (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /external/tcpdump/missing/
sockstorage.h 33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
  /external/webkit/Source/WebCore/platform/graphics/freetype/
GlyphPageTreeNodeFreeType.cpp 41 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/Source/WebCore/platform/graphics/win/
GlyphPageTreeNodeCGWin.cpp 37 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
GlyphPageTreeNodeCairoWin.cpp 36 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/Source/WebCore/platform/graphics/wx/
GradientWx.cpp 45 void Gradient::fill(GraphicsContext*, const FloatRect&) function in class:WebCore::Gradient
GlyphMapWx.cpp 38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/Source/WebCore/platform/graphics/wince/
GradientWinCE.cpp 47 void Gradient::fill(GraphicsContext* c, const FloatRect& r) function in class:WebCore::Gradient
GlyphPageTreeNodeWinCE.cpp 36 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/oprofile/libutil++/
stream_util.h 21 * save the stream flags, precision and fill char.
36 char fill; member in class:io_state
growable_vector.h 88 /// fill container with given value
89 void fill(size_type size, T const & value) { function in class:growable_vector
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GlyphPageTreeNodeHaiku.cpp 41 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
GradientHaiku.cpp 67 void Gradient::fill(GraphicsContext* context, const FloatRect& rect) function in class:WebCore::Gradient
  /device/moto/stingray/sensors/
InputEventReader.cpp 49 ssize_t InputEventCircularReader::fill(int fd) function in class:InputEventCircularReader
  /device/samsung/crespo/libsensors/
InputEventReader.cpp 49 ssize_t InputEventCircularReader::fill(int fd) function in class:InputEventCircularReader
  /external/replicaisland/src/com/replica/replicaisland/
GameComponentPool.java 25 fill(); method
31 fill(); method
35 protected void fill() { method in class:GameComponentPool
HitPointPool.java 22 protected void fill() { method in class:HitPointPool
VectorPool.java 29 protected void fill() { method in class:VectorPool
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GradientCairo.cpp 89 void Gradient::fill(GraphicsContext* context, const FloatRect& rect) function in class:WebCore::Gradient
  /device/samsung/tuna/libsensors/
InputEventReader.cpp 55 ssize_t InputEventCircularReader::fill(int fd) function in class:InputEventCircularReader
96 ssize_t eventCount = fill(fd);
  /external/bouncycastle/src/main/java/org/bouncycastle/util/
Arrays.java 170 public static void fill( method in class:Arrays
180 public static void fill( method in class:Arrays
190 public static void fill( method in class:Arrays
  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 74 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/Source/WebCore/platform/graphics/qt/
GradientQt.cpp 114 void Gradient::fill(GraphicsContext* context, const FloatRect& rect) function in class:WebCore::Gradient
  /external/webkit/Source/WebCore/platform/graphics/skia/
GlyphPageTreeNodeSkia.cpp 74 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /libcore/luni/src/main/java/java/util/regex/
PatternSyntaxException.java 111 Arrays.fill(spaces, ' ');
  /libcore/luni/src/test/java/libcore/io/
Base64Test.java 41 Arrays.fill(data, 0xff);

Completed in 853 milliseconds

1 2 3 4 5 6 7 8 910