HomeSort by relevance Sort by last modified time
    Searched refs:ecl (Results 1 - 5 of 5) sorted by null

  /external/ipsec-tools/src/libipsec/
policy_token.l 80 ecl \}
  /external/ipsec-tools/src/racoon/
cftoken.l 121 ecl \}
156 <S_PRIV>{ecl} { BEGIN S_INI; return(EOC); }
204 <S_PAD>{ecl} { BEGIN S_INI; return(EOC); }
215 <S_LST>{ecl} { BEGIN S_INI; return(EOC); }
232 <S_LDAP>{ecl} { BEGIN S_INI; return(EOC); }
264 <S_CFG>{ecl} { BEGIN S_INI; return(EOC); }
275 <S_RTRY>{ecl} { BEGIN S_INI; return(EOC); }
287 <S_SAINFS>{ecl} { BEGIN S_INI; return(EOC); }
306 <S_RMTS>{ecl} { BEGIN S_INI; return(EOC); }
367 <S_RMTP>{ecl} { BEGIN S_RMTS; return(EOC);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
AstroTest.java 149 Ecliptic ecl = new Ecliptic(eclLat, eclLong); local
150 logln("ecliptic: " + ecl);
169 logln(" equ ecl: " + astro.eclipticToEquatorial(ecl));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 148 Ecliptic ecl = new Ecliptic(eclLat, eclLong); local
149 logln("ecliptic: " + ecl);
168 logln(" equ ecl: " + astro.eclipticToEquatorial(ecl));
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 165 CalendarAstronomer::Ecliptic ecl(eclLat, eclLong);
169 logln("ecliptic: " + ecl.toString());
185 logln((UnicodeString)" equ ecl: " + (anAstro->eclipticToEquatorial(eq,ecl)).toString());

Completed in 251 milliseconds