Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/test/
Dtest_winreg.py76 CreateKey=CreateKey): argument
79 key = CreateKey(root_key, test_key_name)
82 sub_key = CreateKey(key, subkeystr)
213 self._write_test_data(HKEY_CURRENT_USER, CreateKey=cke)
259 with CreateKey(HKEY_CURRENT_USER, test_key_name) as key:
270 with CreateKey(HKEY_CURRENT_USER,
289 with CreateKey(HKEY_CURRENT_USER, test_key_name) as key:
314 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
337 with CreateKey(HKEY_CURRENT_USER, test_key_name) as ck:
349 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.cc141 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
161 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
195 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
219 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
260 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
292 const Rendezvous::ParsedKey key = MakeKey(Rendezvous::CreateKey( in TEST_F()
311 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/kernels/mkl/
Dmkl_softmax_op.cc169 static string CreateKey(const MklSoftmaxParams& fwdParams) { in CreateKey() function in tensorflow::MklSoftmaxPrimitiveFactory
181 string key = CreateKey(fwdParams); in GetSoftmaxFwd()
186 string key = CreateKey(fwdParams); in SetSoftmaxFwd()
Dmkl_quantize_op.cc182 static string CreateKey(const memory* from, const memory* to, in CreateKey() function in tensorflow::MklReorderWithScalePrimitiveFactory
185 key_creator.AddAsKey(MklReorderPrimitiveFactory<T>::CreateKey(from, to)); in CreateKey()
200 string key = CreateKey(from, to, fwdParams); in GetReorder()
206 string key = CreateKey(from, to, fwdParams); in SetReorder()
Dmkl_pooling_ops_common.h185 static string CreateKey(const MklPoolingParams& fwdParams) { in CreateKey() function
201 string key = CreateKey(fwdParams); in GetPoolingFwd()
206 string key = CreateKey(fwdParams); in SetPoolingFwd()
330 static string CreateKey(const MklPoolingParams& bwdParams) { in CreateKey() function
345 string key = CreateKey(bwdParams); in GetPoolingBwd()
350 string key = CreateKey(bwdParams); in SetPoolingBwd()
Dmkl_matmul_ops_common.h332 static string CreateKey(const MklDnnMatMulFwdParams& mkldnn_matmul_fwd_dims) { in CreateKey() function
370 string key = CreateKey(mkldnn_matmul_fwd_dims); in GetMklDnnMatMulFwd()
376 string key = CreateKey(mkldnn_matmul_fwd_dims); in SetMklDnnMatMulFwd()
668 static string CreateKey(const MklMatMulParams& params) { in CreateKey() function
684 string key = CreateKey(params); in GetMklMatMul()
689 string key = CreateKey(params); in SetMklMatMul()
Dmkl_slice_op.cc272 static string CreateKey(const MklSliceParams& sliceParams) { in CreateKey() function in tensorflow::MklSlicePrimitiveFactory
301 string key = CreateKey(sliceParams); in GetReorder()
306 string key = CreateKey(sliceParams); in SetReorder()
Dmkl_conv_grad_input_ops.cc274 static string CreateKey(const MklConvBwdInputParams& convBwdInputDims) { in CreateKey() function in tensorflow::MklConvBwdInputPrimitiveFactory
292 string key = CreateKey(convBwdInputDims); in GetConvBwdInput()
298 string key = CreateKey(convBwdInputDims); in SetConvBwdInput()
Dmkl_relu_op.cc193 static string CreateKey(const MklEltwiseFwdParams<T>& fwdParams) { in CreateKey() function in tensorflow::MklEltwiseFwdPrimitiveFactory
205 string key = CreateKey(fwdParams); in GetEltwiseFwd()
211 string key = CreateKey(fwdParams); in SetEltwiseFwd()
405 static string CreateKey(const MklEltwiseBwdParams<T>& bwdParams) { in CreateKey() function in tensorflow::MklEltwiseBwdPrimitiveFactory
417 string key = CreateKey(bwdParams); in GetEltwiseBwd()
423 string key = CreateKey(bwdParams); in SetEltwiseBwd()
Dmkl_conv_grad_filter_ops.cc328 static string CreateKey(const MklConvBwdFilterParams& convBwdFilterDims) { in CreateKey() function in tensorflow::MklConvBwdFilterPrimitiveFactory
348 string key = CreateKey(convBwdFilterDims); in GetConvBwdFilter()
354 string key = CreateKey(convBwdFilterDims); in SetConvBwdFilter()
Dmkl_fused_batch_norm_op.cc351 static string CreateKey(const MklBatchNormFwdParams& fwdParams) { in CreateKey() function in tensorflow::MklFusedBatchNormFwdPrimitiveFactory
366 string key = CreateKey(fwdParams); in GetBatchNormFwd()
372 string key = CreateKey(fwdParams); in SetBatchNormFwd()
608 static string CreateKey(const MklBatchNormBwdParams& bwdParams) { in CreateKey() function in tensorflow::MklFusedBatchNormBwdPrimitiveFactory
623 string key = CreateKey(bwdParams); in GetBatchNormBwd()
629 string key = CreateKey(bwdParams); in SetBatchNormBwd()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_runner.cc136 string full_key = Rendezvous::CreateKey("/device:CPU:0", 1, "/device:CPU:1", in Run()
194 Rendezvous::CreateKey("/device:CPU:0", 1, "/device:CPU:1", in Run()
Drendezvous_util_test.cc48 return Rendezvous::CreateKey( in MakeStringKey()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DSecondPage.h93 CreateKey( CString & name, DWORD enabled );
/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/tpu/kernels/
Dhost_compute_ops.cc128 rendezvous_key[i] = Rendezvous::CreateKey( in ComputeAsync()
275 const string& rendezvous_key = Rendezvous::CreateKey( in Compute()
/external/skia/src/gpu/ops/
DGrTriangulatingPathRenderer.cpp306 static void CreateKey(GrUniqueKey* key, in CreateKey() function in __anona5e524290211::TriangulatingPathOp
357 CreateKey(&key, fShape, fDevClipBounds); in createNonAAMesh()
514 CreateKey(&key, fShape, fDevClipBounds); in onPrePrepareDraws()
/external/tensorflow/tensorflow/core/framework/
Drendezvous.h172 static std::string CreateKey(const std::string& src_device,
Drendezvous.cc54 string Rendezvous::CreateKey(const string& src_device, uint64 src_incarnation, in CreateKey() function in tensorflow::Rendezvous
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc91 const string& key = Rendezvous::CreateKey( in ConstructFunctionGraph()
143 Rendezvous::CreateKey(target, 1 /* src_incarnation */, target, in ConstructFunctionGraph()
/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/python/cpython3/Doc/library/
Dwinreg.rst62 .. function:: CreateKey(key, sub_key)
80 .. audit-event:: winreg.CreateKey key,sub_key,access winreg.CreateKey
82 .. audit-event:: winreg.OpenKey/result key winreg.CreateKey
112 .. audit-event:: winreg.CreateKey key,sub_key,access winreg.CreateKeyEx
482 To open the key, use the :func:`CreateKey` or :func:`OpenKey` methods.

12