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

  /external/clearsilver/csharp/
csperftest.cs 28 int call_count = 100000;
30 for (int i=0;i<call_count;i++) {
36 call_count, end-start, (((float)end-start)/call_count) * 1000);
  /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...]
  /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-debug.cc     [all...]
test-api.cc 6350 int* call_count = reinterpret_cast<int*>(v8::External::Unwrap(info.Data())); local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock.py 118 self.call_count = 0
140 self.call_count += 1

Completed in 63 milliseconds