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

  /system/bt/vendor_libs/test_vendor_lib/test/
iterator_test.cc 62 Iterator bounds_test = packet->get_end(); local
64 ASSERT_DEATH(bounds_test.extract<uint8_t>(), "");
65 ASSERT_DEATH(bounds_test.extract<uint16_t>(), "");
66 ASSERT_DEATH(bounds_test.extract<uint32_t>(), "");
67 ASSERT_DEATH(bounds_test.extract<uint64_t>(), "");
  /system/bt/packet/tests/base/
iterator_test.cc 81 Iterator bounds_test = packet->end(); local
82 ASSERT_DEATH(bounds_test.extract<uint8_t>(),
84 ASSERT_DEATH(bounds_test.extract<uint16_t>(),
86 ASSERT_DEATH(bounds_test.extract<uint32_t>(),
88 ASSERT_DEATH(bounds_test.extract<uint64_t>(),
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 270 unsigned bounds_test:1; /**< depth bounds test enabled? */ member in struct:pipe_depth_state

Completed in 220 milliseconds