Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DSendableAPI.ts22 ts.SyntaxKind.FunctionDeclaration, constant
23 ts.SyntaxKind.TypeAliasDeclaration constant
26 export const SENDABLE_CLOSURE_DECLS = [ts.SyntaxKind.ClassDeclaration, ts.SyntaxKind.FunctionDeclar… constant
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp96 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordTracingStart() local
118 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordMemory() local
131 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordCpuProfilerStart() local
149 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordCpuProfiler() local
254 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordCpuProfilerEnd() local
/arkcompiler/ets_runtime/ecmascript/
Druntime_lock.cpp29 ThreadStateTransitionScope<JSThread, ThreadState::WAIT> ts(thread_); in RuntimeLockHolder() local
/arkcompiler/ets_frontend/arkguard/test/testData/obfuscation/third_package/oh_modules/
DIndex.ts28 export namespace ts { namespace
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DOhsUtil.spec.ts260 ts.factory.createPropertyDeclaration(undefined, 'name', undefined, undefined, undefined), constant
286 ts.factory.createEnumMember('enumMember', ts.factory.createIdentifier('enumMember')), constant
309 ts.factory.createPropertyAssignment('key', obj), constant
/arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_prop/
Dconstructor_var_property.ts17 namespace ts { namespace
Dconstructor_variables.ts16 namespace ts { namespace
Dconstructor_property.ts16 namespace ts { namespace
/arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_export/
Dconstructor_property.ts17 namespace ts { namespace
/arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_toplevel/
Dconstructor_property.ts18 namespace ts { namespace
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
DsourceLang_test.cpp35 std::string ts = "ts.#*#TS"; member
42 std::string ts = "ts"; member
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp43 int64_t ts = static_cast<int64_t>(interval) - static_cast<int64_t>(startTime - endTime); in Run() local
/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.cpp35 TimSort ts(thread, elements, fn); in Sort() local
/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp275 int64_t ts = 604898475815; in HWTEST_F_L0() local
Ddebugger_events_test.cpp494 int64_t ts = 604898475815; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2050 … const tscDiagnostics: readonly ts.Diagnostic[] | undefined = this.tscStrictDiagnostics.get(file); constant
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …unction"==typeof Buffer.allocUnsafe&&"function"==typeof Buffer.from;e.exports=function(e,n,i){if("… method in /src/diagnostic
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js97360 class ts { class