Searched refs:v0 (Results 1 – 8 of 8) sorted by relevance
/system/tools/hidl/build/ |
D | go.mod | 4 android/soong v0.0.0 5 github.com/google/blueprint v0.0.0 9 golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect 10 google.golang.org/protobuf v0.0.0 // indirect 13 replace google.golang.org/protobuf v0.0.0 => ../../../../external/golang-protobuf 15 replace github.com/google/blueprint v0.0.0 => ../../../../build/blueprint 17 replace android/soong v0.0.0 => ../../../../build/soong 22 replace github.com/google/go-cmp v0.5.5 => ../../../../external/go-cmp 25 exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
/system/sepolicy/build/soong/ |
D | go.mod | 4 android/soong v0.0.0 5 github.com/google/blueprint v0.0.0 6 golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect 9 replace android/soong v0.0.0 => ../../../../build/soong 11 replace google.golang.org/protobuf v0.0.0 => ../../../../external/golang-protobuf 13 replace github.com/google/blueprint v0.0.0 => ../../../../build/blueprint 18 replace github.com/google/go-cmp v0.5.5 => ../../../../external/go-cmp 21 exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
D | go.sum | 1 golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNv… 2 golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYF…
|
/system/tools/aidl/build/ |
D | go.mod | 4 android/soong v0.0.0 5 github.com/google/blueprint v0.0.0 8 replace android/soong v0.0.0 => ../../../../build/soong 10 replace google.golang.org/protobuf v0.0.0 => ../../../../external/golang-protobuf 12 replace github.com/google/blueprint v0.0.0 => ../../../../build/blueprint 17 replace github.com/google/go-cmp v0.5.5 => ../../../../external/go-cmp 20 exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
/system/security/keystore2/src/ |
D | boot_level_keys.rs | 304 let v0 = blkc.aes_key(0).unwrap().unwrap(); in test_output_is_consistent() localVariable 306 assert_eq!(Some(&v0), blkc.aes_key(0)?.as_ref()); in test_output_is_consistent()
|
D | km_compat.rs | 583 let v0 = Keymaster::new(sec_level); in test_keymaster_emulation_required() localVariable 584 let got = v0.emulation_required(¶ms, &KeyImportData::None); in test_keymaster_emulation_required()
|
/system/extras/simpleperf/testdata/ |
D | proguard_mapping.txt | 36 158:161:void onResume() -> v0
|
/system/keymint/tests/src/ |
D | lib.rs | 359 let v0 = vec![0x00, 0x00, 0x00, 0x00]; in test_ckdf() localVariable 364 let result = kdf.ckdf(&key.into(), label, &[&v0, &v1, &v2, &v3], 32).unwrap(); in test_ckdf()
|