Home
last modified time | relevance | path

Searched refs:STRING (Results 1 – 12 of 12) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_heap_string_table.cpp20 enum class Index : int32_t { FILE_ID = 0, FILE_INDEX, STRING }; enumerator
53 case Index::STRING: in Column()
/developtools/global_resource_tool/include/
Dresource_data.h66 STRING = 9, enumerator
201 { "string", ResType::STRING },
217 { static_cast<int32_t>(ResType::STRING), ResType::STRING},
/developtools/profiler/device/plugins/ftrace_plugin/tools/
Dftrace_format_parser.py61 INVALID, INTEGER, STRING, BYTES, ARRAY = 0, 1, 2, 3, 4 variable in ProtoType
76 if self.tid == ProtoType.STRING:
113 return ProtoType(ProtoType.STRING)
152 return ProtoType(ProtoType.STRING)
/developtools/global_resource_tool/src/
Dreference_parser.cpp34 { "^\\$string:", ResType::STRING },
49 { "^\\$ohos:string:", ResType::STRING },
198 if (resType == ResType::STRING || in IsStringOfResourceItem()
Dresource_pack.cpp465 if (it.GetResType() != ResType::STRING) { in HandleLabel()
477 nextId = IdWorker::GetInstance().GenerateId(ResType::STRING, idName); in HandleLabel()
Djson_compiler.cpp83 handles_.emplace(ResType::STRING, bind(&JsonCompiler::HandleString, this, _1, _2)); in InitParser()
305 { ResType::STRING, "\\$(ohos:)?string:" }, in CheckJsonStringValue()
/developtools/smartperf_host/ide/src/js-heap/model/
DUiStruct.ts79 …return [NodeType.STRING, NodeType.CONCATENATED_STRING, NodeType.SLICED_STRING].includes(this.nodeT…
DDatabaseStruct.ts34 STRING = 2, enumerator
/developtools/smartperf_host/ide/test/js-heap/logic/
DHeapLoader.test.ts30 STRING : 2,
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/
Dftrace_cpp_generator.py189 if type_info.tid == ProtoType.STRING:
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15STRING,defaults:""}},{propertySector:o.Sector.FEATURE_ETS,propertySet:{name:"Group",property:"grou…
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table.ts1776 (rowData.data.nodeType === NodeType.STRING ||