Home
last modified time | relevance | path

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

/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.py1029 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.py1343 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()