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
133
const char *
mElementName
;
143
:
mElementName
(ElementName),
150
inline const char *getElementName() const { return
mElementName
; }
/frameworks/base/tools/aapt/
XMLNode.cpp
608
mElementName
= s2;
620
if (
mElementName
.size() != 0) {
646
return
mElementName
;
715
&&
mElementName
== tagName) {
735
&& child->
mElementName
== tagName) {
833
//printf("Removing whitespace in %s\n", String8(
mElementName
).string());
836
String8 tag(
mElementName
);
[
all
...]
XMLNode.h
186
String16
mElementName
;
Completed in 225 milliseconds