HomeSort by relevance Sort by last modified time
    Searched full:fill (Results 176 - 200 of 2437) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
Indentation.java 98 java.util.Arrays.fill(chars, ' ');
  /external/ppp/pppd/
magic.h 48 /* Fill buffer with random bytes */
  /external/quake/src/com/android/quake/
QuakeViewNoData.java 38 paint.setStyle(Paint.Style.FILL);
  /external/webkit/WebCore/platform/graphics/
GlyphWidthMap.cpp 51 // Fill in the whole page with the unknown glyph width value.
  /external/webkit/WebCore/platform/graphics/haiku/
GradientHaiku.cpp 47 void Gradient::fill(GraphicsContext*, const FloatRect&) function in class:WebCore::Gradient
  /external/webkit/WebCore/platform/graphics/wx/
GlyphMapWx.cpp 38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/WebCore/svg/
SVGURIReference.cpp 55 if (url.startsWith("url(")) { // URI References, ie. fill:url(#target)
  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.cpp 81 SVGPaint* fill = style->svgStyle()->fillPaint();
84 SVGPaint::SVGPaintType paintType = fill->paintType();
87 AtomicString id(SVGURIReference::getTarget(fill->uri()));
104 fillPaintServerSolid->setColor(fill->color());
  /external/webkit/WebKit/android/wds/client/
ClientUtils.h 42 // Fill in the sockaddr_in structure for binding to the localhost on the given
  /external/zlib/examples/
README.examples 10 compress just enough input to nearly fill a requested output size
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 54 * need to be backed up, write them to the data stream, and fill in newState with the
  /frameworks/base/core/java/android/text/style/
QuoteSpan.java 73 p.setStyle(Paint.Style.FILL);
  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 35 * If the paint's style is FILL, then this effect is ignored. The paint's
  /frameworks/base/include/media/stagefright/
DataSource.h 66 // The sniffer can optionally fill in "meta" with an AMessage containing
  /frameworks/base/native/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect.java 33 * style == FILL.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
Chunk.java 38 * Blank constructor. Fill in your own fields.
  /libcore/luni/src/main/java/java/nio/charset/
CodingErrorAction.java 33 * Denotes the action to fill in the output with a replacement character
  /libcore/luni/src/test/java/tests/api/java/io/
WriterTest.java 117 tobj.append(testString, 20, 21); // Just fill the writer to its limit!
173 tobj.write("z".toCharArray()); // Just fill the writer to its limit!
215 tobj.write("z"); // Just fill the writer to its limit!
249 tobj.write(testString, 20, 1); // Just fill the writer to its limit!
  /packages/apps/Email/res/layout/
upgrade_accounts_item.xml 27 android:gravity="fill" >
  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 110 // Given a LmaNodeLE0 node, extract the lemmas specified by it, and fill
116 // Given a LmaNodeGE1 node, extract the lemmas specified by it, and fill
226 // Fill the lemmas with highest scores to the prediction buffer.
227 // his_len is the history length to fill in the prediction buffer.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
  /system/media/opensles/libopensles/
SDL.c 22 /** \brief Called by SDL to fill the next audio output buffer */
  /external/bluetooth/glib/gobject/
gtypeplugin.c 153 * @info: the #GTypeInfo struct to fill in
154 * @value_table: the #GTypeValueTable to fill in
185 * @info: the #GInterfaceInfo to fill in

Completed in 547 milliseconds

1 2 3 4 5 6 78 91011>>