Searched refs:object (Results 101 - 125 of 3367) sorted by path

1234567891011>>

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derror_check.py27 class Rule(object):
H A Derrorrecord.py29 class ErrorRecord(object):
H A Dindentation.py59 class TokenInfo(object):
82 """Initializes a TokenInfo object.
106 class IndentationRules(object):
273 # When in an object literal, acts as operator indicating line
532 # For braces and brackets, which can be object and array literals, remove
H A Djavascripttokenizer.py34 class JavaScriptModes(object):
334 """Create a tokenizer object.
351 """Creates a new JavaScriptToken object.
H A Drequireprovidesorter.py38 class RequireProvideSorter(object):
50 and checks that they occur in alphabetical order by the object being
60 (JavaScriptToken, ['object.a', 'object.b', ...])
85 (JavaScriptToken, ['object.a', 'object.b', ...])
135 # A map from required/provided object name to tokens that make up the line
182 tokens. This is used to find the object being provided/required by a given
189 A list of object names that are being provided or required by the given
192 ['object
[all...]
H A Dstatetracker.py32 class DocFlag(object):
33 """Generic doc flag object.
148 """Creates the DocFlag object and attaches it to the given start token.
216 class DocComment(object):
217 """JavaScript doc comment object.
226 """Create the doc comment object.
287 flag: DocFlag object.
384 """Returns a string representation of this object.
387 A string representation of this object.
530 class Function(object)
[all...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags.py45 implemented by having all modules share a common, global registry object
53 IMPLEMENTATION: DEFINE_* creates a 'Flag' object and registers it with a
54 'FlagValues' object (typically the global FlagValues FLAGS, defined
55 here). The 'FlagValues' object can scan the command line arguments and
58 available as attributes of the 'FlagValues' object.
60 Code can access the flag through a FlagValues object, for instance
99 Stores them in a python list object.
102 commandline. Stores them in a python list object.
107 result is a python list object (list of strings),
112 result is a python list object (lis
[all...]
H A Dgflags2man.py126 class Flag(object):
130 """Create the flag object.
141 class ProgramInfo(object):
170 """Create object with executable.
434 class GenerateDoc(object):
438 """Create base object.
440 proginfo A ProgramInfo object
463 """Create base object.
465 proginfo A ProgramInfo object
H A Dgflags_validators.py45 class Validator(object):
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Decho_client.py183 class _TLSSocket(object):
200 class ClientHandshakeBase(object):
700 class ClientHandshakeProcessorHixie75(object):
760 class ClientConnection(object):
761 """A wrapper for socket object to provide the mp_conn interface.
763 mp_conn object.
780 class ClientRequest(object):
781 """A wrapper class just to make it able to pass a socket object to
782 functions that expect a mp_request object.
801 class EchoClient(object)
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_base.py90 class StreamBase(object):
H A D_stream_hybi.py58 class Frame(object):
177 logger: a logging object.
294 class FragmentedFrameBuilder(object):
386 class StreamOptions(object):
847 Since mod_python's mp_conn object doesn't support non-blocking read,
852 # DeflateRequest, so we can get wrapped request object by
H A Dcommon.py155 class ExtensionParameter(object):
285 """Formats an ExtensionParameter object."""
H A Ddispatch.py126 class _HandlerSuite(object):
176 class Dispatcher(object):
335 for data transfer) for the given request as a HandlerSuite object.
H A Dextensions.py39 class ExtensionProcessorInterface(object):
186 class _OutgoingFilter(object):
194 class _IncomingFilter(object):
475 class _OutgoingMessageFilter(object):
484 class _IncomingMessageFilter(object):
506 class _OutgoingFrameFilter(object):
520 class _IncomingFrameFilter(object):
H A Dhttp_header_util.py54 class ParsingState(object):
H A Dmemorizingfile.py42 class MemorizingFile(object):
54 file_: the file object to wrap.
70 return object.__getattribute__(self, name)
77 the whole line will be read out from underlying file object by
H A Dmux.py258 class _ControlBlock(object):
269 class _MuxFramePayloadParser(object):
461 class _LogicalRequest(object):
491 class _LogicalConnection(object):
844 class _OutgoingData(object):
1049 class _LogicalChannelData(object):
1060 class _MuxHandler(object):
1065 ws_stream object of the underlying websocket connection. The reader
H A Dstandalone.py155 class _StandaloneConnection(object):
199 class _StandaloneRequest(object):
246 class _StandaloneSSLConnection(object):
256 return object.__getattribute__(self, name)
261 return object.__setattr__(self, name, value)
278 socket object to self.socket before server_bind and server_activate,
291 # Expose the options object to allow handler objects access it. We name
421 object with _StandaloneSSLConnection to provide makefile method. We
H A Dutil.py153 class NoopMasker(object):
154 """A masking object that has the same interface as RepeatedXorMasker but
165 class RepeatedXorMasker(object):
166 """A masking object that applies XOR on the string given to mask method
167 with the masking bytes given to the constructor repeatedly. This object
193 class DeflateRequest(object):
194 """A wrapper class for request object to intercept send and recv to perform
204 return object.__getattribute__(self, name)
209 return object.__setattr__(self, name, value)
227 class _Deflater(object)
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A Ddraft75.py76 class Handshaker(object):
H A Dhybi.py93 class Handshaker(object):
H A Dhybi00.py68 class Handshaker(object):
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dclient_for_testing.py260 class _TLSSocket(object):
287 class WebSocketHandshake(object):
473 class WebSocketHybi00Handshake(object):
694 class WebSocketHixie75Handshake(object):
747 class WebSocketStream(object):
918 class WebSocketStreamHixie75(object):
974 class ClientOptions(object):
975 """Holds option values to configure the Client object."""
1006 class Client(object):
H A Dmock.py42 class _MockConnBase(object):
169 class MockRequest(object):
211 class MockDispatcher(object):

Completed in 402 milliseconds

1234567891011>>