Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/arkcompiler/runtime_core/cmake/
DREADME.md8 $ make
27 $ make clang_format
32 $ make clang_tidy
41 You may force fixes for clang-format issues, with the `make clang_force_format` command.
42 Run `make help | grep clang` to see all possible clang-[format|style] targets.
43 …mat target (`make clang_format_opt_opt.cpp`) or the clang-tidy one (`make clang_tidy_opt_opt.cpp`)…
44 To check code-style through just one check-system - use `make clang_tidy` or `make clang_format`.
/arkcompiler/runtime_core/static_core/cmake/
DREADME.md8 $ make
27 $ make clang_format
32 $ make clang_tidy
41 You may force fixes for clang-format issues, with the `make clang_force_format` command.
42 Run `make help | grep clang` to see all possible clang-[format|style] targets.
43 …mat target (`make clang_format_opt_opt.cpp`) or the clang-tidy one (`make clang_tidy_opt_opt.cpp`)…
44 To check code-style through just one check-system - use `make clang_tidy` or `make clang_format`.
58 In order to make possible importing prebuilt targets without recompiling them use the following wra…
/arkcompiler/ets_runtime/test/jittest/create_arguments/
Dcreate_arguments.ts15 function Car(make, model, year) {
16 this.make = make;
/arkcompiler/runtime_core/static_core/scripts/
Dinstall-deps-ubuntu21 make -C "${SCRIPT_DIR}/../tests/vm-benchmarks/" vmb
189 make -j install
190 make clean
195 make -j install
196 make clean
201 make -j install
202 make clean
222 make -j install
223 make clean
228 make -j install
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
DBUILDING.md7 Make sure your Git is set up with Gitee account
61 Install Curl, Make, Ninja, Ruby, CMake
64 sudo apt install curl make ninja-build ruby cmake
97 Make `build` folder
/arkcompiler/runtime_core/static_core/tests/regression/
Dirreducible_loop.pa21 inci a1, 1 # make a1 even
33 jmp _one # make a1 even
/arkcompiler/runtime_core/tests/regression/
Dirreducible_loop.pa21 inci a1, 1 # make a1 even
33 jmp _one # make a1 even
/arkcompiler/runtime_core/static_core/tests/cts-generator/
DREADME.md97 ### How to generate all test not using cmake/make
109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will…
114 make cts-generator
162 make cts-generator
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md97 ### How to generate all test not using cmake/make
109 All test can be executed using `make cts-generated` command, test with `ignore` runner options will…
114 make cts-generator
162 make cts-generator
/arkcompiler/runtime_core/libpandabase/mem/
Dcode_allocator.h35 …* \brief Allocates \param size bytes, copies \param codeBuff to allocated memory and make this mem…
50 * Make memory \mem_range executable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DTypeMethodResolveConstructorFew.sts41 TestType.make(args)
69 TestType.make(from(new C()))
DTypeMethodResolveConstructor.sts49 CType.make(args)
83 CType.make(from(new C()))
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dcode_allocator.h35 …* @brief Allocates @param size bytes, copies @param codeBuff to allocated memory and make this mem…
50 * Make memory \mem_range executable
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.h66 …// Can not throw OOM during GC, so just make MemMapAllocator infinite to make allocating region al…
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp60 // NOTE(yxr) : make sure no conflicts in TEST()
70 // NOTE(yxr) : make sure no conflicts in TEST()
171 // NOTE(yxr) : make sure no conflicts in GetElement()
183 // NOTE(yxr) : make sure no conflicts in SetElement()
261 // NOTE(yxr) : make sure no conflicts in CleanFieldMocks()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/
Dtest_core_type_array_type.j232 obj = arrayType.make({{.array_size}}) as {{.item.name}}[];
34 printTestVerdict(testResult, "Type.of({{.item.name}}[]).make()");
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dexpect_output.txt16 call hintGC to make vm decide to trigger GC or do noting
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-bootstrap18 make
Dubuntu-build17 make
Dubuntu-18-04-build17 make=4.1-*
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe143.md9 in runtime does not make sense for the statically typed language. Use ordinary
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DMemoryUtils.spec.ts74 // 0.35: make the value of memoryValue1 * 0.3 less than minGCBaseline
79 // 0.25: make the value of memoryValue2 * 0.3 greater than minGCBaseline
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-build17 make
Dubuntu-20-04-build17 make=4.2.1-*
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Ddate-now.sts16 // TODO: make explicit import since std.time should not be

12345678910>>...19