/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium.py | 61 def __init__(self, **kwargs): 65 def _check_file_exists(self, path_to_file, file_description, 85 def baseline_path(self): 88 def check_build(self, needs_http): 115 def check_sys_deps(self, needs_http): 120 def error_handler(script_error): 132 def check_image_diff(self, override_step=None, logging=True): 137 def diff_image(self, expected_contents, actual_contents, 182 def driver_name(self): 185 def path_from_chromium_base(self, *comps) [all...] |
/sdk/eclipse/scripts/ |
collect_sources_for_sdk.py | 39 def __init__(self): 49 def usage(error=None): 70 def parseArgs(argv): 107 def parseSrcDir(p, srcdir): 127 def checkJavaFile(path): 148 def copy(p, fp, f, pkg): 154 def _mkdir(p, dir): 162 def _cp(p, src, dst): 169 def main():
|
/dalvik/vm/compiler/template/ |
gen-template.py | 43 def getGlobalSubDict(): 53 def setHandlerSize(tokens): 76 def importFile(tokens): 90 def setAsmStub(tokens): 106 def opStart(tokens): 120 def opEntry(tokens): 136 def opEnd(tokens): 152 def getOpcodeList(): 169 def loadAndEmitOpcodes(): 195 def loadAndEmitAsm(location, opindex, sister_list) [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
executive_unittest.py | 42 def test_string_from_args(self): 48 def test_message_with_output(self): 58 def never_ending_command(): 69 def assert_interpreter_for_content(self, intepreter, content): 81 def test_interpreter_for_script(self): 96 def test_run_command_with_bad_command(self): 97 def run_bad_command(): 101 def test_run_command_args_type(self): 108 def test_run_command_with_unicode(self): 147 def test_kill_process(self) [all...] |
/external/webkit/Tools/Scripts/webkitpy/style/ |
error_handlers_unittest.py | 37 def setUp(self): 47 def _mock_increment_error_count(self): 50 def _mock_stderr_write(self, message): 53 def _style_checker_configuration(self): 65 def _error_handler(self, configuration, line_numbers=None): 71 def _check_initialized(self): 76 def _call_error_handler(self, handle_error, confidence, line_number=100): 83 def test_eq__true_return_value(self): 90 def test_eq__false_return_value(self): 92 def make_handler(configuration=self._style_checker_configuration() [all...] |
optparser_unittest.py | 40 def _create_options(self, 50 def test_to_flag_string(self): 69 def write(self, message): 74 def _parse(self, args): 79 def _create_defaults(self): 85 def _create_parser(self): 99 def test_parse_documentation(self): 110 def test_parse_bad_values(self): 140 def test_parse_default_arguments(self): 154 def test_parse_explicit_arguments(self) [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
flakytestreporter.py | 43 def __init__(self, tool, bot_name): 48 def _author_emails_for_test(self, flaky_test): 54 def _bugzilla_email(self): 70 def _lookup_bug_for_flaky_test(self, flaky_test): 85 def _view_source_url_for_test(self, test_path): 88 def _create_bug_for_flaky_test(self, flaky_test, author_emails, latest_flake_message): 119 def _optional_author_string(self, author_emails): 126 def _latest_flake_message(self, flaky_result, patch): 131 def _results_diff_path_for_test(self, test_path): 138 def _follow_duplicate_chain(self, bug) [all...] |
/development/testrunner/ |
coverage.py | 57 def __init__(self, adb_interface): 65 def ExtractReport(self, test_suite, 111 def _GenerateReport(self, report_path, coverage_file_path, targets, 140 def _GatherMetadatas(self, targets): 156 def _GetBuildIntermediatePath(self, target): 161 def _GatherSrcs(self, targets): 176 def _MergeFiles(self, input_paths, dest_path): 190 def _RunCmd(self, cmd): 194 def _CombineTargetCoverage(self): 210 def _CombineTestCoverage(self) [all...] |
/external/llvm/test/Scripts/ |
elf-dump | 10 def __init__(self, path): 19 def seek(self, pos): 22 def read(self, N): 28 def read8(self): 31 def read16(self): 34 def read32(self): 37 def read32S(self): 40 def read64(self): 43 def read64S(self): 46 def readWord(self) [all...] |
macho-dumpx | 10 def __init__(self, path): 21 def tell(self): 24 def seek(self, pos): 27 def read(self, N): 33 def read8(self): 36 def read16(self): 39 def read32(self): 45 def read64(self): 51 def registerStringTable(self, strings): 57 def getString(self, index) [all...] |
/external/protobuf/python/google/protobuf/ |
descriptor.py | 67 def __init__(self, options, options_class_name): 78 def GetOptions(self): 99 def __init__(self, options, options_class_name, name, full_name, 134 def GetTopLevelContainingType(self): 141 def CopyToProto(self, proto): 210 def __init__(self, name, full_name, filename, containing_type, fields, 256 def CopyToProto(self, proto): 373 def __init__(self, name, full_name, index, number, type, cpp_type, label, 426 def __init__(self, name, full_name, filename, values, 448 def CopyToProto(self, proto) [all...] |
/external/chromium/testing/gtest/test/ |
gtest_xml_outfiles_test.py | 67 def setUp(self): 75 def tearDown(self): 78 def DeleteFilesAndDir(self): 92 def testOutfile1(self): 95 def testOutfile2(self): 98 def _TestOutFile(self, test_name, expected_xml):
|
/external/gtest/test/ |
gtest_xml_outfiles_test.py | 70 def setUp(self): 77 def tearDown(self): 80 def DeleteFilesAndDir(self): 94 def testOutfile1(self): 97 def testOutfile2(self): 100 def _TestOutFile(self, test_name, expected_xml):
|
/external/markdown/markdown/extensions/ |
rss.py | 22 def get_time(heading): 32 def rdftime(time): 41 def get_date(text): 46 def extendMarkdown(self, md, md_globals): 63 def run (self, root): 112 def makeExtension(configs):
|
tables.py | 24 def test(self, parent, block): 30 def run(self, parent, blocks): 58 def _build_row(self, row, parent, align, border): 76 def _split_row(self, row, border): 89 def extendMarkdown(self, md, md_globals): 96 def makeExtension(configs={}):
|
/external/protobuf/gtest/test/ |
gtest_xml_outfiles_test.py | 67 def setUp(self): 75 def tearDown(self): 78 def DeleteFilesAndDir(self): 92 def testOutfile1(self): 95 def testOutfile2(self): 98 def _TestOutFile(self, test_name, expected_xml):
|
/external/protobuf/python/ |
stubout.py | 34 def __init__(self): 38 def __del__(self): 42 def SmartSet(self, obj, attr_name, new_attr): 96 def SmartUnsetAll(self): 109 def Set(self, parent, child_name, new_child): 128 def UnsetAll(self):
|
/external/webkit/Tools/Scripts/webkitpy/common/config/ |
ports_unittest.py | 36 def test_mac_port(self): 46 def _system_version(cls): 50 def test_gtk_port(self): 57 def test_qt_port(self): 64 def test_chromium_port(self): 72 def test_chromium_xvfb_port(self):
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
test_expectations.py | 49 def __init__(self): 58 def __init__(self, file_path, handle_style_error): 84 def _handle_error_message(self, lineno, message, confidence): 87 def check_test_expectations(self, expectations_str, tests=None, overrides=None): 109 def check_tabs(self, lines): 112 def check(self, lines):
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
rebaselineserver.py | 61 def __init__(self, httpd_port, test_config, results_json, platforms_json): 81 def do_GET(self): 84 def do_POST(self): 87 def _handle_request(self): 114 def _serve_static_file(self, static_path): 118 def rebaseline(self): 148 def quitquitquit(self): 158 def test_result(self): 186 def results_json(self): 189 def platforms_json(self) [all...] |
/external/webkit/Tools/TestResultServer/model/ |
testfile.py | 43 def delete_file(cls, key, master, builder, test_type, name, limit): 65 def get_files(cls, master, builder, test_type, name, load_data=True, limit=1): 84 def add_file(cls, master, builder, test_type, name, data): 101 def update(cls, master, builder, test_type, name, data): 116 def save(self, data): 125 def _delete_all(self):
|
/external/v8/tools/ |
js2c.py | 38 def ToCArray(lines): 48 def RemoveCommentsAndTrailingWhitespace(lines): 55 def ReadFile(filename): 64 def ReadLines(filename): 75 def LoadConfigFrom(name): 82 def ParseValue(string): 94 def Validate(lines, file): 106 def ExpandConstants(lines, constants): 112 def ExpandMacros(lines, macros): 126 def add_arg(str) [all...] |
/development/scripts/ |
divide_and_compress.py | 47 def CreateOptionsParser(): 72 def VerifyArguments(options, parser): 88 def ParseSize(size_str): 121 def __init__(self, output_path, base_dir, archive_size, enable_compression): 142 def StartCompress(self): 155 def RemoveLastFile(self, archive_path=None): 195 def OpenZipFileAtPath(self, path, mode=None, compress=zipfile.ZIP_DEFLATED): 208 def CompressDirectory(self, unused_id, dir_path, dir_contents): 260 def WriteIndexRecord(self): 281 def FixArchive(self, problem) [all...] |
/external/chromium/build/util/ |
lastchange.py | 17 def __init__(self, url, root, revision): 23 def FetchSVNRevision(directory): 62 def RunGitCommand(directory, command): 88 def FetchGitRevision(directory): 105 def IsGitSVN(directory): 123 def FetchGitSVNURL(directory): 143 def FetchGitSVNRoot(directory): 166 def LookupGitSVNRevision(directory, depth): 188 def IsGitSVNDirty(directory): 199 def FetchGitSVNRevision(directory) [all...] |
/external/markdown/markdown/ |
treeprocessors.py | 4 def isString(s): 9 def __init__(self, markdown_instance=None): 24 def run(self, root): 39 def __init__ (self, md): 47 def __makePlaceholder(self, type): 53 def __findPlaceholder(self, data, index): 71 def __stashNode(self, node, type): 77 def __handleInline(self, data, patternIndex=0): 100 def __processElementText(self, node, subnode, isText=True): 133 def __processPlaceholders(self, data, parent) [all...] |