Home
last modified time | relevance | path

Searched refs:abc (Results 1 – 8 of 8) sorted by relevance

/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/uncommonAttr/
DuncommonAttr.hml3 <div shareid="abc">shareid_test1</div>
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/commonAttr/
DcommonAttr.hml3 <div id="abc">id_test1</div>
/developtools/packing_tool/adapter/ohos/
DREADME56 --abc-path 1.abc path must end with .abc, if has more than one abc,
58 2.abc path also can be directory path.
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dsimple_excel_writer.py6 from collections.abc import Iterable
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dsimple_excel_writer.py24 from collections.abc import Iterable
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
DCmdUnitTest.java788 …private File generateHapFile(FileType abc, FileType so, FileType an, FileType otherFile) throws IO… in generateHapFile() argument
791 if (FileType.FILE_UNCOMPRESSED.equals(abc)) { in generateHapFile()
793 } else if (FileType.FILE_COMPRESSED.equals(abc)) { in generateHapFile()
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dmisc.py23 from abc import ABC, abstractmethod
Dtemplate_processor.py20 from abc import ABC, abstractmethod