/external/clang/test/Analysis/ |
D | objc_invalidation.m | 85 // Ivars invalidated by the partial invalidator. 176 // expected-warning@-2 {{Instance variable Ivar1 needs to be invalidated}} 177 // expected-warning@-3 {{Instance variable MultipleProtocols needs to be invalidated}} 178 // expected-warning@-4 {{Instance variable MultInheritance needs to be invalidated}} 179 // expected-warning@-5 {{Property SynthIvarProp needs to be invalidated or set to nil}} 180 // expected-warning@-6 {{Instance variable _Ivar3 needs to be invalidated}} 181 // expected-warning@-7 {{Instance variable _Ivar4 needs to be invalidated}} 182 // expected-warning@-8 {{Instance variable Ivar5 needs to be invalidated or set to nil}} 183 // expected-warning@-9 {{Instance variable Ivar13 needs to be invalidated or set to nil}} 254 // expected-warning@-2 {{Property foobar15_warn needs to be invalidated; no invalidation method is … [all …]
|
D | misc-ps-region-store-i386.m | 4 // Here is a case where a pointer is treated as integer, invalidated as an
|
D | misc-ps-region-store-x86_64.m | 4 // Here is a case where a pointer is treated as integer, invalidated as an
|
D | retain-release-region-store.m | 140 // the reference count of a tracked region that was itself invalidated. 244 // The ivar binding for tc->myIvar gets invalidated. 249 // The ivar binding for tc->myIvar gets invalidated.
|
D | misc-ps-region-store.m | 60 // Check our handling of fields being invalidated by function calls. 186 // Bit-fields of a struct should be invalidated when blasting the entire 262 // <rdar://problem/6914474> - Check that 'x' is invalidated because its 471 // PR 3135 - Test case that shows that a variable may get invalidated when its 568 // The call to 'bar' might cause 'q' to be invalidated. 574 // 'q' to possibly be invalidated. 589 // The call to 'bar' might cause 'q' to be invalidated. 599 // Test that the value of 'x' is considered invalidated after the block 635 // Show that we handle static variables also getting invalidated. 903 // Previously 'f' was not properly invalidated, causing the use of
|
/external/chromium_org/cc/resources/ |
D | picture_pile.cc | 169 bool invalidated = false; in Update() local 185 invalidated = picture_it->second.Invalidate(frame_number) || invalidated; in Update() 218 return invalidated; in Update()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | AbstractCacheTest.java | 60 final List<Object> invalidated = Lists.newArrayList(); in testInvalidateAll() local 74 invalidated.add(key); in testInvalidateAll() 80 assertEquals(toInvalidate, invalidated); in testInvalidateAll()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | schema2.test | 21 # executed, all pre-compiled statements are invalidated. An attempt 22 # to execute an invalidated statement always returns SQLITE_SCHEMA. 142 # Tests 5.1 to 5.4 check that prepared statements are invalidated when 169 # Tests 6.* check that prepared statements are invalidated when 189 # Tests 7.* check that prepared statements are invalidated when 212 # Tests 8.1 and 8.2 check that prepared statements are invalidated when
|
D | schema.test | 20 # executed, all pre-compiled statements are invalidated. An attempt 21 # to execute an invalidated statement always returns SQLITE_SCHEMA. 141 # Tests 5.1 to 5.4 check that prepared statements are invalidated when 168 # Tests 6.* check that prepared statements are invalidated when 188 # Tests 7.* check that prepared statements are invalidated when 211 # Tests 8.1 and 8.2 check that prepared statements are invalidated when
|
D | tkt1644.test | 40 # It will continue to point to T1 unless the cache is invalidated when 59 # Create a temp table T1. Make sure the cache is invalidated so that
|
D | shared2.test | 27 # cursors are correctly invalidated. Test on both table and index btrees.
|
/external/skia/src/gpu/ |
D | GrResourceCache.cpp | 304 SkTDArray<GrResourceInvalidatedMessage> invalidated; in purgeInvalidated() local 305 fInvalidationInbox.poll(&invalidated); in purgeInvalidated() 307 for (int i = 0; i < invalidated.count(); i++) { in purgeInvalidated() 315 GrResourceEntry* entry = fCache.find(invalidated[i].key, GrTFindUnreffedFunctor()); in purgeInvalidated()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrResourceCache.cpp | 304 SkTDArray<GrResourceInvalidatedMessage> invalidated; in purgeInvalidated() local 305 fInvalidationInbox.poll(&invalidated); in purgeInvalidated() 307 for (int i = 0; i < invalidated.count(); i++) { in purgeInvalidated() 315 GrResourceEntry* entry = fCache.find(invalidated[i].key, GrTFindUnreffedFunctor()); in purgeInvalidated()
|
/external/chromium_org/ppapi/api/ |
D | ppp_graphics_3d.idl | 22 * Called when the OpenGL ES window is invalidated and needs to be repainted.
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 64 invalidated, all the instance variables must be invalidated as well. However, 91 its *contents* must also be transitively invalidated. (For example, if a region 92 'p' of type 'int **' is invalidated, the contents of '*p' and '**p' may have
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SubEngine.h | 116 const InvalidatedSymbols *invalidated,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 157 InvalidatedSymbols invalidated; in invalidateRegions() local 160 invalidated, Call, ConstValues); in invalidateRegions() 175 InvalidatedSymbols invalidated; in invalidateRegions() local 178 invalidated, Call, ConstValues); in invalidateRegions()
|
D | CheckerManager.cpp | 472 const InvalidatedSymbols *invalidated, in runCheckersForRegionChanges() argument 481 state = RegionChangesCheckers[i].CheckFn(state, invalidated, in runCheckersForRegionChanges()
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | statetracker.py | 237 self.invalidated = False 246 self.invalidated = True 250 return self.invalidated
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
D | statetracker.py | 237 self.invalidated = False 246 self.invalidated = True 250 return self.invalidated
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | parallel-loops-after-reg2mem.ll | 6 ; The parallel loop has been invalidated by the new memory accesses introduced
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 296 const InvalidatedSymbols *invalidated, in _checkRegionChanges() argument 300 return ((const CHECKER *)checker)->checkRegionChanges(state, invalidated, in _checkRegionChanges()
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | basic.ll | 110 ;; Readnone functions aren't invalidated by stores.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-branchweights-switch-create.ll | 68 ;; Here "case 2" is invalidated if control is transferred through default case
|
/external/iproute2/doc/ |
D | nstat.sgml | 62 <tt/Xstat/ understands when history is invalidated by system reboot
|