/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | main.cpp | 24 std::string &data, const std::string &usage) in Preprocess() argument 33 std::cerr << usage << std::endl; in Preprocess() 44 std::cerr << usage << std::endl; in Preprocess() 53 const std::string &usage) in HandleNpmEntries() argument 64 std::cerr << usage << std::endl; in HandleNpmEntries() 89 std::string usage = "Usage: js2abc [OPTIONS]... [ARGS]..."; in main() local 91 std::cout << usage << std::endl; in main() 104 if (!HandleNpmEntries(options, argParser, usage)) { in main() 114 std::cerr << usage << std::endl; in main() 132 if (Preprocess(options, argParser, output, data, usage) == panda::ts2abc::RETURN_FAILED) { in main()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsExportAssignedVisibility/ |
D | index.js | 29 this.usage = new Obj(); 30 AssertType(this.usage = new Obj(), "Obj"); 31 AssertType(this.usage, "any");
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | opcodes.h.erb | 18 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) 27 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) 34 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) 41 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) 47 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | c_string.cpp | 100 CString ConvertToString(const EcmaString *s, StringConvertedUsage usage) in ConvertToString() argument 105 return EcmaStringAccessor(const_cast<EcmaString *>(s)).ToCString(usage); in ConvertToString()
|
/arkcompiler/ets_frontend/arkguard/src/cli/ |
D | SecHarmony.ts | 58 .usage('Usage: SecHarmony [input files] [options]')
|
/arkcompiler/runtime_core/docs/bc_verification/ |
D | absint_checks.md | 27 They can help to detect usage of inconsistent information in registers in exception handlers. 47 ### (todo) Checks for usage of some functions/intrinsics
|
/arkcompiler/runtime_core/libpandabase/events/ |
D | events_gen.h.erb | 263 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) 265 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) 268 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) 270 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) 279 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
/arkcompiler/runtime_core/compiler/docs/ |
D | move_constants_closer_to_usage_doc.md | 1 # Move constants closer to usage 16 Before register allocation for each constant try to move it closer to usage: 102 // constants are defined just before usage, no SpillFills
|
D | aot_cha.md | 24 The example of usage 37 The wrong usage. Some classes were omitted during AOT compilation due to the fact that they are not… 90 The usage of class hierarchy may help AOT compiler to squash 2-3-4 into one step as JIT-compiler do…
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_collator.cpp | 104 …auto usage = JSLocale::GetOptionOfString<UsageOption>(thread, optionsObject, globalConst->GetHandl… in InitializeCollator() local 108 collator->SetUsage(usage); in InitializeCollator() 182 if (usage == UsageOption::SEARCH) { in InitializeCollator() 264 if (usage == UsageOption::SORT) { in InitializeCollator() 338 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, UsageOption usage) in OptionsToEcmaString() argument 342 switch (usage) { in OptionsToEcmaString()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/templates/ |
D | opcode_map_table.h.erb | 19 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
D | intrinsic_map_table.h.erb | 19 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | cmdOptions.ts | 259 const usage = commandLineUsage([ constant 272 LOGE(usage);
|
/arkcompiler/runtime_core/templates/logger_components/ |
D | logger_components.inc.erb | 18 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
/arkcompiler/runtime_core/templates/ |
D | cpu_features.inc.erb | 18 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | arrayconcat.ts | 25 usage?: string;
|
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
D | intrinsics_enum.inl.erb | 19 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
/arkcompiler/runtime_core/tests/cts-assembly/ |
D | big_ark_option_value.pa | 14 # Running this test asserts correct usage of runtime option (e.g. heap-size-limit) with value > 2 GB
|
/arkcompiler/runtime_core/cmake/ |
D | CodeStyle.cmake | 94 # Function to check correct usage of std primitives. 106 # Function to check correct usage of memory order in atomics.
|
D | Doxygen.cmake | 18 # Example usage:
|
/arkcompiler/runtime_core/docs/ |
D | aot.md | 138 Example of usage: 165 Example of usage: 176 Example of usage: 182 Example of usage:
|
/arkcompiler/ets_frontend/es2panda/aot/ |
D | CMakeLists.txt | 39 "-cppcoreguidelines-macro-usage"
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | visitor.inc | 49 // NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
/arkcompiler/runtime_core/panda/ |
D | CMakeLists.txt | 25 "-cppcoreguidelines-macro-usage"
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
D | README.md | 12 usage: Run bytecode benchmarks [-h] [--testdir TESTDIR] [--bindir BINDIR] 131 usage: Compare benchmark results [-h] --old JSON_FILE_PATH --new JSON_FILE_PATH --failed JSON_FILE_…
|