Searched defs:END (Results 1 - 25 of 29) 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/compat/src/main/java/androidx/core/view/
H A DGravityCompat.java29 /** Raw bit controlling whether the layout direction is relative or not (START/END instead of
38 public static final int END = RELATIVE_LAYOUT_DIRECTION | Gravity.RIGHT; field in class:GravityCompat
43 public static final int RELATIVE_HORIZONTAL_GRAVITY_MASK = START | END;
136 * if horizontal direction is LTR, then START will set LEFT and END will set RIGHT.
137 * if horizontal direction is RTL, then START will set RIGHT and END will set LEFT.
/frameworks/base/core/java/android/text/
H A DSelection.java539 private static final class END implements NoCopySpan { } class in class:Selection
548 public static final Object SELECTION_END = new END();
H A DSpannableStringInternal.java104 int spanEnd = srcData[i * COLUMNS + END];
129 int spanEnd = srcData[i * COLUMNS + END];
139 mSpanData[j * COLUMNS + END] = spanEnd - start;
218 int oend = data[i * COLUMNS + END];
221 data[i * COLUMNS + END] = end;
243 mSpanData[mSpanCount * COLUMNS + END] = end;
266 int oend = data[i * COLUMNS + END];
305 return data[i * COLUMNS + END];
337 int spanEnd = data[i * COLUMNS + END];
418 int en = data[i * COLUMNS + END];
555 private static final int END = 1; field in class:SpannableStringInternal
[all...]
H A DTextUtils.java1175 END, enum constant in enum:TextUtils.TruncateAt
1271 } 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/graphics/java/android/graphics/
H A DMatrix.java546 * that src fits entirely inside dst. At least one axis (X or Y) will fit exactly. END
549 END(3); enum constant in enum:Matrix.ScaleToFit
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java106 public static final int END = RIGHT << 2; field in class:ItemTouchHelper
579 case END:
1321 * of direction flags. ({@link #LEFT}, {@link #RIGHT}, {@link #START}, {@link #END},
1351 static final int RELATIVE_DIR_FLAGS = START | END
1352 | ((START | END) << DIRECTION_FLAG_COUNT)
1353 | ((START | END) << (2 * DIRECTION_FLAG_COUNT));
1434 * @return Updated flags which uses relative flags ({@link #START}, {@link #END}) instead
1446 flags |= masked << 2; // START is 2 bits after LEFT, END is 2 bits after RIGHT.
1451 // first clean RIGHT bit then add LEFT flag as END
1481 * {@link #RIGHT}, {@link #LEFT} {@link #START} and {@link #END}
[all...]
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedListView.java188 Gutter.END,
207 int END = 2; field in interface:PagedListView.Gutter
435 if ((mGutter & Gutter.END) != 0) {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DItemTouchHelper.java104 public static final int END = RIGHT << 2; field in class:ItemTouchHelper
602 case END:
1342 * of direction flags. ({@link #LEFT}, {@link #RIGHT}, {@link #START}, {@link #END},
1374 static final int RELATIVE_DIR_FLAGS = START | END
1375 | ((START | END) << DIRECTION_FLAG_COUNT)
1376 | ((START | END) << (2 * DIRECTION_FLAG_COUNT));
1457 * @return Updated flags which uses relative flags ({@link #START}, {@link #END}) instead
1470 flags |= masked << 2; // START is 2 bits after LEFT, END is 2 bits after RIGHT.
1475 // first clean RIGHT bit then add LEFT flag as END
1505 * {@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);

Completed in 5023 milliseconds

12