/external/emma/core/java12/com/vladium/jcd/cls/ |
IConstantCollection.java | 95 * resulting object would be invalidated by simultaneous mutation to the
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
Attribute_info.java | 196 // TODO: remove this field as it is invalidated easily by most attribute mutations
|
/external/llvm/lib/CodeGen/ |
DeadMachineInstructionElim.cpp | 144 nextI = llvm::next(I); // I is invalidated by the setReg
|
/external/llvm/test/Transforms/LoopUnroll/ |
scevunroll.ll | 6 ; tests may check that SCEV is properly invalidated between passes.
|
/external/oprofile/libdb/ |
odb.h | 140 * node. Take care all node pointer can be invalidated by this call.
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebViewPrivate.idl | 203 // If rect is 0, the entire backing store will be invalidated.
|
/frameworks/base/core/java/android/preference/ |
PreferenceGroupAdapter.java | 42 * This adapter also propagates data change/invalidated notifications upward.
|
/frameworks/base/libs/hwui/ |
FontRenderer.h | 105 // Has the cache been invalidated?
|
/libcore/luni/src/main/java/java/io/ |
CharArrayReader.java | 131 * invalidated.
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertFactoryImpl.java | 750 // (mark was not set up or was invalidated, or reset to the marked 755 // position in the buffer where the mark becomes invalidated [all...] |
/libcore/luni/src/test/java/libcore/java/io/ |
OldBufferedInputStreamTest.java | 138 // Test 2: Check that mark / reset works when the mark is not invalidated.
|
OldLineNumberInputStreamTest.java | 125 // Correct; mark has been invalidated.
|
OldLineNumberReaderTest.java | 49 // The spec does not say the mark has to be invalidated
|
/libcore/support/src/test/java/tests/support/ |
Support_StringReader.java | 71 * back to the marked position provided the mark has not been invalidated.
|
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
SourceLatency.java | 302 Log.d(TAG, mSrc + ": invalidated");
|
/external/stlport/stlport/stl/debug/ |
_debug.c | 289 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) iterator used"), \ 290 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) lefthand iterator in expression"), \ 291 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) righthand iterator in expression"), \
|
/frameworks/base/core/java/android/view/ |
HardwareRenderer.java | 837 (view.mPrivateFlags & View.INVALIDATED) == View.INVALIDATED; 838 view.mPrivateFlags &= ~View.INVALIDATED; [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
hardware-accel.jd | 199 called on it. When this happens, you are relying on another view being invalidated to obtain the 216 call. Views that have not been invalidated can be redrawn simply by re-issuing the previously 431 require the view to be invalidated and redrawn. The following list of properties affect the way
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 289 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) iterator used"), \ 290 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) lefthand iterator in expression"), \ 291 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) righthand iterator in expression"), \
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
shared_ptr.h | 666 // __r._M_ptr may already have been invalidated. The _M_ptr(__r._M_ptr) 670 // in multithreaded programs __r._M_ptr may be invalidated at any point. 717 // A: Another thread may have invalidated r after the
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 666 // __r._M_ptr may already have been invalidated. The _M_ptr(__r._M_ptr) 670 // in multithreaded programs __r._M_ptr may be invalidated at any point. 717 // A: Another thread may have invalidated r after the
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 289 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) iterator used"), \ 290 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) lefthand iterator in expression"), \ 291 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) righthand iterator in expression"), \
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
shared_ptr.h | 666 // __r._M_ptr may already have been invalidated. The _M_ptr(__r._M_ptr) 670 // in multithreaded programs __r._M_ptr may be invalidated at any point. 717 // A: Another thread may have invalidated r after the
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_debug.c | 289 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) iterator used"), \ 290 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) lefthand iterator in expression"), \ 291 _STLP_STRING_LITERAL("Uninitialized or invalidated (by mutating operation) righthand iterator in expression"), \
|
/external/webkit/Source/WebKit/android/jni/ |
PictureSet.cpp | 247 // let's gather all the BucketPicture intersecting with the new invalidated 436 // We only reset a base picture if the new invalidated area entirely 440 // with the passed invalidated area (as they would need to be invalidated), 473 // let's gather all the Pictures intersecting with the new invalidated [all...] |