/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
D | dec.py | 108 def __call__(self, req, *args, **kw): 150 def get(self, url, **kw): 165 def post(self, url, POST=None, **kw): 182 def request(self, url, **kw): 197 def clone(self, func=None, **kw): 219 def middleware(cls, middle_func=None, app=None, **kw): 268 def __init__(self, wrapper_class, app, kw): argument 287 def __init__(self, wrapper_class, middleware, kw): argument
|
D | static.py | 25 def __init__(self, filename, **kw): 121 **kw):
|
D | multidict.py | 28 def __init__(self, *args, **kw): 212 def update(self, *args, **kw): 347 def _readonly(self, *args, **kw): 439 def __setitem__(self, *args, **kw): 446 def __delitem__(self, *args, **kw):
|
D | etag.py | 41 def _warn_if_range_match_deprecated(*args, **kw): # pragma: no cover
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
D | profile.py | 87 def capture_output(func, *args, **kw): 138 def replacement(*args, **kw): 151 def __call__(self, *args, **kw): 158 def profile(self, func, *args, **kw): 207 def format_function(self, func, *args, **kw):
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/ |
D | test_formatter.py | 8 def __init__(self, **kw): 43 def hide(t, inner, *args, **kw): 47 def pass_through(info, inner, *args, **kw):
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | url.py | 97 def __call__(self, *args, **kw): 108 def attr(self, **kw): 119 def param(self, **kw): 142 def var(self, **kw): 149 def setvar(self, **kw): 166 def setvars(self, **kw):
|
D | errordocument.py | 214 def make_errordocument(app, global_conf, **kw): 249 def custom_forward(app, mapper, global_conf=None, **kw): 265 def __init__(self, app, mapper, global_conf=None, **kw):
|
D | wsgilib.py | 385 def interactive(*args, **kw): 566 def __init__(self, *args, **kw): 576 def replacement(*args, **kw):
|
D | lint.py | 137 def lint_app(*args, **kw): 148 def start_response_wrapper(*args, **kw):
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
D | threadedprint.py | 150 def install(**kw): 166 def not_installed_error(*args, **kw): 232 def install_stdin(**kw): 247 def not_installed_error_stdin(*args, **kw):
|
D | template.py | 103 def substitute(self, *args, **kw): 263 def sub(content, **kw): 274 def __init__(self, **kw): 340 def attr(**kw): 368 def sub_html(content, **kw):
|
D | classinstance.py | 26 def __call__(self, *args, **kw):
|
/external/chromium-trace/trace-viewer/third_party/six/ |
D | six.py | 551 def iterkeys(d, **kw): 554 def itervalues(d, **kw): 557 def iteritems(d, **kw): 560 def iterlists(d, **kw): 569 def iterkeys(d, **kw): 572 def itervalues(d, **kw): 575 def iteritems(d, **kw): 578 def iterlists(d, **kw):
|
D | test_six.py | 367 def lists(self, **kw): 369 def iterlists(self, **kw): 383 def with_kw(*args, **kw):
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/ |
D | reporter.py | 31 def format_html(self, exc_data, **kw): 34 def format_text(self, exc_data, **kw):
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/ |
D | form.py | 124 def make_form(app, global_conf, realm, authfunc, **kw):
|
D | grantip.py | 79 def make_grantip(app, global_conf, clobber_username=False, **kw):
|
D | basic.py | 101 def make_basic(app, global_conf, realm, authfunc, **kw):
|
D | digest.py | 234 def make_digest(app, global_conf, realm, authfunc, **kw):
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/ |
D | middleware.py | 260 def show_frame(self, tbid, debug_info, **kw): 275 def exec_input(self, tbid, debug_info, input, **kw): 442 def __init__(self, base_path, counter, **kw):
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationServiceTest.java | 338 String kw[] = Collator.getKeywords(); in TestSeparateTrees() local 372 String kw[] = Collator.getKeywords(); in TestGetFunctionalEquivalent() local
|
/external/lldb/test/unittest2/ |
D | result.py | 16 def inner(self, *args, **kw):
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
D | local.py | 198 __call__ = lambda x, *a, **kw: x._get_current_object()(*a, **kw) 231 __exit__ = lambda x, *a, **kw: x.__exit__(*a, **kw)
|
/external/libxml2/python/ |
D | libxml.py | 678 def __init__(self, *args, **kw): 691 def __init__(self, *args, **kw): 704 def __init__(self, *args, **kw):
|