Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 10 of 10) sorted by relevance

/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/base-ui/
DBaseElement.js40 attributeChangedCallback(name, oldValue, newValue) { argument
/developtools/ace_ets2bundle/arkui-plugins/ui-plugins/
Dpreprocessor-transform.ts164 const newValue: Set<string> = IMPORT_SOURCE_MAP.get(key) ?? new Set(); constant
183 const newValue: string[] = [...value, ...oldValue]; constant
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hap_packager_test/hap_packager_file/fa/assets_jsbundle/default/js/MainAbility/pages/
Dindex.js44 set message(newValue) { argument
/developtools/packing_tool/packing_tool/frameworks/test/unittest/general_normalize_test/general_normalize_file/fa/assets_jsbundle/default/js/MainAbility/pages/
Dindex.js44 set message(newValue) { 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/packing_tool/packing_tool/frameworks/test/unittest/version_normalize_test/version_normalize_file/fa/assets_jsbundle/default/js/MainAbility/pages/
Dindex.js44 set message(newValue) { argument
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTop20FrequencyThread.ts70 const newValue = event.detail.value; constant
/developtools/smartperf_host/smartperf_host/trace_streamer/src/proto_reader/include/
Dproto_reader.h147 uint64_t newValue = 0; variable
/developtools/hiperf/src/
Dsubcommand_record.cpp972 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()