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

/external/easymock/src/org/easymock/
H A DCaptureType.java32 FIRST, enum constant in enum:CaptureType
H A DCapture.java110 case FIRST:
/external/clang/test/Frontend/
H A Drewrite-includes.c7 #ifdef FIRST
41 // CHECK-NEXT: {{^}}#ifdef FIRST{{$}}
107 // CHECKNL-NEXT: {{^}}#ifdef FIRST{{$}}
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DReentrantEventsTest.java31 static final String FIRST = "one"; field in class:ReentrantEventsTest
40 bus.post(FIRST);
43 Lists.<Object>newArrayList(FIRST, SECOND), hater.eventsReceived);
75 bus.post(FIRST);
78 Lists.<Object>newArrayList(FIRST, SECOND), recorder.eventsReceived);
/external/bzip2/
H A Dbzmore40 FIRST=1
43 if test $FIRST -eq 0; then
58 FIRST=0
/external/e2fsprogs/
H A Ddepfix.sed14 :FIRST
/external/elfutils/lib/
H A Ddynamicsizehash.h65 # define FIRST(name) name##_ent *first; macro
68 # define FIRST(name) macro
96 FIRST (name) \
141 # undef FIRST macro
/external/v8/test/mjsunit/
H A Dcyrillic.js33 FIRST: "\u0410", // A
48 FIRST: "\u0391", // ALPHA
69 var first = lc ? chars.first : chars.FIRST;
72 var first_other_case = lc ? chars.FIRST : chars.first;
98 assertTrue(Range(chars.FIRST, chars.last).test(chars.BetweenCases), 15);
99 assertTrue(Range(chars.FIRST, chars.last, "i").test(chars.BetweenCases), 16);
105 assertTrue(Range(greek.FIRST, cyrillic.last).test(greek[key]), 17 + key);
107 assertTrue(Range(greek.FIRST, cyrillic.last).test(cyrillic[key]), 18 + key);
118 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(cyrillic.FIRST), 22);
124 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(greek.FIRST), 2
[all...]
/external/e2fsprogs/lib/ss/
H A Dct_c.sed32 :FIRST
/external/clang/lib/Basic/
H A DIdentifierTable.cpp205 #define HASH(LEN, FIRST, THIRD) \
206 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
207 #define CASE(LEN, FIRST, THIRD, NAME) \
208 case HASH(LEN, FIRST, THIRD): \
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DNavCalculator.java479 private static final Quadrant FIRST = new Quadrant(1, 1); field in class:NavCalculator.Quadrant
500 return FIRST;
503 return FIRST;
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.h27 FIRST = 0, enumerator in enum:llvm::MBlazeCC::CC
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLL1Analyzer.java78 LookaheadSet s = FIRST(r);
79 System.out.println("FIRST("+r.name+")="+s);
86 // walk every rule in this grammar and compare FIRST set with
91 //System.out.println(r.name+" FIRST="+r.FIRST);
96 // System.out.println(r.name+" exists in imported grammar: FIRST="+importedRule.FIRST);
97 if ( !r.FIRST.equals(importedRule.FIRST) ) {
114 // somebody invokes rule whose FIRST change
150 public LookaheadSet FIRST(NFAState s) { method in class:LL1Analyzer
[all...]
/external/clang/include/clang/AST/
H A DComment.h151 #define COMMENT_RANGE(BASE, FIRST, LAST) \
152 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
153 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
154 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
H A DStmt.h103 #define STMT_RANGE(BASE, FIRST, LAST) \
104 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
105 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
106 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as356 * computing FIRST of what follows the rule reference in the
358 * from within the rule; i.e., the FIRST computation done by
385 * FOLLOW(b1_in_a) = FIRST(']') = ']'
386 * FOLLOW(b2_in_a) = FIRST(')') = ')'
387 * FOLLOW(c_in_b) = FIRST('^') = '^'
455 * FOLLOW(r)={x | S=>*alpha r beta in G and x in FIRST(beta)}
/external/qemu/android/
H A Dhw-events.h349 KEY_CODE(FIRST ,0x194) \
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCodeGenerator.java570 follow = grammar.FIRST(followingNFAState);
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java56 private static final int CHANGE_LEVEL_ID = Menu.FIRST;
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1070 #define LAST_STMT_RANGE(BASE, FIRST, LAST)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2098 /// FOLLOW(r)={x | S=>*alpha r beta in G and x in FIRST(beta)}
2148 * computing FIRST of what follows the rule reference in the
2150 * from within the rule; i.e., the FIRST computation done by
2177 * FOLLOW(b1_in_a) = FIRST(']') = ']'
2178 * FOLLOW(b2_in_a) = FIRST(')') = ')'
2179 * FOLLOW(c_in_b) = FIRST('^') = '^'
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 678 milliseconds