OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countCalls
(Results
1 - 7
of
7
) 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
...]
/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
Completed in 189 milliseconds