Home
last modified time | relevance | path

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

12345678910>>...18

/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/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbbt.cpp59 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/
Dcreate_arguments.ts15 function Car(make, model, year) {
16 this.make = make;
/arkcompiler/runtime_core/static_core/scripts/
Dinstall-deps-ubuntu181 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/
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/tests/regression/
Dirreducible_loop.pa21 inci a1, 1 # make a1 even
33 jmp _one # make a1 even
/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/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/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()))
DTypeClassTypeTest.sts197 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/
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/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/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_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/static_core/scripts/dep-lists/
Dubuntu-bootstrap18 make
Dubuntu-build17 make
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dexpect_output.txt16 call hintGC to make vm decide to trigger GC or do noting
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe143.md9 in runtime does not make sense for the statically typed language. Use ordinary
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-build17 make
/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md16 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/
DtypeVarReferenceFromStaticContext.sts22 /* @@? 18:24 Error TypeError: Cannot make a static reference to the non-static type T */

12345678910>>...18