Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 25 of 31) sorted by relevance

12

/developtools/integration_verification/tools/startup_guard/config_parser_mgr/param/
Dsystem_parameter_parser.py23 def __init__(self, prefix, parameter=None): argument
54 def __init__(self, prefix, parameter=None): argument
72 def __init__(self, prefix, parameter=None): argument
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dlogger.ts130 for (const prefix in ES2ABC_ERROR_MAPPING) { constant
132 const { code, description, solutions } = ES2ABC_ERROR_MAPPING[prefix]; constant
/developtools/hdc/src/common/
Dcompress.h36 std::string prefix; variable
Dentry.h58 std::string prefix; variable
Dentry.cpp25 std::optional<std::string> StripPrefix(const std::string& str, const std::string& prefix) in StripPrefix()
35 Entry::Entry(std::string prefix, std::string path) in Entry()
Dheader.h98 uint8_t prefix[155]; member
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dshare.ts27 private prefix: string; property in Logger
72 private prefix: string; property in HvigorConsoleLogger
/developtools/hdc/hdc_rust/src/tar/
Ddecompress.rs88 let prefix = if !prefix.is_empty() { prefix } else { "./" }; in decompress() localVariable
Dcompress.rs31 prefix: PathBuf, field
Dentry.rs35 prefix: PathBuf, field
Dheader.rs103 prefix: [u8; 155], field
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
Delf_file.py26 def __init__(self, file, prefix): argument
Delf_file_mgr.py32 def __init__(self, file, prefix): argument
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dstring_utils.cpp27 bool StringUtils::StartsWith(const std::string& str, const std::string& prefix) in StartsWith()
Dflow_controller.cpp863 void FlowController::GenerateRawDataFileNames(const std::string& prefix) in GenerateRawDataFileNames()
/developtools/ace_ets2bundle/compiler/
Dmain.js739 'prefix': '@ohos' property
742 'prefix': '@system' property
745 'prefix': '@arkts' property
/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
Dlogger.ts47 private prefix: string; property in Logger
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp952 const std::string prefix = "FilePage:"; in SetHookData() local
963 const std::string prefix = "Anonymous:"; in SetHookData() local
1050 const std::string prefix = "Anonymous:"; in WriteFrames() local
1637 const std::string prefix = "FilePage:"; in FlushRecordApplyAndReleaseMatchData() local
1648 const std::string prefix = "Anonymous:"; in FlushRecordApplyAndReleaseMatchData() local
Dutilities.cpp187 const std::string prefix {"0x"}; in IsHexDigits() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/json_utils_test/
Djson_utils_test.cpp95 std::string prefix = "/data/test/"; in CheckFilePath() local
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts159 prefix: string; property
/developtools/profiler/device/services/ipc/src/
Dproto_encoder_plugin_generator.cpp31 std::string prefix = ""; in GetPrefix() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/utils_Test/
Dutils_test.cpp71 std::string prefix = "/data/test/"; in CheckFilePath() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_utils_test/
Dzip_utils_test.cpp81 std::string prefix = "/data/test/"; in CheckFilePath() local
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dgenerate_sourcemap.test.ts50 const prefix = `${ENTRY_PACKAGE_NAME_DEFAULT}|${ENTRY_PACKAGE_NAME_DEFAULT}|${ENTRY_MODULE_VERSION_… constant

12