OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_history
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/misc/
rtacct.c
37
int
ignore_history
= 0;
variable
452
ignore_history
= 1;
545
if (!
ignore_history
|| !no_update) {
581
if (!
ignore_history
) {
625
if (
ignore_history
|| hist_db == NULL)
ifstat.c
39
int
ignore_history
= 0;
variable
602
ignore_history
= 1;
685
if (!
ignore_history
|| !no_update) {
709
if (!
ignore_history
) {
755
if (
ignore_history
|| hist_db == NULL)
nstat.c
34
int
ignore_history
= 0;
variable
463
ignore_history
= 1;
537
if (!
ignore_history
|| !no_update) {
561
if (!
ignore_history
) {
609
if (
ignore_history
|| hist_db == NULL)
/external/chromium_org/ui/events/gesture_detection/
motion_event_buffer_unittest.cc
83
bool
ignore_history
) {
105
if (
ignore_history
)
116
const bool
ignore_history
= true;
local
117
ExpectEqualsImpl(a, b,
ignore_history
);
122
const bool
ignore_history
= false;
local
123
ExpectEqualsImpl(a, b,
ignore_history
);
[
all
...]
Completed in 214 milliseconds