HomeSort by relevance Sort by last modified time
    Searched refs:logfn (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hotshot.py 30 def __init__(self, logfn):
31 self.__logfn = logfn
32 hotshot.log.LogReader.__init__(self, logfn)
45 self.logfn = test_support.TESTFN
46 return hotshot.Profile(self.logfn, lineevents, linetimings)
49 return UnlinkingLogReader(self.logfn)
112 os.unlink(self.logfn)
149 stats.load(self.logfn)
150 os.unlink(self.logfn)
  /external/python/cpython2/Lib/test/
test_hotshot.py 30 def __init__(self, logfn):
31 self.__logfn = logfn
32 hotshot.log.LogReader.__init__(self, logfn)
45 self.logfn = test_support.TESTFN
46 return hotshot.Profile(self.logfn, lineevents, linetimings)
49 return UnlinkingLogReader(self.logfn)
112 os.unlink(self.logfn)
149 stats.load(self.logfn)
150 os.unlink(self.logfn)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hotshot.py 30 def __init__(self, logfn):
31 self.__logfn = logfn
32 hotshot.log.LogReader.__init__(self, logfn)
45 self.logfn = test_support.TESTFN
46 return hotshot.Profile(self.logfn, lineevents, linetimings)
49 return UnlinkingLogReader(self.logfn)
112 os.unlink(self.logfn)
149 stats.load(self.logfn)
150 os.unlink(self.logfn)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hotshot.py 30 def __init__(self, logfn):
31 self.__logfn = logfn
32 hotshot.log.LogReader.__init__(self, logfn)
45 self.logfn = test_support.TESTFN
46 return hotshot.Profile(self.logfn, lineevents, linetimings)
49 return UnlinkingLogReader(self.logfn)
112 os.unlink(self.logfn)
149 stats.load(self.logfn)
150 os.unlink(self.logfn)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 30 def __init__(self, logfn):
31 self.__logfn = logfn
32 hotshot.log.LogReader.__init__(self, logfn)
45 self.logfn = test_support.TESTFN
46 return hotshot.Profile(self.logfn, lineevents, linetimings)
49 return UnlinkingLogReader(self.logfn)
112 os.unlink(self.logfn)
149 stats.load(self.logfn)
150 os.unlink(self.logfn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 30 def __init__(self, logfn):
31 self.__logfn = logfn
32 hotshot.log.LogReader.__init__(self, logfn)
45 self.logfn = test_support.TESTFN
46 return hotshot.Profile(self.logfn, lineevents, linetimings)
49 return UnlinkingLogReader(self.logfn)
112 os.unlink(self.logfn)
149 stats.load(self.logfn)
150 os.unlink(self.logfn)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
__init__.py 11 def __init__(self, logfn, lineevents=0, linetimings=1):
15 logfn, self.lineevents, self.linetimings)
stats.py 16 def __init__(self, logfn):
17 self._logfn = logfn
log.py 24 def __init__(self, logfn):
30 self._reader = _hotshot.logreader(logfn)
  /external/python/cpython2/Lib/hotshot/
__init__.py 11 def __init__(self, logfn, lineevents=0, linetimings=1):
15 logfn, self.lineevents, self.linetimings)
stats.py 16 def __init__(self, logfn):
17 self._logfn = logfn
log.py 24 def __init__(self, logfn):
30 self._reader = _hotshot.logreader(logfn)
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
__init__.py 11 def __init__(self, logfn, lineevents=0, linetimings=1):
15 logfn, self.lineevents, self.linetimings)
stats.py 16 def __init__(self, logfn):
17 self._logfn = logfn
log.py 24 def __init__(self, logfn):
30 self._reader = _hotshot.logreader(logfn)
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
__init__.py 11 def __init__(self, logfn, lineevents=0, linetimings=1):
15 logfn, self.lineevents, self.linetimings)
stats.py 16 def __init__(self, logfn):
17 self._logfn = logfn
log.py 24 def __init__(self, logfn):
30 self._reader = _hotshot.logreader(logfn)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 11 def __init__(self, logfn, lineevents=0, linetimings=1):
15 logfn, self.lineevents, self.linetimings)
stats.py 16 def __init__(self, logfn):
17 self._logfn = logfn
log.py 24 def __init__(self, logfn):
30 self._reader = _hotshot.logreader(logfn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 11 def __init__(self, logfn, lineevents=0, linetimings=1):
15 logfn, self.lineevents, self.linetimings)
stats.py 16 def __init__(self, logfn):
17 self._logfn = logfn
log.py 24 def __init__(self, logfn):
30 self._reader = _hotshot.logreader(logfn)
  /external/libevent/sample/
dns-example.c 141 logfn(int is_warn, const char *msg) { function
190 evdns_set_log_fn(logfn);

Completed in 473 milliseconds

1 2