/external/chromium_org/base/metrics/ |
histogram_delta_serialization.h | 24 // |caller_name| is string used in histograms for counting inconsistencies. 55 // Histograms to count inconsistencies in snapshots.
|
histogram_delta_serialization.cc | 41 "Histogram.Inconsistencies" + caller_name, 1, 48 "Histogram.Inconsistencies" + caller_name + "Unique", 1,
|
histogram.cc | 177 int inconsistencies = NO_INCONSISTENCIES; local 182 inconsistencies |= BUCKET_ORDER_ERROR; 187 inconsistencies |= RANGE_CHECKSUM_ERROR; 197 inconsistencies |= COUNT_HIGH_ERROR; 202 inconsistencies |= COUNT_LOW_ERROR; 205 return inconsistencies;
|
/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;
|
/external/chromium_org/v8/test/webkit/ |
flatten-dictionary-structure-from-which-all-properties-were-deleted.js | 25 "Tests that deleting all properties from an object and then flattening it doesn't cause inconsistencies."
|
flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt | 24 Tests that deleting all properties from an object and then flattening it doesn't cause inconsistencies.
|
/external/chromium_org/net/disk_cache/ |
stats_histogram.cc | 90 // This class won't monitor inconsistencies.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
mcheck.h | 26 /* Return values for `mprobe': these are the kinds of inconsistencies that
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
mcheck.h | 26 /* Return values for `mprobe': these are the kinds of inconsistencies that
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
errors.py | 60 """Internal inconsistencies or impossibilities (obviously, this
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
errors.py | 60 """Internal inconsistencies or impossibilities (obviously, this
|
/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...] |
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/ |
SetTwoMinuteAlarm.java | 118 // working around some inconsistencies in phone vs tablet UI
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
AutoCorrectionUtils.java | 107 // TODO: Resolve the inconsistencies between the native auto correction algorithms and
|
/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
|
/external/chromium/chrome/browser/ |
memory_details_mac.cc | 99 // inconsistencies caused by racing. Then we run |/bin/ps| *once* to get
|
/external/chromium_org/chrome/browser/ |
memory_details_mac.cc | 98 // inconsistencies caused by racing. Then we run |/bin/ps| *once* to get
|
/external/chromium_org/third_party/flot/ |
jquery.flot.canvas.min.js | 8 looks better, due to cross-browser canvas text inconsistencies and limitations.
|
/external/chromium_org/third_party/skia/src/core/ |
SkPoint.cpp | 99 // always perform this check in the same manner, to avoid inconsistencies
|