HomeSort by relevance Sort by last modified time
    Searched defs:__init__ (Results 901 - 925 of 2446) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/tools/testrunner/server/
presence_handler.py 90 def __init__(self, daemon): member in class:PresenceDaemon
93 SocketServer.UDPServer.__init__(self, address, PresenceHandler)
work_handler.py 146 def __init__(self, daemon): member in class:WorkSocketServer
148 SocketServer.TCPServer.__init__(self, address, WorkHandler)
  /external/clang/utils/
FuzzTest 14 def __init__(self, inputs, delete, insert, replace, member in class:TestGenerator
72 def __init__(self, tg, test): member in class:TestApplication
  /external/libvpx/libvpx/tools/
lint-hunks.py 35 def __init__(self, args): member in class:SubprocessException
37 super(SubprocessException, self).__init__(msg)
43 def __init__(self, args, expected_returncode=0, **kwargs): member in class:Subprocess
46 super(Subprocess, self).__init__(args, **kwargs)
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Core.py 109 def __init__(self, common_cpu, common_secs, common_nsecs, member in class:EventHeaders
  /external/llvm/bindings/python/llvm/
common.py 33 def __init__(self, ptr, ownable=True, disposer=None): member in class:LLVMObject
78 def __init__(self, wrapped): member in class:CachedProperty
core.py 32 def __init__(self, name, value): member in class:OpCode
66 def __init__(self, filename=None): member in class:MemoryBuffer
84 LLVMObject.__init__(self, memory, disposer=lib.LLVMDisposeMemoryBuffer)
  /external/llvm/utils/lit/lit/
Test.py 6 def __init__(self, name, isFailure): member in class:TestResult
26 def __init__(self, name): member in class:TestFormat
35 def __init__(self, name, source_root, exec_root, config): member in class:TestSuite
51 def __init__(self, suite, path_in_suite, config): member in class:Test
TestFormats.py 12 def __init__(self, test_sub_dir, test_suffix): member in class:GoogleTest
134 def __init__(self, execute_external = False): member in class:ShTest
150 def __init__(self, command, dir, recursive=False, member in class:OneCommandPerFileTest
  /external/markdown/markdown/extensions/
codehilite.py 56 def __init__(self, src=None, linenos=False, css_class="codehilite"): member in class:CodeHilite
203 def __init__(self, configs): member in class:CodeHiliteExtension
  /external/markdown/markdown/
preprocessors.py 17 def __init__(self, markdown_instance=None): member in class:Processor
47 def __init__ (self): member in class:HtmlStash
treeprocessors.py 9 def __init__(self, markdown_instance=None): member in class:Processor
39 def __init__ (self, md): member in class:InlineProcessor
  /external/mesa3d/src/mapi/glapi/gen/
gl_x86-64_asm.py 104 def __init__(self): member in class:PrintGenericStubs
105 gl_XML.gl_print_base.__init__(self)
  /external/protobuf/python/google/protobuf/
service_reflection.py 64 def __init__(cls, name, bases, dictionary): member in class:GeneratedServiceType
94 def __init__(cls, name, bases, dictionary): member in class:GeneratedServiceStubType
104 super(GeneratedServiceStubType, cls).__init__(name, bases, dictionary)
124 def __init__(self, service_descriptor): member in class:_ServiceBuilder
242 def __init__(self, service_descriptor): member in class:_ServiceStubBuilder
261 cls.__init__ = _ServiceStubInit
  /external/qemu/
gen-charmap.py 147 def __init__(self,name,results): member in class:KMap
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 50 def __init__(self, sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn): member in class:Marker
91 def __init__(self, parent, pos=wx.DefaultPosition, size=wx.DefaultSize, ClickCallbackFct=None, showLabels=True, showClips=True, showAppEvts=True): member in class:SegmentGraph
92 wx.Panel.__init__(self, parent, -1, pos=pos, size=size, style=wx.BORDER_STATIC)
  /external/v8/test/benchmarks/
testcfg.py 43 def __init__(self, path, context, mode): member in class:BenchmarkTestCase
44 super(BenchmarkTestCase, self).__init__(context, split(path), mode)
84 def __init__(self, context, root): member in class:BenchmarkTestConfiguration
85 super(BenchmarkTestConfiguration, self).__init__(context, root)
  /external/v8/test/cctest/
testcfg.py 37 def __init__(self, path, executable, mode, raw_name, dependency, context, variant_flags): member in class:CcTestCase
38 super(CcTestCase, self).__init__(context, path, mode)
78 def __init__(self, context, root): member in class:CcTestConfiguration
79 super(CcTestConfiguration, self).__init__(context, root)
  /external/v8/test/es5conform/
testcfg.py 39 def __init__(self, filename, path, context, root, mode, framework): member in class:ES5ConformTestCase
40 super(ES5ConformTestCase, self).__init__(context, path, mode)
73 def __init__(self, context, root): member in class:ES5ConformTestConfiguration
74 super(ES5ConformTestConfiguration, self).__init__(context, root)
  /external/v8/test/mozilla/
testcfg.py 59 def __init__(self, filename, path, context, root, mode, framework): member in class:MozillaTestCase
60 super(MozillaTestCase, self).__init__(context, path, mode)
92 def __init__(self, context, root): member in class:MozillaTestConfiguration
93 super(MozillaTestConfiguration, self).__init__(context, root)
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py 53 def __init__(self,interface_name,wpas_dbus_interface,timeout): member in class:P2P_Find
60 threading.Thread.__init__(self)
p2p_group_add.py 64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, member in class:P2P_Group_Add
74 threading.Thread.__init__(self)
p2p_invite.py 62 def __init__(self,interface_name,wpas_dbus_interface,addr, member in class:P2P_Invite
71 threading.Thread.__init__(self)
p2p_stop_find.py 51 def __init__(self,interface_name,wpas_dbus_interface,timeout): member in class:P2P_Stop_Find
58 threading.Thread.__init__(self)
  /frameworks/compile/slang/tests/
test.py 22 def __init__(self): member in class:Options

Completed in 421 milliseconds

<<31323334353637383940>>