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

  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
Context.c 132 call_list(PL_scopestack_ix, PL_unitcheckav);
  /external/kernel-headers/original/asm-x86/xen/
hypercall.h 211 HYPERVISOR_multicall(void *call_list, int nr_calls)
213 return _hypercall2(int, multicall, call_list, nr_calls);
  /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_org/third_party/pymock/
mock.py 2118 def call_list(self): member in class:_Call
    [all...]

Completed in 1229 milliseconds