Searched refs:GetAttr (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/bit/ |
D | aapt.cpp | 67 string GetAttr(const string& ns, const string& name) const; 85 Element::GetAttr(const string& ns, const string& name) const in GetAttr() function in Element 240 apk->package = root->GetAttr("", "package"); in inspect_apk() 254 apk->runner = instrumentation[0]->GetAttr(ANDROID_NS, "name"); in inspect_apk() 261 string name = activities[i]->GetAttr(ANDROID_NS, "name"); in inspect_apk()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message.h | 250 PyObject* GetAttr(CMessage* self, PyObject* name);
|
D | message.cc | 1074 ScopedPyObjectPtr map(GetAttr(self, name)); in CheckAndGetInteger() 1102 ScopedPyObjectPtr container(GetAttr(self, name)); in CheckAndGetInteger() 1169 ScopedPyObjectPtr message(GetAttr(self, name)); in CheckAndGetInteger() 2145 PyObject* field_value = GetAttr(self, py_field_name.get()); in CheckAndGetInteger() 2640 PyObject* GetAttr(CMessage* self, PyObject* name) { in CheckAndGetInteger() function 2770 (getattrofunc)cmessage::GetAttr, // tp_getattro in CheckAndGetInteger()
|