Home
last modified time | relevance | path

Searched refs:testDict (Results 1 – 18 of 18) 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/llvm-project/clang/test/Analysis/
Dretain-release-arc.m91 …CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p…
95 return (__bridge NSDictionary *)testDict;
97 // expected-warning@-2 {{Potential leak of an object stored into 'testDict'}}
98 …// expected-note@-3 {{Object leaked: object allocated and stored into 'testDict' is returned from …
103 NSDictionary *testDict = [[NSDictionary alloc] init];
104 return testDict; // no-warning
109 …CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p…
110 return (__bridge_transfer NSDictionary *)testDict; // no-warning under ARC
118 …CFDictionaryRef testDict = CFPropertyListCreateWithData(kCFAllocatorDefault, (__bridge CFDataRef)p…
119 return testDict;
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcamel_case_unittest.py24 def testDict(self): member in CamelCaseTest
/external/tensorflow/tensorflow/tools/api/tests/
Dmodule_test.py40 def testDict(self): member in ModuleTest
/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/llvm-project/clang/test/PCH/
Dsubscripting-literals.m49 void testDict(NSString *key, id newObject, id oldObject) { function
/external/llvm-project/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/llvm-project/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.py458 def testDict(self): member in InstancingTestCase
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py1402 def testDict(self): member in FunctionTest