/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/llvm/test/Transforms/LoopDistribute/ |
D | bounds-expansion-bug.ll | 14 ; can get earlier expanded values invalidated when casts are used. This test 15 ; ensure that we are not using the invalidated values. 36 ; new cast will be emitted and the old cast will get invalidated. 55 ; %0 = bitcast i32* undef to i8* <--- old, invalidated 64 ; %0 = bitcast i32* undef to i8* <--- old, invalidated
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | ShadowMap.java | 143 Map<String, ShadowInfo> invalidated = new HashMap<>(overriddenShadows); in getInvalidatedClasses() 148 ShadowInfo currentConfig = invalidated.get(className); in getInvalidatedClasses() 150 invalidated.put(className, previousConfig); in getInvalidatedClasses() 152 invalidated.remove(className); in getInvalidatedClasses() 156 HashSet<String> classNames = new HashSet<>(invalidated.keySet()); in getInvalidatedClasses()
|
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | ShadowMap.java | 187 Map<String, ShadowInfo> invalidated = new HashMap<>(overriddenShadows); in getInvalidatedClasses() 192 ShadowInfo currentConfig = invalidated.get(className); in getInvalidatedClasses() 194 invalidated.put(className, previousConfig); in getInvalidatedClasses() 196 invalidated.remove(className); in getInvalidatedClasses() 200 return invalidated.keySet(); in getInvalidatedClasses()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | AbstractCacheTest.java | 81 final List<Object> invalidated = Lists.newArrayList(); in testInvalidateAll() local 91 invalidated.add(key); in testInvalidateAll() 97 assertEquals(toInvalidate, invalidated); in testInvalidateAll()
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | AbstractCacheTest.java | 81 final List<Object> invalidated = Lists.newArrayList(); in testInvalidateAll() local 91 invalidated.add(key); in testInvalidateAll() 97 assertEquals(toInvalidate, invalidated); in testInvalidateAll()
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | dbus_std_ifaces.py | 285 invalidated = list(old_props.keys()) 287 invalidated = [] 289 self.PropertiesChanged(interface, properties, invalidated)
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 299 list_add(&entry->head, &cache->invalidated); in svga_screen_cache_add() 335 curr = cache->invalidated.next; in svga_screen_cache_flush() 337 while (curr != &cache->invalidated) { in svga_screen_cache_flush() 398 list_add(&entry->head, &cache->invalidated); in svga_screen_cache_flush() 465 list_inithead(&cache->invalidated); in svga_screen_cache_init()
|
D | svga_screen_cache.h | 123 struct list_head invalidated; member
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 84 batch->invalidated |= FD_BUFFER_DEPTH; in batch_draw_tracking() 99 batch->invalidated |= FD_BUFFER_STENCIL; in batch_draw_tracking() 121 batch->invalidated |= PIPE_CLEAR_COLOR0 << i; in batch_draw_tracking() 207 batch->restore |= restore_buffers & (FD_BUFFER_ALL & ~batch->invalidated); in batch_draw_tracking() 363 batch->invalidated |= cleared_buffers; in batch_clear_tracking()
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | dom-tree.ll | 3 ; Checks that the dom tree is properly invalidated after an operation that will 4 ; invalidate it in CodeGenPrepare. If the domtree isn't properly invalidated,
|
/external/rust/crates/protobuf/src/reflect/message/ |
D | is_initialized_is_always_true.rs | 55 let mut invalidated: HashSet<usize> = HashSet::new(); in compute_is_initialized_is_always_true() localVariable 68 if !invalidated.insert(i) { in compute_is_initialized_is_always_true()
|
/external/libwebsockets/READMEs/ |
D | README.routing.md | 37 the connection is invalidated and closed. Similarly, if we are 39 without a net route match are invalidated. However connections with
|
/external/autotest/client/site_tests/autoupdate_InvalidateSuccessfulUpdate/ |
D | control | 17 that DUT invalidated the update by looking at state and boot priority.
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2022-030.md | 7 … a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user c…
|
D | tfsa-2022-033.md | 7 … a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user c…
|
D | tfsa-2021-041.md | 33 that the number of elements is exactly 1 will be invalidated and this would
|
/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/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.invalidate.txt | 30 + Texture lookups from partially invalidated texture attachment
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SubEngine.h | 134 const InvalidatedSymbols *invalidated,
|
/external/llvm/test/Feature/OperandBundles/ |
D | dse.ll | 61 ; the calling function body will be invalidated in that case, the calling
|