Home
last modified time | relevance | path

Searched refs:test_dict (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/tools/buildgen/
Dextract_metadata_from_bazel_xml.py477 test_dict = {'build': 'test', '_TYPE': 'target'}
484 test_dict['run'] = False
491 test_dict['run'] = False
494 test_dict['uses_polling'] = False
520 test_dict['platforms'] = platforms
523 test_dict['benchmark'] = True
524 test_dict['defaults'] = 'benchmark'
528 test_dict['args'] = list(cmdline_args)
532 test_dict['gtest'] = True
535 test_dict['language'] = 'c++'
[all …]
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pipeline/parse/
Dparser_test.py333 def test_dict(): function
/third_party/python/Lib/test/
Dtest_long.py1033 test_dict = {0:0, 1:0, 2:0, 3:0, 4:0, 5:0,
1037 for k, v in test_dict.items():
Dtest_marshal.py149 def test_dict(self): member in ContainerTestCase
Dtest_compile.py1016 def test_dict(self): member in TestExpressionStackSize
Dtest_gc.py94 def test_dict(self): member in GCTests
Dtest_fstring.py1141 def test_dict(self): member in TestCase
Dtest_ast.py1335 def test_dict(self): member in ASTValidatorTests
Dtest_typing.py1750 def test_dict(self): member in GenericTests
3491 def test_dict(self): member in CollectionsAbcTests
D_test_multiprocessing.py2221 def test_dict(self): member in _TestContainers
5654 def test_dict(self): member in TestSyncManagerTypes
/third_party/libxml2/
Dtestapi.c1206 static int test_dict(void);
1259 test_ret += test_dict(); in testlibxml2()
8524 test_dict(void) { in test_dict() function
52345 if (!strcmp(module, "dict")) return(test_dict()); in test_module()