Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 43) sorted by relevance

12

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dexpanded_timeline_component.ts22 Output,
144 @Output() readonly onTracePositionUpdate = new EventEmitter<TracePosition>();
145 @Output() readonly onScrollEvent = new EventEmitter<WheelEvent>();
146 @Output() readonly onTraceClicked = new EventEmitter<Trace<object>>();
147 @Output() readonly onMouseXRatioUpdate = new EventEmitter<
Dabstract_timeline_row_component.ts22 Output,
42 @Output() readonly onScrollEvent = new EventEmitter<WheelEvent>();
43 @Output() readonly onTraceClicked = new EventEmitter<Trace<object>>();
44 @Output() readonly onTracePositionUpdate = new EventEmitter<TracePosition>();
45 @Output() readonly onMouseXRatioUpdate = new EventEmitter<
/development/tools/winscope/src/viewers/viewer_search/
Dactive_search_component.ts24 Output,
149 @Output() clearQueryClick = new EventEmitter();
150 @Output() searchQueryClick = new EventEmitter<string>();
151 @Output() addQueryClick = new EventEmitter();
/development/tools/external_crates/crate_tool/src/
Dlib.rs18 use std::process::{Command, ExitStatus, Output};
66 fn run_quiet_and_expect_success(&mut self) -> Result<Output>; in run_quiet_and_expect_success() argument
69 fn run_quiet_and_expect_success(&mut self) -> Result<Output> { in run_quiet_and_expect_success() argument
93 impl SuccessOrError for Output { implementation
99 impl SuccessOrError for &Output { implementation
Dandroid_bp.rs19 process::{Command, Output},
41 pub fn run_cargo_embargo(temporary_build_path: &RootedPath) -> Result<Output> { in run_cargo_embargo() argument
60 pub fn cargo_embargo_autoconfig(path: &RootedPath) -> Result<Output> { in cargo_embargo_autoconfig() argument
/development/tools/winscope/src/viewers/components/
Dcollapsible_section_title_component.ts17 import {Component, EventEmitter, Input, Output} from '@angular/core';
50 @Output() collapseButtonClicked = new EventEmitter();
Dtree_node_component.ts22 Output,
107 @Output() readonly toggleTreeChange = new EventEmitter<void>();
108 @Output() readonly rectShowStateChange = new EventEmitter<void>();
109 @Output() readonly expandTreeChange = new EventEmitter<void>();
110 @Output() readonly pinNodeChange = new EventEmitter<UiHierarchyTreeNode>();
Dcollapsed_sections_component.ts17 import {Component, EventEmitter, Input, Output} from '@angular/core';
72 @Output() sectionChange = new EventEmitter<CollapsibleSectionType>();
Dtree_component.ts24 Output,
115 @Output() readonly highlightedChange = new EventEmitter<
118 @Output() readonly pinnedItemChange = new EventEmitter<UiHierarchyTreeNode>();
119 @Output() readonly hoverStart = new EventEmitter<void>();
120 @Output() readonly hoverEnd = new EventEmitter<void>();
121 @Output() readonly expandParent = new EventEmitter<void>();
Dsurface_flinger_property_groups_component.ts22 Output,
376 @Output() collapseButtonClicked = new EventEmitter();
Dsearch_box_component.ts17 import {Component, EventEmitter, Input, Output} from '@angular/core';
88 @Output() readonly filterChange = new EventEmitter<TextFilter>();
Dselect_with_filter_component.ts16 import {Component, EventEmitter, Input, Output} from '@angular/core';
87 @Output() readonly selectChange = new EventEmitter<MatSelectChange>();
Dproperties_component.ts22 Output,
127 @Output() collapseButtonClicked = new EventEmitter();
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
DClassSourcerTest.java51 ClassSourcer jw = new ClassSourcer(new Output(sw)); in testBaseClassSource()
81 ClassSourcer jw = new ClassSourcer(new Output(sw)); in testInnerClassSource()
109 ClassSourcer jw = new ClassSourcer(new Output(sw)); in testTemplateClassSource()
DFieldSourcerTest.java48 FieldSourcer fs = new FieldSourcer(new Output(mWriter), in testStringField()
63 FieldSourcer fs = new FieldSourcer(new Output(mWriter), in testTemplateTypeField()
DMethodSourcerTest.java33 private Output mOutput;
38 mOutput = new Output(mWriter); in setUp()
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DAnnotationSourcer.java30 private final Output mOutput;
33 public AnnotationSourcer(Output output) { in AnnotationSourcer()
37 public AnnotationSourcer(Output output, boolean isArray) { in AnnotationSourcer()
DOutput.java28 public class Output { class
39 public Output(Writer writer) { in Output() method in Output
DFieldSourcer.java32 private final Output mOutput;
38 public FieldSourcer(Output output, int access, String name, String desc, String signature) { in FieldSourcer()
DAccessSourcer.java30 private final Output mOutput;
82 public AccessSourcer(Output output) { in AccessSourcer()
/development/tools/motion/motion_test_watcher_app/src/test-list/
Dtest-list.component.ts7 Output,
30 @Output() refreshRequest = new EventEmitter<boolean>();
31 @Output() selectedGoldenChange = new EventEmitter<MotionGolden>();
/development/tools/winscope/src/app/components/
Dwdp_setup_component.ts17 import {Component, EventEmitter, Input, Output} from '@angular/core';
77 @Output() readonly retryConnection = new EventEmitter();
Dupload_traces_component.ts23 Output,
246 @Output() filesUploaded = new EventEmitter<File[]>();
247 @Output() viewTracesButtonClick = new EventEmitter<void>();
248 @Output() downloadTracesClick = new EventEmitter<void>();
Dwinscope_proxy_setup_component.ts16 import {Component, EventEmitter, Input, Output} from '@angular/core';
144 @Output() readonly retryConnection = new EventEmitter<string>();
/development/tools/mkstubs/src/com/android/mkstubs/
DSourceGenerator.java21 import com.android.mkstubs.sourcer.Output;
91 ClassVisitor javaWriter = new ClassSourcer(new Output(fw)); in visitClassSource()

12