HomeSort by relevance Sort by last modified time
    Searched defs:FIRST (Results 1 - 11 of 11) sorted by null

  /external/easymock/src/org/easymock/
CaptureType.java 30 * Will capture the argument of the first matching call
32 FIRST,
  /external/elfutils/0.153/lib/
dynamicsizehash.h 64 /* Optionally include an entry pointing to the first used entry. */
66 # define FIRST(name) name##_ent *first;
69 # define FIRST(name)
101 FIRST (name) \
146 # undef FIRST
  /external/chromium_org/v8/test/mjsunit/
cyrillic.js 33 FIRST: "\u0410", // A
34 first: "\u0430", // a
48 FIRST: "\u0391", // ALPHA
49 first: "\u03b1", // alpha
69 var first = lc ? chars.first : chars.FIRST;
72 var first_other_case = lc ? chars.FIRST : chars.first;
76 assertTrue(Range(first, last).test(first), 1)
    [all...]
  /external/guava/guava-tests/test/com/google/common/eventbus/
ReentrantEventsTest.java 31 static final String FIRST = "one";
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/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java 78 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 changed in subgrammar
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/mips/lib/
memcpy.S 171 #define FIRST(unit) ((unit)*NBYTES)
172 #define REST(unit) (FIRST(unit)+NBYTES-1)
173 #define UNIT(unit) FIRST(unit)
346 EXC( LDFIRST t3, FIRST(0)(src), .Ll_exc)
352 EXC( STFIRST t3, FIRST(0)(dst), .Ls_exc)
369 * It's OK to load FIRST(N+1) before REST(N) because the two addresses
373 EXC( LDFIRST t0, FIRST(0)(src), .Ll_exc)
374 EXC( LDFIRST t1, FIRST(1)(src), .Ll_exc_copy)
378 EXC( LDFIRST t2, FIRST(2)(src), .Ll_exc_copy)
379 EXC( LDFIRST t3, FIRST(3)(src), .Ll_exc_copy
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 432 * This is the template for lexer; put the literals first then the
841 * do k=1 to force the "first token def wins" rule. Otherwise, the
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 542 milliseconds