HomeSort by relevance Sort by last modified time
    Searched refs:getAttr (Results 1 - 25 of 74) sorted by null

1 2 3

  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceScreen.java 89 super(context, attrs, TypedArrayUtils.getAttr(context, R.attr.preferenceScreenStyle,
PreferenceCategory.java 49 this(context, attrs, TypedArrayUtils.getAttr(context, R.attr.preferenceCategoryStyle,
CheckBoxPreference.java 82 this(context, attrs, TypedArrayUtils.getAttr(context, R.attr.checkBoxPreferenceStyle,
EditTextPreference.java 50 this(context, attrs, TypedArrayUtils.getAttr(context, R.attr.editTextPreferenceStyle,
DialogPreference.java 93 this(context, attrs, TypedArrayUtils.getAttr(context, R.attr.dialogPreferenceStyle,
ListPreference.java 77 this(context, attrs, TypedArrayUtils.getAttr(context, R.attr.dialogPreferenceStyle,
  /packages/apps/Settings/src/com/android/settings/display/
ScreenZoomPreference.java 33 super(context, attrs, TypedArrayUtils.getAttr(context,
  /hardware/bsp/intel/peripheral/libupm/doxy/node/
xml2js.js 523 var kind = getAttr(section, 'kind');
571 return getAttr(innerclass, 'refid');
587 return getAttr(innergroup, 'refid');
617 var kind = getAttr(section, 'kind');
669 var kind = getAttr(section, 'kind');
674 return (getAttr(variable, 'kind') == 'variable');
852 }), function(obj) { return ((obj != undefined) && (getAttr(obj, 'kind') == 'return')); });
883 return text += '[' + getText(elem, why).trim() + '](' + getAttr(elem, 'url').trim() + ') ';
886 var fn = getAttr(elem, 'name')
    [all...]
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 137 BlocksAttr *attr = var->getAttr<BlocksAttr>();
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedPreference.java 49 this(context, attrs, TypedArrayUtils.getAttr(context,
RestrictedSwitchPreference.java 85 this(context, attrs, TypedArrayUtils.getAttr(context,
  /frameworks/support/core-utils/java/android/support/v4/content/res/
TypedArrayUtils.java 80 public static int getAttr(Context context, int attr, int fallbackAttr) {
  /external/clang/lib/Analysis/
Consumed.cpp 196 QT->getAsCXXRecordDecl()->getAttr<ConsumableAttr>();
266 switch (FunDecl->getAttr<TestTypestateAttr>()->getTestState()) {
579 const CallableWhenAttr *CWAttr = FunDecl->getAttr<CallableWhenAttr>();
630 if (ParamTypestateAttr *PTA = Param->getAttr<ParamTypestateAttr>()) {
646 else if (ReturnTypestateAttr *RT = Param->getAttr<ReturnTypestateAttr>())
663 if (SetTypestateAttr *STA = FunD->getAttr<SetTypestateAttr>()) {
690 if (ReturnTypestateAttr *RTA = Fun->getAttr<ReturnTypestateAttr>())
784 if (ReturnTypestateAttr *RTA = Constructor->getAttr<ReturnTypestateAttr>()) {
871 if (const ParamTypestateAttr *PTA = Param->getAttr<ParamTypestateAttr>())
    [all...]
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 181 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>();
187 if (MSVtorDispAttr *VDA = getAttr<MSVtorDispAttr>())
Mangle.cpp 120 if (const AsmLabelAttr *ALA = D->getAttr<AsmLabelAttr>()) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 685 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) {
689 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) {
693 private static String getAttr(AttributeSet attrs, String attribute) {
    [all...]
  /frameworks/support/v14/preference/src/android/support/v14/preference/
SwitchPreference.java 128 this(context, attrs, TypedArrayUtils.getAttr(context,
MultiSelectListPreference.java 78 this(context, attrs, TypedArrayUtils.getAttr(context,
  /external/clang/include/clang/Sema/
SemaInternal.h 95 if (auto *Import = D->getAttr<DLLImportAttr>())
97 if (auto *Export = D->getAttr<DLLExportAttr>())
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 167 &D, DeclAddr, D.getAttr<OMPThreadPrivateDeclAttr>()->getLocation(),
325 auto *ISA = D->getAttr<InitSegAttr>();
343 } else if (auto *IPA = D->getAttr<InitPriorityAttr>()) {
CodeGenModule.cpp 287 const AliasAttr *AA = D->getAttr<AliasAttr>();
307 if (const SectionAttr *SA = D->getAttr<SectionAttr>()) {
606 if (const TLSModelAttr *Attr = D.getAttr<TLSModelAttr>()) {
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 216 return cxstring::createRef(HST->getAttr(AttrIdx).Name);
224 return cxstring::createRef(HST->getAttr(AttrIdx).Value);
  /external/clang/lib/Sema/
SemaAttr.cpp 381 if (auto A = Decl->getAttr<SectionAttr>())
384 if (auto A = OtherDecl->getAttr<SectionAttr>())
SemaDeclAttr.cpp 249 if (AttrTy *A = D->getAttr<AttrTy>()) {
    [all...]
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 168 FD->getAttr<clang::KernelAttr>()->getKernelKind();

Completed in 587 milliseconds

1 2 3