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

1 2 3

  /frameworks/support/compat/src/main/java/androidx/core/content/res/
TypedArrayUtils.java 289 public static int getAttr(@NonNull Context context, int attr, int fallbackAttr) {
  /system/libvintf/
parse_xml.cpp 112 inline bool getAttr(NodeType *root, const std::string &attrName, std::string *s) {
250 bool success = getAttr(root, attrName, &attrText) &&
262 bool ret = getAttr(root, attrName, &attrText) && ::android::vintf::parse(attrText, attr);
272 bool ret = getAttr(root, attrName, attr);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
BaseAccountType.java 683 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) {
687 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) {
691 private static String getAttr(AttributeSet attrs, String attribute) {
732 final String kind = getAttr(attrs, Attr.KIND);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
BaseAccountType.java 147 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) {
151 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) {
155 private static String getAttr(AttributeSet attrs, String attribute) {
844 final String kind = getAttr(attrs, Attr.KIND);
    [all...]
  /external/clang/include/clang/AST/
Comment.h 482 const Attribute &getAttr(unsigned Idx) const {
DeclBase.h 496 template<typename T> T *getAttr() const {
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 343 const Attr *getAttr() const { return Attribute; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 482 const Attribute &getAttr(unsigned Idx) const {
DeclBase.h 498 template<typename T> T *getAttr() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTWriter.h 349 const Attr *getAttr() const { return Attribute; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Comment.h 482 const Attribute &getAttr(unsigned Idx) const {
DeclBase.h 499 template<typename T> T *getAttr() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTWriter.h 349 const Attr *getAttr() const { return Attribute; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Comment.h 482 const Attribute &getAttr(unsigned Idx) const {
DeclBase.h 499 template<typename T> T *getAttr() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTWriter.h 349 const Attr *getAttr() const { return Attribute; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Comment.h 482 const Attribute &getAttr(unsigned Idx) const {
DeclBase.h 518 template<typename T> T *getAttr() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTWriter.h 349 const Attr *getAttr() const { return Attribute; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Comment.h 482 const Attribute &getAttr(unsigned Idx) const {
DeclBase.h 518 template<typename T> T *getAttr() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTWriter.h 349 const Attr *getAttr() const { return Attribute; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Comment.h 482 const Attribute &getAttr(unsigned Idx) const {
DeclBase.h 518 template<typename T> T *getAttr() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTWriter.h 349 const Attr *getAttr() const { return Attribute; }
    [all...]

Completed in 964 milliseconds

1 2 3