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

  /external/compiler-rt/test/asan/TestCases/Helpers/
initialization-nobug-extra.cc 5 int countCalls();
6 static int one = countCalls();
  /external/compiler-rt/test/asan/TestCases/
initialization-nobug.cc 35 int countCalls() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 608 int countCalls = 0;
615 countCalls++;
627 if (countCalls > 0) {
638 int countCalls = 0;
645 countCalls++;
  /hardware/ril/reference-ril/
reference-ril.c 673 int countCalls;
695 for (countCalls = 0, p_cur = p_response->p_intermediates
699 countCalls++;
704 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
705 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
706 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
709 for(i = 0; i < countCalls ; i++) {
    [all...]

Completed in 69 milliseconds