Home
last modified time | relevance | path

Searched full:names (Results 1 – 25 of 75) sorted by relevance

123

/arkcompiler/runtime_core/verification/config/whitelist/
Dwhitelist.cpp33 whitelist.Names[static_cast<size_t>(kind)].push_back(name); in AddWhitelistMethodConfig()
46 auto &names = Whitelist.Names[k]; in InsertIntoWhitelist() local
47 if (std::find(names.begin(), names.end(), name) != names.end()) { in InsertIntoWhitelist()
/arkcompiler/runtime_core/compiler/cmake/
Dcoverage.cmake18 NAMES "lcov"
26 NAMES "genhtml"
/arkcompiler/runtime_core/compiler/docs/
Dpaoc.md63 - Path to a file which contains full names of methods to compile.
87 # Keys are functions' full names (i.e. `class::method`).
99 # Keys are clusters' names.
/arkcompiler/runtime_core/libpandabase/cmake/
Dmm_coverage.cmake18 NAMES "lcov"
26 NAMES "genhtml"
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints_compiler.inl.erb26 constexpr const char* NAMES[static_cast<size_t>(EntrypointId::COUNT)] = {
31 return NAMES[static_cast<size_t>(id)];
/arkcompiler/runtime_core/bytecode_optimizer/cmake/
Dcoverage.cmake25 NAMES "lcov"
33 NAMES "genhtml"
/arkcompiler/runtime_core/docs/
Dcoding-style.md16 6. Same parameter names in Method definitions and declarations.
17 7. No `k` prefix in constant names.
/arkcompiler/runtime_core/verification/type/
Dtype_image.h31 explicit TypeImage(const SortNames &names) : SNames_ {names} {} in TypeImage() argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-tuple-type2-expected.txt1 SyntaxError: Tuple members must all have or haven't names [test-tuple-type2.ts:17:17]
/arkcompiler/runtime_core/cross_values/
Dcross_values_getters_generator.rb37 names = data.scan /DEFINE_VALUE\((\w+),/
42 names.sort_by(&:first).each do |define|
/arkcompiler/runtime_core/verification/verifier/
Doptions.yaml35 description: Fully qualified class names to verify
43 …Fully qualified method names to verify (if neither this nor classes are set, all classes will be v…
/arkcompiler/runtime_core/verification/config/
DREADME.md18 List with methods full names, which will be considered as verified.
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp102 std::vector<std::string> names = {"C", "B", "A"}; variable
105 for (auto &name : names) {
119 for (size_t i = 0; i < names.size(); i++) {
120 … EXPECT_EQ(panda_file->GetClassId(reinterpret_cast<const uint8_t *>(names[i].c_str())).GetOffset(),
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h61 static constexpr std::array names = { in GetName() local
67 return names[static_cast<unsigned>(GetKind())]; in GetName()
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-18-04-dev37 libdwarf-dev=20180129-* # For printing function names and line numbers
Dubuntu-20-04-dev37 libdwarf-dev=20200114-* # For printing function names and line numbers
/arkcompiler/ets_frontend/ts2panda/src/base/
Dutil.ts487 // Auto, Loop and Unique names are generated and cached based on their unique autoGenerateId.
496 … // Unique names are generated and cached based on their unique autoGenerateId and original idText.
514 …// Node names generate unique names based on their original node and are cached based on that node…
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md14 Internally they denoted by indices (just numbers), and there is separate class to hold their names.
/arkcompiler/ets_frontend/test262/
Dmodule_tests.txt20 dup-bound-names.js
267 invalid-private-names-call-expression-bad-reference.js
268 invalid-private-names-call-expression-this.js
269 invalid-private-names-member-expression-bad-reference.js
270 invalid-private-names-member-expression-this.js
/arkcompiler/ets_runtime/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/arkcompiler/toolchain/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/arkcompiler/runtime_core/verification/config/context/
Dcontext.h52 std::array<PandaVector<PandaString>, static_cast<size_t>(WhitelistKind::__LAST__)> Names; member
/arkcompiler/runtime_core/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.yaml108 …description: Location paths of the each boot panda file, including file names, that will be writte…
/arkcompiler/runtime_core/libpandabase/
DREADME.md134 - Positional arguments should be without names or `=` signs, separated by whitespaces
161 …values verified the same way as regular values, difference only that it's names are ignored in an …

123