OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mElementName
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/slang/
slang_rs_spec_table.cpp
153
const char *
mElementName
;
165
:
mElementName
(ElementName),
173
inline const char *getElementName() const { return
mElementName
; }
/frameworks/base/tools/aapt/
XMLNode.cpp
600
mElementName
= s2;
612
if (
mElementName
.size() != 0) {
638
return
mElementName
;
707
&&
mElementName
== tagName) {
727
&& child->
mElementName
== tagName) {
822
//printf("Removing whitespace in %s\n", String8(
mElementName
).string());
825
String8 tag(
mElementName
);
[
all
...]
XMLNode.h
186
String16
mElementName
;
Completed in 75 milliseconds