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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ValueParser.java 235 int alignValue = format & 0x03;
236 TextAlignment align = TextAlignment.fromInt(alignValue);
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 248 const AlignValueAttr *AlignValue = dyn_cast<AlignValueAttr>(TmplAttr);
249 if (AlignValue) {
250 instantiateDependentAlignValueAttr(*this, TemplateArgs, AlignValue, New);
    [all...]
  /external/clang/include/clang/Basic/
Attr.td 379 def AlignValue : Attr {
    [all...]

Completed in 176 milliseconds