Home
last modified time | relevance | path

Searched refs:getArchitecture (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DHostProperties.java53 ARCH = getArchitecture(System.getProperty("os.arch", ""));
231 private static Architecture getArchitecture(String value) { in getArchitecture() method in HostProperties
/external/conscrypt/openjdk/
Dbuild.gradle338 if (targetPlatform.getArchitecture().getName() == "x86") {
340 } else if (targetPlatform.getArchitecture().getName() == "x86-64") {
345 targetPlatform.getArchitecture().name)
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.cpp655 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() function
1040 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode()