Searched refs:abc (Results 1 – 8 of 8) sorted by relevance
3 <div shareid="abc">shareid_test1</div>
3 <div id="abc">id_test1</div>
56 --abc-path 1.abc path must end with .abc, if has more than one abc,58 2.abc path also can be directory path.
6 from collections.abc import Iterable
24 from collections.abc import Iterable
788 …private File generateHapFile(FileType abc, FileType so, FileType an, FileType otherFile) throws IO… in generateHapFile() argument791 if (FileType.FILE_UNCOMPRESSED.equals(abc)) { in generateHapFile()793 } else if (FileType.FILE_COMPRESSED.equals(abc)) { in generateHapFile()
23 from abc import ABC, abstractmethod
20 from abc import ABC, abstractmethod