/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | immvalid.def | 9 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/ |
D | JSNapi接口说明.md | 104 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/ |
D | builtinsir.js | 64 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/ |
D | llvm_passes.inl.erb | 40 …bool ParseModulePasses(StringRef name, llvm::ModulePassManager &modulePm, const LLVMCompilerOption… 41 …bool ParseFunctionPasses(StringRef name, llvm::FunctionPassManager &functionPm, const LLVMCompiler… 42 …bool 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/ |
D | README.md | 26 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/ |
D | README.md | 26 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/ |
D | PBC2IR.md | 34 | 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/ |
D | PBC2IR.md | 34 | 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/ |
D | test_metadata.py | 47 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/ |
D | can_encode_builtin.inl.erb | 22 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)
|
D | intrinsics_ir_build.inl.erb | 18 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/ |
D | can_encode_builtin.inl.erb | 21 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/ |
D | options_ets.py | 33 def to_dict(self) -> Dict[str, Union[bool, int]]: 42 def force_generate(self) -> bool: 47 def compare_files(self) -> bool:
|
D | decorator_value.py | 43 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):
|
D | options_general.py | 120 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/ |
D | compilation_start.md | 14 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/ |
D | handle_gen.h.erb | 101 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/ |
D | doxygen_style_check.py | 46 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/ |
D | type.h.erb | 49 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/ |
D | utils.py | 46 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/ |
D | test_ets.py | 55 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/ |
D | test_js_test262.py | 31 …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
|
D | util_test262.py | 132 …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/ |
D | type.h.erb | 47 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/ |
D | test_case.py | 28 def is_negative(path: Path) -> bool: 32 def should_be_skipped(path: Path) -> bool:
|