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/TestCases/Helpers/
initialization-nobug-extra.cc
5
int
countCalls
();
6
static int one =
countCalls
();
/external/compiler-rt/lib/asan/lit_tests/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
646
int
countCalls
;
668
for (
countCalls
= 0, p_cur = p_response->p_intermediates
672
countCalls
++;
677
pp_calls = (RIL_Call **)alloca(
countCalls
* sizeof(RIL_Call *));
678
p_calls = (RIL_Call *)alloca(
countCalls
* sizeof(RIL_Call));
679
memset (p_calls, 0,
countCalls
* sizeof(RIL_Call));
682
for(i = 0; i <
countCalls
; i++) {
[
all
...]
Completed in 69 milliseconds