HomeSort by relevance Sort by last modified time
    Searched refs:too_large (Results 1 - 9 of 9) sorted by null

  /external/avahi/avahi-core/
query-sched.c 237 int too_large = 0; local
247 too_large = 1;
264 if (!too_large)
  /external/llvm/lib/ProfileData/
SampleProf.cpp 34 case sampleprof_error::too_large:
InstrProf.cpp 45 case instrprof_error::too_large:
439 return instrprof_error::too_large;
InstrProfReader.cpp 47 return instrprof_error::too_large;
83 return instrprof_error::too_large;
SampleProfReader.cpp 680 return sampleprof_error::too_large;
  /external/libchrome/base/numerics/
safe_numerics_unittest.cc 777 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); local
    [all...]
  /external/libweave/third_party/chromium/base/numerics/
safe_numerics_unittest.cc 773 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); local
    [all...]
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 35 too_large, member in class:llvm::sampleprof_error
InstrProf.h 173 too_large, member in class:llvm::instrprof_error

Completed in 917 milliseconds