| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/24.relational_expressions/01.numerical_comparison_operators/ |
| D | float_comparison.ets | 16 {% for fc in float_comparison %} 19 desc: Integer comparison {{fc.xvalue}} {{fc.op}} {{fc.yvalue}} 23 let x: {{fc.xtype}} = {{fc.xvalue}} as {{fc.xtype}}; 24 let bx: {{fc.xboxed}} = new {{fc.xboxed}}(x); 25 let y: {{fc.ytype}} = {{fc.yvalue}} as {{fc.ytype}}; 26 let by: {{fc.yboxed}} = new {{fc.yboxed}}(y); 27 assertEQ( (x {{fc.op}} y), {{fc.result}} ) 28 assertEQ( (bx {{fc.op}} by), {{fc.result}} ) 29 assertEQ( (x {{fc.op}} by), {{fc.result}} )
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/cfg/workflows/arkjs/ |
| D | mate60pro.yaml | 21 # mid : 4,5,6,7,8,9 affinity_mask: 0fc (000011111100) 23 cpu_affinity: 'taskset 0fc'
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | structural_identity.ets | 78 function fC(a: IdentLibC) {} 107 fC(c); // OK 108 fC(i); // ERR, no inheritance relation 109 fC(ci); // ERR, no inheritance relation 110 fC(cc); // OK 111 fC(ii); // ERR, no inheritance relation 138 fC(dc); // ERR, no inheritance relation 139 fC(di); // ERR, no inheritance relation 140 fC(dci); // ERR, no inheritance relation 141 fC(dcc); // ERR, no inheritance relation [all …]
|
| D | instanceof.ets | 50 const fc = 3 instanceof Object; // Compile-time error
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-file-location.h | 32 FileLocation(std::string &fC, size_t bL, size_t bR, size_t lN, bool d) in FileLocation() argument 33 : wholeLine(std::move(fC)), boundLeft(bL), boundRight(bR), lineNumber(lN), isDefined(d) in FileLocation()
|
| D | assembly-label.h | 29 Label(std::string s, size_t bL, size_t bR, std::string fC, bool d, size_t lN) in Label() 30 : name(std::move(s)), fileLocation({fC, bL, bR, lN, d}) in Label()
|
| D | assembly-debug.h | 43 Ins(size_t lN, std::string &fC, size_t bL, size_t bR) in Ins() 44 : lineNumber(lN), wholeLine(std::move(fC)), boundLeft(bL), boundRight(bR) in Ins()
|
| D | assembly-record.h | 44 …Record(std::string s, ark::panda_file::SourceLang lang, size_t bL, size_t bR, std::string fC, bool… in Record() 48 fileLocation({fC, bL, bR, lN, d}) in Record()
|
| D | assembly-function.h | 114 …Function(std::string s, ark::panda_file::SourceLang lang, size_t bL, size_t bR, std::string fC, bo… in Function() 118 fileLocation({fC, bL, bR, lN, d}) in Function()
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | default_parameter8.ets | 28 fc:int=10001; 30 public setC (param:int=this.fc) : void {
|
| D | default_parameter8-expected.txt | 1273 "name": "fc", 1636 "name": "fc",
|
| /arkcompiler/ets_frontend/ets2panda/linter/scripts/testRunner/ |
| D | coverage_report.js | 32 const fc = coverageMap.fileCoverageFor(file); constant 33 const s = fc.toSummary();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | EscapeUnescapeTest.ets | 33 failures += test(unescape("%E4%F6%FC") == "äöü", "äöü failed, got " + unescape("%E4%F6%FC"))
|
| /arkcompiler/runtime_core/libabckit/src/wrappers/ |
| D | pandasm_wrapper.h | 135 DebugIns(size_t ln, std::string &fc, size_t bl, size_t br) in DebugIns() 136 : lineNumber(ln), wholeLine(fc), boundLeft(bl), boundRight(br) in DebugIns()
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 45 auto *fc = static_cast<panda_file::ForeignClassItem *>(item); in AddItemToKnown() local 46 auto name = GetStr(fc->GetNameItem()); in AddItemToKnown() 48 knownItems_[fc] = iter->second; in AddItemToKnown() 52 knownItems_[fc] = clz; in AddItemToKnown() 431 auto *fc = static_cast<panda_file::BaseClassItem *>(clz); in MergeForeignMethodCreate() local 436 …std::piecewise_construct, std::forward_as_tuple(fc, name, proto, access), std::forward_as_tuple(nu… in MergeForeignMethodCreate() 438 iter->second = cont_.CreateItem<panda_file::ForeignMethodItem>(fc, name, proto, access); in MergeForeignMethodCreate() 536 auto *fc = static_cast<panda_file::ForeignClassItem *>(clz); in MergeForeignFieldCreate() local 539 …_inserted] = foreignFields_.emplace(std::piecewise_construct, std::forward_as_tuple(fc, name, typ), in MergeForeignFieldCreate() 542 …iter->second = cont_.CreateItem<panda_file::ForeignFieldItem>(fc, name, typ, ff->GetAccessFlags()); in MergeForeignFieldCreate()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/codeEditor/ |
| D | ArkTSEditor.tsx | 30 const ArkTSEditor: React.FC = () => {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/pages/disasmView/ |
| D | DisasmCode.tsx | 31 const DisasmEditor: React.FC = () => {
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 468 panda.Class fC 605 ldobj.obj v1, Z.fC 807 panda.Class fC 924 ldobj.obj v1, Z.fC
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 312 panda.Class fC 448 ldobj.obj v1, Z.fC
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
| D | assembler_x64_test.cpp | 424 // 8d 90 ff ff ff fc leal -0x3000001(%rax),%edx in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/taihe/compiler/ |
| D | uv.lock | 102 …{ url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/packages/43/fc/30e5cfeaf560b1fc1989227adedc…
|
| /arkcompiler/ets_frontend/es2panda/test/version_control/API12beta1_and_beta2/bytecode_feature/ |
| D | wide_sendable_lexical_env_supported_compile_for_higher_or_equal_to_API16beta3_asm_version-expected.txt | 2776 .function any .#~@fc=#TopLevelSendableClass253(any a0, any a1, any a2) { 5368 callruntime.definesendableclass 0xfe, .#~@fc=#TopLevelSendableClass253, _507, 0x0, v0
|
| D | wide_sendable_lexical_env_supported_compile_for_higher_or_equal_to_API18_asm_version-expected.txt | 3280 .function any .#~@fc=#TopLevelSendableClass253(any a0, any a1, any a2) { 5879 callruntime.definesendableclass 0xfe, .#~@fc=#TopLevelSendableClass253, _507, 0x0, v0
|
| D | wide_sendable_lexical_env_supported_compile_for_higher_or_equal_to_API12beta3_asm_version-expected.txt | 3027 .function any .#~@fc=#TopLevelSendableClass253(any a0, any a1, any a2) { 5623 callruntime.definesendableclass 0xfe, .#~@fc=#TopLevelSendableClass253, _507, 0x0, v0
|
| /arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/ |
| D | index-DAjlO3pK.js | 23 …fC=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["cros… function 24 …efault:(!(2<o.length)||o[0]!=="o"&&o[0]!=="O"||o[1]!=="n"&&o[1]!=="N")&&(o=fC.get(o)||o,Cl(a,o,f))… 84 …Fc(e){return e}var aI=function(t,n){return n==="horizontal"?t.x:n==="vertical"?t.y:n==="centric"?t…
|