/external/chromium_org/tools/perf/metrics/ |
__init__.py | 14 def Start(self, page, tab): 18 def Stop(self, page, tab): 22 def AddResults(self, tab, results):
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
trace_result.py | 6 def __init__(self, impl): 9 def Serialize(self, f): 13 def AsTimelineModel(self):
|
inspector_runtime_unittest.py | 8 def testRuntimeEvaluateSimple(self): 12 def testRuntimeEvaluateThatFails(self): 16 def testRuntimeEvaluateOfSomethingThatCantJSONize(self): 18 def test(): 30 def testRuntimeExecuteOfSomethingThatCantJSONize(self):
|
/external/chromium_org/tools/telemetry/telemetry/core/timeline/ |
event_container.py | 7 def __init__(self, name, parent): 11 def IterChildContainers(self): 14 def IterEventsInThisContainer(self):
|
/external/protobuf/python/google/protobuf/ |
service.py | 61 def GetDescriptor(): 65 def CallMethod(self, method_descriptor, rpc_controller, 93 def GetRequestClass(self, method_descriptor): 108 def GetResponseClass(self, method_descriptor): 132 def Reset(self): 140 def Failed(self): 150 def ErrorText(self): 154 def StartCancel(self): 167 def SetFailed(self, reason): 178 def IsCanceled(self) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
gdb_sample.py | 3 def foo(a, b, c): 6 def bar(a, b, c): 9 def baz(*args):
|
test_complex_args.py | 8 def check(self, func, expected, *args): 17 def test_func_parens_no_unpacking(self): 19 def f(((((x))))): return x 22 def f(((x)),): return x 26 def test_func_1(self): 28 def f(((((x),)))): return x 30 def f(((((x)),))): return x 32 def f(((((x))),)): return x 34 def f(((x),)): return x 38 def test_func_2(self) [all...] |
test_global.py | 10 def test1(self): 12 def wrong1(): 20 def test2(self): 22 def wrong2(): 28 def test3(self): 30 def wrong3(): 37 def test4(self): 46 def test_main():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
gdb_sample.py | 3 def foo(a, b, c): 6 def bar(a, b, c): 9 def baz(*args):
|
test_complex_args.py | 8 def check(self, func, expected, *args): 17 def test_func_parens_no_unpacking(self): 19 def f(((((x))))): return x 22 def f(((x)),): return x 26 def test_func_1(self): 28 def f(((((x),)))): return x 30 def f(((((x)),))): return x 32 def f(((((x))),)): return x 34 def f(((x),)): return x 38 def test_func_2(self) [all...] |
test_global.py | 10 def test1(self): 12 def wrong1(): 20 def test2(self): 22 def wrong2(): 28 def test3(self): 30 def wrong3(): 37 def test4(self): 46 def test_main():
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/ |
browser_backend.py | 17 def __init__(self, is_content_shell, supports_extensions, options, 26 def AddReplayServerOptions(self, options): 29 def SetBrowser(self, browser): 34 def browser(self): 38 def supports_extensions(self): 43 def wpr_mode(self): 47 def supports_tab_control(self): 51 def tab_list_backend(self): 55 def supports_tracing(self): 58 def StartTracing(self, custom_categories=None [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
tokens.py | 44 def getText(self): 51 def setText(self, text): 59 def getType(self): 66 def setType(self, ttype): 74 def getLine(self): 83 def setLine(self, line): 91 def getCharPositionInLine(self): 100 def setCharPositionInLine(self, pos): 108 def getChannel(self): 115 def setChannel(self, channel) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/ |
ports.py | 45 def name(self): 48 def flag(self): 54 def script_path(self, script_name): 57 def script_shell_command(self, script_name): 62 def port(port_name): 70 def makeArgs(self): 77 def check_webkit_style_command(self): 80 def run_webkit_unit_tests_command(self): 83 def run_webkit_tests_command(self): 86 def run_python_unittests_command(self) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
mac.py | 53 def determine_full_port_name(cls, host, options, port_name): 58 def __init__(self, host, port_name, **kwargs): 63 def _modules_to_search_for_symbols(self): 66 def check_build(self, needs_http): 75 def operating_system(self): 82 def _lighttpd_path(self, *comps): 85 def _wdiff_missing_message(self): 88 def _path_to_apache(self): 91 def _path_to_apache_config_file(self): 94 def _path_to_lighttpd(self) [all...] |
/external/v8/test/benchmarks/ |
testcfg.py | 33 def IsNumber(string): 43 def __init__(self, path, context, mode): 47 def GetLabel(self): 50 def IsFailureOutput(self, output): 61 def GetCommand(self): 66 def GetName(self): 69 def BeforeRun(self): 72 def AfterRun(self, result): 75 def GetSource(self): 78 def GetCustomFlags(self, mode) [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
functional.rb | 17 def test_group 21 def test_directory 25 def local_path( *parts ) 29 def output_directory( name = test_group ) 43 def import( ruby_file ) 49 def import_grammar_targets( grammar ) 62 def add_default_compile_option( name, value ) 80 def const_missing( name ) 101 def grammars 105 def grammar_coun [all...] |
/external/chromium_org/chrome/test/install_test/ |
chrome_options.py | 13 def __init__(self): 17 def AddSwitch(self, switch): 25 def AddExtension(self, extension): 35 def SetUserDataDir(self, user_data_dir): 43 def GetCapabilities(self):
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
OpenSSL_RC4.py | 8 def new(key): 13 def __init__(self, key): 18 def __del__(self): 21 def encrypt(self, plaintext): 24 def decrypt(self, ciphertext):
|
/external/chromium_org/tools/checkdeps/ |
results.py | 12 def __init__(self, include_path, violated_rule, rules): 26 def __init__(self, dependee_path): 35 def AddViolation(self, violation): 39 def HasViolations(self): 47 def AddError(self, dependee_status): 54 def GetResults(self): 60 def PrintResults(self): 70 def __init__(self, verbose): 74 def AddError(self, dependee_status): 82 def FormatViolation(violation, verbose=False) [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
schema_util.py | 9 def CapitalizeFirstLetter(value): 12 def GetNamespace(ref): 15 def StripNamespace(ref): 18 def SplitNamespace(ref): 26 def JsFunctionNameToClassName(namespace_name, function_name):
|
dart_generator_test.py | 25 def _RunTest(self, test_filename): 49 def setUp(self): 53 def testComments(self): 56 def testDictionaries(self): 59 def testEmptyNamespace(self): 62 def testEmptyType(self): 65 def testEvents(self): 68 def testEvents(self): 71 def testBasicFunction(self): 74 def testOpratableType(self) [all...] |
/libcore/luni/src/main/java/java/util/zip/ |
DeflaterOutputStream.java | 44 protected Deflater def; field in class:DeflaterOutputStream 60 public DeflaterOutputStream(OutputStream os, Deflater def) { 61 this(os, def, BUF_SIZE, false); 67 public DeflaterOutputStream(OutputStream os, Deflater def, int bufferSize) { 68 this(os, def, bufferSize, false); 84 public DeflaterOutputStream(OutputStream os, Deflater def, boolean syncFlush) { 85 this(os, def, BUF_SIZE, syncFlush); 93 public DeflaterOutputStream(OutputStream os, Deflater def, int bufferSize, boolean syncFlush) { 97 } else if (def == null) { 98 throw new NullPointerException("def == null") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_functiontestcase.py | 10 def test_countTestCases(self): 22 def test_run_call_order__error_in_setUp(self): 26 def setUp(): 30 def test(): 33 def tearDown(): 47 def test_run_call_order__error_in_test(self): 51 def setUp(): 54 def test(): 58 def tearDown(): 73 def test_run_call_order__failure_in_test(self) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_functiontestcase.py | 10 def test_countTestCases(self): 22 def test_run_call_order__error_in_setUp(self): 26 def setUp(): 30 def test(): 33 def tearDown(): 47 def test_run_call_order__error_in_test(self): 51 def setUp(): 54 def test(): 58 def tearDown(): 73 def test_run_call_order__failure_in_test(self) [all...] |