/libcore/luni/src/main/java/java/io/ |
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.
|
LineNumberInputStream.java | 81 * indicates how many bytes can be read before the mark is invalidated. 91 * the mark is invalidated.
|
LineNumberReader.java | 75 * indicates how many characters can be read before the mark is invalidated. 83 * before the mark is invalidated.
|
/external/chromium/chrome/browser/ |
spellcheck_host.h | 43 // the instance can be invalidated during the browser's lifecycle.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ExprInspectionChecker.cpp | 36 // (globals should not be invalidated, etc), hence the use of evalCall.
|
/external/clang/test/Analysis/ |
array-struct.c | 138 // Test if the array is correctly invalidated.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SDNodeDbgValue.h | 105 // setIsInvalidated / isInvalidated - Setter / getter of the "Invalidated"
|
/external/okhttp/src/main/java/libcore/net/http/ |
AbstractHttpInputStream.java | 33 * invalidated.
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
ProxyInstance.h | 90 // If the instance proxy was invalidated, just return a null reply.
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
updatechangelogswithreviewer.py | 74 # Tell the world that we just changed something on disk so that the cached diff is invalidated.
|
/frameworks/support/v4/java/android/support/v4/app/ |
ActivityCompat.java | 55 * If this method returns true the options menu was successfully invalidated.</p>
|
/libcore/luni/src/main/java/libcore/net/http/ |
AbstractHttpInputStream.java | 33 * invalidated.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArray.java | 78 * {@link #getMaxLocals} and (b) the next index gets invalidated 80 * local contains a category-2 value, then it too is invalidated by
|
/external/astl/include/ |
list | 190 // Removes first element. Invalidated the iterators/references to begin. 193 // Removes last element. Invalidated the iterators/references to
|
/frameworks/base/core/java/android/view/ |
ActionMode.java | 222 * and any time the {@link ActionMode} is invalidated</li> 242 * Called to refresh an action mode's action menu whenever it is invalidated.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
FastScrollingIndexCache.java | 42 * All the content will be invalidated when the provider detects an operation that could potentially 246 Log.v(TAG, "Invalidated");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/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++/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
|
/external/clang/lib/StaticAnalyzer/Core/ |
ProgramState.cpp | 150 StoreManager::InvalidatedSymbols invalidated; local 152 invalidated, Call); 167 StoreManager::InvalidatedRegions Invalidated; 170 Call, &Invalidated); 172 return Eng->processRegionChanges(newState, &IS, Regions, Invalidated, Call);
|