Home
last modified time | relevance | path

Searched refs:ignore_history (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/misc/
Drtacct.c37 int ignore_history = 0; variable
452 ignore_history = 1; in main()
545 if (!ignore_history || !no_update) { in main()
581 if (!ignore_history) { in main()
625 if (ignore_history || hist_db == NULL) in main()
Dnstat.c34 int ignore_history = 0; variable
463 ignore_history = 1; in main()
537 if (!ignore_history || !no_update) { in main()
561 if (!ignore_history) { in main()
609 if (ignore_history || hist_db == NULL) in main()
Difstat.c39 int ignore_history = 0; variable
602 ignore_history = 1; in main()
685 if (!ignore_history || !no_update) { in main()
709 if (!ignore_history) { in main()
755 if (ignore_history || hist_db == NULL) in main()
/external/chromium_org/ui/events/gesture_detection/
Dmotion_event_buffer_unittest.cc83 bool ignore_history) { in ExpectEqualsImpl() argument
105 if (ignore_history) in ExpectEqualsImpl()
116 const bool ignore_history = true; in ExpectEqualsIgnoringHistory() local
117 ExpectEqualsImpl(a, b, ignore_history); in ExpectEqualsIgnoringHistory()
122 const bool ignore_history = false; in ExpectEquals() local
123 ExpectEqualsImpl(a, b, ignore_history); in ExpectEquals()