/external/python/cpython3/Lib/test/ |
D | test_winreg.py | 75 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/ |
D | test_winreg.py | 81 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/ |
D | rpc_rendezvous_mgr_test.cc | 88 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/ |
D | test_windows.py | 15 CreateKey, HKEY_CURRENT_USER, 46 subkey = CreateKey(HKEY_CURRENT_USER, key)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_runner.cc | 135 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()
|
D | rendezvous_util_test.cc | 48 return Rendezvous::CreateKey( in MakeStringKey()
|
D | kernel_benchmark_testlib.cc | 127 return Rendezvous::CreateKey(send_device, send_device_incarnation, in GetRendezvousKey()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_pooling_ops_common.h | 184 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()
|
D | mkl_slice_op.cc | 264 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()
|
D | mkl_fused_batch_norm_op.cc | 248 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()
|
D | mkl_relu_op.cc | 197 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()
|
D | mkl_conv_grad_input_ops.cc | 272 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()
|
D | mkl_conv_grad_filter_ops.cc | 332 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/ |
D | SecondPage.h | 93 CreateKey( CString & name, DWORD enabled );
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | cluster_function_library_runtime.cc | 60 const string& key = Rendezvous::CreateKey( in ConstructFunctionGraph() 105 Rendezvous::CreateKey(target, 1 /* src_incarnation */, target, in ConstructFunctionGraph()
|
/external/python/cpython2/Tools/scripts/ |
D | win_add2path.py | 30 with _winreg.CreateKey(HKCU, ENV) as key:
|
/external/python/cpython3/Tools/scripts/ |
D | win_add2path.py | 31 with winreg.CreateKey(HKCU, ENV) as key:
|
/external/tensorflow/tensorflow/core/framework/ |
D | rendezvous.h | 56 static string CreateKey(const string& src_device, uint64 src_incarnation,
|
D | rendezvous_test.cc | 40 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/ |
D | gtest-port.h | 1342 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/ |
D | gtest-port.h | 1334 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/ |
D | gtest-port.h | 1383 ThreadLocal() : key_(CreateKey()), 1385 explicit ThreadLocal(const T& value) : key_(CreateKey()), 1415 static pthread_key_t CreateKey() {
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1812 : 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/ |
D | gtest-port.h | 2171 : 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/ |
D | gtest-port.h | 2042 : key_(CreateKey()), default_factory_(new DefaultValueHolderFactory()) {} 2044 : key_(CreateKey()), 2075 static pthread_key_t CreateKey() {
|