Searched defs:COUNTER (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dlogging.h52 // LOG_EVERY_N(INFO, 10) << "Got the " << COUNTER << "th cookie";
55 // times it is executed. Note that the special COUNTER value is used to
61 // LOG_IF_EVERY_N(INFO, (size > 1024), 10) << "Got the " << COUNTER
66 // LOG_FIRST_N(INFO, 20) << "Got the " << COUNTER << "th cookie";
83 // DLOG_EVERY_N(INFO, 10) << "Got the " << COUNTER << "th cookie";
129 // "with --v=1 or more. Present occurence is " << COUNTER;
133 // "Present occurence is " << COUNTER;
731 // We want the special COUNTER value available for LOG_EVERY_X()'ed messages
732 enum PRIVATE_Counter {COUNTER}; enumerator in enum:PRIVATE_Counter
/external/tcpdump/
H A Dprint-snmp.c113 #define COUNTER 1 macro
554 case COUNTER:
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp7289 int COUNTER = 0; member in namespace:test501
7295 int myId = ++COUNTER;

Completed in 489 milliseconds