Home
last modified time | relevance | path

Searched defs:self (Results 1 – 6 of 6) sorted by relevance

/libcore/tools/expected_upstream/tests/
Dcommon_util_test.py42 def setUp(self): argument
46 def test_translate_from_class_name_to_ojluni_path(self): argument
72 def assert_class_to_path(self, classname: str, expected_path: str): argument
77 def test_ojluni_match_path_prefix(self): argument
110 def assert_match_ojluni_path(self, path_prefix: str, expected: List[str]): argument
114 def test_ojluni_match_classname_prefix(self): argument
145 def assert_match_ojluni_classname(self, path_prefix: str, argument
153 def setUp(self): argument
159 def tearDown(self): argument
163 def test_translate_src_path_to_ojluni_path(self): argument
[all …]
/libcore/tools/upstream/
Dpkg-status82 def colourise(self, string): argument
86 def __init__(self, description, colourfunc): argument
100 def __init__(self, description): argument
110 def __init__(self, baseline, release, current, upstream) -> None: argument
124 def java_dir(self, repo, pkg): argument
132 def baseline_dir(self, pkg): argument
135 def release_dir(self, pkg): argument
138 def current_dir(self, pkg): argument
141 def upstream_dir(self, pkg): argument
150 def __init__(self, config, name) -> None: argument
[all …]
Dmerge-from-upstream139 def __init__(self, dir): argument
142 def init(self): argument
149 def commit_all(self, id, msg): argument
156 def checkout_branch(self, branch, is_new=False): argument
165 def merge(self, branch): argument
180 def check_resolved_from_cache(self): argument
210 def has_changes(self): argument
215 def has_conflicts(self): argument
220 def is_merging(self): argument
225 def complete_merge(self): argument
[all …]
/libcore/tools/docs/crypto/
Dupdate_crypto_support_test.py39 def test_find_by_name(self): argument
69 def test_sort_by_name(self): argument
82 def test_get_current_data(self): argument
200 def test_update_data_no_data(self): argument
227 def test_update_data_no_updates(self): argument
250 def test_update_data_new_item(self): argument
279 def test_update_data_removed_item(self): argument
317 def test_update_data_duplicates(self): argument
364 def test_update_data_preserve_notes(self): argument
389 def test_update_name_matching(self): argument
/libcore/tools/expected_upstream/
Dcommon_util.py71 def __eq__(self, other): argument
84 def __init__(self, file_or_bytes=LIBCORE_DIR / 'EXPECTED_UPSTREAM'): argument
94 def read_all_entries(self) -> List[ExpectedUpstreamEntry]: argument
112 def write_all_entries(self, entries: List[ExpectedUpstreamEntry]) -> None: argument
120 def write_new_entry(self, entry: ExpectedUpstreamEntry, argument
128 def sort_and_write_all_entries(self, argument
137 def get_new_or_modified_entries(self, other) -> List[ExpectedUpstreamEntry]: argument
160 def get_removed_paths(self, other: ExpectedUpstreamEntry) -> Set[str]: argument
191 def __init__(self, existing_paths: List[str]): argument
231 def match_path_prefix(self, input_path: str) -> Set[str]: argument
[all …]
/libcore/ojluni/src/main/java/java/lang/
DEnum.java201 Enum<E> self = this; in compareTo() local