Searched full:make (Results 1 – 25 of 438) sorted by relevance
12345678910>>...18
| /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/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | bbt.cpp | 59 CHECK_FATAL(s->GetNext()->GetPrev() == s, "make sure the prev node of s' next is s"); in ValidateStmtList() 62 CHECK_FATAL(s->GetPrev()->GetNext() == s, "make sure the next node of s' prev is s"); in ValidateStmtList() 68 CHECK_FATAL(s->GetNext()->GetPrev() == s, "make sure the prev node of s' next is s"); in ValidateStmtList() 71 CHECK_FATAL(s->GetPrev()->GetNext() == s, "make sure the next node of s' prev is s"); in ValidateStmtList() 75 CHECK_FATAL(nStmts <= n + m, "make sure nStmts <= n + m"); in ValidateStmtList()
|
| /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 | 181 make -j install 182 make clean 187 make -j install 188 make clean 193 make -j install 194 make clean 214 make -j install 215 make clean 220 make -j install 221 make clean [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/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/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/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()))
|
| D | TypeClassTypeTest.sts | 197 console.log(" Make:") 202 let point = pt.make([new Double(1.0), new Double(2.0)] as NullishType[]) as Point 203 …let point3D = p3t.make([new Double(1.0), new Double(2.0), new Double(3.0)] as NullishType[]) as Po… 204 let writer = wt.make([new Int(10)] as NullishType[]) as HTMLWriter
|
| /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/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/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_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/static_core/scripts/dep-lists/ |
| D | ubuntu-bootstrap | 18 make
|
| D | ubuntu-build | 17 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/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe143.md | 9 in runtime does not make sense for the statically typed language. Use ordinary
|
| /arkcompiler/runtime_core/scripts/dep-lists/ |
| D | ubuntu-build | 17 make
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | task_manager.md | 16 The time is required to finish the task should be limited by some reasonable value, to make the who… 27 TaskManager make decision about scheduling based on some state of the system. The state of the syst…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | typeVarReferenceFromStaticContext.sts | 22 /* @@? 18:24 Error TypeError: Cannot make a static reference to the non-static type T */
|
12345678910>>...18