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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcFailBringUp.java 35 // counter with its --ei option name and default value
36 static final String COUNTER = "counter";
53 mCounter = intent.getIntExtra(COUNTER, DEFAULT_COUNTER);
63 void saveParameters(int counter, int failCause, int suggestedRetryTime) {
64 mCounter = counter;
  /external/grub/netboot/
smc9000.h 89 #define COUNTER 6
  /external/tcpdump/
print-snmp.c 112 "Counter",
113 #define COUNTER 1
554 case COUNTER:
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 52 // 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;
298 #define GOOGLE_LOG_INFO(counter) \
299 LogMessage(__FILE__, __LINE__, INFO, counter, &LogMessage::SendToLog)
300 #define SYSLOG_INFO(counter) \
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 412 milliseconds