/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 "not found", 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/ |
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 | 3 // Here is a case where a pointer is treated as integer, invalidated as an
|
misc-ps-region-store-x86_64.m | 3 // 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.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSessionContext.java | 54 * exceeding the timeout are invalidated. 73 * timeout are invalidated.
|
/frameworks/base/libs/hwui/font/ |
CachedGlyphInfo.h | 28 // Has the cache been invalidated?
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Store.h | 177 /// symbols to mark the values of invalidated regions. 179 /// symbols to mark the values of invalidated regions. 183 /// globals should get invalidated. 184 /// \param[in,out] Invalidated A vector to fill with any regions being 185 /// invalidated. This should include any regions explicitly invalidated 194 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 | 33 * 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);
|
/external/chromium/chrome/browser/ui/webui/ |
theme_source_unittest.cc | 67 // invalidated that. We now just check that the image exists.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckerDocumentation.cpp | 219 /// \brief Allows tracking regions which get invalidated. 222 /// \param Invalidated A set of all symbols potentially touched by the change. 227 /// \param Call The call expression wrapper if the regions are invalidated 235 const StoreManager::InvalidatedSymbols *Invalidated,
|
/external/llvm/include/llvm/CodeGen/ |
MachineFunctionPass.h | 15 // care of declaring that no LLVM passes are invalidated.
|
/external/skia/include/views/ |
SkWindow.h | 71 // called if part of our bitmap is invalidated
|
/frameworks/base/core/java/android/text/ |
TextWatcher.java | 51 * and invalidated the offsets. But if you need to know here,
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac.h | 57 // invalidated, then the selected line is changed, then the new 58 // selected line is invalidated, then PaintUpdatesNow() is called.
|