HomeSort by relevance Sort by last modified time
    Searched defs:call_count (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-thread-termination.cc 233 int call_count = 0; variable
237 if (++call_count == 10) {
284 call_count = 0;
287 call_count = 0;
test-api.cc 6350 int* call_count = reinterpret_cast<int*>(v8::External::Unwrap(info.Data())); local
    [all...]
  /external/qemu/telephony/
android_modem.c 227 int call_count; member in struct:AModemRec_
530 return modem->call_count;
536 if ((unsigned)index >= (unsigned)modem->call_count)
546 int count = modem->call_count;
552 for (id = 0; id < modem->call_count; id++) {
568 modem->call_count += 1;
589 for (nn = 0; nn < modem->call_count; nn++) {
593 assert( nn < modem->call_count );
597 (modem->call_count - 1 - nn)*sizeof(*call) );
599 modem->call_count -= 1
    [all...]

Completed in 92 milliseconds