Searched refs:Output (Results 1 – 25 of 27) sorted by relevance
12
/system/timezone/input_tools/version/ |
D | tzupdate.properties | 9 # Output locations
|
/system/tools/aidl/build/ |
D | aidl_gen_rule.go | 158 Output: genDirTimestamp, 167 Output: android.PathForModuleOut(ctx, "timestamp"), // $out/timestamp 263 Output: outFile, 276 Output: outFile, 325 Output: outFile,
|
D | aidl_rust_source_provider.go | 80 Output: topLevelOutputFile,
|
D | aidl_interface_metadata_singleton.go | 148 Output: metadataPath,
|
/system/sepolicy/build/soong/ |
D | cil_compat_map.go | 127 Output: bottomHalf, 136 Output: out,
|
D | bug_map.go | 68 Output: out,
|
D | selinux_contexts.go | 315 rule.Command().Text("cp").Input(builtContext).Output(ret) 396 rule.Command().Text("cp -f").Input(input).Output(out) 442 rule.Command().Text("cp -f").Input(builtCtxFile).Output(out) 481 Output(neverallowFile). 685 rule.Command().Text("touch").Output(m.testTimestamp)
|
D | policy.go | 278 Text("> ").Output(conf) 398 Text(">> ").Output(cil) 554 cmd.Text(" > ").Output(permissiveDomains) 575 Output(out)
|
D | sepolicy_vers.go | 80 rule.Command().Text("echo").Text(ver).Text(">").Output(out)
|
D | validate_bindings.go | 92 rule.Command().Text("touch").Output(m.testTimestamp)
|
D | compat_cil.go | 88 Output: out, 241 rule.Command().Text("touch").Output(f.compatTestTimestamp).Implicits(inputs)
|
D | sepolicy_freeze.go | 153 Output(f.freezeTestTimestamp).
|
D | sepolicy_neverallow.go | 177 rule.Command().Text("touch").Output(n.testTimestamp)
|
/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/ |
D | ChreChannelOutput.java | 31 public class ChreChannelOutput implements Channel.Output {
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 141 Output: inheritanceHierarchyPath, 179 Output: outPath, 277 Output: g.genOutputs[0], 293 Output: g.genOutputs[i], 307 Output: g.genOutputs[0],
|
D | hidl_package_root.go | 85 Output: output,
|
/system/nfc/tools/casimir/src/ |
D | main.rs | 107 task: Pin<Box<dyn Future<Output = Result<()>>>>, 263 type Output = (); typedef
|
D | main-grpc.rs | 122 task: Pin<Box<dyn Future<Output = Result<()>>>>, 283 type Output = (); typedef
|
/system/security/keystore2/tests/ |
D | keystore2_client_test_utils.rs | 19 use std::process::{Command, Output}; 549 pub fn run_service_command(command: &[&str]) -> std::io::Result<Output> { in run_service_command() argument
|
/system/core/cli-test/ |
D | README.md | 72 ## Output section in cli-test
|
/system/hardware/interfaces/net/netd/1.1/ |
D | INetd.hal | 110 * @param outputIfName Output interface. For e.g. "rmnet_data7".
|
/system/tools/xsdc/build/ |
D | xsdc.go | 154 Output: output,
|
/system/apex/apexd/apexd_testdata/ |
D | Android.bp | 590 // Output the api files to a special directory that won't trigger an API 606 // Output the api files to a special directory that won't trigger an API
|
/system/extras/simpleperf/doc/ |
D | view_the_profile.md | 29 # Output all threads, broken down by threadpool.
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 117 type BoxFuture<'a, T> = std::pin::Pin<Box<dyn std::future::Future<Output = T> + Send + 'a>>;
|
12