Searched defs:END (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_3DLUT.S18 #define END(f) .size f, .-f; define
250 END(rsdIntrinsic3DLUT_K)
H A DrsCpuIntrinsics_advsimd_Convolve.S27 #define END(f) .size f, .-f; define
99 END(rsdIntrinsicConvolve3x3_K)
265 END(rsdIntrinsicConvolve5x5_K)
H A DrsCpuIntrinsics_advsimd_Resize.S18 #define END(f) .size f, .-f; define
120 END(rsdIntrinsicResize_oscctl_K)
749 END(rsdIntrinsicResizeB\comp\()_K)
H A DrsCpuIntrinsics_neon_3DLUT.S18 #define END(f) .fnend; .size f, .-f; define
256 END(rsdIntrinsic3DLUT_K)
H A DrsCpuIntrinsics_neon_Convolve.S27 #define END(f) .fnend; .size f, .-f; define
103 END(rsdIntrinsicConvolve3x3_K)
287 END(rsdIntrinsicConvolve5x5_K)
H A DrsCpuIntrinsics_neon_Resize.S18 #define END(f) .fnend; .size f, .-f; define
137 END(rsdIntrinsicResize_oscctl_K)
798 END(rsdIntrinsicResizeB\comp\()_K)
H A DrsCpuIntrinsics_advsimd_YuvToRGB.S18 #define END(f) .size f, .-f; define
325 END(rsdIntrinsicYuv2_K)
351 END(rsdIntrinsicYuv_K)
377 END(rsdIntrinsicYuvR_K)
H A DrsCpuIntrinsics_neon_YuvToRGB.S18 #define END(f) .fnend; .size f, .-f; define
246 END(rsdIntrinsicYuv2_K)
272 END(rsdIntrinsicYuv_K)
298 END(rsdIntrinsicYuvR_K)
H A DrsCpuIntrinsics_advsimd_Blur.S19 #define END(f) .size f, .-f; define
1160 END(fetch_generic_asm)
1189 END(fetch_clampleft1)
1210 END(fetch_clampleft4)
1244 END(fetch_clampright1)
1271 END(fetch_clampright4)
1297 END(prefill_sweepright1)
1314 END(prefill_sweepright4)
1705 END(convolve1_\r)
1725 END(convolve4
[all...]
H A DrsCpuIntrinsics_neon_Blur.S19 #define END(f) .fnend; .size f, .-f; define
1156 END(fetch_generic_asm)
1183 END(fetch_clampleft1)
1204 END(fetch_clampleft4)
1236 END(fetch_clampright1)
1265 END(fetch_clampright4)
1291 END(prefill_sweepright1)
1313 END(prefill_sweepright4)
1706 END(convolve1_\r)
1727 END(convolve4
[all...]
H A DrsCpuIntrinsics_advsimd_Blend.S18 #define END(f) .size f, .-f; define
578 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_line_##n) ;
615 END(rsdIntrinsicBlend_K)
H A DrsCpuIntrinsics_neon_Blend.S18 #define END(f) .fnend; .size f, .-f; define
582 #define BLEND_X(d, n) ENTRY(blend_line_##n) ; wrap_line blend_kernel_##n, params_##n ; END(blend_line_##n) ;
617 END(rsdIntrinsicBlend_K)
H A DrsCpuIntrinsics_advsimd_ColorMatrix.S18 #define END(f) .size f, .-f; define
1025 END(rsdIntrinsicColorMatrix_int_K)
1109 END(rsdIntrinsicColorMatrixSetup_int_K)
1169 END(rsdIntrinsicColorMatrix_float_K)
1269 END(rsdIntrinsicColorMatrixSetup_float_K)
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java40 END, enum constant in enum:VCardParserTests.Order
74 inspectOrder(Order.END);
102 .addExpectedOrder(Order.END);
130 .addExpectedOrder(Order.END);
162 .addExpectedOrder(Order.END);
210 .addExpectedOrder(Order.END);
233 .addExpectedOrder(Order.END);
/frameworks/support/v4/java/android/support/v4/view/
H A DGravityCompat.java97 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
106 public static final int END = RELATIVE_LAYOUT_DIRECTION | Gravity.RIGHT; field in class:GravityCompat
111 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
192 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
193 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
/frameworks/base/core/java/android/text/
H A DSelection.java468 private static final class END implements NoCopySpan { } class in class:Selection
475 public static final Object SELECTION_END = new END();
H A DSpannableStringInternal.java92 int spanEnd = srcData[i * COLUMNS + END];
105 int spanEnd = srcData[i * COLUMNS + END];
112 mSpanData[j * COLUMNS + END] = spanEnd - start;
183 int oend = data[i * COLUMNS + END];
186 data[i * COLUMNS + END] = end;
208 mSpanData[mSpanCount * COLUMNS + END] = end;
224 int oend = data[i * COLUMNS + END];
261 return data[i * COLUMNS + END];
293 int spanEnd = data[i * COLUMNS + END];
374 int en = data[i * COLUMNS + END];
496 private static final int END = 1; field in class:SpannableStringInternal
[all...]
H A DTextUtils.java1044 END, enum constant in enum:TextUtils.TruncateAt
1139 } else if (where == TruncateAt.END || where == TruncateAt.END_SMALL) {
/frameworks/base/core/java/android/view/
H A DGravity.java84 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
118 public static final int END = RELATIVE_LAYOUT_DIRECTION | RIGHT; field in class:Gravity
123 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
404 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
405 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
414 // If layout is script specific and gravity is horizontal relative (START or END)
426 } else if ((result & Gravity.END) == Gravity.END) {
427 // Remove the END bit
428 result &= ~END;
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java63 static final String END = "END"; field in class:ICalendar.Component
214 sb.append(END);
497 } else if (Component.END.equals(name)) {
502 throw new FormatException("Unexpected END " + componentName);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java161 NavBarAdapter.END};
283 private static final String END = "end"; field in class:NavBarTuner.NavBarAdapter
339 if (button.equals(CENTER) || button.equals(END)) {
362 if (button.equals(START) || button.equals(CENTER) || button.equals(END)) {
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java549 * axis (X or Y) will fit exactly. END aligns the result to the
552 END (3); enum constant in enum:Matrix.ScaleToFit
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java111 public static final int END = RIGHT << 2; field in class:ItemTouchHelper
586 case END:
1332 * of direction flags. ({@link #LEFT}, {@link #RIGHT}, {@link #START}, {@link #END},
1362 static final int RELATIVE_DIR_FLAGS = START | END |
1363 ((START | END) << DIRECTION_FLAG_COUNT) |
1364 ((START | END) << (2 * DIRECTION_FLAG_COUNT));
1453 * @return Updated flags which uses relative flags ({@link #START}, {@link #END}) instead
1465 flags |= masked << 2; // START is 2 bits after LEFT, END is 2 bits after RIGHT.
1470 // first clean RIGHT bit then add LEFT flag as END
1500 * {@link #RIGHT}, {@link #LEFT} {@link #START} and {@link #END}
[all...]
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1835 public static final String END = "end"; field in class:CalendarContract.Instances
2138 public static final String END = "end"; field in interface:CalendarContract.CalendarAlertsColumns
2244 + " AND " + END + ">=?";
2268 values.put(CalendarAlerts.END, end);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java643 return END;
2351 calculation is always 0 for START and END alignments but we don't make use of this.
2734 * {@link #END}, {@link #CENTER}, {@link #BASELINE} and {@link #FILL}.
2850 public static final Alignment END = TRAILING; field in class:GridLayout
2870 public static final Alignment LEFT = createSwitchingAlignment(START, END);
2876 public static final Alignment RIGHT = createSwitchingAlignment(END, START);

Completed in 2920 milliseconds

12