Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 14 of 14) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dmisc.py120 def run(self, unit: Dict[str, AnyStr]) -> str:
123 def __call__(self, unit: Dict[str, AnyStr]) -> str:
124 return self.run(unit)
140 def run(self, unit: Dict[str, AnyStr]):
141 if "extension" in unit.keys() and (not unit["output_name"].endswith(unit["extension"])):
142 out = unit["output_name"].rstrip(
143 ".")+"."+unit["extension"].lstrip(".")
145 return unit["output_name"]
149 def run(self, unit: Dict[str, AnyStr]):
150 …if "output_extension" in unit.keys() and (not unit["output_name"].endswith(unit["output_extension"…
[all …]
Dtemplate_processor.py82 def _append(self, key: str, unit: Dict) -> None:
89 self.result_dict.get(self.target_type)[key] = unit
Drom_analysis.py153 …def _put(cls, sub: str, com: str, unit: Dict, rom_size_dict: Dict, com_size_baseline: str = str()):
154 size = unit.get("size")
172 rom_size_dict[sub][com]["filelist"].append(unit)
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Drom_analyzer.py100 for unit in product_list:
102 dest: List = unit.get("dest")
107 label: Text = unit.get("label")
113 component_name = unit.get("part_name")
114 subsystem_name = unit.get("subsystem_name")
124 print("warning: keyword 'label' not found in {}".format(unit))
204 …def __put(cls, unit: typing.Dict[Text, Any], result_dict: typing.Dict[Text, Dict], baseline_dict: …
207 component_name = NOTFOUND if unit.get(
208 "component_name") is None else unit.get("component_name")
209 subsystem_name = NOTFOUND if unit.get(
[all …]
Dram_analyzer.py512 unit = so_info_dict.get(so)
513 if unit is None:
520 component_name = unit.get("component_name")
521 subsystem_name = unit.get("subsystem_name")
522 so_size = unit.get("size")
DREADME.md55 -u, --unit_adaptive unit adaptive
147 -u, --unit_adaptive unit adaptive
/developtools/ace_ets2bundle/compiler/test/
DREADME.md1 # compiler unit testing
3 **The compiler unit testing for ace2.0.**
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dbasic_tool.py41 unit = re.search(pattern, x).group()
42 return unit
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts177 let unit = str >= 0 ? '' : '-';
183 return unit + t.split('').reverse().join('');
/developtools/hiperf/
DREADME.md57 | Build all components (including unit tests) of all platforms. | --build-target hiperf_all …
59 | Build the unit test. | --build-target hiperf_unittest |
60 | Build the unit test interface (command line). | --build-target hiperf_interfacetest |
196 The **list** command lists all the perf events supported by the performance monitoring unit (PMU).
/developtools/ace_ets2bundle/
DREADME.md9 * test: unit test file
/developtools/hiperf/src/
Dsubcommand_record.cpp530 uint unit = 1; in ParseDataLimitOption() local
533 unit = KILO; in ParseDataLimitOption()
535 unit = KILO * KILO; in ParseDataLimitOption()
537 unit = KILO * KILO * KILO; in ParseDataLimitOption()
553 dataSizeLimit_ = size * unit; in ParseDataLimitOption()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DUtils.ets50 * This method converts dp unit to equivalent pixels, depending on device
53 * @param dp A value in dp (density independent pixels) unit. Which we need
/developtools/profiler/hiebpf/include/
Dvmlinux.h45637 const char *unit; member
113547 u8 unit; member
130788 s32 unit; member
136695 dev_t unit; member
139494 u32 unit; member
150510 enum devlink_resource_unit unit; member