/external/v8/src/mips/ |
frames-mips.cc | 63 // Fill in the state.
|
/external/webkit/WebCore/icu/unicode/ |
uscript.h | 104 * @param fillIn the UScriptCode buffer to fill in the script code
|
/external/webkit/WebCore/platform/graphics/ |
Gradient.h | 122 virtual void fill(GraphicsContext*, const FloatRect&);
|
/external/webkit/WebCore/platform/graphics/android/ |
GlyphMapAndroid.cpp | 42 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
|
GradientAndroid.cpp | 114 void Gradient::fill(GraphicsContext* context, const FloatRect& rect) function in class:WebCore::Gradient
|
/external/webkit/WebCore/platform/graphics/cg/ |
GradientCG.cpp | 109 void Gradient::fill(GraphicsContext* context, const FloatRect& rect) function in class:WebCore::Gradient
|
/external/webkit/WebCore/platform/graphics/gtk/ |
GlyphPageTreeNodePango.cpp | 74 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
|
/external/webkit/WebCore/platform/graphics/mac/ |
GlyphPageTreeNodeMac.cpp | 38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
|
/external/webkit/WebCore/platform/image-decoders/qt/ |
RGBA32BufferQt.cpp | 65 m_image.fill(0);
|
/external/webkit/WebCore/platform/win/ |
MIMETypeRegistryWin.cpp | 72 //fill with initial values
|
/external/webkit/WebKit/android/jni/ |
WebFrameView.cpp | 62 // If there is a renderer, it will fill the bg itself, so we don't want to
|
/external/webkit/WebKit/mac/icu/unicode/ |
uscript.h | 104 * @param fillIn the UScriptCode buffer to fill in the script code
|
/frameworks/base/core/java/android/app/backup/ |
FileBackupHelper.java | 64 * stream, and fill in <code>newState</code> with the state as it exists
|
/frameworks/base/core/java/android/widget/ |
FrameLayout.java | 71 private int mForegroundGravity = Gravity.FILL; 112 * Describes how the foreground is positioned. Defaults to FILL. 132 if (mForegroundGravity == Gravity.FILL && mForeground != null) { 209 if (mForegroundGravity == Gravity.FILL) {
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
StatusBarNotification.java | 29 // TODO: make this restriction do something smarter like never fill
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListViewHeight.java | 77 // set listview to fill screen
|
/frameworks/base/docs/html/guide/topics/ui/ |
layout-objects.jd | 28 later fill with a single object — for example, a picture that you'll swap in and out. 47 and allows it to expand to fill any remaining space in the parent view. 53 The other two will expand equally to fill the space remaining after all three boxes are measured. 138 <p>Columns can be hidden, marked to stretch and fill the available screen space,
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Memory.c | 76 * Fill in the memory table
|
/libcore/luni/src/main/java/java/util/regex/ |
PatternSyntaxException.java | 109 Arrays.fill(spaces, ' ');
|
/libcore/luni/src/main/java/javax/security/auth/callback/ |
PasswordCallback.java | 119 Arrays.fill(inputPassword, '\u0000');
|
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
ChunkedOutputStream.java | 71 // fill the buffered chunk and then maybe write that to the stream
|
/ndk/sources/android/stlport/stlport/stl/ |
_ios.c | 107 this->fill(widen(' '));
|
/ndk/sources/android/stlport/test/unit/ |
hash_test.cpp | 153 //We fill the map to implicitely start a rehash. 173 // Problem: Fill a hash_multimap with entries of which many have the same key 180 // In the main()-method we fill a hash_multimap as well as a multi_map with the same <key, data> pairs 267 // generate many entries with key 3, fill up with unique keys. Data is unique (needed in check_keys())
|
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
SyncStateCheckBoxPreference.java | 96 * Override the summary. Fill in the %1$s with the existing summary
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ArrayUtils.java | 53 Arrays.fill(hash, null);
|