OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countCalls
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/Helpers/
initialization-nobug-extra.cc
5
int
countCalls
();
6
static int one =
countCalls
();
/external/compiler-rt/lib/asan/lit_tests/
initialization-nobug.cc
54
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
638
int
countCalls
;
660
for (
countCalls
= 0, p_cur = p_response->p_intermediates
664
countCalls
++;
669
pp_calls = (RIL_Call **)alloca(
countCalls
* sizeof(RIL_Call *));
670
p_calls = (RIL_Call *)alloca(
countCalls
* sizeof(RIL_Call));
671
memset (p_calls, 0,
countCalls
* sizeof(RIL_Call));
674
for(i = 0; i <
countCalls
; i++) {
[
all
...]
Completed in 246 milliseconds