Home
last modified time | relevance | path

Searched defs:deleteCount (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/dist/src/typescript/
Dobservable.js379 array.splice = function (start, deleteCount, ...items) { argument
/developtools/hdc/src/common/
Dbase.cpp440 uint16_t deleteCount = files.size() - MAX_LOG_FILE_COUNT; in RemoveOlderLogFilesOnWindows() local
526 uint32_t deleteCount = GetLogOverCount(files, MAX_LOG_DIR_SIZE); in RemoveOlderLogFiles() local
534 uint32_t deleteCount = files.size() - static_cast<uint32_t>(logLimitSize); in RemoveOlderLogFiles() local