Searched full:don (Results 1 – 25 of 409) sorted by relevance
12345678910>>...17
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | alloc_config.h | 30 …* We want to record stats about allocations and free events. Allocators don't care about the type … 154 // We don't use crossing map in this config. 157 // We don't use crossing map in this config. 165 // We don't use crossing map in this config. 168 // We can't call CrossingMap when we don't use it in FindFirstObjInCrossingMap() 173 // We don't use crossing map in this config. 176 // We don't use crossing map in this config. 204 /// @brief We don't need it for raw memory. 207 // We don't use crossing map for raw memory allocations. 210 // We don't use crossing map for raw memory allocations. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/ |
| D | README.md | 8 In type annotations don't place a space before colon and place single after, like `let x: number | … 28 Place `else` on the line of `if`'s closing brace `}`, if then clause wasn't a one-liner. And don't … 65 Don't use vertical spaces longer than two lines in declarations and longer than one line in code. D… 95 Don't use prefixes or suffixes, including `_`, "Hungarian notation" and others. Also don't use `_` … 107 Don't omit `public` and `override` 117 Don't `return` from `finally` 119 Don't annotate `main` with `throws` 122 For documentation use doc comments, that start with `/**` instead of `/*` and don't use this notati… 124 For commenting out parts of code, don't use spaces after `//` and do for text comments. Example:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.string_literals/ |
| D | spec_examples.sts | 25 let f = "don't do it" 26 let g = 'don\'t do it' 27 let h = 'don\u0027t do it'
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | typeError.h | 30 // Don't spread the error in AssignmentSource() 37 // Don't spread the error in AssignmentTarget()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | mark_word.cpp | 66 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in SetHashedConfigured() 84 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in IsHashedConfigured()
|
| /arkcompiler/ets_frontend/es2panda/test/size_statistics/ |
| D | README.md | 19 + `--no-progress`: Don't show progress bar.
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | mem_hooks.h | 84 // Don't use for musl and mobile 85 // Sanitizers hook malloc functions, so we don't use memory hooks
|
| /arkcompiler/ets_frontend/test/scripts/ |
| D | readme.md | 13 …, get commit log script, and send email, you can delete any of them if you don't need run the test…
|
| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 14 # We can't call runtime with 64 bits pointer to an internal memory on arm (we don't have enought ar…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | scheduled_gc_trigger_exception.sts | 24 …: "scheduleGcAfterNthAlloc must throw UnsupportedOperationException if you don't use it with neede…
|
| D | finalization_registry_test.sts | 71 // Check that we don't call any callbacks here 75 // and check that we don't call object2 callback
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen_native.cpp | 40 // we don't need to setup frame in native mode in CreateFrameInfo() 42 // we don't need to save FP and LR registers only for leaf methods in CreateFrameInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_imm_valid.cpp | 30 DEBUG_ASSERT(val != 0, "IsBitmaskImmediate() don's accept 0 or -1"); in IsBitmaskImmediate() 31 DEBUG_ASSERT(static_cast<int64>(val) != -1, "IsBitmaskImmediate() don's accept 0 or -1"); in IsBitmaskImmediate()
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | lambda-class-field.sts | 18 readonly num: int; // don't remove it, it is necessary to trigger an issue with the lambda
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| D | ets_reference_processor.h | 101 … LOG(DEBUG, REF_PROC) << "Don't process reference " << GetDebugInfoAboutObject(weakRefObj) in ProcessReferences() 107 … LOG(DEBUG, REF_PROC) << "Don't process reference " << GetDebugInfoAboutObject(weakRefObj) in ProcessReferences()
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/aarch64/ |
| D | get.S | 38 // we don't need executable stack.
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/amd64/ |
| D | get.S | 37 // we don't need executable stack.
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/ |
| D | get.S | 38 // we don't need executable stack.
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | README.md | 37 - `--no-progress`: Don't show progress bar
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | README.md | 37 - `--no-progress`: Don't show progress bar
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | regmask.h | 51 * Currently we don't support registers number greater than 32. 59 // We don't support architectures with CPU registers number, greater than 32. 241 // Don't use these method in a new code.
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | regmask.h | 51 * Currently we don't support registers number greater than 32. 59 // We don't support architectures with CPU registers number, greater than 32. 247 // Don't use these method in a new code.
|
| /arkcompiler/runtime_core/static_core/scripts/cmake-checker/ |
| D | cmake_checker.py | 44 # don't search in following files and folders 112 # in case we don't have them in main CMakeLists.txt
|
12345678910>>...17