OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCurrentContext
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java
90
protected int
fCurrentContext
;
113
fCurrentContext
= 0;
114
fContext[
fCurrentContext
] = fNamespaceSize;
122
++
fCurrentContext
;
133
if (
fCurrentContext
+ 1 == fContext.length) {
140
fContext[++
fCurrentContext
] = fNamespaceSize;
149
fNamespaceSize = fContext[
fCurrentContext
--];
162
for (int i = fNamespaceSize; i > fContext[
fCurrentContext
]; i -= 2) {
235
return (fNamespaceSize - fContext[
fCurrentContext
]) / 2;
242
return fNamespace[fContext[
fCurrentContext
] + index * 2];
[
all
...]
/external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.h
34
context_id GetCurrentContext() { return
fCurrentContext
; };
52
context_id
fCurrentContext
;
GalliumContext.cpp
48
fCurrentContext
(0)
279
context_id oldContextID =
fCurrentContext
;
295
fCurrentContext
= contextID;
375
if (!fContext[
fCurrentContext
]) {
379
if (fContext[
fCurrentContext
]->width != width
380
|| fContext[
fCurrentContext
]->height != height) {
393
assert(fContext[
fCurrentContext
]);
396
fContext[
fCurrentContext
]->width = width;
397
fContext[
fCurrentContext
]->height = height;
400
p_atomic_inc(&fContext[
fCurrentContext
]->read->stfbi->stamp)
[
all
...]
/external/cldr/tools/java/libs/
xercesImpl.jar
Completed in 1188 milliseconds