OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineevents
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
__init__.py
11
def __init__(self, logfn,
lineevents
=0, linetimings=1):
12
self.
lineevents
=
lineevents
and 1 or 0
13
self.linetimings = (linetimings and
lineevents
) and 1 or 0
15
logfn, self.
lineevents
, self.linetimings)
/prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
__init__.py
11
def __init__(self, logfn,
lineevents
=0, linetimings=1):
12
self.
lineevents
=
lineevents
and 1 or 0
13
self.linetimings = (linetimings and
lineevents
) and 1 or 0
15
logfn, self.
lineevents
, self.linetimings)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py
11
def __init__(self, logfn,
lineevents
=0, linetimings=1):
12
self.
lineevents
=
lineevents
and 1 or 0
13
self.linetimings = (linetimings and
lineevents
) and 1 or 0
15
logfn, self.
lineevents
, self.linetimings)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py
11
def __init__(self, logfn,
lineevents
=0, linetimings=1):
12
self.
lineevents
=
lineevents
and 1 or 0
13
self.linetimings = (linetimings and
lineevents
) and 1 or 0
15
logfn, self.
lineevents
, self.linetimings)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hotshot.py
44
def new_profiler(self,
lineevents
=0, linetimings=1):
46
return hotshot.Profile(self.logfn,
lineevents
, linetimings)
102
self.run_test(g, events, self.new_profiler(
lineevents
=1))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hotshot.py
44
def new_profiler(self,
lineevents
=0, linetimings=1):
46
return hotshot.Profile(self.logfn,
lineevents
, linetimings)
102
self.run_test(g, events, self.new_profiler(
lineevents
=1))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py
44
def new_profiler(self,
lineevents
=0, linetimings=1):
46
return hotshot.Profile(self.logfn,
lineevents
, linetimings)
102
self.run_test(g, events, self.new_profiler(
lineevents
=1))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py
44
def new_profiler(self,
lineevents
=0, linetimings=1):
46
return hotshot.Profile(self.logfn,
lineevents
, linetimings)
102
self.run_test(g, events, self.new_profiler(
lineevents
=1))
Completed in 418 milliseconds