Searched refs:Output (Results 1 – 8 of 8) sorted by relevance
/tools/repohooks/ |
D | pre-upload.py | 58 class Output(object): class 281 print(Output.COLOR.color(Output.COLOR.MAGENTA, banner), file=sys.stderr) 335 output: Output, argument 461 output = Output(project_name)
|
/tools/netsim/rust/proto/src/ |
D | packet_streamer_grpc.rs | 58 F: ::std::future::Future<Output = ()> + Send + 'static, in spawn() argument
|
D | frontend_grpc.rs | 415 F: ::std::future::Future<Output = ()> + Send + 'static, in spawn() argument
|
/tools/asuite/adevice/src/ |
D | tracking.rs | 179 fn ninja_output(&self, src_root: &str, args: &[String]) -> Result<process::Output> { in ninja_output() argument 274 fn tracked_files(output: &process::Output) -> Result<Vec<String>> { in tracked_files()
|
/tools/treble/build/treble_build/local/ |
D | ninja.go | 131 out := &app.BuildCmdResult{Name: target, Output: []string{}} 134 linesToArray(s, &out.Output)
|
D | ninja_test.go | 133 res: &app.BuildCmdResult{Name: "test", Output: []string{}, Success: true}},
|
/tools/treble/build/treble_build/cmd/ |
D | main.go | 241 log.Printf("%s\n", res.Output)
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | GATT_PTS_INSTRUCTIONS | 1203 …er All Characteristics of Service Request completed successfully" in the Output Tool Window run th…
|