HomeSort by relevance Sort by last modified time
    Searched refs:key_prefix (Results 1 - 10 of 10) sorted by null

  /external/autotest/client/site_tests/platform_AesThroughput/
platform_AesThroughput.py 45 key_prefix = 'bytes_per_sec_' + name + type + '_blocksz_'
47 keys = [key_prefix+k for k in keys]
  /system/tpm/attestation/server/
key_store.h 52 // Deletes key data for all keys identified by |key_prefix| and by |username|
55 const std::string& key_prefix) = 0;
pkcs11_key_store.h 60 const std::string& key_prefix) override;
97 // object identified by |object_handle| if |key_name| matches |key_prefix|.
100 const std::string& key_prefix,
mock_key_store.h 46 const std::string& key_prefix));
pkcs11_key_store.cc 195 const std::string& key_prefix) {
208 session.handle(), key_prefix);
548 const std::string& key_prefix,
551 if (base::StartsWith(key_name, key_prefix, base::CompareCase::SENSITIVE)) {
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
aware_test_utils.py 290 def extract_stats(ad, data, results, key_prefix, log_prefix):
298 key_prefix: A string prefix to use for the dict keys storing the
305 results['%snum_samples' % key_prefix] = num_samples
316 results['%smin' % key_prefix] = data_min
317 results['%smax' % key_prefix] = data_max
318 results['%smean' % key_prefix] = data_mean
319 results['%scdf' % key_prefix] = data_cdf
320 results['%scdf_decile' % key_prefix] = data_cdf_decile
321 results['%sraw_data' % key_prefix] = data
325 results['%sstdev' % key_prefix] = data_stde
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.h 47 // `rendezvous`. `key_prefix` is used as a prefix for the keys sent to the
54 const string& key_prefix, int64 src_incarnation,
63 // `source_device`) using `rendezvous`. Uses `key_prefix` to construct the
70 const string& key_prefix, int64 src_incarnation, int64 num_tensors,
process_function_library_runtime.cc 76 const string& key_prefix, int64 src_incarnation,
82 string name = strings::StrCat(key_prefix, i);
95 const string& key_prefix, int64 src_incarnation, int64 num_tensors,
101 string name = strings::StrCat(key_prefix, i);
  /external/tensorflow/tensorflow/core/kernels/
sendrecv_ops.cc 35 static void GetRendezvousKey(const string& key_prefix,
38 strings::StrAppend(key, key_prefix, ";", frame_iter.frame_id, ":",
  /tools/test/connectivity/acts/tests/google/wifi/aware/performance/
LatencyTest.py 148 key_prefix="",
230 key_prefix="",
312 key_prefix="",
418 key_prefix="",
425 key_prefix="",
629 key_prefix="",

Completed in 295 milliseconds