Home
last modified time | relevance | path

Searched refs:newR1 (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/Serializable/records/
H A DBadCanonicalCtrTest.java115 Object newR1() throws Exception { in newR1() method in BadCanonicalCtrTest
141 new Object[] { newR1() }, in recordInstances()
H A DSerialPersistentFieldsTest.java157 Object newR1() { in newR1() method in SerialPersistentFieldsTest
176 new Object[] { newR1() }, in recordInstances()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/Serializable/records/
H A DBadCanonicalCtrTest.java111 Object newR1() throws Exception { in newR1() method in BadCanonicalCtrTest
137 new Object[] { newR1() }, in recordInstances()
H A DSerialPersistentFieldsTest.java151 Object newR1() { in newR1() method in SerialPersistentFieldsTest
170 new Object[] { newR1() }, in recordInstances()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/Serializable/records/
H A DBadCanonicalCtrTest.java115 Object newR1() throws Exception { in newR1() method in BadCanonicalCtrTest
141 new Object[] { newR1() }, in recordInstances()
H A DSerialPersistentFieldsTest.java159 Object newR1() { in newR1() method in SerialPersistentFieldsTest
178 new Object[] { newR1() }, in recordInstances()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/Serializable/records/
H A DBadCanonicalCtrTest.java111 Object newR1() throws Exception { in newR1() method in BadCanonicalCtrTest
137 new Object[] { newR1() }, in recordInstances()
H A DSerialPersistentFieldsTest.java151 Object newR1() { in newR1() method in SerialPersistentFieldsTest
170 new Object[] { newR1() }, in recordInstances()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/components/
H A DSliderJointComponents.cpp82 Vector3* newR1 = reinterpret_cast<Vector3*>(newSliderAxisWorld + nbComponentsToAllocate); in allocate() local
83 Vector3* newR2 = reinterpret_cast<Vector3*>(newR1 + nbComponentsToAllocate); in allocate()
127 memcpy(newR1, mR1, mNbComponents * sizeof(Vector3)); in allocate()
174 mR1 = newR1; in allocate()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxsheetdragtool.cpp218 UndoPlayRangeModifier(int oldR0, int newR0, int oldR1, int newR1, int oldStep, in UndoPlayRangeModifier() argument
223 , m_newR1(newR1) in UndoPlayRangeModifier()
1487 int newR0, newR1, newStep; in onRelease() local
1488 XsheetGUI::getPlayRange(newR0, newR1, newStep); in onRelease()
1489 if (m_oldR0 != newR0 || m_oldR1 != newR1) { in onRelease()
1491 m_oldR0, newR0, m_oldR1, newR1, m_oldStep, newStep, true, true)); in onRelease()