/external/lisa/libs/utils/android/ |
viewer.py | 59 def __init__(self, test_env): member in class:ViewerWorkload 60 super(ViewerWorkload, self).__init__(test_env)
|
/external/lisa/libs/utils/android/workloads/ |
exoplayer.py | 56 def __init__(self, test_env): member in class:ExoPlayer 57 super(ExoPlayer, self).__init__(test_env)
|
geekbench.py | 44 def __init__(self, test_env): member in class:Geekbench 45 super(Geekbench, self).__init__(test_env)
|
/external/lisa/libs/utils/ |
conf.py | 63 def __init__(self, filename): member in class:JsonConf
|
/external/llvm/utils/lit/lit/ |
LitTestCase.py | 14 def __init__(self, test, run): member in class:LitTestCase 15 unittest.TestCase.__init__(self)
|
ShCommands.py | 2 def __init__(self, args, redirects): member in class:Command 39 def __init__(self, commands, negate=False, pipe_err=False): member in class:Pipeline 66 def __init__(self, lhs, op, rhs): member in class:Seq
|
TestingConfig.py | 119 def __init__(self, parent, name, suffixes, test_format, member in class:TestingConfig
|
/external/llvm/utils/lit/lit/formats/ |
base.py | 39 def __init__(self, command, dir, recursive=False, member in class:OneCommandPerFileTest
|
googletest.py | 13 def __init__(self, test_sub_dir, test_suffix): member in class:GoogleTest
|
/external/markdown/markdown/extensions/ |
html_tidy.py | 36 def __init__(self, configs): member in class:TidyExtension
|
/external/markdown/markdown/ |
postprocessors.py | 15 def __init__(self, markdown_instance=None): member in class:Processor 72 def __init__(self): member in class:AndSubstitutePostprocessor
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_proto_common.py | 40 def __init__(self, element, context, category): member in class:glx_proto_type 41 gl_XML.gl_type.__init__(self, element, context, category)
|
gl_SPARC_asm.py | 34 def __init__(self): member in class:PrintGenericStubs 35 gl_XML.gl_print_base.__init__(self)
|
remap_helper.py | 61 def __init__(self): member in class:PrintGlRemap 62 gl_XML.gl_print_base.__init__(self)
|
/external/nanopb-c/generator/google/protobuf/ |
descriptor_database.py | 39 def __init__(self): member in class:DescriptorDatabase
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/ |
Criterion.py | 57 def __init__(self, msg): member in class:InvalidCriterionException
|
/external/perfetto/tools/ |
find_scan_roots.py | 25 def __init__(self, name, label=None): member in class:Node
|
/external/protobuf/python/google/protobuf/ |
message_factory.py | 50 def __init__(self, pool=None): member in class:MessageFactory
|
/external/protobuf/python/ |
stubout.py | 34 def __init__(self): member in class:StubOutForTesting
|
/external/python/cpython2/Demo/classes/ |
Rev.py | 11 The .forw is so you can use anonymous sequences in __init__, and still 63 def __init__(self, seq): member in class:Rev
|
/external/python/cpython2/Demo/pdist/ |
rcsclient.py | 25 def __init__(self, address, verbose = client.VERBOSE): member in class:RCSProxyClient 26 client.SecureClient.__init__(self, address, verbose)
|
/external/python/cpython2/Demo/scripts/ |
markov.py | 4 def __init__(self, histsize, choice): member in class:Markov
|
update.py | 17 def __init__(self, filename): member in class:FileObj
|
/external/python/cpython2/Demo/tkinter/guido/ |
hanoi.py | 29 def __init__(self, n, bitmap = None): member in class:Tkhanoi
|
switch.py | 7 def __init__(self, top=None, master=None): member in class:App 39 def __init__(self, frame): member in class:LabelPanel 44 def __init__(self, frame): member in class:ButtonPanel
|