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

  /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/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 33 void call2(size_t* ntraced, bool do_throw) { function
42 call2(ntraced, do_throw);
  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 530 public static boolean areSame(Call call1, Call call2) {
531 if (call1 == null && call2 == null) {
533 } else if (call1 == null || call2 == null) {
538 return call1.getId().equals(call2.getId());
541 public static boolean areSameNumber(Call call1, Call call2) {
542 if (call1 == null && call2 == null) {
544 } else if (call1 == null || call2 == null) {
549 return TextUtils.equals(call1.getNumber(), call2.getNumber());
  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 307 final Call call2 = inCallService.getLastCall(); local
308 assertCallState(call2, Call.STATE_DIALING);
310 assertCallState(call2, Call.STATE_ACTIVE);
434 final Call call2 = inCallService.getLastCall(); local
438 assertEquals(call2, calls.get(1));
BaseTelecomTestWithMockServices.java 375 void addConferenceCall(Call call1, Call call2) {
383 callConfList.add(call2);
388 assertCallConferenceableList(call2, callConfList);
390 call1.conference(call2);
    [all...]
  /external/v8/test/mjsunit/
debug-stepin-function-call.js 74 function call2() { function
156 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,
  /external/elfutils/src/libdw/
known-dwarf.h 422 ONE_KNOWN_DW_OP (call2, DW_OP_call2) \
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 1254 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 808 milliseconds