HomeSort by relevance Sort by last modified time
    Searched full:invalidated (Results 1 - 25 of 443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/Attr/
child-nodes-length-cache-expected.txt 1 Test for bug 19759: ChildNodeList for an attribute node is not properly invalidated after appending a child.
child-nodes-length-cache.html 34 ChildNodeList for an attribute node is not properly invalidated after appending a child.</p>
  /external/webkit/LayoutTests/fast/dom/NodeList/
invalidate-node-lists-when-parsing-expected.txt 1 This test checks to see if the DOM ContainerNode's NodeList cache is correctly invalidated when new content is parsed.
5 If the cache is not invalidated when the testElement is parsed, both before and after will be "not found", which is a failure.
invalidate-node-lists-when-parsing.html 59 <p>This test checks to see if the DOM ContainerNode's NodeList cache is correctly invalidated when new content is parsed.</p>
61 <p>If the cache is not invalidated when the testElement is parsed, both before and after will be &quot;not found&quot;, which is a failure.</p>
  /external/webkit/LayoutTests/fast/xpath/
detached-subtree-invalidate-iterator-expected.txt 1 Test that iterators are invalidated even if the original context is detached.
detached-subtree-invalidate-iterator.html 8 <p>Test that iterators are invalidated even if the original context is detached.</p>
  /external/clang/test/Analysis/
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 defined in the @implementation for MissingInvalidationMethod}
    [all...]
global-region-invalidation.c 26 // Test stdin does not get invalidated by a system call nor by an internal call.
38 // Test errno gets invalidated by a system call.
44 fscanf(stdin, "%d", &i); // errno gets invalidated here.
50 // Test that errno gets invalidated by internal calls.
56 foo(); // errno gets invalidated here.
62 // Test that const integer does not get invalidated.
misc-ps-region-store-i386.m 4 // Here is a case where a pointer is treated as integer, invalidated as an
misc-ps-region-store-x86_64.m 4 // Here is a case where a pointer is treated as integer, invalidated as an
  /frameworks/base/tests/TileBenchmark/res/values/
colors.xml 23 <!-- Invalidated region overlay in playback - start color -->
25 <!-- Invalidated region overlay in playback - stop color-->
  /external/chromium/chrome/browser/ui/cocoa/
profile_menu_button.h 21 // any of these states change then the cached image is invalidated.
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 15 // invalidated. We call an instance variable ivalidatable if it is an object of
19 // invalidated if they are being assigned 'nil' or an invalidation method has
24 // invalidated by other methods, which might or might not be called from
50 /// Check that all ivars are invalidated.
66 /// Has the ivar been invalidated?
100 /// The set of Ivars which need to be invalidated.
127 /// Mark the given ivar as invalidated.
131 /// invalidated.
135 /// it as invalidated.
139 /// if yes, marks it as invalidated
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSessionContext.java 54 * exceeding the timeout are invalidated.
73 * timeout are invalidated.
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
AbstractFsObject.java 78 * @throws IllegalStateException if this object was invalidated
92 * @throws IllegalStateException if this object was invalidated
  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 28 // Has the cache been invalidated?
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 183 /// symbols to mark the values of invalidated regions.
185 /// symbols to mark the values of invalidated regions.
189 /// globals should get invalidated.
190 /// \param[in,out] Invalidated A vector to fill with any regions being
191 /// invalidated. This should include any regions explicitly invalidated
200 InvalidatedRegions *Invalidated) = 0;
  /libcore/luni/src/main/java/java/io/
BufferedInputStream.java 56 * mark has been invalidated.
110 InputStream localIn = in; // 'in' could be invalidated by close()
175 * indicates how many bytes can be read before a mark is invalidated.
183 * invalidated.
218 // Use local refs since buf and in may be invalidated by an
230 // localBuf may have been invalidated by fillbuf
267 // Use local ref since buf may be invalidated by an unsynchronized
312 // localBuf may have been invalidated by fillbuf
350 throw new IOException("Mark has been invalidated.");
369 // Use local refs since buf and in may be invalidated by a
    [all...]
  /external/clang/test/SemaCXX/
uninit-variables.cpp 69 // Test variables getting invalidated by function calls with reference arguments
70 // *AND* there are multiple invalidated arguments.
  /external/qemu/memcheck/
memcheck_api.h 69 * 1 Address should be invalidated in TLB cache, in order to ensure that
85 * 1 Address should be invalidated in TLB cache, in order to ensure that
  /external/skia/src/gpu/
GrGeometryBuffer.h 34 * The previous content of the buffer is invalidated. It is an error
  /external/guava/guava-tests/test/com/google/common/cache/
AbstractCacheTest.java 60 final List<Object> invalidated = Lists.newArrayList(); local
74 invalidated.add(key);
80 assertEquals(toInvalidate, invalidated);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemStatus.java 31 * {@link #PLAYBACK_STATE_INVALIDATED invalidated}, and
128 * Playback state: Invalidated.
130 * Indicates that the media item was invalidated permanently and involuntarily.
131 * This state is used to indicate that the media item was invalidated and removed
132 * from the queue because the session to which it belongs was invalidated
140 * An invalidated media item cannot be resumed. To play the content again, the application
280 return "invalidated";
  /external/chromium/chrome/browser/ui/webui/
theme_source_unittest.cc 67 // invalidated that. We now just check that the image exists.
  /external/clang/docs/analyzer/
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

Completed in 1431 milliseconds

1 2 3 4 5 6 7 8 91011>>