Home
last modified time | relevance | path

Searched defs:int (Results 1 – 21 of 21) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dsimple_excel_writer.py72 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any,
112 def __increment_y(self, sheet_name: str, value: int = 1) -> int:
119 def __increment_x(self, sheet_name: str, value: int = 1) -> int:
Dbasic_tool.py28 def unit_adaptive(size: int) -> str:
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dsimple_excel_writer.py70 def write_merge(self, x0: int, y0: int, x1: int, y1: int, content: typing.Any,
110 def __increment_y(self, sheet_name: str, value: int = 1) -> int:
117 def __increment_x(self, sheet_name: str, value: int = 1) -> int:
Dbasic_tool.py25 def unit_adaptive(size: int) -> str:
/developtools/profiler/device/services/ipc/src/
Dunix_socket_server.cpp82 void UnixSocketServer::UnixSocketAccept(void (*callback)(int)) in UnixSocketAccept()
148 … UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p, void (*callback)(int)) in StartServer()
Dservice_entry.cpp26 bool ServiceEntry::StartServer(const std::string& addrname, void (*callback)(int)) in StartServer()
/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/src/typescript/
DTypes.d.ts16 type int = number alias
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dtemplate_processor.py147 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
205 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
246 …def helper(self, target_name: str, paragraph: str, gn_path: str, line_no: int, _sub: str, _com: st…
Drom_analysis.py376 rom_ram_baseline: Dict, rom_size_dict: Dict, f: str, size: int):
/developtools/integration_verification/tools/fotff/rec/
Dfotff_test.go51 func NewFotffMocker(stepsNum int, firstFail int) *FotffMocker {
/developtools/integration_verification/tools/fotff/vcs/gitee/
Dissue.go29 func GetMRIssueURL(owner string, repo string, num int) ([]string, error) {
/developtools/smartperf_host/smartperf_host/ide/server/
Dmain.go213 func getPidByPort(portNumber int) int {
653 func checkPort(port int) {
/developtools/integration_verification/tools/fotff/res/
Dres.go60 func Fake(n int) {
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
Dsign_hap.cpp191 std::unordered_map<int, int>& typeAndOffsetMap) in ExtractedResult()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp954 static void GenTaskGroups(std::vector<std::vector<tidInfo>> &taskGroups, std::pair<int, std::vector… in GenTaskGroups()
1230 std::pair<int, FfrtTidMap> pidItem, in ExceTaskLabelOhos()
1289 std::unordered_map<int, int> &schedWakeFlag) in HandleHFfrtTaskExecute()
1403 std::unordered_map<int, int> &schedWakeFlag) in HandlePreLinenoNohos()
1425 std::pair<int, FfrtTidMap> pidItem, in ExceTaskLabelNohos()
1426 std::unordered_map<int, int> &schedWakeFlag) in ExceTaskLabelNohos()
/developtools/hiperf/include/
Dperf_event_record.h441 void DumpData(const int) const override {}; in DumpData()
/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp1072 void* hook_mmap(void*(*fn)(void*, size_t, int, int, int, off_t), in hook_mmap() argument
1259 int hook_prctl(int(*fn)(int, ...), in hook_prctl() argument
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/
Ddevice.py196 def click(self, x: int, y: int):
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_processor.cpp166 static std::string GetName(const std::map<int, std::string> &nameMap, int type) in GetName()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/
Dmain.cpp558 bool GetLongTraceFilePaths(const TraceExportOption &traceExportOption, std::map<int, std::string> &… in GetLongTraceFilePaths()
/developtools/hiperf/src/
Dsubcommand_record.cpp946 bool SubCommandRecord::SetPerfLimit(const std::string& file, int value, std::function<bool (int, in… in SetPerfLimit()