Home
last modified time | relevance | path

Searched defs:oldValue (Results 1 – 5 of 5) sorted by relevance

/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/
DBaseElement.js40 attributeChangedCallback(name, oldValue, newValue) { argument
/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/icon/
DLitIcon.js88 attributeChangedCallback(name, oldValue, value) { argument
/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/menu/
DLitMainMenuGroup.js166 attributeChangedCallback(name, oldValue, newValue) { argument
DLitMainMenuItem.js193 attributeChangedCallback(name, oldValue, newValue) { argument
/developtools/hiperf/src/
Dsubcommand_record.cpp808 int oldValue = 0; in SetPerfLimit() local
831 auto cmp = [](int oldValue, int newValue) { return oldValue == newValue; }; in SetPerfCpuMaxPercent()
837 auto cmp = [](int oldValue, int newValue) { return oldValue == newValue; }; in SetPerfMaxSampleRate()
853 auto cmp = [](int oldValue, int newValue) { return oldValue == newValue; }; in SetPerfEventMlock()