Home
last modified time | relevance | path

Searched full:will (Results 1 – 25 of 1600) sorted by relevance

12345678910>>...64

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/stream/
DStreamTransformTest.ets48 // this test case will be completed future
55 // this test case will be completed future
62 // this test case will be completed future
69 // this test case will be completed future
76 // this test case will be completed future
83 // this test case will be completed future
90 // this test case will be completed future
98 // this test case will be completed future
106 // this test case will be completed future
114 // this test case will be completed future
[all …]
DStreamDuplexTest.ets46 // this test case will be completed future
53 // this test case will be completed future
60 // this test case will be completed future
67 // this test case will be completed future
74 // this test case will be completed future
81 // this test case will be completed future
88 // this test case will be completed future
96 // this test case will be completed future
104 // this test case will be completed future
112 // this test case will be completed future
[all …]
DStreamReadableTest.ets42 // this test case will be completed future
49 // this test case will be completed future
59 // this test case will be completed future
66 // this test case will be completed future
73 // this test case will be completed future
80 // this test case will be completed future
87 // this test case will be completed future
94 // this test case will be completed future
102 // this test case will be completed future
110 // this test case will be completed future
[all …]
DStreamWritableTest.ets38 // this test case will be completed future
45 // this test case will be completed future
52 // this test case will be completed future
59 // this test case will be completed future
66 // this test case will be completed future
73 // this test case will be completed future
80 // this test case will be completed future
88 // this test case will be completed future
96 // this test case will be completed future
103 // this test case will be completed future
[all …]
/arkcompiler/runtime_core/common_interfaces/base/
Druntime_param.h30 * It will be set to default value if assigned with 0.
36 * It will be set to default value if assigned with 0.
41 * Threshold used to determine whether a region is exempted (i.e., will not be forwarded).
42 …* If the percentage of live objects in a region is greater than this value, this region will not b…
44 * It will be set to default value if assigned with 0.
54 * It will be set to default value if assigned with 0.
62 * It will be set to default value if assigned with 0.
71 * It will be set to default value if assigned with 0.
77 …* The latter alloction will wait a number of time if the two alloction interval is less than the w…
80 * It will be set to default value if assigned with 0.
[all …]
/arkcompiler/runtime_core/docs/
Ddoxygen.config9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/arkcompiler/runtime_core/static_core/docs/
Ddoxygen.config9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
Dimport-export.md74 …the --ets-module compiler option. If it is not specified, the module name will not be stored in th…
227 …cess of parsing an import path, the string literal will be passed to the importPathManager which w…
228 …t still needs to be parsed (handle and avoid duplications), and this list will be requested and tr…
230will be stored in an ImportSource instance. The latter two information can be set under the dynami…
234 The import specifier list will be filled until an import directive can be found, which may contain …
240 …ortAlias, but there is a temporary exception due to stdlib sources, which will have to be handled …
241will be introduced as a result of import * as N where N is an identifier. In this case, it will be…
248will create the *ImportSpecifier* AST Node with local name, which in case of import alias it will
258 …arseImportDefaultSpecifier* will create an *ImportDefaultSpecifier* AST node with the imported ide…
268 The *ParseImportDeclarations* method itself will set the importKind member if it will met a type ke…
[all …]
/arkcompiler/runtime_core/libabckit/
D.doxygen9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop-cookbook/
Ddraft.txt6 Compilers (TS-compiler, and ArkTS-compiler) will not catch all user errors. (limited CTE)
7 All critical user errors will be covered by runtime exceptions. (RTE will check most cases)
9 Not all system API will be converted without loosing type information. But it still can be used an…
16Will be prepared some special way how it will be communicate with actual limitations.
36 …argument of the imported TS function will not receive any changes made by that function because th…
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md113 …cess of parsing an import path, the string literal will be passed to the importPathManager which w…
114 …t still needs to be parsed (handle and avoid duplications), and this list will be requested and tr…
116will be stored in an ImportSource instance. The latter two information can be set under the dynami…
120 The import specifier list will be filled until an import directive can be found, which may contain …
126 …ortAlias, but there is a temporary exception due to stdlib sources, which will have to be handled …
127will be introduced as a result of import * as N where N is an identifier. In this case, it will be…
134will create the *ImportSpecifier* AST Node with local name, which in case of import alias it will
144 …arseImportDefaultSpecifier* will create an *ImportDefaultSpecifier* AST node with the imported ide…
154 The *ParseImportDeclarations* method itself will set the importKind member if it will met a type ke…
158 The *ETSImportDeclaration* nodes will be added to the statements list.
[all …]
/arkcompiler/ets_frontend/arkguard/
DREADME.md3 ## This document is no longer maintained. Obfuscation documents will be moved to [official guide](h…
30 When you create a new project, the following config will be generated in `build-profile.json5`.
43 When you create a new library, additional property `consumerFiles` will be added.
62 The files in the property `ruleOptions.files` will be applied when you build HAP or HAR.
64 The files in the property `consumerFiles` will be applied when you build the project or library whi…
65 depends on this library. They will also be merged into a file `obfuscation.txt` in the resulting HA…
71 HAP, `obfuscation.txt` will not be generated. For more details, please jump to
100 Specifies to disable all obfuscations. If you use this option, the resulting HAP or HAR will not be…
105 Specifies to obfuscate the property names. If you use this option, all property names will be obfus…
108 * the property names of classes or objects directly imported or exported by `import/export` will be…
[all …]
/arkcompiler/runtime_core/arkplatform/hybrid/
Dsts_vm_interface.h47 * @brief executes marking operation of STS VM GC that will be started from gotten object.
48 * @param obj: pointer to object from which marking will be started.
52 …* @brief Increment count of threads that will execute XGC. If you use this method in the scope of …
53 * new count of threads will be ignored by currect XGC, but will be used in next one.
57 …* @brief Decrement count of threads that will execute XGC. If you use this method in the scope of …
58 * new count of threads will be ignored by currect XGC, but will be used in next one.
/arkcompiler/ets_frontend/test/scripts/
Dreadme.md13 In entry.py, it will run downloading sdk,xts, sdk_test,performance_test, get commit log script, and…
17 It will find the daily build in last 24 hours, if failed to download, the test will stop.
18 Do not close the cmd or terminal, or it will not run at the time you specified.
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Dreadme.md4 This script will get the latest images and xts testcases from dailybuilds, then burn the images on …
9 This script will be running on windows, python3.7 or above needed.
15 - Only for the first time of running the script will download the burnning tool and need to install…
17 Click 'yes' and you will see the driver installation interface as following:
20 will go on
24 At that time, this script will be blocked in next running, you should reboot the rk3568 demo borad …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/
Dannotation_@LocalStorageLink.ets22 // set PropA in AppStorage, if the singleton does not exist yet, it will be created on the fly
33 // initial value will be 47, because set in above code
37 // initial value will be 48, because set in above code
43 // changes will sync with "PropA" in AppStorage, not in LocalStorage
47 // changes will sync with "PropA" in LocalStorage, not in AppStorage
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
DREADME.md4 …rser fails at any file, it will skip this file and create empty .yaml. So build will be successful…
/arkcompiler/runtime_core/libabckit/include/c/isa/
Disa_dynamic.h362 * @param [ in ] graph - Graph where instruction will be inserted.
374 * @param [ in ] graph - Graph where instruction will be inserted.
384 * @param [ in ] graph - Graph where instruction will be inserted.
394 * @param [ in ] graph - Graph where instruction will be inserted.
404 * @param [ in ] graph - Graph where instruction will be inserted.
414 * @param [ in ] graph - Graph where instruction will be inserted.
424 * @param [ in ] graph - Graph where instruction will be inserted.
434 * @param [ in ] graph - Graph where instruction will be inserted.
444 * @param [ in ] graph - Graph where instruction will be inserted.
454 * @param [ in ] graph - Graph where instruction will be inserted.
[all …]
/arkcompiler/runtime_core/static_core/tests/checked/
Dcompiler_to_interpreter.pa37 …ldobj a0, A.data # This load will trigger an exception and deoptimization will happen, we will
42 mov.obj v3, v1 # We check this mov, when in v1 is nullptr and v3 will be rewritten
49 catch_block1_begin: # This code already will be executed by interpreter
/arkcompiler/runtime_core/static_core/compiler/docs/
Dobject_type_check_elimination_doc.md38 isinstance A // will replaced by 1
41 isinstance A // will replaced by 0
45 checkcast A // will removed
46 checkcast C // will replaced by deoptimze
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md21 -o, --output DIR Path to directory where tests will be generated (required)
34 This command will generate CTS tests using provided template file. Template is validated using sche…
78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig…
79 Tests that have `release` and `sanitizer-fail` will be excluded.
109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will
129 Tests with `release` tag will be included to test execution, with `sanitizer-fail` will be excluded.
143 Please note that `-a` options (`--run-all`) is defined, otherwise tests will be excluded, if they h…
/arkcompiler/runtime_core/static_core/tests/cts-generator/
DREADME.md21 -o, --output DIR Path to directory where tests will be generated (required)
34 This command will generate CTS tests using provided template file. Template is validated using sche…
78 This command will start all tests in `cts-generated` directory. Tests which have runner options `ig…
79 Tests that have `release` and `sanitizer-fail` will be excluded.
109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will
129 Tests with `release` tag will be included to test execution, with `sanitizer-fail` will be excluded.
143 Please note that `-a` options (`--run-all`) is defined, otherwise tests will be excluded, if they h…
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/public/
Dindex.html16 It will be replaced with the URL of the `public` folder during the build.
19 Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
31 If you open it directly in the browser, you will see an empty page.
34 The build step will place the bundled scripts into the <body> tag.
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/
DREADME.md37 The application will be available at: `http://localhost:3000`
61 The build will be located in the `build/` folder.
73 This will create an image named `playground-front` using the `Dockerfile` in the project root.
83 The application will be accessible at: `http://localhost:3000`.
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md6 application have to perform `ResolveStringAot` runtime call that will return a pointer. That runtim…
7 returned string pointer into the slot and subsequent executions of the same code will bypass runtim…
26 There are two options controlling when and how many string will be saved into PLT-slots:
27 …-roots-limit` controls how many time the same string should be resolved before its pointer will be
35 …then each resolution attempt will increment value inside the slot until it either get replaced wit…
36 …or it reaches `PANDA_32BITS_HEAP_START_ADDRESS - 1` (after that invocations will not increment slo…

12345678910>>...64