Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 97) sorted by relevance

1234

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-import-type.ts18 import type b from "./B"; alias
20 import type from "./D"; alias
/arkcompiler/runtime_core/libabckit/tests/apps/deveco-hello-world/modules/entry/src/main/ets/entryability/
DEntryAbility.ts18 import type AbilityConstant from '@ohos:app.ability.AbilityConstant'; alias
19 import type Want from '@ohos:app.ability.Want'; alias
21 import type window from '@ohos:window'; alias
/arkcompiler/runtime_core/static_core/plugins/ets/verification/
Dets_plugin.h31 [[maybe_unused]] Method const *from, in CheckFieldAccessViolation()
38 [[maybe_unused]] Method const *from, in CheckMethodAccessViolation()
45 [[maybe_unused]] Method const *from, in CheckClassAccessViolation()
/arkcompiler/runtime_core/static_core/verification/
Ddefault_plugin.h31 [[maybe_unused]] Method const *from, in CheckFieldAccessViolation()
38 [[maybe_unused]] Method const *from, in CheckMethodAccessViolation()
45 [[maybe_unused]] Method const *from, in CheckClassAccessViolation()
/arkcompiler/ets_runtime/test/moduletest/protobuf/
Dlongbits.js21 LongBits.from = function from(value) { function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h144 static inline Local<T> ToLocal(ecmascript::JSHandle<ecmascript::JSTaggedValue> from) in ToLocal()
149 static inline ecmascript::JSTaggedValue ToJSTaggedValue(JSValueRef *from) in ToJSTaggedValue()
155 …ne ecmascript::JSMutableHandle<ecmascript::JSTaggedValue> ToJSMutableHandle(Local<JSValueRef> from) in ToJSMutableHandle()
161 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(Local<JSValueRef> from) in ToJSHandle()
167 static inline ecmascript::JSHandle<ecmascript::JSTaggedValue> ToJSHandle(JSValueRef *from) in ToJSHandle()
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_4/
Dtest-ts-import-type-exec.ts17 import type ns from './test-ts-export-type'; alias
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-export-default-type/
Dimport-main.ts17 import type I from './export' alias
/arkcompiler/ets_frontend/ets2panda/linter/test/regression/
Dlib.d.ts19 …export function from(arrayBuffer: ArrayBuffer | SharedArrayBuffer, offset?: number, length?: numbe… function
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_3/
Dtest-ts-import-type-exec.ts17 import type I from './test-ts-export-type'; alias
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/
Dimport-main.ts17 import type Student from './export'; alias
/arkcompiler/ets_runtime/ecmascript/tests/
Dbarrier_test.cpp47 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
81 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
126 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
173 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
218 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
282 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_export_import_cases/import_declaration/
Dimport_02_type.ts22 import * as type from './export_type_03' alias
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp61 void PGOHClassTreeDesc::Merge(const PGOHClassTreeDesc &from) in Merge()
175 void HClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge()
214 void RootHClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge()
243 void ChildHClassLayoutDesc::Merge(const HClassLayoutDesc *from) in Merge()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dtyped_ref_set.h308 static bool Includes(const T &to, const VectorSetT &from) in Includes()
319 static bool Includes([[maybe_unused]] const T &to, [[maybe_unused]] const UniverseSet &from) in Includes()
324 …tatic bool Includes([[maybe_unused]] const VectorSetT &to, [[maybe_unused]] const BitVectorT &from) in Includes()
330 static bool Includes(const BitVectorT &to, const BitVectorT &from) in Includes()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dutils.cpp46 llvm::SmallVector<llvm::OperandBundleDef> CopyDeoptBundle(llvm::CallInst *from) in CopyDeoptBundle()
60 void CopyDebugLoc(llvm::CallInst *from, llvm::CallInst *to) in CopyDebugLoc()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/depGraph/
DfileDeps.ts62 const from = importInfo.getFrom(); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DRuntimeCheckAPI.ts16 import type ts from 'typescript'; alias
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h204 auto bits(size_t from, size_t to) const // NOLINT(readability-identifier-naming) in bits()
223 auto bits(size_t from, size_t to) // NOLINT(readability-identifier-naming) in bits()
335 void Process(size_t from, size_t to, Handler handler) in Process()
370 void Clr(size_t from, size_t to) in Clr()
375 void Set(size_t from, size_t to) in Set()
380 void Invert(size_t from, size_t to) in Invert()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-helpers.cpp51 extern "C" void PostWrbUpdateCardFuncEntrypoint(const void *from, const void *to) in PostWrbUpdateCardFuncEntrypoint()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h67 …JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData()) + taggedType… in Copy() local
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp62 static const auto OFFSET_HANDLER = [](Action a, Context &c, auto from) { in BreakpointParser()
71 static const auto METHOD_NAME_HANDLER = [](Action a, Context &c, auto from, auto to) { in BreakpointParser()
/arkcompiler/runtime_core/static_core/verification/config/parse/
Dconfig_parse.cpp97 static const auto NAME_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
108 static const auto LINE_HANDLER = [](auto a, Context &c, auto from, auto to) { in ParseConfig()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dloop.h92 bool IsBackEdge(const BB &from, const BB &to) const in IsBackEdge()
183 bool IsBackEdge(const BB &from, const BB &to) const in IsBackEdge()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/spawn/
Dspawn.cpp24 std::vector<ani_string> SplitString(ani_env *env, std::string_view from, char delim) in SplitString()

1234