| /arkcompiler/toolchain/tooling/base/ |
| D | pt_returns.cpp | 21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 30 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 47 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 63 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 77 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 93 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 105 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 121 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 137 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 148 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local [all …]
|
| D | pt_events.cpp | 21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 35 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 67 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 78 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 106 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 147 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 191 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 204 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 224 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local 242 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local [all …]
|
| D | pt_returns.h | 90 : result_(std::move(result)), exceptionDetails_(std::move(exceptionDetails)) in result_() 157 …explicit SearchInContentReturns(std::vector<std::unique_ptr<SearchMatch>> result) : result_(std::m… in SearchInContentReturns() 252 : result_(std::move(result)), in result_() 350 explicit GetBestEffortCoverageReturns(std::vector<std::unique_ptr<ScriptCoverage>> result) in GetBestEffortCoverageReturns() 380 …explicit TakePreciseCoverageReturns(std::vector<std::unique_ptr<ScriptCoverage>> result, int64_t t… in TakePreciseCoverageReturns() 398 explicit TakeTypeProfileReturns(std::vector<std::unique_ptr<ScriptTypeProfile>> result) in TakeTypeProfileReturns()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | move_constants_test.cpp | 88 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 163 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 260 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 333 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 408 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 469 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 572 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 629 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 694 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local 723 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_math_test.cpp | 62 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 77 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 92 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 107 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 124 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 140 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 156 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 172 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 188 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 204 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
| D | builtins_atomics_test.cpp | 79 JSTaggedValue result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray() local 94 JSTaggedValue result = JSTaggedValue::Hole(); in CreateTypedArray() local 215 …JSTaggedValue result = BuiltinsSharedArrayBuffer::SharedArrayBufferConstructor(ecmaRuntimeCallInfo… in CreateSharedArrayBuffer() local 234 JSTaggedValue result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateInt32TypedArray() local 260 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 280 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 301 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 359 JSTaggedValue result = BuiltinsAtomics::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 383 JSTaggedValue result = BuiltinsAtomics::And(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 418 JSTaggedValue result = BuiltinsAtomics::CompareExchange(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
| D | builtins_string_test.cpp | 87 JSTaggedValue result = BuiltinsRegExp::RegExpConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsStringRegExpObjByPatternAndFlags() local 107 JSTaggedValue result = BuiltinsString::StringConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 132 JSTaggedValue result = BuiltinsString::FromCharCode(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 156 JSTaggedValue result = BuiltinsString::FromCodePoint(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 175 JSTaggedValue result = BuiltinsString::CharAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 194 JSTaggedValue result = BuiltinsString::CharAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 213 JSTaggedValue result = BuiltinsString::CharAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 232 JSTaggedValue result = BuiltinsString::CharCodeAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 249 JSTaggedValue result = BuiltinsString::CharCodeAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 267 JSTaggedValue result = BuiltinsString::CodePointAt(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
| D | builtins_dataview_test.cpp | 72 JSTaggedValue result = BuiltinsArrayBuffer::ArrayBufferConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsDataviewArrayBuffer() local 92 JSTaggedValue result = BuiltinsDataView::DataViewConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsDataView() local 109 JSTaggedValue result = BuiltinsArrayBuffer::ArrayBufferConstructor(ecmaRuntimeCallInfo); in CreateArrayBuffer() local 142 JSTaggedValue result = BuiltinsDataView::DataViewConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 172 JSTaggedValue result = BuiltinsDataView::GetOffset(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 203 JSTaggedValue result = BuiltinsDataView::GetByteLength(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 234 JSTaggedValue result = BuiltinsDataView::GetBuffer(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 252 JSTaggedValue result = BuiltinsDataView::SetUint16(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 281 JSTaggedValue result = BuiltinsDataView::SetInt16(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 314 JSTaggedValue result = BuiltinsDataView::GetUint32(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
| D | builtins_number_test.cpp | 81 JSTaggedValue result = BuiltinsNumber::NumberConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 99 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 113 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 128 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 142 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 156 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 170 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 184 JSTaggedValue result = BuiltinsNumber::IsFinite(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 198 JSTaggedValue result = BuiltinsNumber::IsInteger(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 212 JSTaggedValue result = BuiltinsNumber::IsNaN(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_plainarray_test.cpp | 92 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializePlainArrayConstructor() local 108 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in CreateJSAPIPlainArray() local 124 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in PlainArrayAdd() local 140 JSTaggedValue result = ContainersPlainArray::RemoveRangeFrom(callInfo); in PlainArrayRemoveRangeFrom() local 157 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in HWTEST_F_L0() local 187 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local 202 JSTaggedValue result = ContainersPlainArray::Has(callInfo); in HWTEST_F_L0() local 226 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local 244 JSTaggedValue result = ContainersPlainArray::Get(callInfo); in HWTEST_F_L0() local 263 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_treeset_test.cpp | 84 int result = EcmaStringAccessor::Compare(thread->GetEcmaVM(), xHandle, yHandle); in TestCompareFunction() local 128 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeTreeSetConstructor() local 145 JSTaggedValue result = ContainersTreeSet::TreeSetConstructor(objCallInfo); in CreateJSAPITreeSet() local 165 JSTaggedValue result = ContainersTreeSet::TreeSetConstructor(objCallInfo); in HWTEST_F_L0() local 195 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local 216 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local 230 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local 244 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local 263 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local 289 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_vector_test.cpp | 71 JSTaggedValue result = elements->Get(key->GetInt()); in TestForEachFunc() local 110 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeVectorConstructor() local 127 JSTaggedValue result = ContainersVector::VectorConstructor(objCallInfo); in CreateJSAPIVector() local 147 JSTaggedValue result = ContainersVector::VectorConstructor(objCallInfo); in HWTEST_F_L0() local 175 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local 196 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local 224 JSTaggedValue result = ContainersVector::Has(callInfo); in HWTEST_F_L0() local 238 JSTaggedValue result = ContainersVector::Has(callInfo); in HWTEST_F_L0() local 256 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local 275 JSTaggedValue result = ContainersVector::GetIndexOf(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_treemap_test.cpp | 87 int result = EcmaStringAccessor::Compare(thread->GetEcmaVM(), xHandle, yHandle); in TestCompareFunction() local 131 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeTreeMapConstructor() local 148 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in CreateJSAPITreeMap() local 169 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in HWTEST_F_L0() local 200 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local 224 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local 237 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local 253 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local 273 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local 299 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_lightweightset_test.cpp | 88 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeLightWeightSetConstructor() local 104 JSTaggedValue result = ContainersLightWeightSet::LightWeightSetConstructor(objCallInfo); in CreateJSAPILightWeightSet() local 122 JSTaggedValue result = ContainersLightWeightSet::LightWeightSetConstructor(objCallInfo); in HWTEST_F_L0() local 150 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 170 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 191 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 208 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 223 JSTaggedValue result = ContainersLightWeightSet::AddAll(callInfo); in HWTEST_F_L0() local 244 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local 261 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_hashmap_test.cpp | 94 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeHashMapConstructor() local 109 JSTaggedValue result = ContainersHashMap::HashMapConstructor(objCallInfo); in CreateJSAPIHashMap() local 128 JSTaggedValue result = ContainersHashMap::HashMapConstructor(objCallInfo); in HWTEST_F_L0() local 157 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local 170 JSTaggedValue result = ContainersHashMap::Get(callInfo); in HWTEST_F_L0() local 189 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local 204 JSTaggedValue result = ContainersHashMap::HasKey(callInfo); in HWTEST_F_L0() local 216 JSTaggedValue result = ContainersHashMap::HasValue(callInfo); in HWTEST_F_L0() local 240 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local 257 JSTaggedValue result = ContainersHashMap::HasKey(callInfo); in HWTEST_F_L0() local [all …]
|
| D | containers_arraylist_test.cpp | 70 JSTaggedValue result = elements->Get(value->GetInt()); in TestForEachFunc() local 93 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeArrayListConstructor() local 109 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in CreateJSAPIArrayList() local 124 JSTaggedValue result = ContainersArrayList::Add(callInfo); in ArrayListAdd() local 140 JSTaggedValue result = ContainersArrayList::RemoveByRange(callInfo); in ArrayListRemoveByRange() local 156 JSTaggedValue result = ContainersArrayList::SubArrayList(callInfo); in ArrayListSubArrayList() local 173 JSTaggedValue result = ContainersArrayList::ArrayListConstructor(objCallInfo); in HWTEST_F_L0() local 194 JSTaggedValue result = ArrayListAdd(arrayList, JSTaggedValue(i)); in HWTEST_F_L0() local 201 … JSTaggedValue result = ArrayListRemoveByRange(arrayList, JSTaggedValue(1), JSTaggedValue(3)); in HWTEST_F_L0() local 215 …JSTaggedValue result = ArrayListRemoveByRange(arrayList, JSTaggedValue::Undefined(), JSTaggedValue… in HWTEST_F_L0() local [all …]
|
| D | containers_list_test.cpp | 92 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeListConstructor() local 109 JSTaggedValue result = ContainersList::ListConstructor(objCallInfo); in CreateJSAPIList() local 123 JSTaggedValue result = ContainersList::Add(callInfo); in ListAdd() local 136 JSTaggedValue result = ContainersList::Equal(callInfo); in ListEqual() local 153 JSTaggedValue result = ContainersList::ListConstructor(objCallInfo); in HWTEST_F_L0() local 181 JSTaggedValue result = ContainersList::Insert(callInfo); in HWTEST_F_L0() local 195 JSTaggedValue result = ContainersList::Insert(callInfo); in HWTEST_F_L0() local 207 JSTaggedValue result = ContainersList::Get(callInfo); in HWTEST_F_L0() local 225 JSTaggedValue result = ContainersList::Insert(callInfo); in HWTEST_F_L0() local 261 JSTaggedValue result = JSTaggedValue::Hole(); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_math.cpp | 58 double result = base::NAN_VALUE; in Acos() local 77 double result = base::NAN_VALUE; in Acosh() local 95 double result = base::NAN_VALUE; in Asin() local 113 double result = base::NAN_VALUE; in Asinh() local 132 double result = base::NAN_VALUE; in Atan() local 151 double result = base::NAN_VALUE; in Atanh() local 167 double result = base::NAN_VALUE; in Atan2() local 200 double result = base::NAN_VALUE; in Cbrt() local 219 double result = base::NAN_VALUE; in Ceil() local 245 auto result = numberValue.ToUint32(); in Clz32() local [all …]
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_params_test.cpp | 57 std::unique_ptr<EnableParams> result = EnableParams::Create(*ptJson); in HWTEST_F_L0() local 71 std::unique_ptr<EvaluateOnCallFrameParams> result = EvaluateOnCallFrameParams::Create(*ptJson); in HWTEST_F_L0() local 84 …std::unique_ptr<GetPossibleBreakpointsParams> result = GetPossibleBreakpointsParams::Create(*ptJso… in HWTEST_F_L0() local 98 std::unique_ptr<ResumeParams> result = ResumeParams::Create(*ptJson); in HWTEST_F_L0() local 113 std::unique_ptr<SetBlackboxPatternsParams> result = SetBlackboxPatternsParams::Create(*ptJson); in HWTEST_F_L0() local 130 std::unique_ptr<StepIntoParams> result = StepIntoParams::Create(*ptJson); in HWTEST_F_L0() local 149 std::unique_ptr<StepOverParams> result = StepOverParams::Create(*ptJson); in HWTEST_F_L0() local 161 std::unique_ptr<SetMixedDebugParams> result = SetMixedDebugParams::Create(*ptJson); in HWTEST_F_L0() local 173 std::unique_ptr<ReplyNativeCallingParams> result = ReplyNativeCallingParams::Create(*ptJson); in HWTEST_F_L0() local 184 std::unique_ptr<CallFunctionOnParams> result = CallFunctionOnParams::Create(*ptJson); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | tlab_allocator-inl.h | 48 uintptr_t result = 0; in Allocate() local 73 uintptr_t result = youngAllocator_.Allocate(size); in AllocateInYoungSpace() local 88 uintptr_t result = localSpace_->Allocate(size, true); in AllocateInCompressSpace() local 98 uintptr_t result = localSpace_->Allocate(size, false); in AllocateInOldSpace() local
|
| D | c_string.cpp | 31 int64_t result = std::strtol(str.c_str(), &endPtr, BASE); in CStringToL() local 39 int64_t result = std::strtoll(str.c_str(), &endPtr, BASE); in CStringToLL() local 47 uint64_t result = std::strtoull(str.c_str(), &endPtr, BASE); in CStringToULL() local 55 float result = std::strtof(str.c_str(), &endPtr); in CStringToF() local 64 double result = std::strtod(str.c_str(), &endPtr); in CStringToD() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | lexenv.cpp | 45 …void ExpandLoadLexVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result) in ExpandLoadLexVar() 54 …d ExpandLoadNormalVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result) in ExpandLoadNormalVar() 66 …irtualLoadVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result) in Expand() 77 … ExpandStoreLexVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, b… in ExpandStoreLexVar() 101 … ExpandStoreNormalVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, in ExpandStoreNormalVar() 139 …alStoreVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, b… in Expand()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | string_helpers.h | 37 std::string result; in Vformat() local 66 std::string result = Vformat(fmt, args); in Format() local 88 long long int result = strtoll(str, &end, base); variable
|
| /arkcompiler/ets_runtime/test/moduletest/async/ |
| D | async.js | 51 function (result) { argument 54 function (result) { argument
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | genericObjectSpreadResultInSwitch.ts | 53 const result = getType(params).type; constant 65 const result = getType(params).type; constant
|