Home
last modified time | relevance | path

Searched refs:UpdateLocation (Results 1 – 25 of 86) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Text/
H A DSourceLocationTrackerTest.cs32 tracker.UpdateLocation('f', 'o'); in UpdateLocationAdvancesAbsoluteIndexOnNonNewlineCharacter()
45 tracker.UpdateLocation('f', 'o'); in UpdateLocationAdvancesCharacterIndexOnNonNewlineCharacter()
58 tracker.UpdateLocation('f', 'o'); in UpdateLocationDoesNotAdvanceLineIndexOnNonNewlineCharacter()
71 tracker.UpdateLocation('\n', 'o'); in UpdateLocationAdvancesLineIndexOnSlashN()
84 tracker.UpdateLocation('\n', 'o'); in UpdateLocationAdvancesAbsoluteIndexOnSlashN()
97 tracker.UpdateLocation('\n', 'o'); in UpdateLocationResetsCharacterIndexOnSlashN()
110 tracker.UpdateLocation('\r', 'o'); in UpdateLocationAdvancesLineIndexOnSlashRFollowedByNonNewlineCharacter()
123 tracker.UpdateLocation('\r', 'o'); in UpdateLocationAdvancesAbsoluteIndexOnSlashRFollowedByNonNewlineCharacter()
136 tracker.UpdateLocation('\r', 'o'); in UpdateLocationResetsCharacterIndexOnSlashRFollowedByNonNewlineCharacter()
149 tracker.UpdateLocation('\r', '\n'); in UpdateLocationDoesNotAdvanceLineIndexOnSlashRFollowedBySlashN()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Text/
H A DSourceLocationTracker.cs39 public void UpdateLocation(char characterRead, char nextCharacter) in UpdateLocation() method in System.Web.Razor.Text.SourceLocationTracker
53 UpdateLocation(); in UpdateLocation()
56 public SourceLocationTracker UpdateLocation(string content) in UpdateLocation() method in System.Web.Razor.Text.SourceLocationTracker
65 UpdateLocation(content[i], nextCharacter); in UpdateLocation()
77 private void UpdateLocation() in UpdateLocation() method in System.Web.Razor.Text.SourceLocationTracker
84 … return new SourceLocationTracker(lastPosition).UpdateLocation(newContent).CurrentLocation; in CalculateNewLocation()
H A DTextBufferReader.cs47 _tracker.UpdateLocation((char)read, nextChar); in Read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/public/cpp/test/
H A Dscoped_geolocation_overrider.cc29 void UpdateLocation(mojom::GeopositionPtr position);
72 void UpdateLocation();
118 void ScopedGeolocationOverrider::UpdateLocation( in UpdateLocation() function in device::ScopedGeolocationOverrider
120 geolocation_context_->UpdateLocation(std::move(position)); in UpdateLocation()
123 void ScopedGeolocationOverrider::UpdateLocation(double latitude, in UpdateLocation() function in device::ScopedGeolocationOverrider
132 UpdateLocation(std::move(position)); in UpdateLocation()
164 void ScopedGeolocationOverrider::FakeGeolocationContext::UpdateLocation( in UpdateLocation() function in device::ScopedGeolocationOverrider::FakeGeolocationContext
176 impl->UpdateLocation(); in UpdateLocation()
221 impl->UpdateLocation(); in SetOverride()
283 void ScopedGeolocationOverrider::FakeGeolocation::UpdateLocation() { in UpdateLocation() function in device::ScopedGeolocationOverrider::FakeGeolocation
H A Dscoped_geolocation_overrider.h28 void UpdateLocation(mojom::GeopositionPtr position);
29 void UpdateLocation(double latitude, double longitude);
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DTooltipForm.cs24 UpdateLocation(); in OnLoad()
28 private void UpdateLocation() in UpdateLocation() method in Mesen.GUI.Debugger.TooltipForm
49 UpdateLocation(); in SetFormLocation()
52 UpdateLocation(); in SetFormLocation()
/dports/science/liboglappth/liboglappth-1.0.0/src/
H A Dogl_objects.h223 virtual void UpdateLocation(void) const = 0;
246 void UpdateLocation(void) const;
273 void UpdateLocation(void) const;
H A Dogl_objects.cpp109 UpdateLocation(); // update the location if it's dynamic!!! in SetModelView()
140 void ogl_ol_static::UpdateLocation(void) const in UpdateLocation() function in ogl_ol_static
154 UpdateLocation(); in ogl_ol_dynamic_l1()
165 void ogl_ol_dynamic_l1::UpdateLocation(void) const in UpdateLocation() function in ogl_ol_dynamic_l1
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/parallel_sgd/
H A Dparallel_sgd_impl.hpp25 inline void UpdateLocation(MatType& iterate, in UpdateLocation() function
37 inline void UpdateLocation(arma::SpMat<eT>& iterate, in UpdateLocation() function
184 UpdateLocation(iterate, row, i, stepSize * value); in Optimize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/touch/
H A Dtouch_hud_renderer.cc59 void UpdateLocation(const ui::LocatedEvent& touch) { in UpdateLocation() function in ash::TouchPointView
153 point->UpdateLocation(event); in HandleTouchEvent()
168 iter->second->UpdateLocation(event); in HandleTouchEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/heap/
H A Dpersistent.h121 void UpdateLocation(const PersistentLocation& other) { in UpdateLocation() function
138 UpdateLocation(location); in PersistentBase()
147 UpdateLocation(location); in PersistentBase()
157 UpdateLocation(location); in PersistentBase()
167 UpdateLocation(location); in PersistentBase()
177 UpdateLocation(location); in PersistentBase()
195 UpdateLocation(location); in PersistentBase()
207 UpdateLocation(location); in PersistentBase()
218 UpdateLocation(location); in PersistentBase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/heap/impl/
H A Dpersistent.h121 void UpdateLocation(const PersistentLocation& other) { in UpdateLocation() function
138 UpdateLocation(location); in PersistentBase()
147 UpdateLocation(location); in PersistentBase()
157 UpdateLocation(location); in PersistentBase()
167 UpdateLocation(location); in PersistentBase()
177 UpdateLocation(location); in PersistentBase()
195 UpdateLocation(location); in PersistentBase()
207 UpdateLocation(location); in PersistentBase()
218 UpdateLocation(location); in PersistentBase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dcursor_window_controller.cc246 void CursorWindowController::UpdateLocation() { in UpdateLocation() function in ash::CursorWindowController
303 UpdateLocation(); in SetContainer()
315 UpdateLocation(); in SetBoundsInScreenAndRotation()
385 UpdateLocation(); in UpdateCursorImage()
H A Dmouse_cursor_event_filter.cc60 ->UpdateLocation(); in OnMouseEvent()
H A Dcursor_window_controller.h57 void UpdateLocation();
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Parser/SyntaxTree/
H A DSpan.cs107 tracker.UpdateLocation(Content); in ChangeStart()
111 tracker.UpdateLocation(current.Content); in ChangeStart()
H A DSpanBuilder.cs81 _tracker.UpdateLocation(symbol.Content); in Accept()
/dports/devel/indi/indi-1.9.1/libs/indibase/alignment/
H A DMapPropertiesToInMemoryDatabase.h118 void UpdateLocation(double latitude, double longitude, double elevation);
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkDataObjectTreeIterator.h137 void UpdateLocation();
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkDataObjectTreeIterator.h155 void UpdateLocation();
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkDataObjectTreeIterator.h158 void UpdateLocation();
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Framework/
H A DTestSpanBuilder.cs144 self.UpdateLocation(content); in GetLocationAndAdvance()
211 LocationTracker.UpdateLocation(content); in CreateSymbolSpan()
236 LocationTracker.UpdateLocation(content); in Tokenize()
H A DRawTextSymbol.cs69 … Start = new SourceLocationTracker(prev.Start).UpdateLocation(prev.Content).CurrentLocation; in CalculateStart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/winaccessibility/source/service/
H A DAccParagraphEventListener.cxx97 AccObjectManagerAgent::UpdateLocation(m_xAccessible.get()); in HandleCaretChangedEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/winaccessibility/source/service/
H A DAccParagraphEventListener.cxx97 AccObjectManagerAgent::UpdateLocation(m_xAccessible.get()); in HandleCaretChangedEvent()

1234