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

  /prebuilts/go/darwin-x86/src/time/
zoneinfo_abbrs_windows.go 102 "Cen. Australia Standard Time": {"ACST", "ACDT"}, // Australia/Adelaide
104 "AUS Central Standard Time": {"ACST", "ACST"}, // Australia/Darwin
  /prebuilts/go/linux-x86/src/time/
zoneinfo_abbrs_windows.go 102 "Cen. Australia Standard Time": {"ACST", "ACDT"}, // Australia/Adelaide
104 "AUS Central Standard Time": {"ACST", "ACST"}, // Australia/Darwin
  /external/icu/icu4c/source/data/zone/
tzdbNames.txt 15 sd{"ACST"}
124 ss{"ACST"}
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestZoneTextPrinterParser.java 184 {"Australia/South", "ACST", preferred_s, new Locale("en", "AU"), TextStyle.SHORT},
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 494 ConstantInt *ACst = dyn_cast<ConstantInt>(A);
498 bool icmp_abit = (ACst != 0 && !ACst->isZero() &&
499 ACst->getValue().isPowerOf2());
536 else if (ACst != 0 && CCst != 0 &&
537 ConstantExpr::getAnd(ACst, CCst) == CCst) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 445 ConstantInt *ACst = dyn_cast<ConstantInt>(A);
449 bool icmp_abit = (ACst && !ACst->isZero() &&
450 ACst->getValue().isPowerOf2());
484 } else if (ACst && CCst &&
485 ConstantExpr::getAnd(ACst, CCst) == CCst) {
    [all...]
  /bionic/libc/zoneinfo/
tzdata     [all...]

Completed in 1320 milliseconds