Home
last modified time | relevance | path

Searched refs:ALL (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeofStripsFreshness.ts30 const ALL = "all"; constant
31 AssertType(ALL, "string");
34 type All = typeof ALL;
/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtask.h24 ALL, enumerator
42 return TaskType::ALL; in GetTaskType()
Drunner.cpp44 if (type != TaskType::ALL && type != runningTask_[i]->GetTaskType()) { in TerminateTask()
54 TerminateTask(ALL_TASK_ID, TaskType::ALL); in TerminateThread()
Dtaskpool.h51 void TerminateTask(int32_t id, TaskType type = TaskType::ALL);
Dtaskpool.cpp45 runner_->TerminateTask(id, TaskType::ALL); in Destroy()
Dtask_queue.cpp51 if (type != TaskType::ALL && type != task->GetTaskType()) { in TerminateTask()
/arkcompiler/ets_runtime/ecmascript/
Dlog_wrapper.h24 #define LOG_FULL(level) ARK_LOG(level, Component::ALL) << __func__ << ":" << __LINE__ << " "
31 #define LOG_ECMA_IF(cond, level) (cond) && ARK_LOG(level, Component::ALL)
Dlog.h51 ALL = 0xFFFFFFFFULL, enumerator
96 case Component::ALL: in GetComponentStr()
Dlog.cpp67 ComponentMark Log::components_ = Component::ALL;
151 components_ = Component::ALL; in SetLogComponentFromString()
Djs_date_time_format.h24 enum class DefaultsOption : uint8_t { DATE = 0x01, TIME, ALL }; enumerator
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeFacts.h49 ALL = (1 << 24) - 1, enumerator
104 EMPTY_OBJECT_STRICT_FACTS = ALL & ~(EQ_UNDEFINED | EQ_NULL | EQ_UNDEFINED_OR_NULL),
105 EMPTY_OBJECT_FACTS = ALL,
DunknownType.cpp27 return TypeFacts::ALL; in GetTypeFacts()
DanyType.cpp45 return TypeFacts::ALL; in GetTypeFacts()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h32 ALL, enumerator
49 using AllInstIter = InstForwardIterator<IterationType::ALL>;
55 using AllInstSafeIter = InstSafeIterator<IterationType::ALL, IterationDirection::FORWARD>;
59 using AllInstSafeReverseIter = InstSafeIterator<IterationType::ALL, IterationDirection::BACKWARD>;
707 if constexpr (IterationType::ALL == T && IterationDirection::FORWARD == D) { in InstIterator()
717 if constexpr (IterationType::ALL == T && IterationDirection::BACKWARD == D) { in InstIterator()
859 class InstBackwardIterator<IterationType::INST> : public InstBackwardIterator<IterationType::ALL> {
862 : InstBackwardIterator<IterationType::ALL>(nullptr)
877 …explicit InstBackwardIterator(Inst *current) : InstBackwardIterator<IterationType::ALL>(current) {} in InstBackwardIterator()
998 : public InstSafeIterator<IterationType::ALL, IterationDirection::BACKWARD> {
[all …]
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h74 ALL = BINDINGS | INTERFACES, enumerator
80 ALL = 1U << 0U, enumerator
Dbinder.h57 bindingOptions_ = ResolveBindingOptions::ALL; in Binder()
69 void IdentifierAnalysis(ResolveBindingFlags flags = ResolveBindingFlags::ALL);
232 ResolveBindingFlags bindingFlags_ {ResolveBindingFlags::ALL};
Dbinder.cpp184 } else if (bindingFlags_ & ResolveBindingFlags::ALL) { in IdentifierAnalysis()
206 if (currentScope->FindLocal(localName, ResolveBindingOptions::ALL) != nullptr || in ValidateExportDecl()
293 res = scope_->Find(ident->Name(), ResolveBindingOptions::ALL); in LookupIdentReference()
/arkcompiler/runtime_core/pandastdlib/
DCMakeLists.txt21 add_custom_target(pandastdlib ALL
/arkcompiler/runtime_core/panda/
DCMakeLists.txt47 add_custom_target(panda ALL
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_test.cpp214 thread, JSHandle<JSTaggedValue>::Cast(options), RequiredOption::ANY, DefaultsOption::ALL); in HWTEST_F_L0()
253 …thread, JSHandle<JSTaggedValue>::Cast(options), RequiredOption::ANY, DefaultsOption::ALL); // test… in HWTEST_F_L0()
304 …thread, JSHandle<JSTaggedValue>::Cast(options), RequiredOption::ANY, DefaultsOption::ALL); // test… in HWTEST_F_L0()
396 thread, JSHandle<JSTaggedValue>::Cast(options), RequiredOption::ANY, DefaultsOption::ALL); in HWTEST_F_L0()
443 thread, JSHandle<JSTaggedValue>::Cast(options), RequiredOption::ANY, DefaultsOption::ALL); in HWTEST_F_L0()
489 thread, JSHandle<JSTaggedValue>::Cast(options), RequiredOption::ANY, DefaultsOption::ALL); in HWTEST_F_L0()
600 thread, JSHandle<JSTaggedValue>::Cast(options), RequiredOption::ANY, DefaultsOption::ALL); in HWTEST_F_L0()
694 thread, JSHandle<JSTaggedValue>::Cast(options), RequiredOption::ANY, DefaultsOption::ALL); in HWTEST_F_L0()
/arkcompiler/runtime_core/assembler/
DCMakeLists.txt109 add_custom_target(pandasm ALL
/arkcompiler/toolchain/tooling/base/
Dpt_params.h338 enum class PauseOnExceptionsState : uint8_t { NONE, UNCAUGHT, ALL }; enumerator
362 state_ = PauseOnExceptionsState::ALL; in StoreState()
372 PauseOnExceptionsState state_ {PauseOnExceptionsState::ALL};
/arkcompiler/runtime_core/libpandafile/
DCMakeLists.txt47 add_custom_target(type_gen_${PROJECT_NAME} ALL DEPENDS "${OUTFILE}")
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp93 ast.Binder()->IdentifierAnalysis(binder::ResolveBindingFlags::ALL); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h76 ALL = STATIC | ASYNC | ACCESS | DECLARE | READONLY | ABSTRACT, enumerator

12