Home
last modified time | relevance | path

Searched refs:test_dictionary (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGenObjC/
Darc-literals.m72 // CHECK-LABEL: define void @test_dictionary
73 void test_dictionary(id k1, id o1, id k2, id o2) { function
/external/python/cpython3/Lib/test/
Dtest_zlib.py510 def test_dictionary(self): member in CompressObjectTestCase