HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_ITEMS (Results 1 - 5 of 5) sorted by null

  /external/elfutils/backends/
aarch64_corenote.c 159 EXTRA_ITEMS (NT_ARM_TLS, 8, aarch64_tls_items) \
160 EXTRA_ITEMS (NT_ARM_HW_BREAK, 264, aarch64_hw_bp_items) \
161 EXTRA_ITEMS (NT_ARM_HW_WATCH, 264, aarch64_hw_wp_items)
s390_corenote.c 159 EXTRA_ITEMS (NT_S390_HIGH_GPRS, 16 * 4, high_regs_items)
186 EXTRA_ITEMS (NT_S390_LAST_BREAK, 8, last_break_items) \
187 EXTRA_ITEMS (NT_S390_SYSTEM_CALL, 4, system_call_items)
linux-core-note.c 277 #define EXTRA_REGSET_ITEMS(type, size, table, extra_items) \
284 *nitems = sizeof extra_items / sizeof extra_items[0]; \
285 *items = extra_items; \
288 #define EXTRA_ITEMS(type, size, extra_items) \
295 *nitems = sizeof extra_items / sizeof extra_items[0]; \
296 *items = extra_items; \
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
GridWidgetTest.java 591 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{itemHeight, itemHeight, itemHeight});
645 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{itemHeight, itemHeight, itemHeight});
727 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{
754 intent.putExtra(GridActivity.EXTRA_ITEMS, new int[]{
    [all...]
GridActivity.java 48 public static final String EXTRA_ITEMS = "items";
146 mItemLengths = intent.getIntArrayExtra(EXTRA_ITEMS);

Completed in 118 milliseconds