OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherUnits
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
SetsTest.java
289
EnumSet<SomeEnum>
otherUnits
= Sets.complementOf(units);
290
verifySetContents(
otherUnits
, EnumSet.of(SomeEnum.A, SomeEnum.C));
295
EnumSet<SomeEnum>
otherUnits
= Sets.complementOf(units, SomeEnum.class);
296
verifySetContents(
otherUnits
, EnumSet.of(SomeEnum.A, SomeEnum.C));
301
EnumSet<SomeEnum>
otherUnits
= Sets.complementOf(units);
302
verifySetContents(
otherUnits
, EnumSet.of(SomeEnum.A, SomeEnum.C));
307
EnumSet<SomeEnum>
otherUnits
= Sets.complementOf(units, SomeEnum.class);
308
verifySetContents(
otherUnits
, EnumSet.of(SomeEnum.A, SomeEnum.C));
/external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java
559
EnumSet<SomeEnum>
otherUnits
= Sets.complementOf(units);
560
verifySetContents(
otherUnits
, EnumSet.of(SomeEnum.A, SomeEnum.C));
565
EnumSet<SomeEnum>
otherUnits
= Sets.complementOf(units, SomeEnum.class);
566
verifySetContents(
otherUnits
, EnumSet.of(SomeEnum.A, SomeEnum.C));
571
EnumSet<SomeEnum>
otherUnits
= Sets.complementOf(units);
572
verifySetContents(
otherUnits
, EnumSet.of(SomeEnum.A, SomeEnum.C));
577
EnumSet<SomeEnum>
otherUnits
= Sets.complementOf(units, SomeEnum.class);
578
verifySetContents(
otherUnits
, EnumSet.of(SomeEnum.A, SomeEnum.C));
[
all
...]
/external/icu/icu4c/source/i18n/
compactdecimalformat.cpp
905
const CDFUnit*
otherUnits
=
910
if (!
otherUnits
[i].isSet()) {
926
units[i] =
otherUnits
[i];
Completed in 252 milliseconds