Searched refs:RANGE (Results 1 - 25 of 52) sorted by relevance

123

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYAxisType.java21 RANGE enum constant in enum:XYAxisType
H A DXYStepCalculator.java44 case RANGE:
H A DXYGraphWidget.java426 case RANGE:
505 drawTickText(canvas, XYAxisType.RANGE, yVal, xPix, yPix - rangeLabelVerticalOffset,
614 XYStep rangeStep = XYStepCalculator.getStep(plot, XYAxisType.RANGE,
/external/curl/docs/cmdline-opts/
H A Dlocal-port.d3 Help: Force use of RANGE for local port numbers
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java324 private static final int RANGE = 128; field in class:EncodingInfo.EncodingImpl
330 final private boolean m_alreadyKnown[] = new boolean[RANGE];
335 final private boolean m_isInEncoding[] = new boolean[RANGE];
352 m_explLast = codePoint + (RANGE-1);
383 if (0 <= idx && idx < RANGE) {
/external/drrickorang/LoopbackApp/app/src/main/jni/
H A Djni_sles.c81 // get the length = RANGE
82 jintArray result = (*env)->NewIntArray(env, RANGE);
83 (*env)->SetIntArrayRegion(env, result, 0, RANGE, recorderBufferPeriod);
116 jintArray result = (*env)->NewIntArray(env, RANGE);
117 (*env)->SetIntArrayRegion(env, result, 0, RANGE, playerBufferPeriod);
H A Dsles.h131 RANGE = 1002, enumerator in enum:__anon5074
H A Dsles.cpp345 stats->buffer_period = new int[RANGE](); // initialized to zeros
427 if (diff_in_milli >= (RANGE - 1)) {
428 (stats->buffer_period)[RANGE-1]++;
/external/python/cpython2/Lib/
H A Dsre_constants.py62 RANGE = "range" variable
124 RANGE,
H A Dsre_compile.py238 elif op is RANGE:
273 elif op is RANGE:
296 if fixup and isunicode and op is RANGE:
307 tail.append((RANGE, (lo, hi)))
333 out.append((RANGE, (p, q - 1)))
/external/clang/include/clang/AST/
H A DStmtCXX.h130 enum { RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon900
131 // SubExprs[RANGE] is an expression or declstmt.
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/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DLeftRecursiveRuleWalker.g106 | ^(RANGE CHAR_LITERAL CHAR_LITERAL)
247 | ^(RANGE atom atom)
H A DAssignTokenTypesWalker.g264 | ^( RANGE CHAR_LITERAL CHAR_LITERAL )
363 | ^(RANGE atom atom)
H A DANTLRv3.g46 RANGE;
72 RANGE='..';
297 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL elementOptions?
H A DANTLR.g82 RANGE;
803 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL
1132 RANGE : '..' ;
H A DANTLRTreePrinter.g210 | #( RANGE c3:CHAR_LITERAL c4:CHAR_LITERAL )
380 | ^(RANGE atom {out("..");} atom)
/external/clang/lib/AST/
H A DStmtCXX.cpp60 SubExprs[RANGE] = Range;
/external/guava/guava/src/com/google/common/net/
H A DHttpHeaders.java109 public static final String RANGE = "Range"; field in class:HttpHeaders
/external/icu/icu4c/source/tools/gencolusb/
H A Dextract_unsafe_backwards.cpp134 #if RANGE
/external/selinux/checkpolicy/
H A Dpolicy_scan.l129 RANGE |
130 range { return(RANGE); }
/external/jemalloc/test/integration/
H A Drallocx.c120 #define RANGE 2048 macro
134 for (j = 1; j < RANGE; j++) {
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g47 RANGE;
74 RANGE='..';
309 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL -> ^(CHAR_RANGE[$c1,".."] $c1 $c2)
/external/iputils/
H A Dclockdiff.c90 #define RANGE 1 /* best expected round-trip time, ms */ macro
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) {
/external/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.h396 LOAD(uniform, 1, 2, BASE, RANGE, xx, NIR_INTRINSIC_CAN_ELIMINATE | NIR_INTRINSIC_CAN_REORDER)
417 LOAD(push_constant, 1, 2, BASE, RANGE, xx,
/external/libpng/contrib/tools/
H A Dpngcp.c161 #define RANGE(lo,hi) { range_lo, lo }, { range_hi, hi } macro
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 */
859 /* check for a mal-formed RANGE above: */
2096 assert(i > 1); /* vl_windowBits_IDAT always has a RANGE() */

Completed in 947 milliseconds

123