HomeSort by relevance Sort by last modified time
    Searched defs:univ (Results 1 - 3 of 3) 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:__anon19618
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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 633 final SimpleDateFormat univ = new SimpleDateFormat("yyyy MM dd HH:mm zzz", en); local
636 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed();
639 univ.setTimeZoneFormat(tzfmt);
647 Date d = univ.parse(times[i]);
673 errln("univ could not parse: " + times[i]);
3210 SimpleDateFormat univ = new SimpleDateFormat("EE G yyyy MM dd HH:mm:ss.SSS zzz", loc); local
    [all...]

Completed in 2428 milliseconds