Home
last modified time | relevance | path

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

/external/antlr/runtime/ObjC/Framework/test/runtime/misc/
DTestDictionary.m30 AMutableDictionary *testDict;
34 testDict = [AMutableDictionary newDictionary];
35 [testDict setObject:obj1 forKey:key1];
37 NSString *result = [testDict objectForKey:key1];
43 AMutableDictionary *testDict;
49 testDict = [AMutableDictionary newDictionary];
50 [testDict setObject:obj1 forKey:key1];
51 [testDict setObject:obj2 forKey:key2];
53 NSString *result = [testDict objectForKey:key1];
59 AMutableDictionary *testDict;
[all …]
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcamel_case_unittest.py24 def testDict(self): member in CamelCaseTest
/external/python/pyasn1/tests/type/
Dtest_namedval.py25 def testDict(self): member in NamedValuesCaseBase
/external/clang/test/Index/
Dfile-refs-subscripting.m29 void testDict() { function
Dannotate-subscripting.m29 void testDict() { function
Dindex-subscripting-literals.m35 void testDict() { function
/external/clang/test/PCH/
Dsubscripting-literals.m49 void testDict(NSString *key, id newObject, id oldObject) { function
/external/clang/test/SemaObjC/
Dobjc-container-subscripting.m35 void testDict() { function
/external/snakeyaml/src/test/java/org/pyyaml/
DPyRecursiveTest.java34 public void testDict() { in testDict() method in PyRecursiveTest
/external/python/cpython3/Lib/test/
Dtest_marshal.py428 def testDict(self): member in InstancingTestCase
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py826 def testDict(self): member in FunctionTest