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

  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarHfpConferenceTest.py 105 call_1 = car_telecom_utils.get_calls_in_states(
107 if len(call_1) != 1:
108 self.hf.log.error("Call State in ringing failed {}".format(call_1))
112 if not car_telecom_utils.accept_call(self.log, self.hf, call_1[0]):
146 self.hf.droid.telecomCallJoinCallsInConf(call_1[0], call_2[0])
148 # Check if we are in conference with call_1 and call_2
150 self.log, self.hf, [call_1[0], call_2[0]])
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_rematerialization_test.cc 403 // F32[1024] %call_1 = call(Subcomputation, {%add_1})
404 // F32[1024] %add_2 = add(%bcast, call_1)
441 auto call_1 = builder.AddInstruction( local
444 vec1024_shape_, HloOpcode::kAdd, bcast, call_1));
557 auto call_1 = builder.AddInstruction( local
560 vec1024_shape_, HloOpcode::kAdd, bcast, call_1));
  /external/python/cpython2/Demo/rpc/
rpc.py 886 def call_1(self, arg): member in class:testclt.C
892 reply = c.call_1('hello, world, ')

Completed in 96 milliseconds