/external/webkit/Tools/QueueStatusServer/handlers/ |
updatestatus.py | 39 def get(self): 42 def _queue_status_from_request(self): 62 def post(self):
|
/external/webkit/Tools/QueueStatusServer/model/ |
activeworkitems_unittest.py | 38 def setUp(self): 44 def tearDown(self): 47 def test_basic(self):
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
workspace_unittest.py | 39 def test_find_unused_filename(self): 51 def test_create_zip(self): 55 def __init__(self, path):
|
logutils.py | 45 def _normalize_path(path): 70 def get_logger(path): 128 def _default_handlers(stream): 136 def should_log(record): 158 def configure_logging(logging_level=None, logger=None, stream=None,
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
google_chrome_unittest.py | 36 def test_get_google_chrome_port(self): 47 def _verify_baseline_path(self, expected_path, port_name): 53 def _verify_expectations_overrides(self, port_name):
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
changelog.py | 37 def __init__(self, file_path, handle_style_error, should_line_be_checked): 43 def check_entry(self, first_line_checked, entry_lines): 58 def check(self, lines):
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
optparser.py | 115 def __init__(self, min_confidence, output_format): 145 def __init__(self, 173 def __eq__(self, other): 191 def __ne__(self, other): 200 def _flag_pair_to_string(self, flag_key, flag_value): 203 def to_flag_string(self, options): 252 def __init__(self, 295 def _create_option_parser(self, stderr, usage, 352 def _parse_error(self, error_message): 374 def _exit_with_categories(self) [all...] |
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
decoder.py | 10 def _floatconstants(): 21 def linecol(doc, pos): 29 def errmsg(msg, doc, pos, end=None): 46 def JSONConstant(match, context, c=_CONSTANTS): 50 def JSONNumber(match, context): 68 def scanstring(s, end, encoding=None, _b=BACKSLASH, _m=STRINGCHUNK.match): 111 def JSONString(match, context): 118 def JSONObject(match, context, _w=WHITESPACE.match): 160 def JSONArray(match, context, _w=WHITESPACE.match): 229 def __init__(self, encoding=None, object_hook=None) [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
sheriff_unittest.py | 45 def run_webkit_patch(self, args): 50 def test_post_blame_comment_on_bug(self): 51 def run():
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
confirmdiff.py | 43 def options(cls): 48 def _show_pretty_diff(self, diff): 66 def run(self, state):
|
updatechangelogswithreviewer.py | 39 def options(cls): 45 def _guess_reviewer_from_bug(self, bug_id): 54 def run(self, state):
|
updatechromiumdeps.py | 39 def _fetch_last_known_good_revision(self): 42 def _validate_revisions(self, current_chromium_revision, new_chromium_revision): 54 def run(self, state):
|
/external/quake/quake/src/QW/server/ |
pr_edict.c | 146 ddef_t *def; local 151 def = &pr_globaldefs[i]; 152 if (def->ofs == ofs) 153 return def; 165 ddef_t *def; local 170 def = &pr_fielddefs[i]; 171 if (def->ofs == ofs) 172 return def; 184 ddef_t *def; local 189 def = &pr_fielddefs[i] 204 ddef_t *def; local 238 ddef_t *def = NULL; local 277 ddef_t *def; local 329 ddef_t *def; local 379 ddef_t *def; local 404 ddef_t *def; local 610 ddef_t *def; local 724 ddef_t *def; local [all...] |
/external/quake/quake/src/WinQuake/ |
pr_edict.cpp | 150 ddef_t *def; local 155 def = &pr_globaldefs[i]; 156 if (def->ofs == ofs) 157 return def; 169 ddef_t *def; local 174 def = &pr_fielddefs[i]; 175 if (def->ofs == ofs) 176 return def; 188 ddef_t *def; local 193 def = &pr_fielddefs[i] 208 ddef_t *def; local 243 ddef_t *def = NULL; local 283 ddef_t *def; local 335 ddef_t *def; local 385 ddef_t *def; local 410 ddef_t *def; local 618 ddef_t *def; local 732 ddef_t *def; local [all...] |
/external/webkit/Tools/Scripts/ |
run-qtwebkit-tests | 33 def __init__(self, name): 45 def __init__(self, args): 105 def __getattr__(self, attr): 110 def run_test(args): 131 def process_killer(): 164 def __init__(self): 168 def set_output(self, xml): 172 def output(self): 175 def set_test_file_name(self, file_name): 178 def test_file_name(self) [all...] |
/external/webkit/Tools/CodeCoverage/ |
regenerate-coverage-display | 60 def copy_files(dest_dir): 72 def sumcov(cov): 75 def create_page(dest_dir, name): 86 def generate_header(file, last_time, total_lines, total_executed, path, image): 127 def generate_table_item(file, name, total_lines, covered_lines): 144 def generate_table_header_start(file): 161 def coverage_icon(percent): 169 def replace(text, *pairs): 180 def escape(text): 189 def generate_table_header_end(file) [all...] |
/external/webkit/Source/WebKit2/Scripts/webkit2/ |
messages.py | 55 def __init__(self, name, messages, condition): 60 def iterparameters(self): 65 def parse(cls, file): 115 def __init__(self, name, parameters, reply_parameters, is_delayed, dispatch_on_connection_queue, condition): 128 def id(self): 133 def __init__(self, type, name, condition=None): 139 def parse_parameter_string(parameter_string): 143 def messages_header_filename(receiver): 147 def surround_in_condition(string, condition): 153 def messages_to_kind_enum(messages) [all...] |
/cts/tools/utils/ |
android_api_description_splitter.py | 85 def __init__(self, xmlfile, outPath):
93 def split(self, tag):
103 def __trimElem(self, elem):
120 def __generateFile(self, elem):
136 def __removeAllChild(self, elem):
|
/external/clang/bindings/python/tests/cindex/ |
test_diagnostics.py | 3 def tu_from_source(source): 10 def test_diagnostic_warning(): 19 def test_diagnostic_note(): 33 def test_diagnostic_fixit(): 48 def test_diagnostic_range():
|
/external/clang/tools/scan-view/ |
scan-view | 25 def url_is_up(url): 33 def start_browser(port, options): 56 def run(port, options, root): 68 def port_is_open(port): 77 def main():
|
/external/doclava/res/assets/templates/ |
macros.cs | 2 def:package_link(pkg) ?> 4 /def ?> 17 def:type_link_impl(type, link) ?><?cs 41 /def ?> 43 <?cs def:class_name(type) ?><?cs call:type_link_impl(type, "false") ?><?cs /def ?> 44 <?cs def:type_link(type) ?><?cs call:type_link_impl(type, "true") ?><?cs /def ?> 50 def:cond_link(text, root, path, condition) ?><?cs 52 /def ? [all...] |
/external/markdown/markdown/extensions/ |
def_list.py | 31 def test(self, parent, block): 34 def run(self, parent, blocks): 82 def create_item(parent, block): 92 def extendMarkdown(self, md, md_globals): 102 def makeExtension(configs={}):
|
/external/webkit/Source/WebKit/chromium/scripts/ |
concatenate_css_files.py | 43 def __init__(self, order_html_name): 49 def handle_starttag(self, tag, attrs): 59 def __init__(self, paths): 62 def expand(self, filename): 76 def main(argv):
|
concatenate_js_files.py | 45 def __init__(self, order_html_name): 51 def handle_starttag(self, tag, attrs): 60 def __init__(self, paths): 63 def expand(self, filename): 77 def main(argv):
|
generate_devtools_grd.py | 61 def __init__(self, source_files, image_dirs, output_filename): 67 def parse_args(argv): 75 def make_name_from_filename(filename): 81 def add_file_to_grd(grd_doc, filename): 92 def main(argv):
|