OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_errors
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/localize/
SourcePos.cpp
31
static set<ErrorPos>
g_errors
;
variable
144
if (
g_errors
.find(err) ==
g_errors
.end()) {
146
g_errors
.insert(err);
154
return
g_errors
.size() > 0;
161
for (it=
g_errors
.begin(); it!=
g_errors
.end(); it++) {
/frameworks/base/tools/aapt/
SourcePos.cpp
29
static vector<ErrorPos>
g_errors
;
variable
133
g_errors
.push_back(ErrorPos(this->file, this->line, String8(buf), true));
158
return
g_errors
.size() > 0;
165
for (it=
g_errors
.begin(); it!=
g_errors
.end(); it++) {
Completed in 711 milliseconds