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

  /external/compiler-rt/test/asan/TestCases/
deep_tail_call.cc 12 // CHECK: {{#2.*call2}}
13 void __attribute__((noinline)) call2(int i) { call3(i); } function
15 void __attribute__((noinline)) call1(int i) { call2(i); }
  /external/libcxxabi/test/
backtrace_test.pass.cpp 39 void call2(size_t* ntraced, bool do_throw) { function
49 call2(ntraced, do_throw);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
backtrace_test.pass.cpp 33 void call2(size_t* ntraced, bool do_throw) { function
42 call2(ntraced, do_throw);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
backtrace_test.pass.cpp 33 void call2(size_t* ntraced, bool do_throw) { function
42 call2(ntraced, do_throw);
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 20 public static void call2() { } method in class:Blort
28 call2(); method
43 call2(); method
59 call2(); method
81 call2(); method
102 call2(); method
126 call2(); method
147 call2(); method
158 call2(); method
177 call2(); method
    [all...]
  /external/mockito/src/test/java/org/mockitousage/stubbing/
StubbingWithCustomAnswerTest.java 81 RecordCall call2 = new RecordCall(); local
85 .doAnswer(call2)
90 assertFalse(call2.isCalled());
99 assertTrue(call2.isCalled());
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
CertificatePinnerChainValidationTest.java 90 Call call2 = client.newCall(new Request.Builder() local
93 Response response2 = call2.execute();
145 Call call2 = client.newCall(new Request.Builder() local
148 Response response2 = call2.execute();
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioManagerTest.java 118 Call call2 = mock(Call.class); local
119 when(call2.getState()).thenReturn(CallState.RINGING);
120 when(call2.can(android.telecom.Call.Details.CAPABILITY_SPEED_UP_MT_AUDIO))
122 when(call2.getId()).thenReturn("2");
123 mCallAudioManager.onCallAdded(call2);
TelecomSystemTest.java 384 ParcelableCall call2 = mInCallServiceFixtureX.getCall(callId2.mCallId); local
387 assertNotNull(call2.getParentCallId());
388 assertEquals(call1.getParentCallId(), call2.getParentCallId());
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 267 final Call call2 = inCallService.getLastCall(); local
269 assertCallState(call2, Call.STATE_RINGING);
275 assertCallState(call2, Call.STATE_ACTIVE);
299 final Call call2 = inCallService.getLastCall(); local
301 assertCallState(call2, Call.STATE_RINGING);
311 assertCallState(call2, Call.STATE_ACTIVE);
476 final Call call2 = inCallService.getLastCall(); local
477 assertCallState(call2, Call.STATE_DIALING);
479 assertCallState(call2, Call.STATE_ACTIVE);
618 final Call call2 = inCallService.getLastCall() local
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 1278 IRExpr *call1, *call2, *res; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 7887 milliseconds