| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_mangling_test.cpp | 46 std::string ret = MangleFunctionName(name, std::move(params), return_type); variable 59 std::string ret = DeMangleName(name); variable 78 std::string ret = GetFunctionSignatureFromName(name, std::move(params)); variable 91 std::string ret = GetFunctionNameFromSignature(name); variable
|
| D | assembler_ins_test.cpp | 102 std::string ret = function_value[0].ToString("test", true, 0); variable 137 std::string ret = ins.ToString("test", true, 0); variable 220 std::string ret = pro.JsonDump(); variable 278 std::string ret = JsonSerializeItemBody(function); variable
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | callconv32_test.cpp | 104 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() local 120 auto ret = param_info->GetNativeParam(INT32_TYPE); in TEST_F() local 136 auto ret = param_info->GetNativeParam(INT64_TYPE); in TEST_F() local 150 auto ret = param_info->GetNativeParam(FLOAT32_TYPE); in TEST_F() local 166 auto ret = param_info->GetNativeParam(FLOAT64_TYPE); in TEST_F() local 182 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() local 222 auto ret = param_info->GetNativeParam(INT32_TYPE); in TEST_F() local 266 auto ret = param_info->GetNativeParam(FLOAT32_TYPE); in TEST_F() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.cpp | 23 Result ret; in Create() local 45 Result ret; in Create() local 115 Result ret; in Create() local 161 Result ret; in Create() local 183 Result ret; in Create() local 205 Result ret; in Create() local 227 Result ret; in Create() local 249 Result ret; in Create() local 279 Result ret; in Create() local 335 Result ret; in Create() local [all …]
|
| D | pt_json.cpp | 70 cJSON_bool ret = cJSON_AddItemToObject(object_, key, node); in Add() local 103 cJSON_bool ret = cJSON_AddItemToObject(object_, key, node); in Add() local 121 cJSON_bool ret = cJSON_AddItemToObject(object_, key, node); in Add() local 139 cJSON_bool ret = cJSON_AddItemToObject(object_, key, node); in Add() local 154 cJSON_bool ret = cJSON_AddItemToArray(object_, node); in Push() local 185 cJSON_bool ret = cJSON_AddItemToArray(object_, node); in Push() local 201 cJSON_bool ret = cJSON_AddItemToArray(object_, node); in Push() local 221 cJSON_bool ret = cJSON_AddItemToArray(object_, node); in Push() local 368 Result ret = GetDouble(key, &result); in GetInt() local 378 Result ret = GetDouble(key, &result); in GetInt64() local [all …]
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | callconv64_test.cpp | 96 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() local 112 auto ret = param_info->GetNativeParam(INT32_TYPE); in TEST_F() local 128 auto ret = param_info->GetNativeParam(INT64_TYPE); in TEST_F() local 144 auto ret = param_info->GetNativeParam(FLOAT32_TYPE); in TEST_F() local 160 auto ret = param_info->GetNativeParam(FLOAT64_TYPE); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | callconv64_test.cpp | 97 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() local 113 auto ret = param_info->GetNativeParam(INT32_TYPE); in TEST_F() local 129 auto ret = param_info->GetNativeParam(INT64_TYPE); in TEST_F() local 145 auto ret = param_info->GetNativeParam(FLOAT32_TYPE); in TEST_F() local 161 auto ret = param_info->GetNativeParam(FLOAT64_TYPE); in TEST_F() local
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | thread.cpp | 46 auto ret = SetThreadPriority(thread, prio); in SetPriority() local 58 auto ret = GetThreadPriority(thread); in GetPriority() local 90 void ThreadExit(void *ret) in ThreadExit() 95 void ThreadJoin(native_handle_type pthread_handle, void **ret) in ThreadJoin()
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_breakpoint_async_test.h | 43 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsBreakpointAsyncTest() local 55 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsBreakpointAsyncTest() local
|
| D | js_breakpoint_test.h | 43 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsBreakpointTest() local 55 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsBreakpointTest() local
|
| D | js_breakpoint_arrow_test.h | 43 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsBreakpointArrowTest() local 53 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsBreakpointArrowTest() local
|
| D | js_range_error_test.h | 66 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsRangeErrorTest() local 78 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsRangeErrorTest() local
|
| D | js_exception_test.h | 66 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsExceptionTest() local 78 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsExceptionTest() local
|
| D | js_syntax_exception_test.h | 66 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsSyntaxExceptionTest() local 78 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsSyntaxExceptionTest() local
|
| D | js_throw_exception_test.h | 69 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsThrowExceptionTest() local 81 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsThrowExceptionTest() local
|
| D | js_variable_second_test.h | 47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsVariableSecondTest() local 57 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsVariableSecondTest() local
|
| D | js_variable_first_test.h | 47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsVariableFirstTest() local 57 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsVariableFirstTest() local
|
| /arkcompiler/runtime_core/libpandabase/tests/genmc/ |
| D | mutex_test_4.cpp | 35 bool ret; in Thread1() local 50 bool ret; in Thread2() local 63 bool ret; in Thread3() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_binary_op.h | 46 double ret = a0Double + a1Double; in AddWithTSType() local 70 … EcmaString *ret = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in AddWithTSType() local 82 … EcmaString *ret = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in AddWithTSType() local 89 … EcmaString *ret = EcmaStringAccessor::Concat(thread->GetEcmaVM(), stringA0, stringA1); in AddWithTSType() local 116 double ret = a0Double - a1Double; in SubWithTSType() local 127 auto ret = number0 - number1; in SubWithTSType() local 305 auto ret = in ShlWithTSType() local 320 auto ret = static_cast<int32_t>(opNumber0 >> shift); // NOLINT(hicpp-signed-bitwise) in ShrWithTSType() local 335 auto ret = in AshrWithTSType() local 349 auto ret = static_cast<uint32_t>(opNumber0) & static_cast<uint32_t>(opNumber1); in AndWithTSType() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 112 GateRef ret = LoadICWithHandler(glue_, receiver_, receiver_, *cachedHandler, callback); in LoadICByName() local 130 … GateRef ret = StoreICWithHandler(glue_, receiver_, receiver_, value_, *cachedHandler, callback_); in StoreICByName() local 150 GateRef ret = LoadElement(glue_, receiver_, propKey_, callback); in LoadICByValue() local 156 GateRef ret = LoadICWithHandler(glue_, receiver_, receiver_, *cachedHandler, callback); in LoadICByValue() local 175 GateRef ret = ICStoreElement(glue_, receiver_, propKey_, value_, secondValue, callback_); in StoreICByValue() local 181 … GateRef ret = StoreICWithHandler(glue_, receiver_, receiver_, value_, *cachedHandler, callback_); in StoreICByValue() local 201 GateRef ret = LoadGlobal(handler); in TryLoadGlobalICByName() local 222 GateRef ret = StoreGlobal(glue_, value_, handler); in TryStoreGlobalICByName() local
|
| D | access_object_stub_builder.cpp | 59 auto ret = *result; in LoadObjByName() local 88 auto ret = *result; in DeprecatedLoadObjByName() local 124 auto ret = *result; in StoreObjByName() local 172 auto ret = *result; in LoadObjByValue() local 201 auto ret = *result; in DeprecatedLoadObjByValue() local 233 auto ret = *result; in StoreObjByValue() local 283 auto ret = *result; in TryLoadGlobalByName() local 346 auto ret = *result; in TryStoreGlobalByName() local 384 auto ret = *result; in LoadGlobalVar() local 422 auto ret = *result; in StoreGlobalVar() local
|
| /arkcompiler/ets_frontend/testTs/instype/ |
| D | recordimport.ts | 7 let ret: A = calculator.minus(add(x, y), c); variable
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_types_test.cpp | 242 Result ret; in HWTEST_F_L0() local 475 Result ret; in HWTEST_F_L0() local 619 Result ret; in HWTEST_F_L0() local 878 Result ret; in HWTEST_F_L0() local 1036 Result ret; in HWTEST_F_L0() local 1159 Result ret; in HWTEST_F_L0() local 1306 Result ret; in HWTEST_F_L0() local 1604 Result ret; in HWTEST_F_L0() local 1727 Result ret; in HWTEST_F_L0() local 1803 Result ret; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/runtime_core/libziparchive/tests/ |
| D | libziparchive_tests.cpp | 46 int &ret, std::vector<uint8_t> &pf_data, int level = Z_BEST_COMPRESSION) in GenerateZipfile() 141 …FileCheckTxt(const char *archivename, char *filename, const char *data, int N, char *buf, int &ret, in UnzipFileCheckTxt() 259 …ileCheckPandaFile(const char *archivename, char *filename, std::vector<uint8_t> &pf_data, int &ret, in UnzipFileCheckPandaFile() 374 int &ret, int level = Z_BEST_COMPRESSION) in UnzipFileCheckInDirectory() 528 int ret = 0; variable 606 int ret = 0; variable 661 int ret = 0; variable 703 int ret = 0; variable 734 …int ret = CreateOrAddFileIntoZip(archivename, "illegal_path.abc", nullptr, 0, APPEND_STATUS_ADDINZ… variable
|
| /arkcompiler/toolchain/websocket/test/ |
| D | websocket_test.cpp | 93 …int ret = connect(client_, reinterpret_cast<struct sockaddr*>(&serverAddr), static_cast<int32_t>(l… in ClientConnectUnixWebSocket() local 139 if (int ret = inet_pton(AF_INET, "127.0.0.1", &serverAddr.sin_addr) < NET_SUCCESS) { in ClientConnectTcpWebSocket() local 147 … int ret = connect(client_, reinterpret_cast<struct sockaddr*>(&serverAddr), sizeof(serverAddr)); in ClientConnectTcpWebSocket() local 327 bool ret = false; variable 417 bool ret = false; variable
|