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

  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 19 public static void call1() { } method in class:Blort
27 call1(); method
41 call1(); method
57 call1(); method
79 call1(); method
100 call1(); method
122 call1(); method
141 call1(); method
157 call1(); method
175 call1(); method
    [all...]
  /external/compiler-rt/test/asan/TestCases/
deep_tail_call.cc 14 // CHECK: {{#3.*call1}}
15 void __attribute__((noinline)) call1(int i) { call2(i); } function
18 call1(argc);
  /external/libcxxabi/test/
backtrace_test.pass.cpp 41 void call1(size_t* ntraced, bool do_throw) { function
49 call1(&nothrow_ntraced, false);
52 call1(&throw_ntraced, true);
  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 297 final Call call1 = inCallService.getLastCall(); local
298 assertCallState(call1, Call.STATE_DIALING);
302 assertCallState(call1, Call.STATE_ACTIVE);
317 call1.hold();
318 assertCallState(call1, Call.STATE_HOLDING);
420 final Call call1 = inCallService.getLastCall(); local
421 assertCallState(call1, Call.STATE_DIALING);
425 assertCallState(call1, Call.STATE_ACTIVE);
429 assertEquals(call1, calls.get(0));
437 assertEquals(call1, calls.get(0))
    [all...]
BaseTelecomTestWithMockServices.java 375 void addConferenceCall(Call call1, Call call2) {
384 assertCallConferenceableList(call1, callConfList);
387 callConfList.add(call1);
390 call1.conference(call2);
409 void splitFromConferenceCall(Call call1) {
412 call1.splitFromConference();
    [all...]
  /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());
  /external/v8/test/mjsunit/
debug-stepin-function-call.js 67 function call1() { function
156 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,
  /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 443 milliseconds