/aosp_15_r20/packages/services/Car/cpp/security/vehicle_binding_util/tests/ |
D | VehicleBindingUtilTest.cpp | 224 constexpr char SEED[SEED_BYTE_SIZE] = "Seed Value Here"; in TEST_F() local 243 const auto SEED = toVector("16 bytes of seed"); in TEST_F() local 251 const auto SEED = toVector("abcdefghijklmnop"); in TEST_F() local 259 const auto SEED = toVector("1123581321345589"); in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/fxhash/ |
D | lib.rs | 50 const SEED: usize = SEED32 as usize; constant 52 const SEED: usize = SEED64 as usize; constant
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/sym/ |
H A D | TestSymbolTables.java | 48 final int SEED = 33333; in testSyntheticWithBytesNew() local 75 final int SEED = 33333; in testThousandsOfSymbolsWithChars() local 107 final int SEED = 33333; in testThousandsOfSymbolsWithNew() local
|
H A D | TestSymbolsWithMediaItem.java | 37 final int SEED = 33333; in testSmallSymbolSetWithBytes() local 68 final int SEED = 33333; in testSmallSymbolSetWithChars() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/benches/ |
H A D | lib.rs | 29 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/benches/ |
H A D | lib.rs | 29 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/benches/ |
H A D | lib.rs | 29 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/benches/ |
H A D | lib.rs | 29 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/benches/ |
H A D | lib.rs | 29 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/ |
H A D | lib.rs | 33 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/benches/ |
H A D | lib.rs | 33 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/ |
H A D | lib.rs | 33 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/ |
H A D | lib.rs | 33 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/ |
H A D | lib.rs | 33 const SEED: [u8; 16] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]; in bench_rng() constant
|
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/hash/ |
H A D | farmhash.cc | 1586 #define SEED CreateSeed(offset, -1) macro 3206 #define SEED CreateSeed(offset, -1) macro 4098 #define SEED CreateSeed(offset, -1) macro 5354 #define SEED CreateSeed(offset, -1) macro 6246 #define SEED CreateSeed(offset, -1) macro 7138 #define SEED CreateSeed(offset, -1) macro
|
/aosp_15_r20/external/libtextclassifier/native/utils/hash/ |
H A D | farmhash.cc | 1588 #define SEED CreateSeed(offset, -1) macro 3208 #define SEED CreateSeed(offset, -1) macro 4100 #define SEED CreateSeed(offset, -1) macro 5356 #define SEED CreateSeed(offset, -1) macro 6248 #define SEED CreateSeed(offset, -1) macro 7140 #define SEED CreateSeed(offset, -1) macro
|
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/crypto/ |
D | Fips186_2PrfTest.java | 38 private static final String SEED = "bd029bbe7f51960bcf9edb2b61f06f0feb5a38b6"; field in Fips186_2PrfTest
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/telemetry/publisher/ |
D | HashUtils.java | 37 private static final long SEED = 0xDECAFCAFFEL; field in HashUtils
|
/aosp_15_r20/external/llvm-libc/test/src/stdlib/ |
H A D | rand_test.cpp | 34 const unsigned int SEED = 12344321; in TEST() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ipc/semop/ |
H A D | semop04.c | 28 #define SEED 123 macro
|
/aosp_15_r20/system/media/audio_utils/benchmarks/ |
H A D | intrinsic_benchmark.cpp | 44 constexpr std::minstd_rand::result_type SEED = 42; // arbitrary choice. in BM_Intrinsic() local
|
/aosp_15_r20/external/aws-eventstream-java/src/test/java/software/amazon/eventstream/ |
H A D | MessageTest.java | 85 long SEED = 8912374098123423L; in generativeTest() local
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMHmacSharingParameters.java | 31 public static final byte SEED = 0x00; field in KMHmacSharingParameters
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMHmacSharingParameters.java | 31 public static final byte SEED = 0x00; field in KMHmacSharingParameters
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/api/ |
H A D | Jazzer.java | 98 public static final int SEED = getLibFuzzerSeed(); field in Jazzer
|