Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java255 try (OutputStream ops = new FileOutputStream(outFile, true)) { in writeByteToOutFile() argument
256 ops.write(signHeadByte, 0, signHeadByte.length); in writeByteToOutFile()
257 ops.flush(); in writeByteToOutFile()
/developtools/ace_ets2bundle/compiler/
D.eslintrc89 "space-infix-ops": 2,
90 "space-unary-ops": [2, { "words": true, "nonwords": false }],
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dflow_controller.cpp61 auto& ops = traceOps[i]; in GetTraceOps() local
62 CHECK_TRUE(ops != nullptr, nullptr, "traceOps[%zu] is null!", i); in GetTraceOps()
63 if (ops->IsSupported()) { in GetTraceOps()
64 return std::move(ops); in GetTraceOps()
/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h179 int ops; member
307 bool GetVMAStuId(int ops,
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp135 bool SmapsStats::GetVMAStuId(int ops, in GetVMAStuId() argument
143 if (ops == OPS_START) { in GetVMAStuId()
150 } else if (ops == OPS_END) { in GetVMAStuId()
/developtools/profiler/hiebpf/include/
Dvmlinux.h1802 const struct proc_ns_operations *ops; member
3406 const struct dev_pagemap_ops *ops; member
4126 const struct quota_format_ops *ops[3]; member
4871 const struct file_operations *ops; member
5351 const struct fs_context_operations *ops; member
5485 const struct kernfs_ops *ops; member
5648 const struct kernel_param_ops *ops; member
5668 const struct kernel_param_ops *ops; member
5871 struct dev_pm_ops ops; member
6093 const struct irq_domain_ops *ops; member
[all …]