Home
last modified time | relevance | path

Searched defs:currentValue (Results 1 – 25 of 1518) sorted by relevance

12345678910>>...61

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/SwingSet/src/
H A DScrollPaneDemoTest.java72 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
83 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
94 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
105 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/SwingSet/src/
H A DScrollPaneDemoTest.java72 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
83 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
94 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
105 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/SwingSet/src/
H A DScrollPaneDemoTest.java72 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
83 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
94 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
105 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/SwingSet/src/
H A DScrollPaneDemoTest.java72 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
83 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
94 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
105 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/SwingSet/src/
H A DScrollPaneDemoTest.java72 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
83 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
94 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
105 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/SwingSet/src/
H A DScrollPaneDemoTest.java72 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
83 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
94 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
105 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/SwingSet/src/
H A DScrollPaneDemoTest.java72 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
83 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
94 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
105 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/SwingSet/src/
H A DScrollPaneDemoTest.java72 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
83 int currentValue = jspo.getVerticalScrollBar().getValue(); in test() local
94 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
105 int currentValue = jspo.getHorizontalScrollBar().getValue(); in test() local
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/
H A DSpecificInternalRow.scala245 val currentValue = values(ordinal).asInstanceOf[MutableInt] constant
255 val currentValue = values(ordinal).asInstanceOf[MutableFloat] constant
265 val currentValue = values(ordinal).asInstanceOf[MutableBoolean] constant
275 val currentValue = values(ordinal).asInstanceOf[MutableDouble] constant
285 val currentValue = values(ordinal).asInstanceOf[MutableShort] constant
295 val currentValue = values(ordinal).asInstanceOf[MutableLong] constant
305 val currentValue = values(ordinal).asInstanceOf[MutableByte] constant
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DBitStream_NoTemplate.h321 void WriteDelta(bool currentValue, bool lastValue){ in WriteDelta()
326 …void WriteDelta(char currentValue, char lastValue){if (currentValue==lastValue) {Write(false);} el… in WriteDelta()
328 …void WriteDelta(short currentValue, short lastValue){if (currentValue==lastValue) {Write(false);} … in WriteDelta()
330 …void WriteDelta(int currentValue, int lastValue){if (currentValue==lastValue) {Write(false);} else… in WriteDelta()
332 …void WriteDelta(long currentValue, long lastValue){if (currentValue==lastValue) {Write(false);} el… in WriteDelta()
333 …void WriteDelta(long long currentValue, long long lastValue){if (currentValue==lastValue) {Write(f… in WriteDelta()
335 …void WriteDelta(float currentValue, float lastValue){if (currentValue==lastValue) {Write(false);} … in WriteDelta()
336 …void WriteDelta(double currentValue, double lastValue){if (currentValue==lastValue) {Write(false);… in WriteDelta()
340 …void WriteDelta(char* currentValue, char* lastValue){if (currentValue==lastValue) {Write(false);} … in WriteDelta()
346 …void WriteDelta(NetworkID currentValue, NetworkID lastValue){if (currentValue==lastValue) {Write(f… in WriteDelta()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/util/
H A DWeakHashSet.java69 HashableWeakReference currentValue; in add() local
91 HashableWeakReference currentValue; in addValue() local
111 HashableWeakReference currentValue; in cleanupGarbageCollectedValues() local
141 HashableWeakReference currentValue; in get() local
155 HashableWeakReference currentValue; in rehash() local
173 HashableWeakReference currentValue; in remove() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DWeakHashSet.java77 HashableWeakReference currentValue; in add() local
101 HashableWeakReference currentValue; in addValue() local
123 HashableWeakReference currentValue; in cleanupGarbageCollectedValues() local
155 HashableWeakReference currentValue; in get() local
171 HashableWeakReference currentValue; in rehash() local
189 HashableWeakReference currentValue; in remove() local
H A DWeakHashSetOfCharArray.java79 HashableWeakReference currentValue; in add() local
103 HashableWeakReference currentValue; in addValue() local
125 HashableWeakReference currentValue; in cleanupGarbageCollectedValues() local
157 HashableWeakReference currentValue; in get() local
173 HashableWeakReference currentValue; in rehash() local
191 HashableWeakReference currentValue; in remove() local
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/settings/src/test/
H A Dsignal.cpp9 int currentValue = 0; variable
34 int currentValue = 0; variable
68 int currentValue = 0; variable
111 int currentValue = 0; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/text/normalizer/
H A DTrieIterator.java222 int currentValue = m_nextValue_; in calculateNextBMPElement() local
279 int currentValue = m_nextValue_; in calculateNextSupplementaryElement() local
383 private final boolean checkBlockDetail(int currentValue) in checkBlockDetail()
409 private final boolean checkBlock(int currentBlock, int currentValue) in checkBlock()
449 int currentValue) in checkTrailBlock()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/text/normalizer/
H A DTrieIterator.java222 int currentValue = m_nextValue_; in calculateNextBMPElement() local
279 int currentValue = m_nextValue_; in calculateNextSupplementaryElement() local
383 private final boolean checkBlockDetail(int currentValue) in checkBlockDetail()
409 private final boolean checkBlock(int currentBlock, int currentValue) in checkBlock()
449 int currentValue) in checkTrailBlock()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/validation/
H A DWMLJavaValidator.java138 Integer currentValue = ocurrences.get( tag.getName( ) ); in checkTagsCardinalities() local
143 ocurrences.put( tag.getName( ), currentValue + 1 ); in checkTagsCardinalities() local
167 Integer currentValue = ocurrences.get( key.getName( ) ); in checkKeysCardinalities() local
172 ocurrences.put( key.getName( ), currentValue + 1 ); in checkKeysCardinalities() local
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Types/
H A DShake.hs49 currentValue (Succeeded _ v) = Just v function
50 currentValue (Stale _ _ _) = Nothing function
51 currentValue Failed{} = Nothing function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Types/
H A DShake.hs49 currentValue (Succeeded _ v) = Just v function
50 currentValue (Stale _ _ _) = Nothing function
51 currentValue Failed{} = Nothing function
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/components/
H A DICmpValueModificationManager.cpp38 virtual u32 ApplyModifications(std::wstring valueName, u32 currentValue, entity_id_t entity) in ApplyModifications()
43 …virtual std::wstring ApplyModifications(std::wstring valueName, std::wstring currentValue, entity_… in ApplyModifications()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/internal/runtime/
H A DReferenceHashSet.java183 HashedReference<T> currentValue; in add() local
206 HashedReference<T> currentValue; in addValue() local
226 HashedReference<T> currentValue; in cleanupGarbageCollectedValues() local
257 HashedReference<T> currentValue; in get() local
271 HashedReference<T> currentValue; in rehash() local
289 HashedReference<T> currentValue; in remove() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DItemCheckEventArgs.cs37 private CheckState currentValue; field in System.Windows.Forms.ItemCheckEventArgs
42 public ItemCheckEventArgs (int index, CheckState newCheckValue, CheckState currentValue) in ItemCheckEventArgs()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/discovery/sensors/voltage/
H A Dict-psu.inc.php35 $currentValue = $inputVoltage / $divisor; variable
50 $currentValue = $outputVoltage / $divisor; variable
/dports/multimedia/assimp/assimp-5.1.3/port/swig/
H A Dassimp.i43 TYPE *currentValue = $self->NAME; in NAME() local
69 TYPE *currentValue = $self->NAME[i]; in NAME() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/port/swig/
H A Dassimp.i43 TYPE *currentValue = $self->NAME; in NAME() local
69 TYPE *currentValue = $self->NAME[i]; in NAME() local

12345678910>>...61