HomeSort by relevance Sort by last modified time
    Searched full:padding (Results 226 - 250 of 6940) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/res/layout/
add_column_in_table.xml 30 android:padding="3dip" />
33 android:padding="3dip" />
36 android:padding="3dip" />
  /frameworks/base/docs/html/ndk/reference/
doxygen-dac.css 11 padding: 0px 12px;
38 padding: 3px;
48 padding: 2px;
tabs.css 18 padding: 0;
32 padding: 0 20px;
44 padding: 0 10px;
  /frameworks/base/tests/VoiceEnrollment/res/layout/
main.xml 28 android:padding="20dp" />
35 android:padding="20dp" />
42 android:padding="20dp" />
  /ndk/docs/Additional_library_docs/renderscript/
tabs.css 17 padding: 0;
31 padding: 0 20px;
43 padding: 0 10px;
  /ndk/docs/Getting_Started/html/
tabs.css 18 padding: 0;
32 padding: 0 20px;
44 padding: 0 10px;
  /ndk/docs/Programmers_Guide/html/
tabs.css 18 padding: 0;
32 padding: 0 20px;
44 padding: 0 10px;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
msgbuf.h 8 * Note extra padding because this structure is passed back and forth
16 * so they do not need the first three padding words.
17 * On big-endian systems, the padding is in the wrong place.
sembuf.h 8 * Note extra padding because this structure is passed back and forth
16 * so they do not need the first two padding words.
17 * On big-endian systems, the padding is in the wrong place.
shmbuf.h 8 * Note extra padding because this structure is passed back and forth
16 * so they do not need the first two padding words.
17 * On big-endian systems, the padding is in the wrong place.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
msgbuf.h 8 * Note extra padding because this structure is passed back and forth
16 * so they do not need the first three padding words.
17 * On big-endian systems, the padding is in the wrong place.
sembuf.h 8 * Note extra padding because this structure is passed back and forth
16 * so they do not need the first two padding words.
17 * On big-endian systems, the padding is in the wrong place.
shmbuf.h 8 * Note extra padding because this structure is passed back and forth
16 * so they do not need the first two padding words.
17 * On big-endian systems, the padding is in the wrong place.
  /external/lldb/www/cpp_reference/html/
doxygen.css 26 padding: 2px;
35 padding: 2px;
44 padding: 2px;
96 padding-left: 6px;
97 padding-right: 6px;
98 padding-top: 4px;
99 padding-bottom: 4px;
126 padding-right : 10px;
127 padding-top : 2px;
128 padding-left : 10px
    [all...]
  /external/libvpx/libvpx/test/
vpx_scale_test.cc 78 int width, int height, int stride, int padding) {
79 // Copy the outermost visible pixel to a distance of at least 'padding.'
81 // padding. As long as the minimum amount of padding is achieved it is not
83 uint8_t *left = buf - padding;
85 const int right_extend = padding + (width - crop_width);
86 const int bottom_extend = padding + (height - crop_height);
90 vpx_memset(left, left[padding], padding);
96 left = buf - padding;
    [all...]
  /docs/source.android.com/src/devices/tech/dalvik/
instruction-formats.css 11 padding-top: 12px;
49 padding-top: 4px;
50 padding-bottom: 4px;
51 padding-left: 2px;
52 padding-right: 2px;
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/tcmalloc/
tcmalloc_snapshot_view.css 8 padding-bottom: 10px;
18 padding-left: 15px;
27 padding-left: 15px;
43 padding-right: 10px;
51 padding-right: 10px;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 60 } PADDING;
75 PADDING padding; member in struct:QC_INIT
133 PADDING padding; member in struct:__anon22015
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
CardViewBindingAdapter.java 32 public static void setContentPadding(CardView view, int padding) {
33 view.setContentPadding(padding, padding, padding, padding);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PaintDrawableTest.java 108 gotoTag(parser, "padding");
109 Rect padding = new Rect(0, 0, 10, 10); local
112 paintDrawable.setPadding(padding);
113 assertTrue(paintDrawable.getPadding(padding));
117 assertTrue(paintDrawable.inflateTag("padding", getContext().getResources(), parser, attr));
118 assertFalse(paintDrawable.getPadding(padding));
138 gotoTag(parser, "padding");
139 new MyPaintDrawable().inflateTag("padding", null, parser, attr);
149 gotoTag(parser, "padding");
151 assertTrue(paintDrawable.inflateTag("padding", getContext().getResources(), null, attr))
    [all...]
  /external/clang/lib/Sema/
TypeLocBuilder.cpp 92 unsigned Padding = NumBytesAtAlign4 % 8;
93 if (Padding == 0) {
95 // Everything is set: there's no padding and we don't need to add
99 // No existing padding; add in 4 bytes padding
104 assert(Padding == 4);
106 // Everything is set: there's 4 bytes padding and we don't need
110 // There are 4 bytes padding, but we don't need any; remove it.
119 // No existing padding and misaligned members; add in 4 bytes padding
    [all...]
  /external/eigen/doc/
eigendoxy.css 35 padding: 0pt;
41 padding: 3px 5px 3px 5px;
62 padding: 0.5em 0.5em 0.5em 0.5em;
64 padding-right: 1em;
105 padding: 0.5em 0.5em 0.5em 0.5em;
112 padding: 0.2em 0em 0.5em 0em;
120 padding: 0.3em 0.5em 0.3em 0.5em;
151 padding: 0.3em 0 0 0;
174 padding: 3pt 5pt 3pt 5pt;
186 padding: 0px
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistDisclosure.java 197 private void drawGeometry(Canvas canvas, Paint paint, float padding) {
209 height, paint, padding);
218 height - thickness, paint, padding);
223 height - thickness, paint, padding);
233 thickness, paint, padding);
238 thickness, paint, padding);
243 Paint paint, float padding) {
244 canvas.drawRect(left - padding,
245 top - padding,
246 right + padding,
    [all...]
  /sdk/templates/docs/
default.css 28 padding: 0;
58 padding: 2px 0;
74 padding: 16px 0 16px 32px;
86 padding-left: 16px;
87 padding-top: 4px;
88 padding-bottom: 4px;
149 padding-top: 48px;
157 padding-top: 48px;
177 padding-left: 16px;
233 padding: 24px
    [all...]
  /external/lldb/test/lang/c/struct_types/
TestStructTypes.py 79 self.expect("frame variable pt.padding[0]",
81 substrs = ["pt.padding[0] = "])
82 self.expect("frame variable pt.padding[1]",
84 substrs = ["pt.padding[1] = "])
86 self.expect("expression -- (pt.padding[0])",
90 # The padding should be an array of size 0
93 substrs = ['padding[]']) # Once rdar://problem/12566646 is fixed, this should display correctly

Completed in 439 milliseconds

1 2 3 4 5 6 7 8 91011>>