Home
last modified time | relevance | path

Searched defs:ids (Results 1 – 14 of 14) sorted by relevance

/developtools/global_resource_tool/src/
Dsolid_xml_compiler.cpp64 vector<string> ids; in ParseXml() local
82 …olidXmlCompiler::ParseNodeId(const FileInfo &fileInfo, const xmlNodePtr &node, vector<string> &ids) in ParseNodeId()
Did_worker.cpp60 vector<ResourceId> ids; in GetHeaderId() local
/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp79 std::vector<uint64_t> ids = {1, 2, 3}; in PrepairReportJson() local
482 std::vector<uint64_t> ids = {1, 2, 3}; variable
664 std::vector<uint64_t> ids = {4, 5}; variable
687 std::vector<uint64_t> ids = {4, 5}; variable
710 std::vector<uint64_t> ids = {4, 5}; variable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/component/
DTabSlices.java71 public void loadTabData(final List<Integer> ids, long leftNs, long rightNs) { in loadTabData()
DTabThreadStates.java75 public void loadTabData(final List<Integer> ids, long leftNs, long rightNs) { in loadTabData()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/
DDataPanel.java128 private String createTabName(List<Integer> ids) { in createTabName()
DAllData.java186 nameToId.forEach((name, ids) -> { in getFuncTreeByFuncBottomUp() argument
229 List<String> ids = new ArrayList<>(); in funcGroupByStackId() local
/developtools/hiperf/src/
Dperf_file_reader.cpp179 std::vector<uint64_t> ids; in ReadAttrSection() local
194 bool PerfFileReader::ReadIdsForAttr(const perf_file_attr &attr, std::vector<uint64_t> *ids) in ReadIdsForAttr()
/developtools/profiler/device/plugins/native_daemon/include/
Dperf_event_record.h84 std::vector<uint64_t> ids; member
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertUtils.java120 ArrayList<KeyPurposeId> ids = new ArrayList<>(); in parseExtKeyUsage() local
/developtools/hiperf/include/
Dperf_event_record.h96 std::vector<uint64_t> ids; member
Dperf_file_format.h87 perf_file_section ids; member
/developtools/profiler/host/smartperf/ide/src/base-ui/table/
Dlit-table.ts482 let ids = JSON.parse(this.getAttribute('tree') || `["id","pid"]`); variable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/
DPerfData.java271 nameToId.forEach((name, ids) -> { in getFuncTreeByFuncBottomUp() argument