OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attIndex
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/utils/ISV/profile/
isv_profile.cpp
181
int
attIndex
= 0;
186
if (strcmp(atts[
attIndex
], "name") == 0) {
187
if (getFilterID(atts[
attIndex
+ 1]) == 0) {
188
ALOGE("Couldn't parase the filter %s\n", atts[
attIndex
+1]);
195
if (!strcmp(atts[
attIndex
], "value") && !strcmp(atts[
attIndex
+ 1], "true"))
201
if (mCurrentFilter && !strcmp(atts[
attIndex
], "value")) {
202
if (!strcmp(atts[
attIndex
+ 1], "0"))
204
else if (!strcmp(atts[
attIndex
+ 1], "FFFFFFFF"))
207
mConfigs[mCurrentFilter].minResolution = getResolution(atts[
attIndex
+ 1])
[
all
...]
/external/chromium_org/third_party/expat/files/lib/
xmlparse.c
[
all
...]
/external/expat/lib/
xmlparse.c
[
all
...]
Completed in 228 milliseconds