OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_stack
(Results
1 - 25
of
73
) sorted by null
1
2
3
/external/stlport/stlport/
stack
36
# include <stl/
_stack
.h>
/ndk/sources/cxx-stl/stlport/stlport/
stack
36
# include <stl/
_stack
.h>
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
stack
36
# include <stl/
_stack
.h>
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
stack
36
# include <stl/
_stack
.h>
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java
1247
protected int[]
_stack
= new int[_maxAncestors];
field in class:DTMDefaultBaseIterators.PrecedingIterator
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java
806
protected int[]
_stack
= new int[_maxAncestors];
field in class:SAX2DTM2.PrecedingIterator
837
final int[] stackCopy = new int[
_stack
.length];
838
System.arraycopy(
_stack
, 0, stackCopy, 0,
_stack
.length);
840
clone.
_stack
= stackCopy;
875
_stack
[index = 0] = node;
880
if (++index ==
_stack
.length)
883
System.arraycopy(
_stack
, 0, stack, 0, index);
884
_stack
= stack;
886
_stack
[index] = parent
[
all
...]
/build/core/
armelf.xsc
193
/* Adding the word ABSOLUTE below, so that the
_stack
below won't float
194
into a random section. If
_stack
is not absolutely with .stack section,
195
we saw that sometimes
_stack
got inserted into the .debug_frame section
196
because it's processed by the linker at that moment. As a result,
_stack
201
_stack
= ABSOLUTE(.);
armelf.x
191
/* Adding the word ABSOLUTE below, so that the
_stack
below won't float
192
into a random section. If
_stack
is not absolutely with .stack section,
193
we saw that sometimes
_stack
got inserted into the .debug_frame section
194
because it's processed by the linker at that moment. As a result,
_stack
199
_stack
= ABSOLUTE(.);
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xsc
194
_stack
= .;
armelf.xsw
194
_stack
= .;
armelf.x
196
_stack
= .;
armelf.xbn
196
_stack
= .;
armelf.xc
201
_stack
= .;
armelf.xn
196
_stack
= .;
armelf.xs
189
_stack
= .;
armelf.xw
201
_stack
= .;
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xsc
194
_stack
= .;
armelf.xsw
194
_stack
= .;
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.x
201
_stack
= .;
armelf.xbn
201
_stack
= .;
armelf.xc
206
_stack
= .;
armelf.xn
201
_stack
= .;
armelf.xs
194
_stack
= .;
armelf.xsc
199
_stack
= .;
armelf.xsw
199
_stack
= .;
Completed in 422 milliseconds
1
2
3