Searched refs:set_limit (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
H A Dframe_size_tests.cc54 video.set_limit(2);
65 video.set_limit(2);
81 video.set_limit(2);
91 video.set_limit(2);
H A Drealtime_test.cc53 video.set_limit(kFramesToEncode);
H A Dvideo_source.h169 void set_limit(unsigned int limit) { limit_ = limit; } function in class:libvpx_test::DummyVideoSource
/external/v8/src/heap/
H A Dspaces.h1509 set_limit(limit);
1532 INLINE(void set_limit(Address limit)) {
H A Dspaces.cc1703 allocation_info_.set_limit(Min(new_top, high));
1706 allocation_info_.set_limit(to_space_.page_high());
1712 allocation_info_.set_limit(Min(new_limit, high));
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc2363 slice_dimension->set_limit(slice_limits_[i]);

Completed in 597 milliseconds