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

1 2 3 4 5 67 8 91011>>

  /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));
  /libcore/luni/src/main/java/java/util/
Arrays.java 679 * the {@code byte} array to fill.
683 public static void fill(byte[] array, byte value) { method in class:Arrays
693 * the {@code byte} array to fill.
695 * the first index to fill.
697 * the last + 1 index to fill.
705 public static void fill(byte[] array, int start, int end, byte value) { method in class:Arrays
716 * the {@code short} array to fill.
720 public static void fill(short[] array, short value) { method in class:Arrays
730 * the {@code short} array to fill.
732 * the first index to fill
742 public static void fill(short[] array, int start, int end, short value) { method in class:Arrays
757 public static void fill(char[] array, char value) { method in class:Arrays
779 public static void fill(char[] array, int start, int end, char value) { method in class:Arrays
794 public static void fill(int[] array, int value) { method in class:Arrays
816 public static void fill(int[] array, int start, int end, int value) { method in class:Arrays
831 public static void fill(long[] array, long value) { method in class:Arrays
853 public static void fill(long[] array, int start, int end, long value) { method in class:Arrays
868 public static void fill(float[] array, float value) { method in class:Arrays
890 public static void fill(float[] array, int start, int end, float value) { method in class:Arrays
905 public static void fill(double[] array, double value) { method in class:Arrays
927 public static void fill(double[] array, int start, int end, double value) { method in class:Arrays
942 public static void fill(boolean[] array, boolean value) { method in class:Arrays
964 public static void fill(boolean[] array, int start, int end, boolean value) { method in class:Arrays
979 public static void fill(Object[] array, Object value) { method in class:Arrays
1001 public static void fill(Object[] array, int start, int end, Object value) { method in class:Arrays
    [all...]
  /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/chromium/base/allocator/
allocator_unittests.cc 27 // Fill a buffer of the specified size with a predetermined pattern
28 static void Fill(unsigned char* buffer, int n) {
35 // generated by Fill()
361 Fill(ptr, size);
420 Fill(src, src_size);
424 Fill(dst, dst_size);
472 Fill(src, src_size);
476 Fill(dst, dst_size);
  /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
  /hardware/ril/mock-ril/src/java/com/android/internal/telephony/
RilChannel.java 104 * @param bb is the ByteBuffer to fill
131 * @param bb is the ByteBuffer to fill
  /ndk/docs/system/libc/
SYSV-IPC.html 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"/>
  /development/ndk/platforms/android-8/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
  /development/ndk/platforms/android-9/include/android/
bitmap.h 48 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
  /development/pdk/doxygen_config/
overrideconfig.conf 15 # FILL IN PATH TO HEADER BLOB WANTED IN EVERY FILE
  /development/samples/ApiDemos/res/layout/
relative_layout_1.xml 18 Demonstrates stretching a view to fill the space between two other views
  /device/htc/passion-common/libsensors/
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/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
GeneralDigest.java 61 // fill the current word
  /external/chromium/net/base/
upload_data_stream.h 40 // once, then we memmove the remaining portion and back-fill the buffer for

Completed in 485 milliseconds

1 2 3 4 5 67 8 91011>>