HomeSort by relevance Sort by last modified time
    Searched defs:RANGE (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYAxisType.java 21 RANGE
  /system/libvintf/include/vintf/
KernelConfigType.h 30 RANGE,
38 "range",
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 41 * range of unicode values (<code>m_first</code> to
42 * <code>m_last</code>). It will handle a certain range of values
44 * If the unicode point is before that explicit range, that is it
45 * is in the range <code>m_first <= value < m_explFirst</code>, then it will delegate to another EncodingInfo object for The root
46 * of such a tree, m_before. Likewise for values in the range
72 * because for ASCII all chars in the range '\u0001' to '\u007F'
191 // The unicode value is before the range
204 // The unicode value is after the range
217 // The unicode value is in the range we explitly handle
238 // The unicode value is before the range
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
tokens.h 30 #define RANGE 22
  /external/jemalloc/test/integration/
rallocx.c 120 #define RANGE 2048
134 for (j = 1; j < RANGE; j++) {
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 39 #define RANGE 64
90 * - Set gains search range *
96 size = RANGE;
106 p = t_qua_gain7b + RANGE; /* pt at 1/4th of table */
108 j = nb_qua_gain7b - RANGE;
124 size = RANGE;
  /packages/apps/Gallery2/jni/filters/
wbalance.c 24 int RANGE = 256;
42 for (i = 1; i < RANGE-1; i++) {
68 for (i = RANGE-2; i >0; i--) {
  /external/iputils/
clockdiff.c 90 #define RANGE 1 /* best expected round-trip time, ms */
163 * time is smaller than RANGE if ckrange is 1, otherwise simply
286 if (diff < RANGE) {
339 * time is smaller than RANGE if ckrange is 1, otherwise simply
493 if (diff < RANGE) {
  /frameworks/minikin/tests/unittest/
CmapCoverageTest.cpp 63 // 'range' should be specified with inclusive-inclusive values.
114 // 'range' should be specified with inclusive-inclusive values.
156 numOfRanges * 4 /* size of Unicode Range Table */;
371 SCOPED_TRACE("Starting range is out of Unicode code point. Should be ignored.");
381 SCOPED_TRACE("Ending range is out of Unicode code point. Should be ignored.");
463 SCOPED_TRACE("Inversed range");
465 // Put smaller end code point to inverse the range.
506 SCOPED_TRACE("Inversed range.");
508 // Put larger start code point to inverse the range.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_constants.py 62 RANGE = "range"
124 RANGE,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_constants.py 60 RANGE = "range"
122 RANGE,
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 4 * The [!...] convention to negate a range is supported (SysV, Posix, ksh).
119 #define RANGE '-'
486 if (*qpatnext == RANGE &&
  /external/clang/include/clang/AST/
StmtCXX.h 123 /// statement, represented as 'for (range-declarator : range-expression)'.
130 enum { RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END };
131 // SubExprs[RANGE] is an expression or declstmt.
140 CXXForRangeStmt(DeclStmt *Range, DeclStmt *Begin, DeclStmt *End,
154 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); }
165 return cast<DeclStmt>(SubExprs[RANGE]);
184 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); }
185 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; }
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 96 /** The HTTP {@code If-Range} header field name. */
97 public static final String IF_RANGE = "If-Range";
108 /** The HTTP {@code Range} header field name. */
109 public static final String RANGE = "Range";
149 /** The HTTP {@code Content-Range} header field name. */
150 public static final String CONTENT_RANGE = "Content-Range";
  /external/openssh/openbsd-compat/
glob.c 39 * The [!...] convention to negate a range is supported (SysV, Posix, ksh).
89 #define RANGE '-'
515 if (*qpatnext == RANGE &&
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_constants.py 58 RANGE = "range"
120 RANGE,
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_constants.py 58 RANGE = "range"
120 RANGE,
  /prebuilts/go/darwin-x86/src/go/token/
token.go 115 RANGE
216 RANGE: "range",
  /prebuilts/go/linux-x86/src/go/token/
token.go 115 RANGE
216 RANGE: "range",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 58 RANGE = "range"
120 RANGE,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 58 RANGE = "range"
120 RANGE,
  /toolchain/binutils/binutils-2.25/bfd/
elf32-rl78.c 559 #define RANGE(a,b) if (a > (long) relocation || (long) relocation > b) r = bfd_reloc_overflow
573 RANGE (-128, 127);
578 RANGE (-128, 255);
583 RANGE (0, 255);
588 RANGE (-32768, 32767);
596 RANGE (-32768, 65535);
602 RANGE (0, 65536);
608 RANGE (-32768, 65536);
614 RANGE (-32768, 65536);
620 RANGE (3, 10)
    [all...]
elf32-rx.c 665 #define RANGE(a,b) if (a > (long) relocation || (long) relocation > b) r = bfd_reloc_overflow
705 RANGE (3, 10);
715 RANGE (-128, 127);
721 RANGE (-128, 255);
727 RANGE (0, 255);
736 RANGE (-32768, 32767);
747 RANGE (-32768, 32767);
759 RANGE (-32768, 65535);
774 RANGE (0, 65536);
786 RANGE (-32768, 65536)
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 142 # define IGNORE_INDEX 0x400 /* Ignore out of range palette indices (BAD!) */
144 # define FIX_INDEX 0x800 /* 'Fix' out of range palette indices (OK) */
161 #define RANGE(lo,hi) { range_lo, lo }, { range_hi, hi }
204 RANGE(8, MAX_WBITS/*from zlib*/),
215 RANGE(1, 9), /* this deliberately excludes '0' */
227 RANGE(6, MAX_MEM_LEVEL/*zlib*/), /* exclude 5 and below: zlib bugs */
258 RANGE(1, 0x7FFFFFFF)
265 vl_log_depth[] = { { "on", 1 }, { "off", 0 }, RANGE(0, SL) },
274 RANGE(8, MAX_WBITS), /* modified by set_windowBits_hi */
435 int min_windowBits; /* The windowBits range is 8..8 *
    [all...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 

Completed in 1171 milliseconds

1 2 3 4 5 6 7 8