HomeSort by relevance Sort by last modified time
    Searched refs:SystemV (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/tools/tzcode/
icuzones 17 # SystemV time zones.
18 # The Olson systemv file has these commented out.
21 Zone SystemV/AST4ADT -4:00 SystemV A%sT
22 Zone SystemV/EST5EDT -5:00 SystemV E%sT
23 Zone SystemV/CST6CDT -6:00 SystemV C%sT
24 Zone SystemV/MST7MDT -7:00 SystemV M%s
    [all...]
  /external/icu4c/tools/tzcode/
icuzones 17 # SystemV time zones.
18 # The Olson systemv file has these commented out.
21 Zone SystemV/AST4ADT -4:00 SystemV A%sT
22 Zone SystemV/EST5EDT -5:00 SystemV E%sT
23 Zone SystemV/CST6CDT -6:00 SystemV C%sT
24 Zone SystemV/MST7MDT -7:00 SystemV M%s
    [all...]
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 57 m_HashStyle(SystemV) {
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 40 SystemV = 0x1,
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 628 ArgHashStyle("hash-style", cl::init(mcld::GeneralOptions::SystemV),
631 clEnumValN(mcld::GeneralOptions::SystemV, "sysv",
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 799 if (GeneralOptions::SystemV == config().options().getHashStyle() ||
    [all...]

Completed in 556 milliseconds