Home
last modified time | relevance | path

Searched refs:expected_global (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_embed.py386 def get_expected_config(self, expected_core, expected_global, env): argument
388 expected_global = dict(self.DEFAULT_GLOBAL_CONFIG, **expected_global)
413 if not expected_global['Py_IsolatedFlag']:
428 for key, value in expected_global.items():
430 expected_global[key] = config[key]
431 return (expected_core, expected_global)
455 def check_config(self, testname, expected_core, expected_global): argument
470 … expected_core, expected_global = self.get_expected_config(expected_core, expected_global, env)
473 self.check_global_config(config, expected_global, env)
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dhead_test.py43 expected_global=None, argument
47 tuple([] if expected_global is None else expected_global),
200 self, expected_global=w, expected_model=w, expected_trainable=w)
312 expected_global=(
445 self, expected_global=w, expected_model=w, expected_trainable=w)
672 expected_global=(
796 self, expected_global=w, expected_model=w, expected_trainable=w)
1035 expected_global=(
1130 self, expected_global=w, expected_model=w, expected_trainable=w)
1175 expected_global=(
[all …]
/external/clang/test/CXX/temp/temp.spec/
Dcxx1y-variable-template-no-body.cpp32 namespace expected_global { namespace