Home
last modified time | relevance | path

Searched refs:GetLabel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.cpp100 std::string GetLabel(const Element* element, IDiagnostics* diag) { in GetLabel() function
119 std::string label = GetLabel(element, diag); in GetVersionCodeOrder()
534 std::string label = GetLabel(root_element, diag); in AbiGroupTagHandler()
585 std::string label = GetLabel(root_element, diag); in ScreenDensityGroupTagHandler()
652 std::string label = GetLabel(root_element, diag); in LocaleGroupTagHandler()
774 std::string label = GetLabel(root_element, diag); in GlTextureGroupTagHandler()
824 std::string label = GetLabel(root_element, diag); in DeviceFeatureGroupTagHandler()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc710 static PyObject* GetLabel(PyBaseDescriptor *self, void *closure) { in GetLabel() function
893 { "label", (getter)GetLabel, NULL, "Label"},