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

  /external/lldb/examples/synthetic/
gnu_libstdcpp.py 390 max_steps = self.num_children()
393 max_steps -= 1
396 max_steps -= 1
397 logger >> str(max_steps) + " more to go before giving up"
398 if max_steps <= 0:
405 max_steps -= 1
409 max_steps -= 1
410 logger >> str(max_steps) + " more to go before giving up"
411 if max_steps <= 0:
  /external/chromium_org/cc/base/
tiling_data.cc 596 // We need to switch directions in |max_steps|.
597 int max_steps = current_step_count() - current_step_; local
599 int steps_to_take = std::min(steps_to_edge, max_steps);
606 int max_steps = current_step_count() - current_step_; local
607 int steps_to_take = max_steps;
631 steps_to_take = std::min(steps_to_take, max_steps);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.cc 308 int max_steps = NUM_STATES; local
309 while (max_steps-- && TransitionAStepTowardState(final_state))
311 ASSERT_GE(max_steps, 0) << "TransitionToState was unable to achieve desired "
    [all...]
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 908 const size_t max_steps = 10; local
909 if (++neg->steps >= max_steps) {

Completed in 571 milliseconds