/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/asm/internal/lex/ |
D | stack.go | 15 type Stack struct { struct 16 tr []TokenReader 20 func (s *Stack) Push(tr TokenReader) { 24 func (s *Stack) Next() ScanToken { 36 func (s *Stack) Text() string { 40 func (s *Stack) File() string { 44 func (s *Stack) Base() *src.PosBase { 48 func (s *Stack) SetBase(base *src.PosBase) { 52 func (s *Stack) Line() int { 56 func (s *Stack) Col() int { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/trace/ |
D | gstate.go | 93 func (gs *gState[R]) augmentName(stk trace.Stack) { 122 func (gs *gState[R]) setStartCause(ts trace.Time, name string, resource uint64, stack trace.Stack) { 130 func (gs *gState[R]) created(ts trace.Time, creator R, stack trace.Stack) { 164 func (gs *gState[R]) syscallBegin(ts trace.Time, resource R, stack trace.Stack) { 203 func (gs *gState[R]) blockedSyscallEnd(ts trace.Time, stack trace.Stack, ctx *traceContext) { 217 func (gs *gState[R]) unblock(ts trace.Time, stack trace.Stack, resource R, ctx *traceContext) { 248 func (gs *gState[R]) block(ts trace.Time, stack trace.Stack, reason string, ctx *traceContext) { 254 func (gs *gState[R]) stop(ts trace.Time, stack trace.Stack, ctx *traceContext) { 326 func (gs *gState[R]) rangeBegin(ts trace.Time, name string, stack trace.Stack) { 351 func (gs *gState[R]) rangeEnd(ts trace.Time, name string, stack trace.Stack, ctx *traceContext) { [all …]
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | stack.rs | 43 pub struct Stack<T: Stackable>(*mut T::StackType); struct 45 unsafe impl<T: Stackable + Send> Send for Stack<T> {} implementation 46 unsafe impl<T: Stackable + Sync> Sync for Stack<T> {} implementation 48 impl<T> fmt::Debug for Stack<T> implementation 57 impl<T: Stackable> Drop for Stack<T> { implementation 66 impl<T: Stackable> Stack<T> { impl 76 impl<T: Stackable> iter::IntoIterator for Stack<T> { implementation 90 impl<T: Stackable> AsRef<StackRef<T>> for Stack<T> { implementation 96 impl<T: Stackable> Borrow<StackRef<T>> for Stack<T> { implementation 102 impl<T: Stackable> ForeignType for Stack<T> { implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower-layer/src/ |
D | stack.rs | 6 pub struct Stack<Inner, Outer> { struct 11 impl<Inner, Outer> Stack<Inner, Outer> { argument 18 impl<S, Inner, Outer> Layer<S> for Stack<Inner, Outer> implementation 32 impl<Inner, Outer> fmt::Debug for Stack<Inner, Outer> implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/ |
D | stack.rs | 17 pub struct Stack<T: Clone> { struct 19 cache: Vec<T>, 43 impl<T: Clone> Default for Stack<T> { implementation 49 impl<T: Clone> Stack<T> { impl 137 impl<T: Clone> Index<Range<usize>> for Stack<T> { implementation
|
/aosp_15_r20/external/ruy/ruy/profiler/ |
H A D | instrumentation.h | 93 struct Stack { struct 101 int GetBufferSize(const Stack& stack); argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/ |
H A D | stack.rs | 26 pub struct Stack { struct 32 impl Stack { impl 320 impl Default for Stack { implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/ |
D | stacks.go | 40 type Stack struct { struct 41 Value int64 // Total value for all samples of this stack. 42 Sources []int // Indices in StackSet.Sources (callers before callees). 76 Stack int // Index in StackSet.Stacks member
|
/aosp_15_r20/frameworks/base/tools/aapt2/xml/ |
H A D | XmlDom.cpp | 42 struct Stack { struct 43 std::unique_ptr<xml::Element> root; 44 std::stack<xml::Element*> node_stack; 45 std::unique_ptr<xml::Element> pending_element; 46 std::string pending_comment; 47 std::unique_ptr<xml::Text> last_text_node;
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | Stack.java | 27 public class Stack<T> extends ArrayList<T> { class 31 public Stack() { in Stack() method in Stack 35 public Stack(int size) { in Stack() method in Stack
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/ |
D | event.go | 262 type Stack struct { struct 263 table *evTable 264 id stackID 268 func (s Stack) Frames(yield func(f StackFrame) bool) bool { 402 func (e Event) Stack() Stack { func
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/ |
H A D | KernelFunction.cpp | 13 void fallthrough_kernel(OperatorKernel*, const OperatorHandle&, DispatchKeySet, Stack*) { in fallthrough_kernel() argument 22 …ambiguous_autogradother_kernel(OperatorKernel*, const OperatorHandle& op, DispatchKeySet, Stack*) { in ambiguous_autogradother_kernel() argument 35 void named_not_supported_kernel(OperatorKernel*, const OperatorHandle& op, DispatchKeySet, Stack*) { in named_not_supported_kernel() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profilerecord/ |
D | profilerecord.go | 12 Stack []uintptr member 18 Stack []uintptr member 27 Stack []uintptr member
|
/aosp_15_r20/external/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.h | 23 SymbolizedStack *Stack; variable 32 : Stack(Stack) {} in Stack() argument 73 Location(const SymbolizedStackHolder &Stack) : in Location()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 300 PragmaStack<StringLiteral *> *Stack = in ActOnPragmaMSSeg() local 409 VisStack *Stack = static_cast<VisStack*>(VisContext); in AddPushedVisibilityAttribute() local 431 VisStack *Stack = static_cast<VisStack*>(S.VisContext); in PushPragmaVisibility() local 480 VisStack *Stack = static_cast<VisStack*>(VisContext); in PopPragmaVisibility() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/time/ |
D | delay_queue.rs | 404 struct Stack<T> { struct 406 head: Option<Key>, 407 _p: PhantomData<fn() -> T>, 1201 impl<T> wheel::Stack for Stack<T> { implementation 1291 impl<T> Default for Stack<T> { implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | SyncDependenceAnalysis.cpp | 159 static void computeStackPO(BlockStack &Stack, const LoopInfo &LI, Loop *Loop, in computeStackPO() 215 BlockStack Stack; in computeTopLevelPO() local 224 std::vector<const BasicBlock *> Stack; in computeLoopPO() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Stack.java | 50 public class Stack<E> extends Vector<E> { class 54 public Stack() { in Stack() method in Stack
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | Stack.java | 50 public class Stack<E> extends Vector<E> { class 54 public Stack() { in Stack() method in Stack
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Stack.java | 50 public class Stack<E> extends Vector<E> { class 54 public Stack() { in Stack() method in Stack
|
/aosp_15_r20/system/memory/libmemunreachable/ |
D | PtracerThread.cpp | 40 class Stack { class 42 explicit Stack(size_t size) : size_(size) { in Stack() function in android::Stack
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 78 SmallVector<StackLevel, 4> Stack; in readFromBlob() local 183 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/ |
D | pprof.go | 394 func (x stackProfile) Stack(i int) []uintptr { return x[i] } func 403 Stack(i int) []uintptr methodSpec 810 func (p *runtimeProfile) Stack(i int) []uintptr { return p.stk[i].Stack } func
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | lib.rs | 258 pub struct Stack {} struct 260 impl Stack { impl
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
H A D | tf_side_effects.h | 30 struct Stack : ::mlir::SideEffects::Resource::Base<Stack> { struct 31 StringRef getName() final { return "Stack"; } in getName() argument
|