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

12

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dparser.h10 RANGE = 262, enumerator in enum:yytokentype
19 #define RANGE 262 macro
H A Dparser.c174 case RANGE:
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dordered_set_tests.py33 RANGE = 10
34 for i in range(RANGE):
55 for i in range(RANGE):
58 self.assertEqual(len(self.__set), RANGE-i-1)
62 for subrange in range(RANGE):
74 RANGE = 10
75 for i in range(RANGE):
78 self.assertEqual(my_len, RANGE)
H A Dvar_dict_tests.py59 RANGE = 10
60 for i in range(RANGE):
/external/skia/platform_tools/android/tests/
H A Dordered_set_tests.py33 RANGE = 10
34 for i in range(RANGE):
55 for i in range(RANGE):
58 self.assertEqual(len(self.__set), RANGE-i-1)
62 for subrange in range(RANGE):
74 RANGE = 10
75 for i in range(RANGE):
78 self.assertEqual(my_len, RANGE)
H A Dvar_dict_tests.py59 RANGE = 10
60 for i in range(RANGE):
/external/srec/srec/include/
H A Dall_defs.h98 #ifndef RANGE
99 #define RANGE(X,Y,Z) ((X) < (Y) ? (Y) : (X) > (Z) ? (Z) : (X)) macro
/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/srec/srec/clib/
H A Dimeld_tr.c66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255);
69 fram[ii] = RANGE(vec[ii], 0, 255);
105 fram[ii]= RANGE (vec[ii], 0, 255);
/external/clang/include/clang/AST/
H A DStmtCXX.h129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon17527
130 // 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/chromium_org/sandbox/win/src/
H A Dpolicy_low_level.h121 RANGE // TODO(cpu): Implement this option. enumerator in enum:sandbox::RuleOp
/external/chromium_org/net/http/
H A Dhttp_atom_list.h48 HTTP_ATOM(RANGE)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.h101 RANGE = 319, enumerator in enum:yytokentype
209 #define RANGE 319 macro
/external/guava/guava/src/com/google/common/net/
H A DHttpHeaders.java102 public static final String RANGE = "Range"; field in class:HttpHeaders
/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/checkpolicy/
H A Dpolicy_scan.l127 RANGE |
128 range { return(RANGE); }
/external/jemalloc/test/integration/
H A Drallocx.c73 #define RANGE 2048 macro
87 for (j = 1; j < RANGE; j++) {
/external/srec/srec/cfront/
H A Dca_wave.c297 hWave->data.income[ii] = RANGE(hWave->data.income[ii] +
301 hWave->data.income[ii] = (short) RANGE(hWave->data.income[ii] *
/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/srec/srec/crec/
H A Dget_fram.c383 frame_ptr[ii] = (featdata) RANGE(prep->seq[ii], 0, 255);

Completed in 582 milliseconds

12