/external/blktrace/btt/ |
btt_plot.py | 82 def fatal(msg): 89 def get_data(files): 100 def check(mn, mx, v): 109 def avg(xs, ys): 113 def _avg(vals): 184 def parse_args(args): 235 def gen_title(fig, type, title_str): 255 def gen_labels(db, ax, type): 259 def gen_ylabel(ax, type): 281 def generate_output(type, db) [all...] |
/external/chromium/testing/gmock/scripts/ |
upload.py | 65 def GetEmail(prompt): 97 def StatusUpdate(msg): 109 def ErrorExit(msg): 118 def __init__(self, url, code, msg, headers, args): 127 def __init__(self, host, auth_function, host_override=None, extra_headers={}, 154 def _GetOpener(self): 162 def _CreateRequest(self, url, data=None): 172 def _GetAuthToken(self, email, password): 215 def _GetAuthCookie(self, auth_token): 239 def _Authenticate(self) [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | 65 def GetEmail(prompt): 97 def StatusUpdate(msg): 109 def ErrorExit(msg): 118 def __init__(self, url, code, msg, headers, args): 127 def __init__(self, host, auth_function, host_override=None, extra_headers={}, 154 def _GetOpener(self): 162 def _CreateRequest(self, url, data=None): 172 def _GetAuthToken(self, email, password): 215 def _GetAuthCookie(self, auth_token): 239 def _Authenticate(self) [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
download.py | 52 def _prepare_state(self, options, args, tool): 74 def _prepare_state(self, options, args, tool): 108 def _prepare_state(self, options, args, tool): 133 # def _fetch_list_of_patches_to_process(self, options, args, tool): 134 # def _prepare_to_process(self, options, args, tool): 137 def _collect_patches_by_bug(patches): 143 def execute(self, options, args, tool): 159 def __init__(self): 166 def _prepare_to_process(self, options, args, tool): 169 def _process_patch(self, patch, options, args, tool) [all...] |
/external/qemu/tcg/ |
tcg.c | 72 #define DEF(s, oargs, iargs, cargs, flags) { #s, oargs, iargs, cargs, iargs + oargs + cargs, flags }, 74 #undef DEF 223 TCGOpDef *def; local 235 def = &tcg_op_defs[op]; 236 n = def->nb_iargs + def->nb_oargs; 244 def = &tcg_op_defs[op]; 245 def->args_ct = args_ct; 246 def->sorted_args = sorted_args; 247 n = def->nb_iargs + def->nb_oargs 877 const TCGOpDef *def; local 1064 TCGOpDef *def; local 1214 const TCGOpDef *def; local 2026 const TCGOpDef *def; local [all...] |
/build/tools/ |
event_log_tags.py | 23 def __init__(self, tagnum, tagname, description, filename, linenum): 33 def AddError(self, msg, linenum=None): 38 def AddWarning(self, msg, linenum=None): 43 def __init__(self, filename, file_object=None): 107 def BooleanFromString(s): 119 def WriteOutput(output_file, data):
|
findleaves.py | 26 def perform_find(mindepth, prune, dirlist, filename): 56 def usage(): 69 def main(argv):
|
/development/testrunner/ |
run_command.py | 31 def SetAbortOnError(abort=True): 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True, 65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None): 87 def Run(): 150 def RunHostCommand(binary, valgrind=False): 187 def HasValgrind():
|
/development/testrunner/test_defs/ |
xml_suite_helper.py | 44 def Parse(self, element): 67 def _ParseCommonAttributes(self, suite_element, test_suite): 87 def _ParseAttribute(self, suite_element, attribute_name, mandatory, 111 def Parse(self, suite_element): 132 def Parse(self, suite_element): 149 def Parse(self, suite_element):
|
/external/bluetooth/bluez/test/ |
simple-endpoint | 46 def set_exit_on_release(self, exit_on_release): 49 def default_configuration(self, configuration): 54 def Release(self): 61 def ClearConfiguration(self): 66 def SetConfiguration(self, transport, config): 72 def SelectConfiguration(self, caps):
|
/external/markdown/markdown/extensions/ |
toc.py | 17 def iterparent(self, root): 22 def run(self, doc): 105 def __init__(self, configs): 123 def slugify(self, value): 130 def extendMarkdown(self, md, md_globals): 135 def makeExtension(configs={}):
|
imagelinks.py | 32 def extendMarkdown(self, md, md_globals): 39 def run(self, lines): 117 def makeExtension(configs):
|
/external/qemu/ |
gen-charmap.py | 69 def match_char_or_hex(line): 75 def quote(s): 82 def process_line(line,result): 132 def process_file( file ): 147 def __init__(self,name,results): 151 def dump(self):
|
/external/webkit/Source/WebKit2/Scripts/webkit2/ |
messages_unittest.py | 211 def setUp(self): 216 def check_message(self, message, expected_message): 230 def test_receiver(self): 661 def assertGeneratedFileContentsEqual(self, first, second): 672 def test_header(self): 678 def test_receiver_implementation(self):
|
/external/webkit/Tools/Scripts/ |
check-inspector-strings | 48 def decode_unicode_escapes(s): 53 def __init__(self, patterns): 59 def should_process(self, file_path): 62 def process(self, lines, file_path, line_numbers=None): 75 def __init__(self): 78 def process_file(self, file_path):
|
find-mismatched-layout-test-results | 38 def parse_args(): 60 def find_mismatched_results(dirpath, filenames, options): 89 def main():
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
webserver.rb | 30 def do_GET(request, response) 92 def do_GET(request, response) 99 def do_GET(request, response) 106 def do_GET(request, response) 112 def do_GET(request, response) 118 def start_server(port, config_path, log_path)
|
/external/llvm/ |
copy-diff.py | 9 def is_file_different(a, b): 39 def copyfile(src, dest): 58 def main():
|
/external/llvm/utils/lint/ |
cpp_lint.py | 13 def VerifyIncludes(filename, lines): 76 def RunOnFile(self, filename, lines): 86 def CppLintMain(filenames):
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
factory.py | 36 def all_port_names(): 57 def get(port_name=None, options=None, **kwargs): 69 def _get_kwargs(**kwargs):
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
preparechangelog.py | 40 def options(cls): 47 def _ensure_bug_url(self, state): 59 def run(self, state):
|
preparechangelogforrevert_unittest.py | 43 def _write_tmp_file_with_contents(byte_array): 111 def _assert_message_for_revert_output(self, args, expected_entry): 124 def test_message_for_revert(self):
|
/external/webkit/Tools/wx/build/ |
waf_extensions.py | 33 def exec_command(s, **kw): 68 def cleanup(): 89 def h_file(filename):
|
/packages/apps/Music/src/com/android/music/ |
WeekSelector.java | 46 int def = MusicUtils.getIntPref(this, "numweeks", 2); local 47 int pos = icicle != null ? icicle.getInt("numweeks", def - 1) : def - 1;
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 137 def match(pattern, s): 144 def search(pattern, s): 151 def sub(pattern, replacement, s): 158 def subn(pattern, replacement, s): 165 def iteratively_replace_matches_with_char(pattern, char_replacement, s): 197 def _rfind_in_lines(regex, lines, start_position, not_found_position): 222 def _convert_to_lower_with_underscores(text): 243 def _create_acronym(text): 250 def up_to_unmatched_closing_paren(s): 306 def __init__(self) [all...] |