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

  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveStressCallTest.py 173 call_list = ad.droid.telecomCallGetCallIds()
174 if not call_list:
178 call_id = call_list[0]
TelLiveVoiceTest.py     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.c 379 struct call_info *call_list; member in struct:function_info
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_video_utils.py 191 call_list = ad.droid.telecomCallGetCallIds()
192 for call in call_list:
210 log.error("Phone not in video call. Call list: {}".format(call_list))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleXMLRPCServer.py 346 def system_multicall(self, call_list):
357 for call in call_list:
xmlrpclib.py 938 def __init__(self, call_list, name):
939 self.__call_list = call_list
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 346 def system_multicall(self, call_list):
357 for call in call_list:
xmlrpclib.py 938 def __init__(self, call_list, name):
939 self.__call_list = call_list
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 346 def system_multicall(self, call_list):
357 for call in call_list:
xmlrpclib.py 938 def __init__(self, call_list, name):
939 self.__call_list = call_list
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 346 def system_multicall(self, call_list):
357 for call in call_list:
xmlrpclib.py 938 def __init__(self, call_list, name):
939 self.__call_list = call_list
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mock/
mock.py 2118 def call_list(self): member in class:_Call
    [all...]
  /external/chromium-trace/catapult/third_party/mock/
mock.py 2118 def call_list(self): member in class:_Call
    [all...]

Completed in 659 milliseconds