Home
last modified time | relevance | path

Searched defs:call3 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/compiler-rt/test/asan/TestCases/
H A Ddeep_tail_call.cc11 void __attribute__((noinline)) call3(int i) { call4(i); } in call3() function
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java762 ParcelableCall call3 = mInCallServiceFixtureX.getCall(callId3.mCallId); in testAddCallToConference1() local
779 ParcelableCall call3 = mInCallServiceFixtureX.getCall(callId3.mCallId); in testAddCallToConference2() local
/aosp_15_r20/dalvik/dx/tests/080-dex-exception-tables/
H A DBlort.java21 public static void call3() { } in call3() method in Blort
HDBlort.class ... ) public static void call2 () public static void call3 () public static void call4 () public static ...
/aosp_15_r20/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
H A DManagedChannelImplTest.java841 ClientCall<String, Integer> call3 = channel.newCall(method, CallOptions.DEFAULT); in subtestCallsAndShutdown() local
1585 ClientCall<String, Integer> call3 = in oobchannels() local