Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/util/
Denumbitops.h21 #define DEFINE_BITOPS(T) \ argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_connection.py28 T: TypeAlias = trio_cdp.T variable
62 async def send(self, cmd: Generator[dict, T, Any]) -> T: argument
66 …async def wait_for(self, event_type: typing.Type[T], buffer_size=10) -> AsyncGenerator[Proxy[T], N…
75 cmd: Generator[dict, T, Any], argument
83 def _listen(self, event_type: T, handler):
Ddebug_client.py31 T: TypeAlias = trio_cdp.T variable
69 async def wait_for(self, event_type: Type[T], buffer_size=1):
209 handler: Callable[[T], None],
Ddebug_types.py69 T = TypeVar("T") variable
73 def __init__(self, locator: Locator, data: T) -> None:
/arkcompiler/runtime_core/libpandabase/serializer/
Dtuple_to_struct.h32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
Dfor_each_tuple.h32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
Dtuple_to_struct.h32 using T = std::remove_reference_t<Tuple>; in TupleToStruct() local
Dfor_each_tuple.h32 using T = std::remove_reference_t<Tuple>; in ForEachTuple() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
Dprimitive.py25 T = TypeVar("T") variable
72 def mirror_primitive(cls_name: str, value: T) -> Primitive[T]:
Darray.py26 T = TypeVar("T") variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h24 #define ASM_UNUSED_BC_STUB_LIST(T) \ argument
58 #define ASM_INTERPRETER_BC_STUB_LIST(V, T, D) \ argument
288 #define ASM_INTERPRETER_DEPRECATED_STUB_LIST(V, T, D) \ argument
338 #define ASM_INTERPRETER_WIDE_STUB_LIST(V, T, D) \ argument
361 #define ASM_INTERPRETER_THROW_STUB_LIST(V, T, D) \ argument
374 #define ASM_INTERPRETER_CALLRUNTIME_STUB_LIST(V, T, D) \ argument
/arkcompiler/runtime_core/static_core/verification/util/
Dindex.h96 explicit operator T() const in T() function
/arkcompiler/ets_runtime/test/aottest/createarraywithbuffer/
Dcreatearraywithbuffer.ts77 let T:number[] = [0, 1, 1.2, x]; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp69 using T = EtsTypeEnumToCppType<decltype(type)::value>; in TypeAPIMethodInvokeImplementation() typedef
89 using T = EtsTypeEnumToCppType<decltype(type)::value>; in TypeAPIMethodInvokeImplementation() typedef
/arkcompiler/ets_frontend/ets2panda/linter/test/ts_import_ets/ts/
Dtest4.ts19 interface T {} interface
Dtest5.ts19 interface T {} interface
/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept()
Dregmask.h26 static constexpr size_t MakeMask(const std::array<T, N> &indexes) in MakeMask()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst124 Methods
1295 Properties
8612 Methods
14999 Methods
15063 Methods
16315 Methods
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dexpected.h74 Expected(T v) noexcept(std::is_nothrow_move_constructible_v<T>) : v_(std::move(v)) {} in noexcept()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_test_common.h34 const char *TypeName(T /*unused*/) in TypeName() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_number.h332 inline string to_string(maple::utils::Number<T, Type> val) in to_string()
Dptr.h26 inline constexpr void CheckNothing(const T *) in CheckNothing()
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_code_parser_context.cpp147 using T = std::remove_cv_t<std::remove_reference_t<decltype(a)>>; in ApplyDeps() typedef
173 using T = std::remove_cv_t<std::remove_reference_t<decltype(a)>>; in Patch() typedef
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/compiler_verification/
Dast.py26 T = TypeVar("T") variable

12