Home
last modified time | relevance | path

Searched defs:oldValue (Results 1 – 6 of 6) 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/ace_ets2bundle/arkui-plugins/ui-plugins/
Dpreprocessor-transform.ts182 const oldValue: string[] = OUTPUT_DEPENDENCY_MAP.get(key) ?? []; constant
/developtools/hiperf/src/
Dsubcommand_record.cpp949 int oldValue = 0; in SetPerfLimit() local
972 auto cmp = [](int oldValue, int newValue) { return oldValue == newValue; }; in SetPerfCpuMaxPercent()
978 auto cmp = [](int oldValue, int newValue) { return oldValue == newValue; }; in SetPerfMaxSampleRate()
994 auto cmp = [](int oldValue, int newValue) { return oldValue == newValue; }; in SetPerfEventMlock()