| /packages/services/Car/cpp/security/vehicle_binding_util/src/ | 
| D | VehicleBindingUtil.cpp | 72                                   const std::vector<uint8_t>& seed) {  in setSeedVhalProperty() 87                                   std::vector<uint8_t>* seed) {  in getSeedVhalProperty() 103 BindingStatus sendSeedToVold(const Executor& executor, const std::vector<uint8_t>& seed) {  in sendSeedToVold() 162     std::vector<uint8_t> seed;  in setVehicleBindingSeed()  local
  | 
| /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ | 
| D | LatinImeStressTests.java | 31         final long seed = System.currentTimeMillis();  in testSwitchLanguagesAndInputLatinRandomCodePoints()  local 48         final long seed = System.currentTimeMillis();  in testSwitchLanguagesAndInputRandomCodePoints()  local
  | 
| D | BinaryDictionaryTests.java | 258         final long seed = System.currentTimeMillis();  in testRandomlyAddUnigramWord()  local 336         final long seed = System.currentTimeMillis();  in testRandomlyAddBigramWords()  local 476         final long seed = System.currentTimeMillis();  in testAddBigramWordsAndFlashWithGC()  local 539         final long seed = System.currentTimeMillis();  in testRandomOperationsAndFlashWithGC()  local 624         final long seed = System.currentTimeMillis();  in testAddManyUnigramsAndFlushWithGC()  local 667         final long seed = System.currentTimeMillis();  in testUnigramAndBigramCount()  local 714         final long seed = System.currentTimeMillis();  in testGetWordProperties()  local 800         final long seed = System.currentTimeMillis();  in testIterateAllWords()  local
  | 
| /packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/testmode/ | 
| D | DeterministicSecureRandom.java | 106     public void setSeed(byte[] seed) {  in setSeed() 111     public void setSeed(long seed) {  in setSeed()
  | 
| /packages/modules/NeuralNetworks/common/cpu_operations/ | 
| D | LSHProjection.cpp | 96 int runningSignBit(const RunTimeOperandInfo* input, const RunTimeOperandInfo* weight, float seed) {  in runningSignBit() 133             T seed = reinterpret_cast<T*>(hash->buffer)[i * num_bits + j];  in SparseLshProjection()  local 152             T seed = reinterpret_cast<T*>(hash->buffer)[i * num_bits + j];  in DenseLshProjection()  local
  | 
| /packages/modules/StatsD/statsd/src/ | 
| D | hash.cpp | 49 uint32_t Hash32(const char *data, size_t n, uint32_t seed) {  in Hash32() 91 uint64_t Hash64(const char* data, size_t n, uint64_t seed) {  in Hash64()
  | 
| /packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/ | 
| D | OhttpJniWrapper.java | 104             byte[] seed) {  in hpkeCtxSetupSenderWithSeed() 155             byte[] seed,  in hpkeEncrypt() 254             byte[] seed);  in hpkeCtxSetupSenderWithSeed()
  | 
| D | IOhttpJniWrapper.java | 65             byte[] seed);  in hpkeCtxSetupSenderWithSeed() 94             byte[] seed,  in hpkeEncrypt()
  | 
| /packages/modules/StatsD/statsd/src/utils/ | 
| D | ShardOffsetProvider.cpp | 30     unsigned int seed = 0;  in ShardOffsetProvider()  local
  | 
| /packages/modules/NeuralNetworks/common/random/ | 
| D | guarded_philox_random.cc | 21 void GuardedPhiloxRandom::Init(int64 seed, int64 seed2) {  in Init()
  | 
| /packages/modules/NeuralNetworks/runtime/test/specs/AIDL_V3/ | 
| D | mirror_pad.mod.py | 30 def test(name, seed, input_dims, orig_paddings, modes=[0, 1], clampReflectPadding=False):  argument
  | 
| /packages/modules/Virtualization/compos/compos_key_helper/ | 
| D | compos_key.cpp | 31 Result<Ed25519KeyPair> keyFromSeed(const Seed& seed) {  in keyFromSeed()
  | 
| D | compos_key_main.cpp | 40     Seed seed;  in getSigningKey()  local
  | 
| /packages/modules/Bluetooth/system/embdrv/lc3/src/ | 
| D | plc.c | 46     uint16_t seed = plc->seed;  in lc3_plc_synthesize()  local
  | 
| /packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/ | 
| D | Fips186_2Prf.java | 45     public byte[] getRandom(byte[] seed, int outputLenBytes) {  in getRandom()
  | 
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ | 
| D | ScanResults.java | 116     private static ScanDetail[] generateNativeResults(boolean needIE, int seed, int... freqs) {  in generateNativeResults() 149     public static ScanDetail[] generateNativeResults(int seed, int... freqs) {  in generateNativeResults()
  | 
| /packages/modules/StatsD/lib/libkll/tests/ | 
| D | compactor_stack_test.cpp | 225     uint64_t seed = 3;  in TEST_P()  local 277     uint64_t seed = rd();  in TEST_P()  local 290     uint64_t seed = rd();  in TEST_P()  local
  | 
| /packages/apps/Settings/tests/componenttests/src/com/android/settings/users/ | 
| D | UserSettingsComponentTest.java | 125         String seed = "abcdefghijklmnopqrstuvwxyABCDEFGHIJKLMNOPQSTUVWXYZ";  in gendrate_random_name()  local
  | 
| /packages/modules/Connectivity/service-t/native/libs/libnetworkstats/ | 
| D | NetworkTraceHandler.cpp | 65 void HashCombine(std::size_t& seed, const T& val, const Rest&... rest) {  in HashCombine() 83   std::size_t seed = 0;  in operator ()()  local
  | 
| /packages/apps/Gallery2/jni/filters/ | 
| D | kmeans.cc | 35         jint swidth, jint sheight, jint p, jint seed)  in JNIFUNCF()
  | 
| D | kmeans.h | 89         unsigned int seed) {  in initialPickHeuristicRandom() 210         int iterations, unsigned int seed){  in runKMeans()
  | 
| /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/ | 
| D | FusionDictionaryTest.java | 38     private void prepare(final long seed) {  in prepare()
  | 
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/search/ | 
| D | CarSettingsSearchIndexablesProviderTest.java | 298     private SearchIndexableResource makeResource(int seed) {  in makeResource() 328     private SearchIndexableRaw makeRawData(int seed) {  in makeRawData()
  | 
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/ | 
| D | MockRandom.java | 123     public synchronized void setSeed(long seed) {}  in setSeed()
  | 
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ | 
| D | ImageFilterKMeans.java | 51             int swidth, int sheight, int p, int seed);  in nativeApplyFilter()
  |