HomeSort by relevance Sort by last modified time
    Searched defs:__init__ (Results 801 - 825 of 7447) sorted by null

<<31323334353637383940>>

  /external/trappy/trappy/plotter/
ColorMap.py 43 def __init__(self, num_colors, cmap='hsv'): member in class:ColorMap
LinePlot.py 114 def __init__(self, traces, templates=None, **kwargs): member in class:LinePlot
117 super(LinePlot, self).__init__(
  /external/trappy/trappy/stats/
Aggregator.py 45 def __init__(self, indexer, aggfunc=None): member in class:AbstractAggregator
89 def __init__(self, triggers, topology, aggfunc=None): member in class:MultiTriggerAggregator
107 self).__init__(MultiTriggerIndexer(triggers), aggfunc)
Indexer.py 39 def __init__(self, index): member in class:Indexer
86 def __init__(self, triggers): member in class:MultiTriggerIndexer
89 super(MultiTriggerIndexer, self).__init__(self._unify())
  /external/v8/tools/clang/pylib/clang/
plugin_testing.py 15 def __init__(self, test_base, clang_path, plugin_path, plugin_name, member in class:ClangPluginTest
  /external/v8/tools/foozzie/
v8_commands.py 14 def __init__(self, exit_code, timed_out, stdout, pid): member in class:Output
  /external/v8/tools/testrunner/objects/
output.py 35 def __init__(self, exit_code, timed_out, stdout, stderr, pid): member in class:Output
peer.py 30 def __init__(self, address, jobs, rel_perf, pubkey): member in class:Peer
  /external/v8/tools/testrunner/server/
local_handler.py 116 def __init__(self, daemon): member in class:LocalSocketServer
117 SocketServer.TCPServer.__init__(self, ("localhost", constants.CLIENT_PORT),
  /external/webrtc/tools/cpu/
cpu_mon.py 20 def __init__(self, label): member in class:CpuSnapshot
  /external/webrtc/tools/python_charts/webrtc/
data_helper.py 18 def __init__(self, data_list, table_description, names_list, messages): member in class:DataHelper
  /frameworks/rs/tests/lldb/tests/harness/
test_base_remote.py 32 def __init__(self, device_port, device, timer, *args, **kwargs): member in class:TestBaseRemote
33 super(TestBaseRemote, self).__init__(device_port, device, timer, *args, **kwargs)
util_timer.py 25 def __init__(self, interval, callback): member in class:Timer
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
parser.py 19 def __init__(self, *args, **kws):
18 def __init__(self, *args, **kws): member in class:Parser
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoExpand.py 18 def __init__(self, editwin): member in class:AutoExpand
Delegator.py 5 def __init__(self, delegate=None): member in class:Delegator
RemoteObjectBrowser.py 12 def __init__(self, item): member in class:WrappedObjectTreeItem
26 def __init__(self, sockio, oid): member in class:StubObjectTreeItem
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Dialog.py 13 def __init__(self, master=None, cnf={}, **kw): member in class:Dialog
tkCommonDialog.py 17 def __init__(self, master=None, **options): member in class:Dialog
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 30 def __init__(self, *args): member in class:FixExitfunc
31 super(FixExitfunc, self).__init__(*args)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
grammar.py 76 def __init__(self): member in class:Grammar
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mutex.py 21 def __init__(self): member in class:mutex
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_SimpleHTTPServer.py 12 def __init__(self): member in class:SocketlessRequestHandler
threaded_import_hangers.py 22 def __init__(self, function, args): member in class:Worker
23 threading.Thread.__init__(self)
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/function/
caller_is.py 39 def __init__(self): member in class:CallerIs
40 super(CallerIs, self).__init__("_caller_is")
72 def __init__(self): member in class:CallerMatches
73 super(CallerMatches, self).__init__("_caller_matches")
105 def __init__(self): member in class:AnyCallerIs
106 super(AnyCallerIs, self).__init__("_any_caller_is")
140 def __init__(self): member in class:AnyCallerMatches
141 super(AnyCallerMatches, self).__init__("_any_caller_matches")

Completed in 1241 milliseconds

<<31323334353637383940>>