Searched full:make (Results 1 – 25 of 463) sorted by relevance
12345678910>>...19
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 8 $ 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/ |
| D | README.md | 8 $ 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/ |
| D | create_arguments.ts | 15 function Car(make, model, year) { 16 this.make = make;
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | install-deps-ubuntu | 21 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/ |
| D | BUILDING.md | 7 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/ |
| D | irreducible_loop.pa | 21 inci a1, 1 # make a1 even 33 jmp _one # make a1 even
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | irreducible_loop.pa | 21 inci a1, 1 # make a1 even 33 jmp _one # make a1 even
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | README.md | 97 ### 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/ |
| D | README.md | 97 ### 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/ |
| D | code_allocator.h | 35 …* \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/ |
| D | TypeMethodResolveConstructorFew.sts | 41 TestType.make(args) 69 TestType.make(from(new C()))
|
| D | TypeMethodResolveConstructor.sts | 49 CType.make(args) 83 CType.make(from(new C()))
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | code_allocator.h | 35 …* @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/ |
| D | heap_region_allocator.h | 66 …// Can not throw OOM during GC, so just make MemMapAllocator infinite to make allocating region al…
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 60 // 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/ |
| D | test_core_type_array_type.j2 | 32 obj = arrayType.make({{.array_size}}) as {{.item.name}}[]; 34 printTestVerdict(testResult, "Type.of({{.item.name}}[]).make()");
|
| /arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/ |
| D | expect_output.txt | 16 call hintGC to make vm decide to trigger GC or do noting
|
| /arkcompiler/runtime_core/static_core/scripts/dep-lists/ |
| D | ubuntu-bootstrap | 18 make
|
| D | ubuntu-build | 17 make
|
| D | ubuntu-18-04-build | 17 make=4.1-*
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe143.md | 9 in runtime does not make sense for the statically typed language. Use ordinary
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | MemoryUtils.spec.ts | 74 // 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/ |
| D | ubuntu-build | 17 make
|
| D | ubuntu-20-04-build | 17 make=4.2.1-*
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | date-now.sts | 16 // TODO: make explicit import since std.time should not be
|
12345678910>>...19