Searched defs:Stack (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java22 * Custom Stack implementation on top of an {@link ArrayList} instead of
23 * using {@link java.util.Stack} which is on top of a vector.
27 public class Stack<T> extends ArrayList<T> { class in inherits:ArrayList
31 public Stack() { method in class:Stack
35 public Stack(int size) { method in class:Stack
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp40 struct Stack { struct in namespace:aapt::xml
66 static void FinishPendingText(Stack* stack) {
77 static void AddToStack(Stack* stack, XML_Parser parser,
97 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser));
114 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser));
129 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser));
152 Stack* stac
[all...]

Completed in 2899 milliseconds