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

1 2

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TableSizingMethod.java 22 * FIXED: Each element in the table has a predefined number of pixels
27 FIXED
TableModel.java 48 FIXED,
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BoundaryMode.java 20 FIXED,
XYPlotZoomPan.java 181 minXLimit = lowerBoundaryMode == BoundaryMode.FIXED ? lowerBoundary.floatValue() : getCalculatedMinX().floatValue();
182 maxXLimit = upperBoundaryMode == BoundaryMode.FIXED ? upperBoundary.floatValue() : getCalculatedMaxX().floatValue();
194 minYLimit = lowerBoundaryMode == BoundaryMode.FIXED ? lowerBoundary.floatValue() : getCalculatedMinY().floatValue();
195 maxYLimit = upperBoundaryMode == BoundaryMode.FIXED ? upperBoundary.floatValue() : getCalculatedMaxY().floatValue();
207 minXLimit = mode == BoundaryMode.FIXED ? lowerBoundary.floatValue() : getCalculatedMinX().floatValue();
208 maxXLimit = mode == BoundaryMode.FIXED ? upperBoundary.floatValue() : getCalculatedMaxX().floatValue();
220 minYLimit = mode == BoundaryMode.FIXED ? lowerBoundary.floatValue() : getCalculatedMinY().floatValue();
221 maxYLimit = mode == BoundaryMode.FIXED ? upperBoundary.floatValue() : getCalculatedMaxY().floatValue();
269 super.setDomainBoundaries(newX.x, newX.y, BoundaryMode.FIXED);
276 super.setRangeBoundaries(newX.x, newX.y, BoundaryMode.FIXED);
    [all...]
XYPlot.java 426 case FIXED:
446 case FIXED:
468 case FIXED:
488 case FIXED:
551 if (domainOriginBoundaryMode == BoundaryMode.FIXED) {
589 if (rangeOriginBoundaryMode == BoundaryMode.FIXED) {
629 // if fixed, then the value already exists within "user" vals.
630 case FIXED:
679 case FIXED:
855 * Setup the boundary mode, boundary values only applicable in FIXED mode.
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
NaNStrategy.java 28 * <li>FIXED - NaNs are left "in place," that is the rank transformation is
48 FIXED
  /external/fec/
encode_rs.c 7 #ifdef FIXED
8 #include "fixed.h"
16 #ifdef FIXED
25 #ifdef FIXED
exercise.c 13 #ifdef FIXED
14 #include "fixed.h"
17 #include "fixed.h"
28 #ifdef FIXED
38 #if !defined(CCSDS) && !defined(FIXED)
42 #if !defined(CCSDS) && !defined(FIXED)
63 #if defined(CCSDS) || defined(FIXED)
93 #if defined(CCSDS) || defined(FIXED)
decode_rs.c 15 #ifdef FIXED
16 #include "fixed.h"
24 #ifdef FIXED
39 #ifdef FIXED
  /external/compiler-rt/test/msan/
mmap_below_shadow.cc 36 MAP_PRIVATE | MAP_ANONYMOUS | (FIXED ? MAP_FIXED : 0), -1, 0);
37 if (FIXED)
  /external/dtc/tests/
sw_tree1.c 35 FIXED = 0,
43 case FIXED:
95 alloc_mode = FIXED;
109 alloc_mode = FIXED;
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYSeriesRendererTest.java 76 plot.setDomainBoundaries(0, 100, BoundaryMode.FIXED);
77 plot.setRangeBoundaries(0, 100, BoundaryMode.FIXED);
XYPlotTest.java 79 plot.centerOnDomainOrigin(5, 2, BoundaryMode.FIXED);
157 plot.setDomainBoundaries(2, BoundaryMode.FIXED, 8, BoundaryMode.FIXED);
160 // fixed
241 plot.setRangeBoundaries(5, BoundaryMode.FIXED, 80, BoundaryMode.FIXED);
244 // fixed
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
OrientationSensorExampleActivity.java 69 aprLevelsPlot.setDomainBoundaries(-1, 1, BoundaryMode.FIXED);
90 aprLevelsPlot.setRangeBoundaries(-180, 359, BoundaryMode.FIXED);
110 aprHistoryPlot.setRangeBoundaries(-180, 359, BoundaryMode.FIXED);
111 aprHistoryPlot.setDomainBoundaries(0, HISTORY_SIZE, BoundaryMode.FIXED);
TouchZoomExampleActivity.java 60 mySimpleXYPlot.setDomainBoundaries(minXY.x, maxXY.x, BoundaryMode.FIXED);
149 BoundaryMode.FIXED);
157 BoundaryMode.FIXED);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 74 elif channel.type in (SIGNED, FIXED):
94 elif channel.type in (SIGNED, FIXED):
139 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
163 elif channel.type in (SIGNED, FIXED):
204 if type.type == FIXED:
240 if type.type == FIXED:
390 if src_norm or src_type == FIXED:
414 if dst_channel.norm or dst_channel.type == FIXED:
u_format_parse.py 32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
59 self.sign = type in (SIGNED, FIXED, FLOAT)
78 if self.type == FIXED:
92 if self.type == FIXED:
252 'h': FIXED,
  /external/virglrenderer/src/gallium/auxiliary/util/
u_format_pack.py 76 elif channel.type in (SIGNED, FIXED):
96 elif channel.type in (SIGNED, FIXED):
141 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
165 elif channel.type in (SIGNED, FIXED):
206 if type.type == FIXED:
242 if type.type == FIXED:
392 if src_norm or src_type == FIXED:
416 if dst_channel.norm or dst_channel.type == FIXED:
u_format_parse.py 33 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
60 self.sign = type in (SIGNED, FIXED, FLOAT)
79 if self.type == FIXED:
93 if self.type == FIXED:
253 'h': FIXED,
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirProcessSSE.h 37 template <int CHANNELS, int STRIDE, bool FIXED>
55 if (!FIXED) {
71 if (!FIXED) { // interpolate
  /external/mesa3d/src/amd/vulkan/
vk_format_parse.py 32 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5)
61 self.sign = type in (SIGNED, FIXED, FLOAT)
82 if self.type == FIXED:
96 if self.type == FIXED:
260 'h': FIXED,
  /bionic/libc/kernel/uapi/linux/
v4l2-mediabus.h 37 V4L2_MBUS_FROM_MEDIA_BUS_FMT(FIXED),
  /external/icu/icu4c/source/i18n/
double-conversion.h 182 // Computes a decimal representation with a fixed number of digits after the
297 // Produce a fixed number of digits after the decimal point.
298 // For instance fixed(0.1, 4) becomes 0.1000
300 FIXED,
301 // Fixed number of digits (independent of the decimal point).
329 // - FIXED: produces digits necessary to print a given number with
  /external/kernel-headers/original/uapi/linux/
v4l2-mediabus.h 56 V4L2_MBUS_FROM_MEDIA_BUS_FMT(FIXED),
  /external/lzma/CPP/
Build.mak 93 LFLAGS = $(LFLAGS) /FIXED
95 LFLAGS = $(LFLAGS) /FIXED:NO

Completed in 1136 milliseconds

1 2