Home
last modified time | relevance | path

Searched full:etc (Results 1 – 25 of 197) sorted by relevance

12345678

/arkcompiler/runtime_core/static_core/scripts/sdk/docker/
DDockerfile20 ENV REQUESTS_CA_BUNDLE=/etc/ssl/certs
31 RUN mkdir -p /etc/xdg/pip && ln -s /etc/pip.conf /etc/xdg/pip/pip.conf
34 RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
35 && echo $TZ > /etc/timezone
Dpanda_sdk_in_container.md24 …_core/scripts/sdk/docker/panda.env -v $(pwd):/arkcompiler -v ~/.gitconfig:/etc/gitconfig test-pand…
28 …_core/scripts/sdk/docker/panda.env -v $(pwd):/arkcompiler -v ~/.gitconfig:/etc/gitconfig est-panda…
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md5 …s type of checks eliminate rutime problems with undefined bits in integers, truncation issues, etc.
21 These checks eliminate calls of methods with incorrect `this`, wrong access to arrays, etc.
41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dabsint_checks.md5 …s type of checks eliminate rutime problems with undefined bits in integers, truncation issues, etc.
21 These checks eliminate calls of methods with incorrect `this`, wrong access to arrays, etc.
41 These checks help to detect issues with unintended truncation/overflow/underflow etc.
/arkcompiler/ets_frontend/ets2panda/lsp/src/refactors/
Dconvert_chain.cpp37 …auto etc = targetNode->FindChild([](ir::AstNode *childNode) { return childNode->IsETSNullType(); }… in FindETSNullType() local
39 return etc; in FindETSNullType()
63 auto etc = FindETSNullType(parent, context); in GetAvailableActions() local
64 if (etc != nullptr) { in GetAvailableActions()
/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md14 - which component is the owner of this task (`GC`, `JIT`, etc.)
25 …ext(i.e. which language currently executed - static or dynamic, do we expect GC soon or not, etc).
37 2. Managing tasks - `TaskQueue`, `TaskExecutor` etc.
41 …e. we shouldn't have one `TaskQueue` for tasks from different task producers (such as GC, JIT etc.)
Dmemory-management-SW-requirements.md9 …or the internal usage by Runtime(Allocations for compiler purposes, for GC internal structures etc)
13 GC used to recycle memory allocated as result of application work(objects, compiled code etc).
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop-tutorial/
D01_introduction.rst18 - Brief explanation how interop works (VMs, proxy object, etc.)
23 **TBD**: ``app.ets``, ``lib.ts``, etc.
/arkcompiler/runtime_core/static_core/cmake/
DREADME.md12 …ets (if you have installed additional libraries, like google-test, clang-format, clang-tidy, etc.).
68 …this target(panda_target_link_libraries, panda_target_include_directories, etc) otherwise if PANDA…
72 …roup "core_tests" or to common group for all tests in plugin("ecmascript_tests", "ets_tests", etc).
/arkcompiler/runtime_core/taihe/scripts/
Dinstall-ubuntu-deps20 SOURCES_LIST="/etc/apt/sources.list"
21 BACKUP_FILE="/etc/apt/sources.list.backup"
63 if [ -f /etc/lsb-release ]; then
64 . /etc/lsb-release
67 elif [ -f /etc/os-release ]; then
68 . /etc/os-release
/arkcompiler/ets_runtime/ecmascript/
Djs_thread_hclass_entries.h30 // Let X be the builtin object (e.g. X = Array, object, etc.),
42 // Let X be the builtin object (e.g. X = Array, Object, etc.)
45 // Let x be the builtin instance object (e.g. x = new Array(), new Object(), etc.)
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md9 …or the internal usage by Runtime(Allocations for compiler purposes, for GC internal structures etc)
13 GC used to recycle memory allocated as result of application work(objects, compiled code etc).
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe149.md8 etc.) because in ArkTS, a ``class`` declaration introduces a new type,
Drecipe139.md57 // involving real network / DB logic, etc.
/arkcompiler/runtime_core/scripts/
Dinstall-deps-qemu76 if [ ! -f /etc/os-release ]; then
77 echo "FATAL: /etc/os-release not found. Exiting..."
81 . /etc/os-release
Dinstall-deps-ubuntu35 (detected with the contents of /etc/os-release).
190 if [ ! -f /etc/os-release ]; then
191 echo "FATAL: /etc/os-release not found. Exiting..."
194 . /etc/os-release
/arkcompiler/runtime_core/static_core/scripts/
Dinstall-deps-qemu76 if [ ! -f /etc/os-release ]; then
77 echo "FATAL: /etc/os-release not found. Exiting..."
81 . /etc/os-release
Dinstall-deps-ubuntu34 echo -e $repo_name > /etc/apt/sources.list.d/llvm-${llvm_version}.list
75 (detected with the contents of /etc/os-release).
173 echo -e $repo_name > /etc/apt/sources.list.d/ubuntu-toolchain-r-test.list
175 cat > /etc/apt/preferences.d/ubuntu-toolchain-r-test << EOF
302 local MY_HOME=$(grep "^${MY_USERNAME}:" /etc/passwd | cut -d: -f6)
442 if [ ! -f /etc/os-release ]; then
443 echo "FATAL: /etc/os-release not found. Exiting..."
446 . /etc/os-release
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/
D@ohos.util.json.ets53 …* (including indentation, line break characters, etc.) into the output JSON string for readability…
76 …* (including indentation, line break characters, etc.) into the output JSON string for readability…
/arkcompiler/ets_runtime/etc/
DBUILD.gn19 module_install_dir = "etc/param"
/arkcompiler/ets_runtime/ecmascript/ohos/
Denable_aot_list_helper.cpp19 const std::string EnableAotJitListHelper::ENABLE_LIST_NAME = "/etc/ark/app_aot_jit_enable_list.conf…
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.h38 …// Common subprocedure for Array.prototype.at, Array.prototype.indexOf, Array.prototype.slice, etc.
47 // Common subprocedure for Array.prototype.lastIndexOf, etc.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dbuild-docs.sh91 if [[ ! -f /etc/os-release ]]; then
92 echo "FATAL: /etc/os-release not found"
96 . /etc/os-release
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcodegen_doc.md18 1. Conversions from IR to encoder structures (like conditions, immediate, registers, etc).
58 GetCallingConvention()->BeginMethod(); // emit moves from parameters to dst-regs etc.
95 /* VisitAdd, VisitSub, VisitMul etc... */
/arkcompiler/runtime_core/static_core/verification/util/
Dsaturated_enum.h28 …1. initial value UNDEFINED and any op will lead to fatal error, add constructors etc for proper in…
29 pros: more safety and robustness to programmer errors, cons: more code, more complexity, etc

12345678