Home
last modified time | relevance | path

Searched defs:systems (Results 1 – 7 of 7) sorted by relevance

/external/googletest/docs/
Dpkgconfig.md17 ### CMake
48 ### Help! pkg-config can't find GoogleTest!
72 ### Using pkg-config in a cross-compilation setting
/external/dagger2/
DREADME.md185 #### Maven
251 #### Gradle
/external/catch2/docs/
Dci-and-misc.md19 ### XML Reporter
28 ### JUnit Reporter
/external/rust/crates/grpcio-sys/grpc/src/cpp/
DREADME.md143 ### Install using vcpkg package
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java152 …public BestUnitForGender(String shortUnit, String quantity, Collection<String> systems, double bas… in BestUnitForGender()
222 Set<String> systems = uc.getSystems(shortUnit); in writeSubcharts() local
309 Set<String> systems = uc.getSystems(shortUnit); in writeSubcharts() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUnits.java939 Collection<String> systems = toSystems.get(unit); in TestSystems() local
1031 Set<String> systems = converter.getSystems(unit); in TestEnglishSystems() local
1234 Set<String> systems = new TreeSet<>(); in checkUnitPreferences() local
1316 private boolean areConsistent(Set<String> systems) { in areConsistent()
/external/cldr/tools/java/org/unicode/cldr/util/
DUnitConverter.java346 public void addRaw(String source, String target, String factor, String offset, String systems) { in addRaw()
416 Map<String, String> inputParameters, String systems) { in addToSourceToTarget() argument
1276 Collection<String> systems = sourceToSystems.get(subunit); in addSystems() local