/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/ |
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.
|
/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...] |
FilterInputStream.java | 69 * indicates how many bytes can be read before the mark is invalidated. 77 * the mark is invalidated.
|
FilterReader.java | 63 * indicates how many bytes can be read before the mark is invalidated. 71 * the mark is invalidated.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
Store.h | 178 /// symbols to mark the values of invalidated regions. 180 /// symbols to mark the values of invalidated regions. 184 /// are invalidated as well. 186 /// invalidated. This should include any regions explicitly invalidated 194 InvalidatedRegions *Invalidated) = 0;
|
/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/chromium/chrome/browser/ui/webui/ |
theme_source_unittest.cc | 67 // invalidated that. We now just check that the image exists.
|
/external/llvm/include/llvm/CodeGen/ |
MachineFunctionPass.h | 15 // care of declaring that no LLVM passes are invalidated.
|
/external/skia/gpu/include/ |
GrGeometryBuffer.h | 46 * The previous content of the buffer is invalidated. It is an error
|
/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.
|
/external/chromium/chrome/browser/ |
spellcheck_host.h | 43 // the instance can be invalidated during the browser's lifecycle.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SDNodeDbgValue.h | 105 // setIsInvalidated / isInvalidated - Setter / getter of the "Invalidated"
|
/external/skia/include/views/ |
SkWindow.h | 76 // called if part of our bitmap is invalidated
|