Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 30) sorted by relevance

12

/developtools/profiler/hiebpf/src/
Dringbuffer.cpp33 uint16_t *temp = new(std::nothrow) uint16_t[bufSize_]; local
42 uint16_t *temp = new(std::nothrow) uint16_t[bufSize_]; local
51 uint32_t *temp = new(std::nothrow) uint32_t[bufSize_]; local
60 uint64_t *temp = new(std::nothrow) uint64_t[bufSize_]; local
288 uint16_t *temp = new(std::nothrow) uint16_t[bufSize]; in Allocate() local
296 uint32_t *temp = new(std::nothrow) uint32_t[bufSize]; in Allocate() local
304 uint64_t *temp = new(std::nothrow) uint64_t[bufSize]; in Allocate() local
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
DTemperature.cpp50 std::string temp; in ItemData() local
61 const std::string& temp) in GetTempInfos()
/developtools/profiler/host/smartperf/client/client_command/
DTemperature.cpp50 std::string temp; in ItemData() local
61 const std::string& temp) in GetTempInfos()
Dsp_thread_socket.cpp605 std::string temp = iter->second + "@@"; in HandleUDPMsg() local
/developtools/hiperf/demo/cpp/
Dhiperf_malloc_demo.cpp32 void *temp = nullptr; in main() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader_help.cpp22 uint64_t temp = 0; in VarIntDecode() local
Dproto_reader.cpp169 auto temp = currentReadAddr_; in FindDataArea() local
/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp63 std::size_t temp {125}; variable
119 auto temp = last; variable
174 auto temp = first; variable
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhashlist_test.cpp64 std::size_t temp {125}; variable
120 auto temp = last; variable
175 auto temp = first; variable
/developtools/profiler/hidebug/test/unittest/native/
Dhidebug_test.cpp310 int* temp = (int*)malloc(sizeof(int)); variable
365 int* temp = (int*)realloc(tempCalloc, 20 * sizeof(int)); variable
Dhidebug_malloc_dispatch.cpp98 int* temp = (int*)malloc(sizeof(int)); in TestMalloc() local
/developtools/global_resource_tool/src/
Dfile_entry.cpp67 string temp(filePath + "\\*.*"); in GetChilds() local
202 char temp[MAX_PATH]; in RealPath() local
/developtools/profiler/device/services/profiler_service/test/unittest/
Dtrace_file_writer_test.cpp171 char temp[1024] = {"this is a test ,this is a test ,this is a test, this is a test\n"}; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_data_repeater.cpp98 auto temp = mallocMap_.find(hookData->GetAddr()); in PutRawStack() local
/developtools/profiler/device/cmds/src/
Dcommand_line.cpp132 for (std::string temp : p->paramFilter_) { in PrintHelp() local
/developtools/syscap_codec/taihe/syscap/src/
Dohos.systemCapability.impl.cpp47 char *temp = nullptr; in CalculateAllStringLength() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/utils_Test/
Dutils_test.cpp304 std::string temp = OHOS::AppPackingTool::Utils::GetFilePathByDir(path, file); variable
/developtools/hdc/hdc_rust/src/common/
Dbase.rs113 let temp = s.to_owned(); in get_file_name() localVariable
/developtools/syscap_codec/napi/
Dnapi_query_syscap.cpp57 char *temp = nullptr; in CalculateAllStringLength() local
/developtools/syscap_codec/src/
Dsyscap_tool.c221 char *temp = sysCapBegin + i * SINGLE_FEAT_LEN; in ParseRpcidToJson() local
578 char *temp = strtok_r(input, ",", &tok); in GetPriSyscapData() local
/developtools/syscap_codec/interfaces/inner_api/
Dsyscap_interface.c301 char *temp = sysCapBegin + i * SINGLE_FEAT_LEN; in ParseRpcidToJson() local
613 char *temp = (char *)malloc(sizeof(char) * SINGLE_SYSCAP_LEN); in ComparePcidWithPriSyscap() local
/developtools/hdc/src/host/
Dmain.cpp294 string temp = optarg; in RunClientMode() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java316 int temp; in writeFileToDos() local
/developtools/packing_tool/adapter/ohos/
DUncompress.java167 String[] temp = utility.getHapPath().replace("\\", "/").split("/"); in unpackageHapMode() local
728 String[] temp = filePath.replace("\\", "/").split("/"); in dataTransferFilesByApp() local
/developtools/smartperf_host/smartperf_device/device_command/services/ipc/src/
Dsp_thread_socket.cpp605 std::string temp = iter->second + "@@"; in HandleUDPMsg() local

12