Home
last modified time | relevance | path

Searched defs:ActionNode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go261 type ActionNode struct { struct
262 NodeType
263 Pos
264 tr *Tree
265 Line int // The line number in the input. Deprecated: Kept for compatibility.
266 Pipe *PipeNode // The pipeline in the action.
273 func (a *ActionNode) String() string {
279 func (a *ActionNode) writeTo(sb *strings.Builder) {
285 func (a *ActionNode) tree() *Tree {
289 func (a *ActionNode) Copy() Node {
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DActionSchedule.java665 /* package */ static final class ActionNode implements Runnable { class in ActionSchedule
682 public ActionNode(Action action, long delayMs) { in ActionNode() method in ActionSchedule.ActionNode
692 public ActionNode(Action action, long delayMs, long repeatIntervalMs) { in ActionNode() method in ActionSchedule.ActionNode
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DActionSchedule.java667 /* package */ static final class ActionNode implements Runnable { class in ActionSchedule
684 public ActionNode(Action action, long delayMs) { in ActionNode() method in ActionSchedule.ActionNode
694 public ActionNode(Action action, long delayMs, long repeatIntervalMs) { in ActionNode() method in ActionSchedule.ActionNode