Home
last modified time | relevance | path

Searched refs:CreateKey (Results 1 – 25 of 38) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dtest_winreg.py75 CreateKey=CreateKey): argument
78 key = CreateKey(root_key, test_key_name)
81 sub_key = CreateKey(key, subkeystr)
212 self._write_test_data(HKEY_CURRENT_USER, CreateKey=cke)
258 with CreateKey(HKEY_CURRENT_USER, test_key_name) as key:
269 with CreateKey(HKEY_CURRENT_USER,
288 with CreateKey(HKEY_CURRENT_USER, test_key_name) as key:
313 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
336 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
348 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
[all …]
/external/python/cpython2/Lib/test/
Dtest_winreg.py81 def _write_test_data(self, root_key, CreateKey=CreateKey): argument
84 key = CreateKey(root_key, test_key_name)
86 sub_key = CreateKey(key, "sub_key")
246 with CreateKey(HKEY_CURRENT_USER, test_key_name) as key:
257 with CreateKey(HKEY_CURRENT_USER,
277 with CreateKey(HKEY_CURRENT_USER, test_key_name) as key:
303 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
326 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
334 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
347 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr_test.cc88 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
108 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
142 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
173 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
/external/python/cpython3/Lib/test/test_importlib/
Dtest_windows.py15 CreateKey, HKEY_CURRENT_USER,
46 subkey = CreateKey(HKEY_CURRENT_USER, key)
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_runner.cc135 string full_key = Rendezvous::CreateKey("/device:CPU:0", 1, "/device:CPU:1", in Run()
193 Rendezvous::CreateKey("/device:CPU:0", 1, "/device:CPU:1", in Run()
Drendezvous_util_test.cc48 return Rendezvous::CreateKey( in MakeStringKey()
Dkernel_benchmark_testlib.cc127 return Rendezvous::CreateKey(send_device, send_device_incarnation, in GetRendezvousKey()
/external/tensorflow/tensorflow/core/kernels/
Dmkl_pooling_ops_common.h184 static string CreateKey(const MklPoolingParams& fwdParams) { in CreateKey() function
200 string key = CreateKey(fwdParams); in GetPoolingFwd()
205 string key = CreateKey(fwdParams); in SetPoolingFwd()
336 static string CreateKey(const MklPoolingParams& bwdParams) { in CreateKey() function
351 string key = CreateKey(bwdParams); in GetPoolingBwd()
356 string key = CreateKey(bwdParams); in SetPoolingBwd()
Dmkl_slice_op.cc264 static string CreateKey(const MklSliceParams& sliceParams) { in CreateKey() function in tensorflow::MklSlicePrimitiveFactory
294 string key = CreateKey(sliceParams); in GetReorder()
299 string key = CreateKey(sliceParams); in SetReorder()
Dmkl_fused_batch_norm_op.cc248 static string CreateKey(const MklBatchNormFwdParams& fwdParams) { in CreateKey() function in tensorflow::MklFusedBatchNormFwdPrimitiveFactory
260 string key = CreateKey(fwdParams); in GetBatchNormFwd()
266 string key = CreateKey(fwdParams); in SetBatchNormFwd()
471 static string CreateKey(const MklBatchNormBwdParams& bwdParams) { in CreateKey() function in tensorflow::MklFusedBatchNormBwdPrimitiveFactory
484 string key = CreateKey(bwdParams); in GetBatchNormBwd()
490 string key = CreateKey(bwdParams); in SetBatchNormBwd()
Dmkl_relu_op.cc197 static string CreateKey(const MklEltwiseFwdParams<T>& fwdParams, in CreateKey() function in tensorflow::MklEltwiseFwdPrimitiveFactory
212 string key = CreateKey(fwdParams, src_fmt); in GetEltwiseFwd()
218 string key = CreateKey(fwdParams, src_fmt); in SetEltwiseFwd()
415 static string CreateKey(const MklEltwiseBwdParams<T>& bwdParams, in CreateKey() function in tensorflow::MklEltwiseBwdPrimitiveFactory
433 string key = CreateKey(bwdParams, src_fmt, diff_dst_fmt); in GetEltwiseBwd()
440 string key = CreateKey(bwdParams, src_fmt, diff_dst_fmt); in SetEltwiseBwd()
Dmkl_conv_grad_input_ops.cc272 static string CreateKey(const MklConvBwdInputParams& convBwdInputDims) { in CreateKey() function in tensorflow::MklConvBwdInputPrimitiveFactory
287 string key = CreateKey(convBwdInputDims); in GetConvBwdInput()
293 string key = CreateKey(convBwdInputDims); in SetConvBwdInput()
Dmkl_conv_grad_filter_ops.cc332 static string CreateKey(const MklConvBwdFilterParams& convBwdFilterDims) { in CreateKey() function in tensorflow::MklConvBwdFilterPrimitiveFactory
349 string key = CreateKey(convBwdFilterDims); in GetConvBwdFilter()
355 string key = CreateKey(convBwdFilterDims); in SetConvBwdFilter()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DSecondPage.h93 CreateKey( CString & name, DWORD enabled );
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc60 const string& key = Rendezvous::CreateKey( in ConstructFunctionGraph()
105 Rendezvous::CreateKey(target, 1 /* src_incarnation */, target, in ConstructFunctionGraph()
/external/python/cpython2/Tools/scripts/
Dwin_add2path.py30 with _winreg.CreateKey(HKCU, ENV) as key:
/external/python/cpython3/Tools/scripts/
Dwin_add2path.py31 with winreg.CreateKey(HKCU, ENV) as key:
/external/tensorflow/tensorflow/core/framework/
Drendezvous.h56 static string CreateKey(const string& src_device, uint64 src_incarnation,
Drendezvous_test.cc40 const string key = Rendezvous::CreateKey( in TEST()
99 string s = Rendezvous::CreateKey("/job:mnist/replica:1/task:2/CPU:0", 7890, in MakeKey()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1342 ThreadLocal() : key_(CreateKey()),
1344 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1374 static pthread_key_t CreateKey() {
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1334 ThreadLocal() : key_(CreateKey()),
1336 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1366 static pthread_key_t CreateKey() {
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h1383 ThreadLocal() : key_(CreateKey()),
1385 explicit ThreadLocal(const T& value) : key_(CreateKey()),
1415 static pthread_key_t CreateKey() {
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1812 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {}
1814 : key_(CreateKey()),
1845 static pthread_key_t CreateKey() {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h2171 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {}
2173 : key_(CreateKey()),
2204 static pthread_key_t CreateKey() {
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h2042 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {}
2044 : key_(CreateKey()),
2075 static pthread_key_t CreateKey() {

12