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

  /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++;
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 460 const int countCalls = gActiveCalls.size();
462 RIL_Call** pp_calls = (RIL_Call**)alloca(countCalls * sizeof(RIL_Call*));
463 RIL_Call* p_calls = (RIL_Call*)alloca(countCalls * sizeof(RIL_Call));
465 memset(p_calls, 0, countCalls * sizeof(RIL_Call));
468 for (int i = 0; i < countCalls; i++) {
495 countCalls * sizeof(RIL_Call*));
497 ALOGV("Get Current calls: %d calls found.\n", countCalls);
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 832 int countCalls;
854 for (countCalls = 0, p_cur = p_response->p_intermediates
858 countCalls++;
863 pp_calls = (RIL_Call **)alloca(countCalls * sizeof(RIL_Call *));
864 p_calls = (RIL_Call *)alloca(countCalls * sizeof(RIL_Call));
865 memset (p_calls, 0, countCalls * sizeof(RIL_Call));
868 for(i = 0; i < countCalls ; i++) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 287 milliseconds