Searched refs:prefixes (Results 1 – 4 of 4) sorted by relevance
/development/vndk/tools/image-diff-tool/ |
D | diff.py | 89 filename, prefixes = pat.split("=", 1) 90 prefixes = prefixes.split() 91 if prefixes: 92 skipped_lines[filename.lower()].extend(prefixes) 95 def diff_with_skipped_lines(filename, prefixes): argument 112 if not any(line_text.startswith(prefix) for prefix in prefixes):
|
/development/vndk/tools/definition-tool/tests/ |
D | test_elfdump.py | 102 prefixes = ( 109 patt = re.compile('|'.join('(?:' + re.escape(x) +')' for x in prefixes))
|
/development/vndk/tools/definition-tool/tools/ |
D | update_dataset.py | 221 prefixes = { 227 for prefix, tag in prefixes.items():
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 19320 …6TORb7f7RFq6QSt0LVqj-w@fakeemail.com,Label keys with all the possible FBE prefixes that might apply 19568 …QQSUGzZucf1OdiAA@fakeemail.com,tc: flower: Update documentation to indicate ARP takes IPv4 prefixes 25693 …overy,fake_w7jM7fo4QCCw1V5pOaJB8w@fakeemail.com,roots: volume_for_path() parses and tries prefixes. 30302 …system/media,fake_q0G2S37MQzKDfiyyn8edmQ@fakeemail.com,Remove redundant prefixes from enums in aud… 30970 …55f2,platform/packages/apps/Dialer,fake_UrTcFr37S9-xFu9d04PhKw@fakeemail.com,Remove field prefixes. 33102 …ps/Settings,fake_xrcaZ76GRGyob3KRcz4Y_Q@fakeemail.com,Installed App loader only matches on prefixes 34797 …/Settings,fake_xrcaZ76GRGyob3KRcz4Y_Q@fakeemail.com,Search only matches prefixes rather than any s… 35765 …e_2m6CFV4mROmLvKIQ5979mg@fakeemail.com,StartsWith/EndsWith allow std::string prefixes/suffixes now. 39492 …t/wifi,fake_sKA1qm1oQqCQazoo1lEPHw@fakeemail.com,Update logging tag and prefixes in WifiScoreReport 54521 …j7p1mfTiaCPcA0nZPcmA@fakeemail.com,i965/blorp: Remove the remaining brw prefixes from the blorp.h … [all …]
|