/external/webkit/Tools/Scripts/webkitpy/common/config/ |
D | ports.py | 42 def script_path(cls, script_name): argument 46 def script_shell_command(cls, script_name): argument 81 def name(cls): argument 85 def flag(cls): argument 89 def update_webkit_command(cls): argument 93 def check_webkit_style_command(cls): argument 97 def prepare_changelog_command(cls): argument 101 def build_webkit_command(cls, build_style=None): argument 110 def run_javascriptcore_tests_command(cls): argument 114 def run_webkit_tests_command(cls): argument [all …]
|
/external/webkit/Tools/TestResultServer/model/ |
D | jsonresults.py | 54 def _strip_prefix_suffix(cls, data): argument 71 def _generate_file_data(cls, json, sort_keys=False): argument 87 def _load_json(cls, file_data): argument 111 def _merge_json(cls, aggregated_json, incremental_json, num_runs): argument 138 def _merge_non_test_data(cls, aggregated_json, incremental_json, num_runs): argument 185 def _merge_one_build(cls, aggregated_json, incremental_json, argument 211 def _merge_tests(cls, aggregated_json, incremental_json, num_runs): argument 242 def _insert_item_run_length_encoded(cls, incremental_item, aggregated_item, num_runs): argument 260 def _normalize_results_json(cls, test_name, aggregated_json, num_runs): argument 294 def _remove_items_over_max_number_of_builds(cls, encoded_list, num_runs): argument [all …]
|
D | dashboardfile.py | 46 def get_files(cls, name, limit=1): argument 53 def add_file(cls, name, data): argument 64 def grab_file_from_svn(cls, name): argument 85 def update_file(cls, name): argument 110 def delete_file(cls, name): argument
|
D | testfile.py | 43 def delete_file(cls, key, master, builder, test_type, name, limit): argument 65 def get_files(cls, master, builder, test_type, name, load_data=True, limit=1): argument 84 def add_file(cls, master, builder, test_type, name, data): argument 101 def update(cls, master, builder, test_type, name, data): argument
|
/external/protobuf/python/google/protobuf/ |
D | reflection.py | 101 def __new__(cls, name, bases, dictionary): argument 128 def __init__(cls, name, bases, dictionary): argument 258 def _AttachFieldHelpers(cls, field_descriptor): argument 300 def _AddEnumValues(descriptor, cls): argument 359 def _AddInitMethod(message_descriptor, cls): argument 409 def _AddPropertiesForFields(descriptor, cls): argument 420 def _AddPropertiesForField(field, cls): argument 445 def _AddPropertiesForRepeatedField(field, cls): argument 489 def _AddPropertiesForNonRepeatedScalarField(field, cls): argument 524 def _AddPropertiesForNonRepeatedCompositeField(field, cls): argument [all …]
|
D | service_reflection.py | 64 def __init__(cls, name, bases, dictionary): argument 94 def __init__(cls, name, bases, dictionary): argument 133 def BuildService(self, cls): argument 251 def BuildServiceStub(self, cls): argument
|
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
D | ClassResourceLoader.java | 53 private final Class<?> cls; field in ClassResourceLoader 56 public ClassResourceLoader(Class<?> cls) { in ClassResourceLoader() 65 public ClassResourceLoader(Class<?> cls, String basePath) { in ClassResourceLoader()
|
/external/clang/test/Parser/ |
D | cxx-ambig-paren-expr.cpp | 37 struct cls { struct 48 if (result((cls::type) i).check()) in test() argument
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
D | layouttestresults.py | 87 def _failures_from_row(cls, row, table_title): argument 101 def _test_result_from_row(cls, row, table_title): argument 110 def _parse_results_table(cls, table): argument 122 def _parse_results_html(cls, page): argument 127 def results_from_string(cls, string): argument
|
D | testoutputset.py | 40 def from_zip_url(cls, platform, zip_path): argument 44 def from_zip(cls, platform, zip): argument 48 def from_zip_map(cls, zip_map): argument
|
/external/webkit/Source/JavaScriptCore/wtf/brew/ |
D | ShellBrew.h | 42 static inline PassOwnPtr<T> createInstance(AEECLSID cls) in createInstance() 54 static inline RefPtr<T> createRefPtrInstance(AEECLSID cls) in createRefPtrInstance()
|
/external/doclava/src/com/google/doclava/ |
D | PackageInfo.java | 200 ClassInfo cls = mInterfacesMap.get(className); in getClass() local 227 public void addInterface(ClassInfo cls) { in addInterface() 228 mInterfacesMap.put(cls.name(), cls); in addInterface() local 239 public void addOrdinaryClass(ClassInfo cls) { in addOrdinaryClass() 240 mOrdinaryClassesMap.put(cls.name(), cls); in addOrdinaryClass() local 247 public void addEnum(ClassInfo cls) { in addEnum() 248 this.mEnumsMap.put(cls.name(), cls); in addEnum() local
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
D | __init__.py | 109 allow_nan=True, cls=None, indent=None, separators=None, argument 167 allow_nan=True, cls=None, indent=None, separators=None, argument 220 def load(fp, encoding=None, cls=None, object_hook=None, **kw): argument 243 def loads(s, encoding=None, cls=None, object_hook=None, **kw): argument
|
/external/webkit/Tools/QueueStatusServer/model/ |
D | queues.py | 56 def queue_with_name(cls, queue_name): argument 62 def all(cls): argument 66 def all_ews(cls): argument
|
D | workitems.py | 40 def key_for_queue(cls, queue_name): argument 44 def lookup_by_queue(cls, queue_name): argument
|
D | attachment.py | 40 def dirty(cls, attachment_id): argument 44 def recent(cls, limit=1): argument
|
/external/webkit/Source/WebKit/win/ |
D | ForEachCoClass.h | 74 #define WEBKITCLASS_MEMBER(cls) cls##Class, argument 81 #define OPENSOURCE_PROGID(cls) VERSION_INDEPENDENT_OPENSOURCE_PROGID(cls), argument
|
D | ForEachCoClass.cpp | 39 LPCOLESTR progIDForClass(WebKitClass cls) in progIDForClass()
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
D | user.py | 61 def prompt(cls, message, repeat=1, raw_input=raw_input): argument 69 def prompt_password(cls, message, repeat=1): argument 73 … def prompt_with_list(cls, list_title, list_items, can_choose_multiple=False, raw_input=raw_input): argument
|
/external/emma/core/java12/com/vladium/jcd/cls/constant/ |
D | CONSTANT_NameAndType_info.java | 56 public String getName (final ClassDef cls) in getName() 61 public String getDescriptor (final ClassDef cls) in getDescriptor()
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | stepsequence.py | 39 def handle_script_error(cls, tool, patch, script_error): argument 43 def handle_checkout_needs_update(cls, tool, state, options, error): argument
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | attachtobug.py | 37 def options(cls): argument
|
D | ensurebuildersaregreen.py | 36 def options(cls): argument
|
D | obsoletepatches.py | 37 def options(cls): argument
|
D | postdiff.py | 35 def options(cls): argument
|