HomeSort by relevance Sort by last modified time
    Searched full:otherunits (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java 484 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units);
485 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
490 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class);
491 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
496 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units);
497 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
502 EnumSet<SomeEnum> otherUnits = Sets.complementOf(units, SomeEnum.class);
503 verifySetContents(otherUnits, EnumSet.of(SomeEnum.A, SomeEnum.C));
    [all...]
  /external/icu4c/i18n/
compactdecimalformat.cpp 859 const CDFUnit* otherUnits =
864 if (!otherUnits[i].isSet()) {
880 units[i] = otherUnits[i];
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]

Completed in 2279 milliseconds