| /arkcompiler/toolchain/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/runtime_core/static_core/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | LICENSE.txt | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule55.ts.json | 22 … "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)" 29 … "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)" 36 … "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)" 43 … "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)" 50 … "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)" 57 … "rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter/ts_to_ets/ |
| D | setter_ts.sts | 92 errLog('tuple type object setter not work.'); 101 … return check(SetterAnyTypeObject.value as string, strContent, 'setter any type object not work.'); 107 return check(UnionSetterObject.value as int, numContent, 'setter union type object not work.'); 113 …turn check(InterfaceSetterObject.value as string, strContent, 'setter interface object not work.'); 119 return check(BaseClassObject.value as string, strContent, 'setter user object not work.'); 125 …rn check(SubsetRefSetObject.value as string, strContent, 'setter subset ref set object not work.'); 137 …heck(SubsetValueSetObject.value as string, strContent, 'setter subset value set object not work.'); 143 …n check(AbstractClassObject.value as string, strContent, 'setter abstract class object not work.');
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/unions/ |
| D | union_cast_01.sts | 27 let b1: Padding = a1 as string // should work 31 let b2: Padding = a2 as number // should work 35 let b3: Padding = a3 as number // should work
|
| /arkcompiler/toolchain/tooling/client/ark_multi/ |
| D | main.cpp | 127 auto work = new uv_work_t; in StartThread() local 129 work->data = new char[msg.size() + 1]; in StartThread() 130 … if (strncpy_s(static_cast<char*>(work->data), msg.size() + 1, msg.data(), msg.size()) != EOK) { in StartThread() 132 delete[] static_cast<char*>(work->data); in StartThread() 133 delete work; in StartThread() 136 uv_queue_work(loop, work, [] (uv_work_t*) {}, [] (uv_work_t* work, int) { in StartThread() argument 137 std::cerr << static_cast<char*>(work->data) << std::endl; in StartThread() 138 delete[] static_cast<char*>(work->data); in StartThread() 139 delete work; in StartThread()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 174 uv_work_t *work = new(std::nothrow) uv_work_t; in DumpHeapSnapshotWithVm() local 175 if (work == nullptr) { in DumpHeapSnapshotWithVm() 176 LOG_ECMA(ERROR) << "work nullptr"; in DumpHeapSnapshotWithVm() 180 work->data = static_cast<void *>(dumpStruct); in DumpHeapSnapshotWithVm() 185 ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in DumpHeapSnapshotWithVm() argument 186 … struct DumpForSnapShotStruct *dump = static_cast<struct DumpForSnapShotStruct *>(work->data); in DumpHeapSnapshotWithVm() 191 delete work; in DumpHeapSnapshotWithVm() 195 delete work; in DumpHeapSnapshotWithVm() 209 delete work; in DumpHeapSnapshotWithVm() 266 uv_work_t *work = new(std::nothrow) uv_work_t; in TriggerSharedGCWithVm() local [all …]
|
| /arkcompiler/ets_runtime/test/ffiworkloadtest/ |
| D | get_ffi_workload_report.py | 341 help="work folder", 354 …Constants.logger.error("parameter --work is not exit. Please check it! work path: %s", args.work_p… 355 raise RuntimeError(f"error bad parameters --work. work: {args.work_path}") 358 …Constants.logger.error("parameter --work is not folder. Please check it! work path: %s", args.work… 359 raise RuntimeError(f"error bad parameters --work. work: {args.work_path}") 428 Constants.logger.error("bad work parameter--work, please check it! work: %s", xml_path)
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | n_assignGenericWithNullableTypeParamToNonNullable.sts | 20 …let abn : A<B | null> = new A<B>(); // should not work: non nullable B is the subtype of nullable … 21 …let ab : A<B> = abn; // should not work: nullable B (the type of abn) is not the subtype of non nu…
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/ |
| D | class_protected.ts | 35 return `Hello, my name is ${this.name} and I work in ${this.department}.`; 41 assert(howard.getElevatorPitch() === 'Hello, my name is Howard and I work in Sales.', 'success');
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_occur.cpp | 19 /* The methods associated with the data structures that represent occurrences and work candidates f… 27 /* compute bucket index for the work candidate in workCandHashTable */
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe55.md | 1 # Unary operators ``+``, ``-`` and ``~`` work only on numbers 7 ArkTS allows unary operators to work on numeric types only. A compile-time
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management-SW-requirements.md | 13 GC used to recycle memory allocated as result of application work(objects, compiled code etc). 72 - Memory management flexible enough to work with multiple languages.
|
| D | runtime-debug-api.md | 11 1. Runtime and debugger work in the same process. Debugger functionality is provided via shared lib… 17 …n beetween debugger and runtime (especially on microcontrollers) they are work in the same process…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | memory-management-SW-requirements.md | 13 GC used to recycle memory allocated as result of application work(objects, compiled code etc). 72 - Memory management flexible enough to work with multiple languages.
|
| D | runtime-debug-api.md | 11 1. Runtime and debugger work in the same process. Debugger functionality is provided via shared lib… 17 …n beetween debugger and runtime (especially on microcontrollers) they are work in the same process…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/ |
| D | test_find.js | 24 // NOTE(oignatenko) enable below after interop will work properly instead of returning undefined fr… 48 …// NOTE(oignatenko) uncomment below after interop will work like reference above instead of return…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/cfg/ |
| D | all-options-with-default-values.yaml | 47 work-dir: null 80 # the config generation does not work
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | tracing_impl.cpp | 201 uv_work_t *work = new uv_work_t; in Start() local 202 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in Start() argument
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | codegen_doc.md | 3 … independent of specific encoder-architecture and have the possibility to work with different call… 7 It is needed Regalloc-pass and LinearOrder-analysis for codegen-work. First - because it is needed … 24 ## Logic of work 26 Constructor makes additional work - it walks through call-instructions and calculates parameters co…
|