Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 25 of 162) sorted by relevance

1234567

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dimmvalid.def9 bool IsBitSizeImmediate(uint64 val, uint32 bitLen, uint32 nLowerZeroBits) {
17 bool IsBitmaskImmediate(uint64 val, uint32 bitLen) {
27 bool expectedOutcome = (ValidBitmaskImmSet.find(val2) != ValidBitmaskImmSet.end());
72 bool ret = (val == pattern * bitmaskImmMultTable[kMaxBitTableSize - logDiff]);
80 bool Imm12BitValid(int64 value) {
81 bool result = IsBitSizeImmediate(static_cast<uint64>(value), kMaxImmVal12Bits, 0);
87 bool Imm12BitMaskValid(int64 value) {
94 bool Imm13BitValid(int64 value) {
95 bool result = IsBitSizeImmediate(static_cast<uint64>(value), kMaxImmVal13Bits, 0);
101 bool Imm13BitMaskValid(int64 value) {
[all …]
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md104 bool ArrayBufferRef::IsDetach()��
118 | bool | �������Ѿ����뷵��true��δ���뷵��false�� |
124 bool b = arrayBuffer->IsDetach();
160 Local<BooleanRef> BooleanRef::New(const EcmaVM *vm, bool input)��
169 | input | bool | �� | ָ��BooleanRef�����boolֵ�� |
458 bool JSNApi::IsBundle(EcmaVM *vm)��
472 | bool | ��ΪJSBundleģʽʱʱ����true��������false�� |
477 bool b = JSNApi::IsBundle(vm);
564 static bool CheckSecureMem(uintptr_t mem);
578 | bool | �ڴ��ַ��ȫ����true������false�� |
[all …]
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsir.js64 bool: Boolean property
76 print(obj.bool(0));
77 print(obj.bool(0, 1));
78 print(obj.bool(0, 1, 2));
79 print(obj.bool(0, 1, 2, 3));
/arkcompiler/runtime_core/static_core/libllvmbackend/templates/
Dllvm_passes.inl.erb40bool ParseModulePasses(StringRef name, llvm::ModulePassManager &modulePm, const LLVMCompilerOption…
41bool ParseFunctionPasses(StringRef name, llvm::FunctionPassManager &functionPm, const LLVMCompiler…
42bool ParseSCCPasses(StringRef name, llvm::CGSCCPassManager &sccPm, const LLVMCompilerOptions &opti…
47 … [&](StringRef name, llvm::ModulePassManager &modulePm, PipelineElements /*unused*/) -> bool {
51 … [&](StringRef name, llvm::FunctionPassManager &functionPm, PipelineElements /*unused*/) -> bool {
55 [&](StringRef name, llvm::CGSCCPassManager &sccPm, PipelineElements /*unused*/) -> bool {
63 bool PassParser::ParseModulePasses(StringRef name, llvm::ModulePassManager &modulePm, const LLVMCom…
87 bool PassParser::ParseFunctionPasses(StringRef name, llvm::FunctionPassManager &functionPm, const L…
111 bool PassParser::ParseSCCPasses(StringRef name, llvm::CGSCCPassManager &sccPm, const LLVMCompilerOp…
/arkcompiler/runtime_core/libpandabase/
DREADME.md26 It inherits `PandArg<bool>`.
34 panda::PandArg<bool> pab("bool", false, "Sample boolean argument");
58 - `bool` for boolean argument
96 - `bool Add(PandArgBase* arg)` - add an argument to parser. Returns `true` if argument was succsess…
97 - `bool Parse(int argc, const char* argv[])` - parse arguments. Returns `true` on success. Note: `a…
101 - `bool IsTailEnabled()` - returns `true` if positional arguments enabled
102 - `bool IsArgSet(PandArgBase* arg)` - returns `true` if an argument was added to a parser
103 - `bool IsArgSet(const std::string& arg_name)` - returns `true` if an argument with given name was …
104 - `bool PushBackTail(PandArgBase* arg)` - add tail argument to the end of tail arguments list. `fal…
105 - `bool PopBackTail()` - remove last argument from tail list
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/
DREADME.md26 It inherits `PandArg<bool>`.
34 panda::PandArg<bool> pab("bool", false, "Sample boolean argument");
58 - `bool` for boolean argument
96 - `bool Add(PandArgBase* arg)` - add an argument to parser. Returns `true` if argument was succsess…
97 - `bool Parse(int argc, const char* argv[])` - parse arguments. Returns `true` on success. Note: `a…
101 - `bool IsTailEnabled()` - returns `true` if positional arguments enabled
102 - `bool IsArgSet(PandArgBase* arg)` - returns `true` if an argument was added to a parser
103 - `bool IsArgSet(const std::string& arg_name)` - returns `true` if an argument with given name was …
104 - `bool PushBackTail(PandArgBase* arg)` - add tail argument to the end of tail arguments list. `fal…
105 - `bool PopBackTail()` - remove last argument from tail list
[all …]
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md34 | jeq.obj | bool Compare EQ, IfImm |
35 | jne.obj | bool Compare NE, IfImm |
36 | jeqz.obj | i64 Constant 0, bool Compare EQ, IfImm |
37 | jnez.obj | i64 Constant 0, bool Compare NE, IfImm |
38 | jeqz | i64 Constant 0, bool Compare EQ, IfImm |
39 | jnez | i64 Constant 0, bool Compare NE, IfImm |
40 | jltz | i64 Constant 0, bool Compare LT, IfImm |
41 | jgtz | i64 Constant 0, bool Compare GT, IfImm |
42 | jlez | i64 Constant 0, bool Compare LE, IfImm |
43 | jgez | i64 Constant 0, bool Compare GE, IfImm |
[all …]
/arkcompiler/runtime_core/docs/
DPBC2IR.md34 | jeq.obj | bool Compare EQ, IfImm |
35 | jne.obj | bool Compare NE, IfImm |
36 | jeqz.obj | i64 Constant 0, bool Compare EQ, IfImm |
37 | jnez.obj | i64 Constant 0, bool Compare NE, IfImm |
38 | jeqz | i64 Constant 0, bool Compare EQ, IfImm |
39 | jnez | i64 Constant 0, bool Compare NE, IfImm |
40 | jltz | i64 Constant 0, bool Compare LT, IfImm |
41 | jgtz | i64 Constant 0, bool Compare GT, IfImm |
42 | jlez | i64 Constant 0, bool Compare LE, IfImm |
43 | jgez | i64 Constant 0, bool Compare GE, IfImm |
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dtest_metadata.py47 def __contains(tag: str, tags: Optional[List[str]]) -> bool:
51 def compile_only(self) -> bool:
55 def negative(self) -> bool:
59 def not_a_test(self) -> bool:
63 def no_warmup(self) -> bool:
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dcan_encode_builtin.inl.erb22 inline bool CanEncodeAmd64(IntrinsicId id)
35 inline bool CanEncodeArm64(IntrinsicId id)
49 inline bool CanEncodeArm32(IntrinsicId id)
61 inline bool CheckRestrictions([[maybe_unused]] RuntimeInterface *runtime, IntrinsicId id, [[maybe_u…
75 inline bool EncodesBuiltin(RuntimeInterface *runtime, IntrinsicId id, Arch arch)
95 inline bool EncodesBuiltin(RuntimeInterface *runtime, RuntimeInterface::IntrinsicId id, Arch arch)
Dintrinsics_ir_build.inl.erb18 inline bool NeedSafePointAfterIntrinsic(RuntimeInterface::IntrinsicId intrinsic) {
31 template <bool IS_VIRTUAL>
59 inline bool IsVirtual([[maybe_unused]] RuntimeInterface::IntrinsicId intrinsic)
78 … [[maybe_unused]] bool isRange, [[maybe_unused]] bool accRead)
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dcan_encode_builtin.inl.erb21 inline bool CanEncodeAmd64(IntrinsicId id)
34 inline bool CanEncodeArm64(IntrinsicId id)
47 inline bool CanEncodeArm32(IntrinsicId id)
59 inline bool CheckRestrictions([[maybe_unused]] RuntimeInterface *runtime, IntrinsicId id, [[maybe_u…
73 inline bool EncodesBuiltin(RuntimeInterface *runtime, IntrinsicId id, Arch arch)
93 inline bool EncodesBuiltin(RuntimeInterface *runtime, RuntimeInterface::IntrinsicId id, Arch arch)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_ets.py33 def to_dict(self) -> Dict[str, Union[bool, int]]:
42 def force_generate(self) -> bool:
47 def compare_files(self) -> bool:
Ddecorator_value.py43 required: bool = False, argument
91 def _to_qemu(names: Union[str, List[Tuple[str, bool]], None]) -> Optional[QemuKind]: argument
106 TestSuiteFromCliValue = Optional[Union[bool, List[str]]]
130 def _to_bool(cli_value: Union[str, bool, None]) -> Optional[bool]: argument
133 if isinstance(cli_value, bool):
Doptions_general.py120 def show_progress(self) -> bool:
135 def run_gc_in_place(self) -> bool:
174 def force_download(self) -> bool:
179 def bco(self) -> bool:
184 def with_js(self) -> bool:
203 def generate_only(self) -> bool:
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompilation_start.md14 bool success = true;
30 bool is_osr = ...;
42 bool compilation_result = true;
46 bool is_dynamic = ...;
86 std::promise<bool> *compilation_result_promise = ...;
87 std::future<bool> compilation_result_future = compilation_result_promise->get_future();
97 bool is_dynamic = ...;
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Dhandle_gen.h.erb101 bool AbsIntInstructionHandler::Handle<%= mnemonic %>()
120 bool AbsIntInstructionHandler::Handle<%= mnemonic %>()
140 bool AbsIntInstructionHandler::Handle<%= mnemonic %>()
160 bool AbsIntInstructionHandler::Handle<%= mnemonic %>()
180 bool AbsIntInstructionHandler::Handle<%= mnemonic %>()
191 bool AbsIntInstructionHandler::Handle<%= mnemonic %>()
206 bool AbsIntInstructionHandler::Handle<%= mnemonic %>()
217 bool AbsIntInstructionHandler::Handle<%= mnemonic %>()
239 bool AbsIntInstructionHandler::Handle<%= elem %>()
248 bool AbsIntInstructionHandler::Handle<%= elem %>z()
/arkcompiler/runtime_core/static_core/scripts/code_style/
Ddoxygen_style_check.py46 def is_doxygen_comment(s: str) -> bool:
64 def check_keywords(src_path: str, splitted_lines: list, line_num: int) -> bool:
78 def check_javadoc(src_path: str, strings: list) -> bool:
105 def check_additional_slashes(src_path: str, strings: list) -> bool:
143 def check_less_than_slashes(src_path: str, strings: list) -> bool:
164 def check_all(src_path: str, fine_patterns_found: list, wrong_patterns_number: int) -> bool:
171 def run_doxygen_check(src_path: str, msg: str) -> bool:
220 def check_file_list(file_list: list) -> bool:
/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dtype.h.erb49 constexpr bool IsValid() const {
53 constexpr bool IsPrimitive() const {
57 constexpr bool IsReference() const {
65 constexpr bool IsSigned() const {
89 constexpr bool IsNumeric() const {
100 constexpr bool IsFloat() const {
111 constexpr bool IsIntegral() const {
122 constexpr bool IsVoid() const {
216 constexpr bool operator==(const Type &other) const {
220 constexpr bool operator!=(const Type &other) const {
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dutils.py46 def download(name: str, git_url: str, revision: str, target_path: str, show_progress: bool = False)… argument
76 … stamp_name: Optional[str] = None, test_subdir: str = "test", show_progress: bool = False, argument
77 process_copy: Optional[ProcessCopy] = None, force_download: bool = False) -> str: argument
108 def copy(source_path: Union[Path, str], dest_path: Union[Path, str], remove_if_exist: bool = True) … argument
165 def is_type_of(value: Any, type_: str) -> bool:
195 def compare_files(files: List[Path]) -> bool:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
Dtest_ets.py55 def is_negative_runtime(self) -> bool:
61 def is_negative_compile(self) -> bool:
66 def is_compile_only(self) -> bool:
71 def is_valid_test(self) -> bool:
189 def _runtime_result_validator(self, return_code: int) -> bool:
198 def _run_compiler(self, test_abc: str) -> Tuple[bool, TestReport, Optional[FailKind]]:
223 def _validate_compiler(self, return_code: int, output_path: str) -> bool:
228 def _run_verifier(self, test_abc: str) -> Tuple[bool, TestReport, Optional[FailKind]]:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Dtest_js_test262.py31 …def __init__(self, test_env: TestEnv, test_path: str, flags: List[str], with_optimizer: bool, test… argument
92 lambda o, e, rc: bool(self.util.validate_runtime_result(rc, e, desc, o))
98 … actual_return_code: int, desc: Dict[str, Any], output_path: str) -> bool:
109 return bool(passed) and check_abc_file
Dutil_test262.py132 …lidate_parse_result(return_code: int, _: str, desc: Dict[str, Any], out: str) -> Tuple[bool, bool]:
146 …idate_runtime_result(self, return_code: int, std_err: str, desc: Dict[str, Any], out: str) -> bool:
156 passed = passed and bool(self.async_ok.match(out))
160 return is_negative and bool(desc['negative_type'] in std_err)
/arkcompiler/runtime_core/libpandafile/templates/
Dtype.h.erb47 constexpr bool IsPrimitive() const {
51 constexpr bool IsReference() const {
59 constexpr bool IsSigned() const {
83 constexpr bool IsNumeric() const {
94 constexpr bool IsFloat() const {
105 constexpr bool IsIntegral() const {
116 constexpr bool IsVoid() const {
210 constexpr bool operator==(const Type &other) const {
214 constexpr bool operator!=(const Type &other) const {
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
Dtest_case.py28 def is_negative(path: Path) -> bool:
32 def should_be_skipped(path: Path) -> bool:

1234567