/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/ |
safe_base.h | 59 * used to indicate an invalidated iterator (i.e., one that is 213 * be used to validate iterators that were invalidated before
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/ |
safe_base.h | 59 * used to indicate an invalidated iterator (i.e., one that is 213 * be used to validate iterators that were invalidated before
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_base.h | 59 * used to indicate an invalidated iterator (i.e., one that is 194 * be used to validate iterators that were invalidated before
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_base.h | 59 * used to indicate an invalidated iterator (i.e., one that is 194 * be used to validate iterators that were invalidated before
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
safe_base.h | 59 * used to indicate an invalidated iterator (i.e., one that is 194 * be used to validate iterators that were invalidated before
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
safe_base.h | 59 * used to indicate an invalidated iterator (i.e., one that is 194 * be used to validate iterators that were invalidated before
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/ |
safe_base.h | 59 * used to indicate an invalidated iterator (i.e., one that is 213 * be used to validate iterators that were invalidated before
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_base.h | 59 * used to indicate an invalidated iterator (i.e., one that is 213 * be used to validate iterators that were invalidated before
|
/external/clang/lib/StaticAnalyzer/Core/ |
ProgramState.cpp | 151 InvalidatedSymbols invalidated; local 154 invalidated, Call); 171 StoreManager::InvalidatedRegions Invalidated; 174 Call, &Invalidated); 180 &IS, Regions, Invalidated, Call); 182 return Eng->processRegionChanges(newState, &IS, Regions, Invalidated, Call);
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaImageItem.java | 305 * The beginning transition does not need to be invalidated at this time 354 * The begin transition must be invalidated if it overlaps with 369 * The end transition must be invalidated if it overlaps with 394 * The end transition must be invalidated if it overlaps with 411 * The end transition must be invalidated if it overlaps with [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
ContentCache.java | 207 Log.d(mLogTag, "============ List invalidated"); 239 * write into the cache. The token becomes invalidated by any intervening write to the cached 598 Log.d(mTokenList.mLogTag, "============ Lock invalidated " + count + 678 Log.d(mLogTag, "============ INVALIDATED BY " + operation + ": " + uri + 775 // Incremented whenever the entire cache is invalidated
|
/external/clang/test/Analysis/ |
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.
|
bstring.c | 60 // The important thing for now is that the old value has been invalidated. 180 // The important thing for now is that the old value has been invalidated. 300 // The important thing for now is that the old value has been invalidated. 411 // The important thing for now is that the old value has been invalidated.
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaControlIntent.java | 122 * the previous session is invalidated and any ongoing media playback is stopped 123 * before the requested action is performed. Any attempt to use an invalidated 125 * aggressively discard any information associated with invalidated sessions.) 129 * When this happens, any previous session is invalidated and the play action 144 * on their own. When the session is invalidated, all of its media items are also 145 * invalidated. 157 * during playback, and end in a finished, canceled, invalidated or error state. 193 * {@link MediaItemStatus#PLAYBACK_STATE_INVALIDATED invalidated}. This broadcast [all...] |
/libcore/luni/src/main/java/java/io/ |
InputStream.java | 118 * indicates how many bytes can be read before the mark is invalidated. 127 * the mark is invalidated.
|
Reader.java | 80 * indicates how many characters can be read before the mark is invalidated. 89 * invalidated.
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerManager.h | 131 /// a region containing this pointer is invalidated. 324 /// \param invalidated A set of all symbols potentially touched by the change. 329 /// \param Call The call expression wrapper if the regions are invalidated 333 const InvalidatedSymbols *invalidated,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCContainersChecker.cpp | 91 // the CFIndex parameter is passed in by value and will not be invalidated
|
/external/iproute2/doc/ |
nstat.sgml | 62 <tt/Xstat/ understands when history is invalidated by system reboot
|
/external/javassist/src/main/javassist/scopedpool/ |
SoftValueHashMap.java | 66 * Remove all invalidated entries from the map, that is, remove all entries
|
/external/llvm/docs/ |
Lexicon.rst | 70 derived pointers pose an additional hazard that they may be invalidated at
|
/external/llvm/include/llvm/Support/ |
InstIterator.h | 14 // Note that this iterator gets invalidated any time that basic blocks or
|
/external/llvm/test/Transforms/EarlyCSE/ |
basic.ll | 110 ;; Readnone functions aren't invalidated by stores.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
preserve-branchweights-switch-create.ll | 68 ;; Here "case 2" is invalidated if control is transferred through default case
|
/external/webkit/Source/WebCore/dom/ |
ScriptedAnimationController.cpp | 103 // A previous iteration may have invalidated style (or layout). Update styles for each iteration
|