Searched defs:oldValue (Results 1 – 6 of 6) sorted by relevance
| /developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/ |
| D | BaseElement.js | 40 attributeChangedCallback(name, oldValue, newValue) { argument
|
| /developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/icon/ |
| D | LitIcon.js | 88 attributeChangedCallback(name, oldValue, value) { argument
|
| /developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/menu/ |
| D | LitMainMenuGroup.js | 166 attributeChangedCallback(name, oldValue, newValue) { argument
|
| D | LitMainMenuItem.js | 193 attributeChangedCallback(name, oldValue, newValue) { argument
|
| /developtools/ace_ets2bundle/arkui-plugins/ui-plugins/ |
| D | preprocessor-transform.ts | 182 const oldValue: string[] = OUTPUT_DEPENDENCY_MAP.get(key) ?? []; constant
|
| /developtools/hiperf/src/ |
| D | subcommand_record.cpp | 949 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()
|