Searched defs:RANGE (Results 1 - 14 of 14) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYAxisType.java21 RANGE enum constant in enum:XYAxisType
/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/jemalloc/test/integration/
H A Drallocx.c73 #define RANGE 2048 macro
87 for (j = 1; j < RANGE; j++) {
/external/clang/include/clang/AST/
H A DStmtCXX.h130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon619
131 // SubExprs[RANGE] is an expression or declstmt.
150 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); }
160 return cast<DeclStmt>(SubExprs[RANGE]);
176 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); }
177 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; }
/external/guava/guava/src/com/google/common/net/
H A DHttpHeaders.java109 public static final String RANGE = "Range"; field in class:HttpHeaders
/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/openssh/openbsd-compat/
H A Dglob.c89 #define RANGE '-' macro
515 if (*qpatnext == RANGE &&
/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpHeaders.java79 RANGE= "Range", field in class:HttpHeaders
214 RANGE_BUFFER=CACHE.add(RANGE,RANGE_ORDINAL),
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 599 milliseconds