HomeSort by relevance Sort by last modified time
    Searched defs:bad_value (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.space/
space.pass.cpp 99 const std::uintmax_t bad_value = static_cast<std::uintmax_t>(-1); local
119 TEST_CHECK(info.capacity != bad_value);
121 TEST_CHECK(info.free != bad_value);
123 TEST_CHECK(info.available != bad_value);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.space/
space.pass.cpp 99 const std::uintmax_t bad_value = static_cast<std::uintmax_t>(-1); local
119 TEST_CHECK(info.capacity != bad_value);
121 TEST_CHECK(info.free != bad_value);
123 TEST_CHECK(info.available != bad_value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xproto.h 1205 uint32_t bad_value; /**< */ member in struct:xcb_request_error_t
1221 uint32_t bad_value; /**< */ member in struct:xcb_value_error_t
    [all...]

Completed in 157 milliseconds