HomeSort by relevance Sort by last modified time
    Searched refs:RELATIVE (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
SizeLayoutType.java 24 * RELATIVE - Val represents the percentage of the display that the widget should fill along the associated axis. For example,
32 RELATIVE,
SizeMetric.java 33 case RELATIVE:
35 throw new IllegalArgumentException("SizeMetric Relative and Hybrid layout values must be within the range of 0 to 1.");
50 case RELATIVE:
PositionMetric.java 29 RELATIVE
46 case RELATIVE:
48 throw new IllegalArgumentException("Relative layout values must be within the range of -1 to 1.");
XPositionMetric.java 47 validateValue(value, PositionMetric.LayoutMode.RELATIVE);
YPositionMetric.java 77 validateValue(value, PositionMetric.LayoutMode.RELATIVE);
  /external/elfutils/backends/
alpha_reloc.def 49 RELOC_TYPE (RELATIVE, EXEC|DYN)
i386_reloc.def 39 RELOC_TYPE (RELATIVE, EXEC|DYN)
sh_reloc.def 65 RELOC_TYPE (RELATIVE, EXEC|DYN)
x86_64_reloc.def 39 RELOC_TYPE (RELATIVE, EXEC|DYN)
s390_reloc.def 43 RELOC_TYPE (RELATIVE, EXEC|DYN)
common-reloc.c 144 return reloc == R_TYPE (RELATIVE);
ppc_reloc.def 53 RELOC_TYPE (RELATIVE, EXEC|DYN)
sparc_reloc.def 53 RELOC_TYPE (RELATIVE, EXEC|DYN)
tilegx_reloc.def 51 RELOC_TYPE (RELATIVE, EXEC|DYN)
aarch64_reloc.def 36 RELOC_TYPE (RELATIVE, EXEC|DYN)
arm_reloc.def 54 RELOC_TYPE (RELATIVE, EXEC|DYN)
ppc64_reloc.def 52 RELOC_TYPE (RELATIVE, EXEC|DYN)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DateTimeStyleSet.java 50 set(field, get(field) | DateFormat.RELATIVE);