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

  /external/valgrind/VEX/priv/
host_generic_regs.h 242 context of |univ|. That is, each bit index |i| in |bitset|
243 corresponds to the register |univ->regs[i]|. This relies
248 RRegUniverse* univ; member in struct:__anon25721
454 const RRegUniverse* univ,
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 4 typedef unsigned char univ; typedef
21 univ *raw; /* composite object value */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 662 final SimpleDateFormat univ = new SimpleDateFormat("yyyy MM dd HH:mm zzz", en); local
665 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed();
668 univ.setTimeZoneFormat(tzfmt);
676 Date d = univ.parse(times[i]);
702 errln("univ could not parse: " + times[i]);
3243 SimpleDateFormat univ = new SimpleDateFormat("EE G yyyy MM dd HH:mm:ss.SSS zzz", loc); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 658 final SimpleDateFormat univ = new SimpleDateFormat("yyyy MM dd HH:mm zzz", en); local
661 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed();
664 univ.setTimeZoneFormat(tzfmt);
672 Date d = univ.parse(times[i]);
698 errln("univ could not parse: " + times[i]);
3239 SimpleDateFormat univ = new SimpleDateFormat("EE G yyyy MM dd HH:mm:ss.SSS zzz", loc); local
    [all...]

Completed in 226 milliseconds