Searched defs:Reset (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dacm_random.h26 void Reset(int seed) { function in class:libvpx_test::ACMRandom
H A Derror_resilience_test.cc32 Reset();
37 void Reset() { function in class:__anon456::ErrorResilienceTestLarge
214 // Reset previously set of error/droppable frames.
215 Reset();
H A Dencode_test_driver.h77 void Reset() { function in class:libvpx_test::TwopassStatsStore
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1379 ~AutoHandle() { Reset(); }
1382 void Reset() { Reset(INVALID_HANDLE_VALUE); } function in class:testing::internal::AutoHandle
1383 void Reset(HANDLE handle) { function in class:testing::internal::AutoHandle
7153 write_handle_.Reset();
7154 event_handle_.Reset();
7168 child_handle_.Reset();
7203 write_handle_.Reset(write_handle);
7204 event_handle_.Reset(::CreateEvent(
7260 child_handle_.Reset(process_inf
[all...]

Completed in 124 milliseconds