/external/antlr/runtime/ObjC/Framework/test/runtime/misc/ |
D | TestDictionary.m | 30 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/ |
D | retain-release-arc.m | 91 …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/ |
D | camel_case_unittest.py | 24 def testDict(self): member in CamelCaseTest
|
/external/tensorflow/tensorflow/tools/api/tests/ |
D | module_test.py | 40 def testDict(self): member in ModuleTest
|
/external/python/pyasn1/tests/type/ |
D | test_namedval.py | 25 def testDict(self): member in NamedValuesCaseBase
|
/external/clang/test/Index/ |
D | file-refs-subscripting.m | 29 void testDict() { function
|
D | annotate-subscripting.m | 29 void testDict() { function
|
D | index-subscripting-literals.m | 35 void testDict() { function
|
/external/llvm-project/clang/test/PCH/ |
D | subscripting-literals.m | 49 void testDict(NSString *key, id newObject, id oldObject) { function
|
/external/llvm-project/clang/test/Index/ |
D | file-refs-subscripting.m | 29 void testDict() { function
|
D | annotate-subscripting.m | 29 void testDict() { function
|
D | index-subscripting-literals.m | 35 void testDict() { function
|
/external/clang/test/PCH/ |
D | subscripting-literals.m | 49 void testDict(NSString *key, id newObject, id oldObject) { function
|
/external/clang/test/SemaObjC/ |
D | objc-container-subscripting.m | 35 void testDict() { function
|
/external/llvm-project/clang/test/SemaObjC/ |
D | objc-container-subscripting.m | 35 void testDict() { function
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
D | PyRecursiveTest.java | 34 public void testDict() { in testDict() method in PyRecursiveTest
|
/external/python/cpython3/Lib/test/ |
D | test_marshal.py | 458 def testDict(self): member in InstancingTestCase
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_test.py | 1402 def testDict(self): member in FunctionTest
|