/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/sub/ |
plain_wsh.py | 31 def web_socket_do_extra_handshake(request): 35 def web_socket_transfer_data(request):
|
wrong_handshake_sig_wsh.py | 35 def no_web_socket_do_extra_handshake(request): 39 def web_socket_transfer_data(request):
|
wrong_transfer_sig_wsh.py | 35 def web_socket_do_extra_handshake(request): 39 def no_web_socket_transfer_data(request):
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
platform_backend.py | 6 def IsRawDisplayFrameRateSupported(self): 10 def StartRawDisplayFrameRateMeasurement(self): 13 def StopRawDisplayFrameRateMeasurement(self): 16 def GetRawDisplayFrameRateMeasurements(self): 19 def SetFullPerformanceModeEnabled(self, enabled): # pylint: disable=W0613 22 def CanMonitorThermalThrottling(self): 25 def IsThermallyThrottled(self): 28 def HasBeenThermallyThrottled(self): 31 def GetSystemCommitCharge(self): 34 def GetMemoryStats(self, pid): # pylint: disable=W061 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
badsyntax_future8.py | 5 def f(x): 6 def g(y):
|
inspect_fodder2.py | 2 def wrap(foo=None): 3 def wrapper(func): 8 def replace(func): 9 def insteadfunc(): 16 def wrapped(): 21 def gone(): 37 def onelinefunc(): pass 40 def manyargs(arg1, arg2, 44 def twolinefunc(m): return m and \ 53 def setfunc(func) [all...] |
badsyntax_nocaret.py | 0 def f(x):
|
doctest_aliases.py | 6 def f(self):
|
sample_doctest_no_docstrings.py | 11 def __init__(self):
|
sample_doctest_no_doctests.py | 14 def __init__(self):
|
pyclbr_input.py | 3 def f(): pass 7 def foo(c): pass 9 def om(self): pass 12 def bm(self): pass 27 def m(self): pass 30 def sm(self): pass 33 def cm(self): pass
|
test_call.py | 11 def test_varargs0(self): 14 def test_varargs1(self): 18 def test_varargs2(self): 21 def test_varargs0_ext(self): 27 def test_varargs1_ext(self): 31 def test_varargs2_ext(self): 40 def test_varargs0_kw(self): 43 def test_varargs1_kw(self): 46 def test_varargs2_kw(self): 49 def test_oldargs0_0(self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
badsyntax_future8.py | 5 def f(x): 6 def g(y):
|
inspect_fodder2.py | 2 def wrap(foo=None): 3 def wrapper(func): 8 def replace(func): 9 def insteadfunc(): 16 def wrapped(): 21 def gone(): 37 def onelinefunc(): pass 40 def manyargs(arg1, arg2, 44 def twolinefunc(m): return m and \ 53 def setfunc(func) [all...] |
badsyntax_nocaret.py | 0 def f(x):
|
doctest_aliases.py | 6 def f(self):
|
sample_doctest_no_docstrings.py | 11 def __init__(self):
|
sample_doctest_no_doctests.py | 14 def __init__(self):
|
pyclbr_input.py | 3 def f(): pass 7 def foo(c): pass 9 def om(self): pass 12 def bm(self): pass 27 def m(self): pass 30 def sm(self): pass 33 def cm(self): pass
|
test_call.py | 11 def test_varargs0(self): 14 def test_varargs1(self): 18 def test_varargs2(self): 21 def test_varargs0_ext(self): 27 def test_varargs1_ext(self): 31 def test_varargs2_ext(self): 40 def test_varargs0_kw(self): 43 def test_varargs1_kw(self): 46 def test_varargs2_kw(self): 49 def test_oldargs0_0(self) [all...] |
/external/chromium_org/tools/json_schema_compiler/highlighters/ |
hilite_me_highlighter.py | 11 def GetCSS(self, style): 14 def GetCodeElement(self, code, style): 24 def DisplayName(self): 27 def GetStyles(self):
|
none_highlighter.py | 10 def GetCSS(self, style): 13 def GetCodeElement(self, code, style): 16 def DisplayName(self): 19 def GetStyles(self):
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
user_agent.py | 21 def GetChromeUserAgentArgumentFromType(user_agent_type):
|
util_unittest.py | 10 def testNonTimeout(): 11 def test(): 15 def testTimeout(self): 16 def test():
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
options_for_unittests.py | 14 def Set(options, browser_type): 21 def GetCopy(): 27 def AreSet(): 32 def GetBrowserType():
|