/external/bison/tests/ |
D | actions.at | 183 [#define RANGE(Location) (Location).begin.line, (Location).end.line], 184 [#define RANGE(Location) (Location).first_line, (Location).last_line]) 211 { printf ("Freeing nterm input (%d@%d-%d)\n", $$, RANGE (@$)); } 215 { printf ("Freeing nterm line (%d@%d-%d)\n", $$, RANGE (@$)); } 219 { printf ("Freeing nterm thing (%d@%d-%d)\n", $$, RANGE (@$)); } 223 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); } 227 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); } 242 printf ("input (%d@%d-%d): /* Nothing */\n", $$, RANGE (@$)); 249 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2)); 258 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2), [all …]
|
D | testsuite | 6967 printf ("input (%d@%d-%d): /* Nothing */\n", $$, RANGE (@$)); 6974 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2)); 6983 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2), 6984 $3, RANGE (@3), $4, RANGE (@4)); 6990 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2), 6991 $3, RANGE (@3), $4, RANGE (@4)); 6997 $$, RANGE (@$), $1, RANGE (@1), $2, RANGE (@2), $3, RANGE (@3)); 7003 $$, RANGE (@$), $1, RANGE (@1), RANGE (@2), $3, RANGE (@3)); 7012 $$, RANGE (@$), $1, RANGE (@1)); 7034 printf (" (%d@%d-%d)\n", c, RANGE ((yylloc))); [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | EncodingInfo.java | 324 private static final int RANGE = 128; field in 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); in EncodingImpl() 383 if (0 <= idx && idx < RANGE) { in EncodingImpl()
|
/external/srec/srec/clib/ |
D | imeld_tr.c | 66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255); in linear_transform_frame() 69 fram[ii] = RANGE(vec[ii], 0, 255); in linear_transform_frame() 105 fram[ii]= RANGE (vec[ii], 0, 255); in inverse_transform_frame()
|
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 130 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator 151 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); } in getRangeStmt() 161 return cast<DeclStmt>(SubExprs[RANGE]); in getRangeStmt() 177 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); } in setRangeInit() 178 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; } in setRangeStmt()
|
/external/srec/srec/include/ |
D | all_defs.h | 98 #ifndef RANGE 99 #define RANGE(X,Y,Z) ((X) < (Y) ? (Y) : (X) > (Z) ? (Z) : (X)) macro
|
/external/webkit/Source/cmake/ |
D | WebKitFeatures.cmake | 70 FOREACH (IGNORE RANGE ${FEATURE_LENGTH} ${MAX_FEATURE_LENGTH}) 75 FOREACH (IGNORE RANGE ${FEATURE_LENGTH} ${MAX_FEATURE_LENGTH})
|
/external/checkpolicy/ |
D | policy_scan.l | 127 RANGE | 128 range { return(RANGE); }
|
D | policy_parse.y | 117 %token RANGE 584 opt_mls_user : LEVEL mls_level_def RANGE mls_range_def
|
/external/chromium/net/http/ |
D | http_atom_list.h | 48 HTTP_ATOM(RANGE)
|
/external/guava/guava/src/com/google/common/net/ |
D | HttpHeaders.java | 102 public static final String RANGE = "Range"; field in HttpHeaders
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 113 | #( RANGE c3:CHAR_LITERAL c4:CHAR_LITERAL ) 201 | #(RANGE atom atom)
|
/external/srec/srec/cfront/ |
D | ca_wave.c | 297 hWave->data.income[ii] = RANGE(hWave->data.income[ii] + in CA_ConditionSamples() 301 hWave->data.income[ii] = (short) RANGE(hWave->data.income[ii] * in CA_ConditionSamples()
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | LeftRecursiveRuleWalker.g | 106 | ^(RANGE CHAR_LITERAL CHAR_LITERAL) 247 | ^(RANGE atom atom)
|
D | ANTLRv3.g | 46 RANGE; 72 RANGE='..'; 297 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL elementOptions?
|
D | ANTLRTreePrinter.g | 210 | #( RANGE c3:CHAR_LITERAL c4:CHAR_LITERAL ) 380 | ^(RANGE atom {out("..");} atom)
|
D | AssignTokenTypesWalker.g | 264 | ^( RANGE CHAR_LITERAL CHAR_LITERAL ) 363 | ^(RANGE atom atom)
|
D | ANTLR.g | 82 RANGE; 803 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL 1132 RANGE : '..' ;
|
D | DefineGrammarItemsWalker.g | 390 | ^(RANGE atom[null] atom[null])
|
D | TreeToNFAConverter.g | 354 | ^(RANGE a=atom[null] b=atom[null])
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
D | ANTLRv3.g | 47 RANGE; 74 RANGE='..'; 309 : c1=CHAR_LITERAL RANGE c2=CHAR_LITERAL -> ^(CHAR_RANGE[$c1,".."] $c1 $c2)
|
/external/openssh/openbsd-compat/ |
D | glob.c | 88 #define RANGE '-' macro 502 if (*qpatnext == RANGE &&
|
/external/srec/srec/crec/ |
D | get_fram.c | 383 frame_ptr[ii] = (featdata) RANGE(prep->seq[ii], 0, 255); in copy_pattern_frame()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 645 SubExprs[RANGE] = Range; in CXXForRangeStmt()
|
/external/icu4c/data/unidata/ |
D | BidiMirroring.txt | 281 2A65; 2A64 # Z NOTATION RANGE ANTIRESTRICTION
|