OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gList
(Results
1 - 8
of
8
) sorted by null
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederr.java
79
NodeList
gList
;
90
gList
= gen.getChildNodes();
91
g =
gList
.item(0);
elementremoveattributenodenomodificationallowederr.java
74
NodeList
gList
;
91
gList
= gen.getChildNodes();
92
genElement = (Element)
gList
.item(0);
elementremoveattributenomodificationallowederr.java
73
NodeList
gList
;
88
gList
= gen.getChildNodes();
89
genElement = (Element)
gList
.item(0);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
removeAttributeNS01.java
81
NodeList
gList
;
94
gList
= gen.getChildNodes();
95
genElement = (Element)
gList
.item(0);
setAttributeNS03.java
78
NodeList
gList
;
92
gList
= gen.getChildNodes();
93
genElement = (Element)
gList
.item(0);
setAttributeNodeNS02.java
82
NodeList
gList
;
97
gList
= gen.getChildNodes();
98
genElement = (Element)
gList
.item(0);
/external/skia/src/core/
SkGraphics.cpp
299
}
gList
[] = {
304
for (size_t j = 0; j < SK_ARRAY_COUNT(
gList
); j++) {
306
proc =
gList
[j].proc;
310
printf("-------- %s = %d\n",
gList
[j].name, SkTime::GetMSecs() - now);
/external/skia/src/animator/
SkDisplayApply.cpp
438
SkTDDrawableArray* pList, *
gList
;
440
int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &
gList
);
Completed in 1684 milliseconds