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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/graphics/java/android/graphics/
DashPathEffect.java 30 * style == FILL.
  /external/zlib/contrib/infback9/
inftree9.c 50 unsigned fill; /* index for replicating entries */ local
144 Create and fill in decoding tables. In this loop, the table being
149 fill the table with replicated entries.
198 next = *table; /* current table to fill in */
228 fill = 1U << curr;
230 fill -= incr;
231 next[(huff >> drop) + fill] = this;
232 } while (fill != 0);
285 Fill in rest of table for incomplete codes. This loop is similar to the
289 drops back to the root table to fill in any remaining entries there
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
GifDecoder.java 131 // Fill screen buffer with the background or transparent color
138 Arrays.fill(getScreenRGBBuffer(), fillColor);
149 Arrays.fill(screenBuffer, (byte) fillColor);
488 // Compatibility: Fill with transparent color if we have one
490 Arrays.fill(
495 Arrays.fill(
516 // Compatibility: Fill with transparent color if we have one
518 Arrays.fill(
523 Arrays.fill(
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdateChooserDialog.java 147 mSashForm.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 3, 1));
159 mTablePackage.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
180 mPackageRootComposite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
184 mPackageTextGroup.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 4, 1));
191 mPackageText.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
    [all...]
LocalPackagesPage.java 97 mTablePackages.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 3, 1));
112 mDescriptionContainer.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 3, 1));
115 mDescriptionLabel.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, true, 1, 1));
120 mContainerButtons.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 3, 1));
167 mSdkLocText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
  /bionic/libc/arch-sh/bionic/
memset.S 52 /* small amount to fill ? */
62 /* very little fill (0 ~ 11 bytes) */
146 /* 2 bytes aligned small fill */
158 mov.b REG_C,@(r0,REG_DST) /* fill last a byte */
215 /* fill 32*n bytes */
234 /* fill left 4*n bytes */
  /dalvik/libcore/luni/src/main/java/java/util/
Arrays.java 493 * the {@code byte} array to fill.
497 public static void fill(byte[] array, byte value) { method in class:Arrays
507 * the {@code byte} array to fill.
509 * the first index to fill.
511 * the last + 1 index to fill.
519 public static void fill(byte[] array, int start, int end, byte value) { method in class:Arrays
530 * the {@code short} array to fill.
534 public static void fill(short[] array, short value) { method in class:Arrays
544 * the {@code short} array to fill.
546 * the first index to fill
556 public static void fill(short[] array, int start, int end, short value) { method in class:Arrays
571 public static void fill(char[] array, char value) { method in class:Arrays
593 public static void fill(char[] array, int start, int end, char value) { method in class:Arrays
608 public static void fill(int[] array, int value) { method in class:Arrays
630 public static void fill(int[] array, int start, int end, int value) { method in class:Arrays
645 public static void fill(long[] array, long value) { method in class:Arrays
667 public static void fill(long[] array, int start, int end, long value) { method in class:Arrays
682 public static void fill(float[] array, float value) { method in class:Arrays
704 public static void fill(float[] array, int start, int end, float value) { method in class:Arrays
719 public static void fill(double[] array, double value) { method in class:Arrays
741 public static void fill(double[] array, int start, int end, double value) { method in class:Arrays
756 public static void fill(boolean[] array, boolean value) { method in class:Arrays
778 public static void fill(boolean[] array, int start, int end, boolean value) { method in class:Arrays
793 public static void fill(Object[] array, Object value) { method in class:Arrays
815 public static void fill(Object[] array, int start, int end, Object value) { method in class:Arrays
    [all...]
  /external/icu4c/common/
uresimp.h 99 * Features a fill-in parameter.
108 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
121 * Features a fill-in parameter.
128 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
184 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
206 * @return a pointer to a UResourceBundle struct. If fill in param was NULL, caller must delete it
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 223 composite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
228 label.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false));
239 data.horizontalAlignment = GridData.FILL;
240 data.verticalAlignment = GridData.FILL;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressDialog.java 138 mRootComposite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
142 mLabel.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
145 mProgressBar.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
160 mResultText.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1));
  /bionic/libc/docs/
SYSV-IPC.TXT 21 that over time, the kernel global tables used to implement SysV IPCs will fill
95 will quickly fill up the kernel's table of unique key_t values, and that
  /dalvik/dx/src/com/android/dx/rop/code/
FillArrayDataInsn.java 33 /** non-null: initial values to fill the newly created array */
48 * @param initValues {@code non-null;} list of initial values to fill the array
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 60 mPaint.setStyle(Paint.Style.FILL);
102 mPaint.setStyle(Paint.Style.FILL);
ScaleToFit.java 42 Matrix.ScaleToFit.FILL,
49 "FILL", "START", "CENTER", "END"
  /external/e2fsprogs/contrib/
dconf 76 printf("/fb {rect gsave 1.0 setgray fill grestore} def\n")
77 printf("/dg {rect gsave gsave 0.0 setgray fill grestore\n")
  /external/elfutils/libasm/
asm_align.c 55 /* Ensure there is enough room to add the fill bytes. */
60 /* Fill in the bytes. We align the pattern according to the
  /external/junit/src/junit/awtui/
TestRunner.java 110 protected void addGrid(Panel p, Component co, int x, int y, int w, int fill, double wx, int anchor) {
116 c.fill= fill;
117 if (fill == GridBagConstraints.BOTH || fill == GridBagConstraints.VERTICAL)
373 int anchor, int fill,
384 constraints.fill= fill;
  /external/libffi/src/ia64/
unix.S 64 ldf.fill f8 = [in0], 32
65 ldf.fill f9 = [r16], 32
67 ldf.fill f10 = [in0], 32
68 ldf.fill f11 = [r16], 32
70 ldf.fill f12 = [in0], 32
71 ldf.fill f13 = [r16], 32
73 ldf.fill f14 = [in0], 32
74 ldf.fill f15 = [r16], 24
  /external/webkit/WebCore/rendering/
RenderFrameSet.h 40 m_preventResize.fill(preventResize);
41 m_allowBorder.fill(allowBorder);
  /frameworks/base/core/java/android/text/
AndroidCharacter.java 33 * Fill in the first <code>count</code> bytes of <code>dest</code> with the
55 * Fill the first <code>count</code> bytes of <code>dest</code> with the
  /ndk/docs/system/libc/
SYSV-IPC.TXT 21 that over time, the kernel global tables used to implement SysV IPCs will fill
95 will quickly fill up the kernel's table of unique key_t values, and that
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameDistance.java 102 Arrays.fill(mMatchFlags1, 0, length1, false);
103 Arrays.fill(mMatchFlags2, 0, length2, false);
  /cts/tests/res/layout/
textview_gravity.xml 38 android:gravity="fill"/>
  /dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
Chunk.java 38 * Blank constructor. Fill in your own fields.
  /dalvik/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!

Completed in 487 milliseconds

1 2 3 4 56 7 8 91011>>