Home
last modified time | relevance | path

Searched full:on (Results 1 – 25 of 10747) sorted by relevance

12345678910>>...430

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h10 * distributed under the License is distributed on an "AS IS" BASIS,
75 * Returns 0 on success, and 1 on failure.
89 * Returns 0 on success, and 1 on failure.
96 * Returns 0 on success, and 1 on failure.
104 * Returns 0 on success, and 1 on failure.
111 * Returns 0 on success, and 1 on failure.
118 * Returns 0 on success, and 1 on failure.
126 * Returns 0 on success, and 1 on failure.
134 * Returns 0 on success, and 1 on failure.
146 * Returns 0 on success, and 1 on failure.
[all …]
/arkcompiler/runtime_core/static_core/libziparchive/
Dzip_archive.h10 * distributed under the License is distributed on an "AS IS" BASIS,
80 * Returns 0 on success, and 1 on failure.
94 * Returns 0 on success, and 1 on failure.
101 * Returns 0 on success, and 1 on failure.
109 * Returns 0 on success, and 1 on failure.
116 * Returns 0 on success, and 1 on failure.
123 * Returns 0 on success, and 1 on failure.
131 * Returns 0 on success, and 1 on failure.
139 * Returns 0 on success, and 1 on failure.
151 * Returns 0 on success, and 1 on failure.
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.coroutines/03.promise_class/
Dp.params.yaml9 # distributed under the License is distributed on an "AS IS" BASIS,
17 type ON = Object|null
22 (resolve: (p: string) => void, reject: (p: ON) => void): void => {
33 type ON = Object|null
38 (resolve: (p: string) => void, reject: (p: ON) => void): void => {
56 type ON = Object|null
61 (resolve: (p: string) => void, reject: (p: ON) => void): void => {
79 type ON = Object|null
84 (resolve: (p: number) => void, reject: (p: ON) => void): void => {
103 type ON = Object|null
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmem_stats.cpp10 * distributed under the License is distributed on an "AS IS" BASIS,
39 …h acq_rel order reason: data race with humongous_objects_allocated_ with dependecies on reads after in RecordAllocateObjects()
40 // the load and on writes before the store in RecordAllocateObjects()
43 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordAllocateObjects()
44 // and on writes before the store in RecordAllocateObjects()
56 …cq_rel order reason: data race with last_young_objects_moved_bytes_ with dependecies on reads after in RecordYoungMovedObjects()
57 // the load and on writes before the store in RecordYoungMovedObjects()
59 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordYoungMovedObjects()
60 // on writes before the store in RecordYoungMovedObjects()
72 …// Atomic with acq_rel order reason: data race with objects_allocated_ with dependecies on reads a… in RecordTenuredMovedObjects()
[all …]
/arkcompiler/runtime_core/static_core/compiler/cmake/
Dtarget.cmake9 # distributed under the License is distributed on an "AS IS" BASIS,
22 set(PANDA_COMPILER_MULTI_TARGET ON PARENT_SCOPE)
25 set(compiler_any_target ON)
37 message(FATAL_ERROR "Unimplemented multi-build aarch32 on aarch64-target")
40 message(FATAL_ERROR "Unimplemented multi-build aarch32 on x86-build-target")
42 # ABI must be defined for build on non-arm archs
50 message(FATAL_ERROR "Unimplemented multi-build aarch64 on aarch32-target")
53 message(FATAL_ERROR "Unimplemented multi-build aarch64 on x86-build-target")
/arkcompiler/runtime_core/libpandabase/mem/
Dbase_mem_stats.cpp10 * distributed under the License is distributed on an "AS IS" BASIS,
32 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordAllocate()
40 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordMoved()
56 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordFree()
63 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated()
70 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed()
81 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocatedHeap()
95 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreedHeap()
111 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
116 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dbase_mem_stats.cpp10 * distributed under the License is distributed on an "AS IS" BASIS,
33 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordAllocate()
41 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordMoved()
57 …ith acq_rel order reason: data race with allocated_ with dependecies on reads after the load and on in RecordFree()
64 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocated()
71 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreed()
82 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetAllocatedHeap()
96 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFreedHeap()
112 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
117 …// Atomic with acquire order reason: data race with allocated_ with dependecies on reads after the… in GetFootprint()
[all …]
/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
71 opts.on('-p', '--panda-build DIR', 'Path to panda build directory (required)')
72 …opts.on('-t', '--test-dir DIR', 'Path to test directory to search tests recursively, or path to si…
73 opts.on('-x', '--temp-dir DIR', 'Temporary files location, defaults to /tmp')
74 opts.on('-v', '--verbose LEVEL', Integer, 'Set verbose level 1..5')
75 opts.on('--verbose-verifier', 'Allow verifier to produce extended checking log')
76 opts.on('--aot-mode', 'Perform AOT compilation on test sources')
77 opts.on('--timeout SECONDS', Integer, 'Set process timeout, default is 30 seconds')
78 …opts.on('--dump-timeout SECONDS', Integer, 'Set process completion timeout, default is 30 seconds')
79 opts.on('--enable-core-dump', 'Enable core dumps')
[all …]
Dgenerate-cts.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
56 opts.on('-t', '--template FILE', 'Path to template yaml file to generate tests (required)')
57 opts.on('-s', '--schema FILE', 'Path to json schema for template yaml (required)')
58 opts.on('-k', '--skip', 'Skip yaml schema validation')
59 opts.on('-o', '--output DIR', 'Path to directory where tests will be generated (required)')
60 opts.on('--skip-header', 'Do not generate test headers')
61 …opts.on('-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2…
62 opts.on('--chunk INTEGER', Integer, 'Chunk to process, starting from 0 (0 by default)')
63 opts.on('--chunks INTEGER', Integer, 'Number of chunks (1 by default)')
64 opts.on('-h', '--help', 'Prints this help') do
/arkcompiler/runtime_core/static_core/tests/cts-generator/
Dtest-runner.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
71 opts.on('-p', '--panda-build DIR', 'Path to panda build directory (required)')
72 …opts.on('-t', '--test-dir DIR', 'Path to test directory to search tests recursively, or path to si…
73 opts.on('-x', '--temp-dir DIR', 'Temporary files location, defaults to /tmp')
74 opts.on('-v', '--verbose LEVEL', Integer, 'Set verbose level 1..5')
75 opts.on('--verbose-verifier', 'Allow verifier to produce extended checking log')
76 opts.on('--aot-mode', 'Perform AOT compilation on test sources')
77 opts.on('--timeout SECONDS', Integer, 'Set process timeout, default is 30 seconds')
78 …opts.on('--dump-timeout SECONDS', Integer, 'Set process completion timeout, default is 30 seconds')
79 opts.on('--enable-core-dump', 'Enable core dumps')
[all …]
Dgenerate-cts.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
56 opts.on('-t', '--template FILE', 'Path to template yaml file to generate tests (required)')
57 opts.on('-s', '--schema FILE', 'Path to json schema for template yaml (required)')
58 opts.on('-k', '--skip', 'Skip yaml schema validation')
59 opts.on('-o', '--output DIR', 'Path to directory where tests will be generated (required)')
60 opts.on('--skip-header', 'Do not generate test headers')
61 …opts.on('-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2…
62 opts.on('--chunk INTEGER', Integer, 'Chunk to process, starting from 0 (0 by default)')
63 opts.on('--chunks INTEGER', Integer, 'Number of chunks (1 by default)')
64 opts.on('-h', '--help', 'Prints this help') do
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dpipe.cpp10 * distributed under the License is distributed on an "AS IS" BASIS,
22 // Unsupported on windows platform in CreatePipe()
28 // Unsupported on windows platform in SetFdNonblocking()
34 // Unsupported on windows platform in ReadFromPipe()
40 // Unsupported on windows platform in WriteToPipe()
46 // Unsupported on windows platform in WaitForEvent()
52 // Unsupported on windows platform in Dup2()
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/bin/
Dspectrac.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
43 opts.on('-r', '--report [FILE]', 'Output the test coverage summary report in yaml')
44 opts.on('-d', '--testdir DIR', 'Directory with the test files (required)')
45 opts.on('-g', '--testglob GLOB', 'Glob for finding test files in testdir (required)')
46 opts.on('-s', '--spec FILE1,FILE2,FILE3', Array, 'ISA spec file(s) (at least one required)')
47 opts.on('-n', '--non_testable [FILE]', 'Non testable assertions')
48 …opts.on('-u', '--uncovered [FILE]', 'Output yaml document with ISA spec areas not covered by tests…
49 …opts.on('-U', '--uncovered_md [FILE]', 'Output markdown document with ISA spec areas not covered b…
50 …opts.on('-o', '--orphaned [FILE]', 'Output yaml file with the list of tests not relevant to the sp…
51 …opts.on('-O', '--orphaned_md [FILE]', 'Output markdown file with the list of tests not relevant to…
[all …]
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
43 opts.on('-r', '--report [FILE]', 'Output the test coverage summary report in yaml')
44 opts.on('-d', '--testdir DIR', 'Directory with the test files (required)')
45 opts.on('-g', '--testglob GLOB', 'Glob for finding test files in testdir (required)')
46 opts.on('-s', '--spec FILE1,FILE2,FILE3', Array, 'ISA spec file(s) (at least one required)')
47 opts.on('-n', '--non_testable [FILE]', 'Non testable assertions')
48 …opts.on('-u', '--uncovered [FILE]', 'Output yaml document with ISA spec areas not covered by tests…
49 …opts.on('-U', '--uncovered_md [FILE]', 'Output markdown document with ISA spec areas not covered b…
50 …opts.on('-o', '--orphaned [FILE]', 'Output yaml file with the list of tests not relevant to the sp…
51 …opts.on('-O', '--orphaned_md [FILE]', 'Output markdown file with the list of tests not relevant to…
[all …]
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DnullableType.sts10 * distributed under the License is distributed on an "AS IS" BASIS,
77 let on : Object | null;
78 on = null;
79 on = new Object();
80 on = new A();
81 on = new A_alias();
82 on = new NullableA_alias();
83 on = new B();
84 on = o;
92 on = an;
[all …]
/arkcompiler/runtime_core/static_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md14 # Register allocation on Chordal-graphs with advanced register coalescing
17 This paper describes register allocation algorithm that is based on ideas of Chordal-graph coloring…
18 …ethod of register allocation on Chordal-graphs is described in works of Sebastian Hack and Fernand…
23 …e as in Linear-scan from works of Wimmer ("Linear Scan Register Allocation on SSA Form"). But outp…
32 PEO on chordal graph always builds a clique, so it always color consequently nodes of the same cliq…
37 …y done, so it decrease ability for successful coalescing. Or alternatively on post-coalescing pote…
38 …. And on stage of coloring it is tried to satisfy these hints if possible. This approach is more f…
41 …ld be colored with the same color, which will remove all move-instructions on its edges. Let’s cal…
43 …, where color value initially set to “Undefined” value. Bias-array is used on assignment (Coloring…
47 …xBFS algorithm (that is reversed PEO). On each step processes only nodes that have no colors (not …
[all …]
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md14 # Register allocation on Chordal-graphs with advanced register coalescing
17 This paper describes register allocation algorithm that is based on ideas of Chordal-graph coloring…
18 …ethod of register allocation on Chordal-graphs is described in works of Sebastian Hack and Fernand…
23 …e as in Linear-scan from works of Wimmer ("Linear Scan Register Allocation on SSA Form"). But outp…
32 PEO on chordal graph always builds a clique, so it always color consequently nodes of the same cliq…
37 …y done, so it decrease ability for successful coalescing. Or alternatively on post-coalescing pote…
38 …. And on stage of coloring it is tried to satisfy these hints if possible. This approach is more f…
41 …ld be colored with the same color, which will remove all move-instructions on its edges. Let’s cal…
43 …, where color value initially set to “Undefined” value. Bias-array is used on assignment (Coloring…
47 …xBFS algorithm (that is reversed PEO). On each step processes only nodes that have no colors (not …
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dunary_wrong_types.ts.json11 "distributed under the License is distributed on an 'AS IS' BASIS,",
24 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
34 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
44 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
54 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
64 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
74 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
Dsendable_decorator_limited.ts.json11 "distributed under the License is distributed on an 'AS IS' BASIS,",
24 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"…
34 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"…
44 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"…
54 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"…
64 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"…
74 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"…
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule55.ts.json11 "distributed under the License is distributed on an 'AS IS' BASIS,",
24 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
34 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
44 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
54 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
64 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
74 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
/arkcompiler/runtime_core/static_core/docs/
Ddesign-of-interpreter.md13 | Rationale | Elaborates on the rationales behind the decisions. |
26 1. Program execution via bytecode interpretation should be enabled on all targets.
49 For the rationale on the bytecode type, please see [here](rationale-for-bytecode.md).
51 Rationale on the machine-readable instruction set architecture is following. Since bytecode
88 respective files on demand.
96 for the same application introduces extra duplication of metadata and implies extra burden on
102 select the optimal size based on actual code base.
117 1. Interpreter should be portable enough to run on targets from IoT devices
119 1. Interpreter should not create extra pressure on the host system.
125 1. Interpreter does not depend on C++ standard library. All necessary classes, containers, etc.
[all …]
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md13 | Rationale | Elaborates on the rationales behind the decisions. |
26 1. Program execution via bytecode interpretation should be enabled on all targets.
49 For the rationale on the bytecode type, please see [here](rationale-for-bytecode.md).
51 Rationale on the machine-readable instruction set architecture is following. Since bytecode
88 respective files on demand.
96 for the same application introduces extra duplication of metadata and implies extra burden on
102 select the optimal size based on actual code base.
117 1. Interpreter should be portable enough to run on targets from IoT devices
119 1. Interpreter should not create extra pressure on the host system.
125 1. Interpreter does not depend on C++ standard library. All necessary classes, containers, etc.
[all …]
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h10 * distributed under the License is distributed on an "AS IS" BASIS,
179 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in Method()
193 …// constraints imposed on other reads or writes NOLINTNEXTLINE(cppcoreguidelines-pro-type-union-ac… in Method()
196 …th release order reason: data race with compiled_entry_point_ with dependecies on writes before the in Method()
373 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompiledEntryPoint()
380 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompiledEntryPoint()
387 …th release order reason: data race with compiled_entry_point_ with dependecies on writes before the in SetCompiledEntryPoint()
408 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in GetCompilationStatus()
421 …// Atomic with acquire order reason: data race with access_flags_ with dependecies on reads after … in SetCompilationStatus()
425 …// Atomic with release order reason: data race with access_flags_ with dependecies on writes befor… in SetCompilationStatus()
[all …]
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/
Dgenerate-tag.rb10 # distributed under the License is distributed on an "AS IS" BASIS,
31 opts.on('-t', '--template FILE', 'Path to template erb file to generate tests (required)')
32 opts.on('-y', '--yaml FILE', 'Path to template yaml file to generate tests (required)')
33 opts.on('-i', '--isapi ISAPI_FILE', 'Path to isapi.rb file to use isapi (required)')
34 opts.on('-o', '--output DIR', 'Path to directory where tests will be generated (required)')
35 opts.on('-s', '--isa FILE', 'Path to isa.rb file to connect with api (required)')
36 opts.on('-h', '--help', 'Prints this help') do
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h10 * distributed under the License is distributed on an "AS IS" BASIS,
51 /// The following methods should be called on the server thread
53 // Resets the state on a new connection
56 // Tells a newly created thread to pause on the next step
82 // Tells a running thread to pause on the next step
85 // Enables or disables stops on breakpoints
92 * @returns BreakpointId of set breakpoint on success, empty otherwise.
100 // Tells when stops should be made on exceptions
103 // Executes a request to object repository on a paused thread (does nothing for running threads)
106 /// The following methods should be called on an application thread
[all …]

12345678910>>...430