HomeSort by relevance Sort by last modified time
    Searched refs:inconsistencies (Results 1 - 25 of 26) sorted by null

1 2

  /external/libchrome/base/metrics/
histogram_snapshot_manager.h 68 // The set of inconsistencies (flags) already seen for the histogram.
70 uint32_t inconsistencies = 0; member in struct:base::HistogramSnapshotManager::SampleInfo
histogram_snapshot_manager.cc 83 const uint32_t old_corruption = sample_info->inconsistencies;
86 sample_info->inconsistencies |= corruption;
histogram.cc 332 int inconsistencies = NO_INCONSISTENCIES; local
337 inconsistencies |= BUCKET_ORDER_ERROR;
342 inconsistencies |= RANGE_CHECKSUM_ERROR;
352 inconsistencies |= COUNT_HIGH_ERROR;
357 inconsistencies |= COUNT_LOW_ERROR;
360 return inconsistencies;
    [all...]
  /external/llvm/test/MC/Mips/
module-softfloat.s 20 # command line options and any inconsistencies reported via a warning.
nooddspreg-error.s 14 # command line options and any inconsistencies reported via a warning.
module-hardfloat.s 26 # command line options and any inconsistencies reported via a warning.
mips_abi_flags_xx_set.s 48 # command line options and any inconsistencies reported via a warning.
nooddspreg-cmdarg.s 42 # command line options and any inconsistencies reported via a warning.
nooddspreg.s 44 # command line options and any inconsistencies reported via a warning.
mips_abi_flags_xx.s 68 # command line options and any inconsistencies reported via a warning.
oddspreg.s 69 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r3/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r5/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r3/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r5/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/msa/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
attribute.go 66 // TODO(mwhudson): fix the inconsistencies noticed above.
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
attribute.go 66 // TODO(mwhudson): fix the inconsistencies noticed above.
  /prebuilts/go/darwin-x86/src/go/types/
api.go 84 // was created. This will reduce package inconsistencies and
  /prebuilts/go/linux-x86/src/go/types/
api.go 84 // was created. This will reduce package inconsistencies and
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bexport.go 109 changes as it will help finding encoding/decoding inconsistencies quickly.
    [all...]

Completed in 915 milliseconds

1 2