/external/chromium/net/disk_cache/ |
stats_histogram.cc | 87 Histogram::Inconsistencies StatsHistogram::FindCorruption( 89 return NO_INCONSISTENCIES; // This class won't monitor inconsistencies.
|
stats_histogram.h | 46 virtual Inconsistencies FindCorruption(const SampleSet& snapshot) const;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
mcheck.h | 26 /* Return values for `mprobe': these are the kinds of inconsistencies that
|
/external/markdown/docs/ |
release-2.0.txt | 43 which has resolved many inconsistencies in Python-Markdown's parsing of the
|
/external/e2fsprogs/ |
e2fsprogs.spec | 19 checking, modifying, and correcting any inconsistencies in ext2, ext3, 21 filesystem inconsistencies after an unclean shutdown), mke2fs (used to
|
e2fsprogs.spec.in | 19 checking, modifying, and correcting any inconsistencies in ext2, ext3, 21 filesystem inconsistencies after an unclean shutdown), mke2fs (used to
|
/external/chromium/base/metrics/ |
histogram.cc | 308 Histogram::Inconsistencies Histogram::FindCorruption( 310 int inconsistencies = NO_INCONSISTENCIES; local 317 inconsistencies |= BUCKET_ORDER_ERROR; 322 inconsistencies |= RANGE_CHECKSUM_ERROR; 341 inconsistencies |= COUNT_HIGH_ERROR; 346 inconsistencies |= COUNT_LOW_ERROR; 349 return static_cast<Inconsistencies>(inconsistencies); [all...] |
histogram.h | 307 enum Inconsistencies { 434 virtual Inconsistencies FindCorruption(const SampleSet& snapshot) const;
|
/external/valgrind/main/VEX/pub/ |
libvex_guest_x86.h | 85 some ad-hoc inconsistencies to the fault-generation rules of the 86 above para, just to complicate everything. Known inconsistencies:
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestPackageResult.java | 224 * If any inconsistencies occur, logs errors and stores error messages in the metrics map
|
DeviceInfoResult.java | 288 * If any inconsistencies occur, logs errors and stores error messages in the metrics map
|
/external/chromium/chrome/browser/ |
memory_details_mac.cc | 99 // inconsistencies caused by racing. Then we run |/bin/ps| *once* to get
|
/external/e2fsprogs/e2fsck/ |
e2fsck.conf.5.in | 74 various filesystem inconsistencies.
|
/external/chromium/chrome/browser/history/ |
expire_history_backend.h | 223 // Tries to detect possible bad history or inconsistencies in the database
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
mbrtowc.m4 | 57 dnl avoid inconsistencies.
|
/external/chromium/testing/gtest/m4/ |
acx_pthread.m4 | 271 AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies])
|
/external/protobuf/gtest/m4/ |
acx_pthread.m4 | 271 AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies])
|
/external/protobuf/m4/ |
acx_pthread.m4 | 271 AC_MSG_CHECKING([whether to check for GCC pthread/shared inconsistencies])
|
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 322 # revalidate html files -- workaround for cache inconsistencies for
|
/external/jpeg/ |
jdphuff.c | 131 * Note that inter-scan inconsistencies are treated as warnings
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Utils.java | 170 // TODO: Resolve the inconsistencies between the native auto correction algorithms and
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
output.h | 371 This means that inconsistencies are the user's fault, so don't die.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
output.h | 371 This means that inconsistencies are the user's fault, so don't die.
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
output.h | 371 This means that inconsistencies are the user's fault, so don't die.
|
/external/chromium/net/base/ |
cookie_monster.h | 361 // inconsistencies. (In other words, it does not have duplicate cookies). [all...] |