Home
last modified time | relevance | path

Searched refs:updateFrom (Results 1 – 25 of 88) sorted by relevance

1234

/dports/biology/jalview/jalview/test/jalview/datamodel/
H A DDBRefEntryTest.java84 assertFalse(ref1.updateFrom(null)); in testUpdateFrom()
90 assertTrue(ref1.updateFrom(ref2)); in testUpdateFrom()
100 assertTrue(ref1.updateFrom(ref2)); in testUpdateFrom()
107 assertTrue(ref1.updateFrom(ref2)); in testUpdateFrom()
114 assertFalse(ref1.updateFrom(ref2)); in testUpdateFrom()
117 assertFalse(ref1.updateFrom(ref2)); in testUpdateFrom()
120 assertFalse(ref1.updateFrom(ref2)); in testUpdateFrom()
126 assertFalse(ref1.updateFrom(ref2)); in testUpdateFrom()
130 assertTrue(ref1.updateFrom(ref2)); in testUpdateFrom()
133 assertTrue(ref1.updateFrom(ref2)); in testUpdateFrom()
[all …]
H A DPDBEntryTest.java164 assertTrue(pdb1.updateFrom(pdb2)); in testUpdateFrom()
170 assertFalse(pdb1.updateFrom(pdb2)); in testUpdateFrom()
177 assertTrue(pdb1.updateFrom(pdb2)); in testUpdateFrom()
186 assertTrue(pdb1.updateFrom(pdb2)); in testUpdateFrom()
201 assertTrue(pdb1.updateFrom(pdb2)); in testUpdateFrom()
208 assertTrue(pdb1.updateFrom(pdb2)); in testUpdateFrom()
226 assertTrue(pdb1.updateFrom(pdb2)); in testUpdateFrom()
234 assertTrue(pdb1.updateFrom(pdb2)); in testUpdateFrom()
245 assertTrue(pdb1.updateFrom(pdb2)); in testUpdateFrom()
259 assertTrue(pdb1.updateFrom(pdb2)); in testUpdateFrom()
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A Dsub.c120 && right >= ctx->text.updateFrom[i])
121 { ctx->text.updateFrom[i] = min(left, ctx->text.updateFrom[i]);
520 if (ctx->text.updateFrom[i] > pos1)
521 ctx->text.updateFrom[i] += delta;
817 XwTextPosition updateFrom, updateTo; local
819 updateFrom = ctx->text.updateFrom[0];
822 if (ctx->text.updateFrom[i] < updateFrom) {
823 updateFrom = ctx->text.updateFrom[i];
829 ctx->text.updateFrom[w] = ctx->text.updateFrom[ctx->text.numranges];
837 ctx->text.updateFrom[i] =
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/query/
H A DUpdateQuery.java46 public UpdateQuery(IInstallableUnit updateFrom) { in UpdateQuery() argument
47 …super(IInstallableUnit.class, updateFrom instanceof IInstallableUnitPatch ? expr1 : expr2, updateF… in UpdateQuery()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/ql/
H A DTestQueryReimplementation.java43 public UpdateQuery(IInstallableUnit updateFrom) { in UpdateQuery() argument
44 …ressionUtil.getFactory().matchExpression(updateFrom instanceof IInstallableUnitPatch ? expr1 : exp… in UpdateQuery()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/devices/impl/
H A DDeviceContentDirectoryImpl.java63 updateFrom( in updateFrom() method in DeviceContentDirectoryImpl
67 if ( !super.updateFrom( _other, _is_alive )){ in updateFrom()
H A DDeviceInternetGatewayImpl.java98 updateFrom( in updateFrom() method in DeviceInternetGatewayImpl
102 if ( !super.updateFrom( _other, _is_alive )){ in updateFrom()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/registry/networking/networkpolicy/
H A Dstrategy_test.go294 updateFrom := networking.NetworkPolicyPeer{
300 updatedNetPol.Spec.Ingress[0].From = append(updatedNetPol.Spec.Ingress[0].From, updateFrom)
301 expectedNetPol.Spec.Ingress[0].From = append(expectedNetPol.Spec.Ingress[0].From, updateFrom)
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_RelativePositionedRectangle.h214 void updateFrom (const Rectangle<int>& newPosition, in updateFrom() function
243 updateFrom (comp.getBounds(), Rectangle<int>()); in updateFromComponent()
245updateFrom (comp.getBounds(), Rectangle<int> (comp.getParentWidth(), comp.getParentHeight())); in updateFromComponent()
685 xyRect.updateFrom (comp.getBounds(), Rectangle<int> (x, y, xw, yh)); in updateFromComponent()
686 whRect.updateFrom (comp.getBounds(), Rectangle<int> (x, y, w, h)); in updateFromComponent()
694 void updateFrom (double newX, double newY, double newW, double newH, in updateFrom() function
/dports/net/cloud-init/cloud-init-21.4/tools/
H A Duncloud-init32 updateFrom() {
96 updateFrom "${dev}" "${fmt}" || fail "update failed"
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DText.c767 ctx->text.updateFrom[i] = Min(left, ctx->text.updateFrom[i]); in _XawTextNeedsUpdating()
1994 XawTextPosition updateFrom, updateTo; in _XawTextReplace() local
2021 updateFrom = Max(updateFrom, ctx->text.lt.top); in _XawTextReplace()
2046 ctx->text.updateFrom[i] += delta; in _XawTextReplace()
2723 XawTextPosition updateFrom, updateTo; in FlushUpdate() local
2729 updateFrom = ctx->text.updateFrom[0]; in FlushUpdate()
2732 if (ctx->text.updateFrom[i] < updateFrom) { in FlushUpdate()
2733 updateFrom = ctx->text.updateFrom[i]; in FlushUpdate()
2739 ctx->text.updateFrom[w] = ctx->text.updateFrom[ctx->text.numranges]; in FlushUpdate()
2745 ctx->text.updateFrom[i] = ctx->text.updateFrom[ctx->text.numranges]; in FlushUpdate()
[all …]
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DText.c748 ctx->text.updateFrom[i] = Min(left, ctx->text.updateFrom[i]);
1996 XawTextPosition updateFrom, updateTo; local
2023 updateFrom = Max(updateFrom, ctx->text.lt.top);
2048 ctx->text.updateFrom[i] += delta;
2737 XawTextPosition updateFrom, updateTo; local
2743 updateFrom = ctx->text.updateFrom[0];
2746 if (ctx->text.updateFrom[i] < updateFrom) {
2747 updateFrom = ctx->text.updateFrom[i];
2753 ctx->text.updateFrom[w] = ctx->text.updateFrom[ctx->text.numranges];
2759 ctx->text.updateFrom[i] = ctx->text.updateFrom[ctx->text.numranges];
[all …]
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DText.c733 ctx->text.updateFrom[i] = Min(left, ctx->text.updateFrom[i]);
2001 XawTextPosition updateFrom, updateTo; local
2028 updateFrom = Max(updateFrom, ctx->text.lt.top);
2053 ctx->text.updateFrom[i] += delta;
2764 XawTextPosition updateFrom, updateTo; local
2770 updateFrom = ctx->text.updateFrom[0];
2773 if (ctx->text.updateFrom[i] < updateFrom) {
2774 updateFrom = ctx->text.updateFrom[i];
2780 ctx->text.updateFrom[w] = ctx->text.updateFrom[ctx->text.numranges];
2786 ctx->text.updateFrom[i] = ctx->text.updateFrom[ctx->text.numranges];
[all …]
/dports/devel/kdbg/kdbg-kdbg-3.0.0/kdbg/
H A Dbrkpt.cpp32 void updateFrom(const Breakpoint& bp);
78 (*o)->updateFrom(*bp); in updateBreakList()
102 void BreakpointItem::updateFrom(const Breakpoint& bp) in updateFrom() function in BreakpointItem
/dports/biology/jalview/jalview/src/jalview/api/
H A DDBRefEntryI.java92 public boolean updateFrom(DBRefEntryI otherEntry); in updateFrom() method
/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/include/
H A DOgreVolumeChunk.h91 Vector3 updateFrom; member
104 updateFrom(Vector3::ZERO), updateTo(Vector3::ZERO), async(false) in ChunkParameters()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/include/
H A DOgreVolumeChunk.h87 Vector3 updateFrom; member
100 updateFrom(Vector3::ZERO), updateTo(Vector3::ZERO), async(false) in ChunkParameters()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dtypetool.cpp354 void updateCharPositions(int updateFrom = 0);
706 void TypeTool::updateCharPositions(int updateFrom) { in updateCharPositions() argument
707 if (updateFrom < 0) updateFrom = 0; in updateCharPositions()
718 if (updateFrom > 0) { in updateCharPositions()
719 if ((int)m_string.size() <= updateFrom - 1) return; in updateCharPositions()
720 currentOffset = m_string[updateFrom - 1].m_charPosition - m_startPoint; in updateCharPositions()
723 if (m_string[updateFrom - 1].isReturn()) in updateCharPositions()
730 if (m_string[updateFrom - 1].isReturn()) in updateCharPositions()
734 currentOffset + TPointD(m_string[updateFrom - 1].m_offset, 0); in updateCharPositions()
745 for (UINT j = updateFrom; j < size; j++) { in updateCharPositions()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/src/
H A DOgreVolumeChunk.cpp64 …req.isUpdate = mShared->parameters->updateFrom != Vector3::ZERO || mShared->parameters->updateTo !… in loadChunk()
146 …if (mShared->parameters->updateFrom != Vector3::ZERO || mShared->parameters->updateTo != Vector3::… in doLoad()
150 … AxisAlignedBox updatedCube(mShared->parameters->updateFrom, mShared->parameters->updateTo); in doLoad()
313 if (parameters->updateFrom == Vector3::ZERO && parameters->updateTo == Vector3::ZERO) in load()
335 if (parameters->updateFrom == Vector3::ZERO && parameters->updateTo == Vector3::ZERO) in load()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/src/
H A DOgreVolumeChunk.cpp73 …req.isUpdate = mShared->parameters->updateFrom != Vector3::ZERO || mShared->parameters->updateTo !… in loadChunk()
155 …if (mShared->parameters->updateFrom != Vector3::ZERO || mShared->parameters->updateTo != Vector3::… in doLoad()
159 … AxisAlignedBox updatedCube(mShared->parameters->updateFrom, mShared->parameters->updateTo); in doLoad()
326 if (parameters->updateFrom == Vector3::ZERO && parameters->updateTo == Vector3::ZERO) in load()
348 if (parameters->updateFrom == Vector3::ZERO && parameters->updateTo == Vector3::ZERO) in load()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/shell/
H A Dbench.h215 void updateFrom(const BenchRunEventCounter& other);
301 void updateFrom(const BenchRunStats& other);
H A Dbench.cpp240 void BenchRunEventCounter::updateFrom(const BenchRunEventCounter& other) { in updateFrom() function in mongo::BenchRunEventCounter
245 void BenchRunStats::updateFrom(const BenchRunStats& other) { in updateFrom() function in mongo::BenchRunStats
251 findOneCounter.updateFrom(other.findOneCounter); in updateFrom()
252 updateCounter.updateFrom(other.updateCounter); in updateFrom()
253 insertCounter.updateFrom(other.insertCounter); in updateFrom()
254 deleteCounter.updateFrom(other.deleteCounter); in updateFrom()
255 queryCounter.updateFrom(other.queryCounter); in updateFrom()
256 commandCounter.updateFrom(other.commandCounter); in updateFrom()
1347 stats.updateFrom(_workers[i]->stats()); in gatherStats()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skparagraph/include/
H A DParagraphCache.h51 void updateFrom(const ParagraphImpl* paragraph, Entry* entry);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skparagraph/include/
H A DParagraphCache.h51 void updateFrom(const ParagraphImpl* paragraph, Entry* entry);
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/
H A DUpdaterEntry.java33 public UpdaterEntry(String packageName, String updateFrom) { in UpdaterEntry() argument
37 URLConnection uc = Http.net().getPage(updateFrom); in UpdaterEntry()

1234