Home
last modified time | relevance | path

Searched defs:Run (Results 126 – 150 of 20342) sorted by relevance

12345678910>>...814

/dports/audio/mixxx/mixxx-2.3.0/lib/fidlib/
H A Dfidrf_combined.h23 typedef struct Run { struct
31 } Run; argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/
H A DDecrementInstruction.cs22 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DecrementInstruction.DecrementInt16
39 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DecrementInstruction.DecrementInt32
56 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DecrementInstruction.DecrementInt64
73 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DecrementInstruction.DecrementUInt16
90 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DecrementInstruction.DecrementUInt32
107 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DecrementInstruction.DecrementUInt64
124 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DecrementInstruction.DecrementSingle
141 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DecrementInstruction.DecrementDouble
H A DRightShiftInstruction.cs21 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.RightShiftInstruction.RightShiftSByte
39 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.RightShiftInstruction.RightShiftInt16
57 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.RightShiftInstruction.RightShiftInt32
75 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.RightShiftInstruction.RightShiftInt64
93 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.RightShiftInstruction.RightShiftByte
111 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.RightShiftInstruction.RightShiftUInt16
129 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.RightShiftInstruction.RightShiftUInt32
147 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.RightShiftInstruction.RightShiftUInt64
H A DLeftShiftInstruction.cs21 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.LeftShiftInstruction.LeftShiftSByte
39 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.LeftShiftInstruction.LeftShiftInt16
57 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.LeftShiftInstruction.LeftShiftInt32
75 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.LeftShiftInstruction.LeftShiftInt64
93 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.LeftShiftInstruction.LeftShiftByte
111 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.LeftShiftInstruction.LeftShiftUInt16
129 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.LeftShiftInstruction.LeftShiftUInt32
147 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.LeftShiftInstruction.LeftShiftUInt64
H A DModuloInstruction.cs22 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.ModuloInstruction.ModuloInt16
40 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.ModuloInstruction.ModuloInt32
58 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.ModuloInstruction.ModuloInt64
76 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.ModuloInstruction.ModuloUInt16
94 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.ModuloInstruction.ModuloUInt32
112 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.ModuloInstruction.ModuloUInt64
130 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.ModuloInstruction.ModuloSingle
148 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.ModuloInstruction.ModuloDouble
H A DDivInstruction.cs22 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DivInstruction.DivInt16
40 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DivInstruction.DivInt32
58 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DivInstruction.DivInt64
76 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DivInstruction.DivUInt16
94 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DivInstruction.DivUInt32
112 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DivInstruction.DivUInt64
130 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DivInstruction.DivSingle
148 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.DivInstruction.DivDouble
H A DIncrementInstruction.cs22 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.IncrementInstruction.IncrementInt16
39 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.IncrementInstruction.IncrementInt32
56 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.IncrementInstruction.IncrementInt64
73 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.IncrementInstruction.IncrementUInt16
90 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.IncrementInstruction.IncrementUInt32
107 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.IncrementInstruction.IncrementUInt64
124 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.IncrementInstruction.IncrementSingle
141 public override int Run(InterpretedFrame frame) in Run() method in System.Linq.Expressions.Interpreter.IncrementInstruction.IncrementDouble
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/testgtk/
H A Dcreate_splittable.adb212 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
213 Button, Button1, Button2, Button3, Button4 : Gtk_Widget;
214 Bar : Gtk_Toolbar;
215 Box : Gtk_Box;
216 Toggle : Gtk_Toggle_Button;
H A Dcreate_css_editor.adb92 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
93 Container : Gtk_Scrolled_Window;
94 Text_Buffer : Gtk_Text_Buffer;
95 Text_View : Gtk_Text_View;
97 package FA is new Forall_User_Data (Gtk_Style_Provider);
99 procedure Apply_Css
H A Dcreate_combo_box.adb161 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
162 Box : Gtk_Box;
163 Model : Gtk_List_Store;
164 Iter : Gtk_Tree_Iter;
165 Combo : Gtk_Combo_Box;
166 TCombo : Gtk_Combo_Box_Text;
167 Render : Gtk_Cell_Renderer_Text;
168 Pix : Gtk_Cell_Renderer_Pixbuf;
H A Dcreate_frame.adb54 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
55 Table : Gtk_Grid;
56 Label : Gtk_Label;
57 Frame2 : Gtk_Frame;
H A Dcreate_toggle_buttons.adb48 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
49 Box1, Box2 : Box.Gtk_Box;
50 A_Toggle_Button : Toggle_Button.Gtk_Toggle_Button;
H A Dcreate_radio_button.adb42 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
43 Box1, Box2 : Gtk_Box;
67 end Run; argument
H A Dcreate_scrolled.adb54 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
55 Table : Gtk_Grid;
56 Scrolled : Gtk_Scrolled_Window;
57 Toggle : Gtk_Toggle_Button;
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/testgtk/
H A Dcreate_menu.adb262 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
263 Box1 : Gtk_Box;
264 Box2 : Gtk_Box;
265 Menu_Bar : Gtk_Menu_Bar;
266 Menu : Gtk_Menu;
267 Menu_Item : Gtk_Menu_Item;
268 Option_Menu : Gtk_Option_Menu;
270 Button : Gtk_Button;
271 Spin : Gtk_Spin_Button;
H A Dcreate_splittable.adb216 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
217 Button, Button1, Button2, Button3, Button4 : Gtk_Widget;
218 Bar : Gtk_Toolbar;
219 Box : Gtk_Box;
220 Toggle : Gtk_Toggle_Button;
H A Dcreate_plot_realtime.adb149 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
150 Scrollw1 : Gtk_Scrolled_Window;
151 Canvas : Gtk_Plot_Canvas;
152 Color : Gdk_Color;
153 Active_Plot : Gtk_Plot;
154 Dataset : Gtk_Plot_Data;
155 Plot_Child : Gtk_Plot_Canvas_Plot;
156 Text_Child : Gtk_Plot_Canvas_Text;
H A Dcreate_ctree.adb703 Tooltips : Gtk.Tooltips.Gtk_Tooltips;
704 Hbox, Bbox : Gtk.Box.Gtk_Box;
705 Hbox2 : Gtk.Box.Gtk_Box;
706 Vbox, Mbox : Gtk.Box.Gtk_Box;
707 Label : Gtk.Label.Gtk_Label;
708 Adj : Gtk.Adjustment.Gtk_Adjustment;
709 Button : Gtk.Button.Gtk_Button;
711 Spinner : Gtk.Spin_Button.Gtk_Spin_Button;
713 Omenu1, Omenu2, Omenu3, Omenu4 : Gtk.Option_Menu.Gtk_Option_Menu;
714 Transparent : Gdk.Color.Gdk_Color;
[all …]
H A Dcreate_tree_view.adb216 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
217 Model : Gtk_Tree_Store;
218 Tree : Gtk_Tree_View;
219 Scrolled : Gtk_Scrolled_Window;
220 Col : Gtk_Tree_View_Column;
221 Num : Gint;
222 Text_Render : Gtk_Cell_Renderer_Text;
223 Toggle_Render : Gtk_Cell_Renderer_Toggle;
224 Parent, Iter : Gtk_Tree_Iter;
H A Dcreate_toggle_buttons.adb54 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
55 Box1, Box2 : Box.Gtk_Box;
56 A_Toggle_Button : Toggle_Button.Gtk_Toggle_Button;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc275 WallpaperPrivateGetSyncSettingFunction::Run() { in Run() function in WallpaperPrivateGetSyncSettingFunction
355 WallpaperPrivateSetWallpaperIfExistsFunction::Run() { in Run() function in WallpaperPrivateSetWallpaperIfExistsFunction
426 WallpaperPrivateResetWallpaperFunction::Run() { in Run() function in WallpaperPrivateResetWallpaperFunction
442 WallpaperPrivateSetCustomWallpaperFunction::Run() { in Run() function in WallpaperPrivateSetCustomWallpaperFunction
510 WallpaperPrivateMinimizeInactiveWindowsFunction::Run() { in Run() function in WallpaperPrivateMinimizeInactiveWindowsFunction
679 WallpaperPrivateRecordWallpaperUMAFunction::Run() { in Run() function in WallpaperPrivateRecordWallpaperUMAFunction
697 WallpaperPrivateGetCollectionsInfoFunction::Run() { in Run() function in WallpaperPrivateGetCollectionsInfoFunction
769 WallpaperPrivateGetLocalImagePathsFunction::Run() { in Run() function in WallpaperPrivateGetLocalImagePathsFunction
793 WallpaperPrivateGetLocalImageDataFunction::Run() { in Run() function in WallpaperPrivateGetLocalImageDataFunction
843 WallpaperPrivateCancelPreviewWallpaperFunction::Run() { in Run() function in WallpaperPrivateCancelPreviewWallpaperFunction
[all …]
/dports/devel/log4net/log4net-1.2.10/examples/mono/1.0/Performance/NotLogging/cs/src/
H A DNotLogging.cs194 abstract public double Run(ILog log, long runLength); in Run() method in NotLogging.TimedTest
202 override public double Run(ILog log, long runLength) in Run() method in NotLogging.SimpleMessage_Bare
221 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_MethodGuard_Bare
243 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_Bare
267 override public double Run(ILog log, long runLength) in Run() method in NotLogging.SimpleMessage_Array
286 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_MethodGuard_Array
308 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_Array
332 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_MemberGuard_Bare
353 public double Run(long runLength) in Run() method in NotLogging.ComplexMessage_MemberGuard_Bare.Impl
372 override public double Run(ILog log, long runLength) in Run() method in NotLogging.SimpleMessage_LocalGuard_Bare
[all …]
/dports/devel/log4net/log4net-1.2.10/examples/net/1.0/Performance/NotLogging/cs/src/
H A DNotLogging.cs197 abstract public double Run(ILog log, long runLength); in Run() method in NotLogging.TimedTest
205 override public double Run(ILog log, long runLength) in Run() method in NotLogging.SimpleMessage_Bare
224 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_MethodGuard_Bare
246 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_Bare
270 override public double Run(ILog log, long runLength) in Run() method in NotLogging.SimpleMessage_Array
289 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_MethodGuard_Array
311 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_Array
335 override public double Run(ILog log, long runLength) in Run() method in NotLogging.ComplexMessage_MemberGuard_Bare
356 public double Run(long runLength) in Run() method in NotLogging.ComplexMessage_MemberGuard_Bare.Impl
375 override public double Run(ILog log, long runLength) in Run() method in NotLogging.SimpleMessage_LocalGuard_Bare
[all …]
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/testgtk/gtkextra/
H A Dcreate_plot_realtime.adb142 procedure Run (Frame : access Gtk.Frame.Gtk_Frame_Record'Class) is subprogram
143 Scrollw1 : Gtk_Scrolled_Window;
144 Canvas : Gtk_Plot_Canvas;
145 Color : Gdk_Color;
146 Active_Plot : Gtk_Plot;
147 Dataset : Gtk_Plot_Data;
148 Plot_Child : Gtk_Plot_Canvas_Plot;
149 Text_Child : Gtk_Plot_Canvas_Text;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/networking_private/
H A Dnetworking_private_api.cc151 NetworkingPrivateGetPropertiesFunction::Run() { in Run() function in extensions::NetworkingPrivateGetPropertiesFunction
256 NetworkingPrivateSetPropertiesFunction::Run() { in Run() function in extensions::NetworkingPrivateSetPropertiesFunction
298 NetworkingPrivateCreateNetworkFunction::Run() { in Run() function in extensions::NetworkingPrivateCreateNetworkFunction
344 NetworkingPrivateForgetNetworkFunction::Run() { in Run() function in extensions::NetworkingPrivateForgetNetworkFunction
416 NetworkingPrivateGetVisibleNetworksFunction::Run() { in Run() function in extensions::NetworkingPrivateGetVisibleNetworksFunction
507 NetworkingPrivateGetDeviceStatesFunction::Run() { in Run() function in extensions::NetworkingPrivateGetDeviceStatesFunction
527 NetworkingPrivateEnableNetworkTypeFunction::Run() { in Run() function in extensions::NetworkingPrivateEnableNetworkTypeFunction
617 NetworkingPrivateStartDisconnectFunction::Run() { in Run() function in extensions::NetworkingPrivateStartDisconnectFunction
650 NetworkingPrivateStartActivateFunction::Run() { in Run() function in extensions::NetworkingPrivateStartActivateFunction
687 NetworkingPrivateVerifyDestinationFunction::Run() { in Run() function in extensions::NetworkingPrivateVerifyDestinationFunction
[all …]

12345678910>>...814