Searched refs:interval (Results 1 – 25 of 91) sorted by relevance
1234
198 public boolean exists(double iTimeout, double interval) { in exists() argument204 }.test(iTimeout, interval); in exists() argument214 public void waitForExistence(double iTimeout, double interval) {220 }.waitForTrue( this + " is not found!", iTimeout, interval);224 public void waitForEnabled(double iTimeout, double interval) {232 }.waitForTrue("Time out to wait the control to be enabled!", iTimeout, interval);235 public void waitForDisabled(double iTimeout, double interval) {243 }.waitForTrue("Time out to wait the control to be disabled!", iTimeout, interval);246 public void waitForText(final String text, double iTimeout, double interval) {254 }.waitForTrue("Time out to wait the control to show the text: " + text, iTimeout, interval);
207 public boolean exists(double iTimeout, double interval) { in exists() argument212 Tester.sleep(interval); in exists()225 public void waitForExistence(double iTimeout, double interval) { in waitForExistence() argument226 if (!exists(iTimeout, interval)) in waitForExistence()
253 public boolean exists(double iTimeout, double interval) { in exists() argument258 SystemUtil.sleep(interval); in exists()
35 public boolean test(double iTimeout, double interval) { in test() argument41 Thread.sleep((long) (interval * 1000)); in test()49 public void waitForTrue(String message, double iTimeout, double interval) { in waitForTrue() argument50 if (!test(iTimeout, interval)) { in waitForTrue()
31 Text [ en-US ] = "The major interval requires a positive number. Check your input." ;43 …Text [ en-US ] = "The major interval needs to be greater than the minor interval. Check your input…47 …Text [ en-US ] = "The major and minor interval need to be greater or equal to the resolution. Chec…
192 Text [ en-US ] = "Ma~jor interval" ;
... boolean value () public boolean test (double, double) double iTimeout double interval long startTime public void waitForTrue (java.lang.String ...
33 /** Specifies the position of the axis interval marks.40 /** The interval marks are drawn besides the axis labels.46 /** The interval marks are drawn at the axis line.
132 Contains the number of help intervals within a main interval. E.g. a StepHelpCount of 5 divides133 the main interval into 5 pieces and thus producces 4 help tick marks.168 /** The number of help intervals within a main interval is calculated by the228 /** Properties for interval marks:244 /** Determines where the interval marks are placed.
34 /** Describes an interval on a date-axis43 /** specifies a unit for the interval
82 Text = "Type of difference calculation: mode=0 means the interval, mode=1 means calendar weeks";105 …Text = "Type of difference calculation: Mode = 0 means interval, mode = 1 means in calendar months…128 Text = "Type of difference calculation: Mode=0 means interval, mode=1 means in calendar years.";
258 * mode 0 is the interval between the dates in month, that is days / 7303 * mode 0 is the interval between the dates in month350 * mode 0 is the interval between the dates in years
58 …Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar weeks…90 …Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar month…122 …Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar years…
290 Text [ en-US ] = "Keep spacing interval" ;294 Text [ en-US ] = "Allowed to fall short of spacing interval" ;
34 for an explicit interval count.
97 if true the maximum on the scale will be expanded for one interval
128 /** Determines where the interval marks are placed.
76 /** Values within an interval you specify.
107 /** Defines an interval value that rows are grouped by.
61 for each interval are defined in the <member>KeySplines</member> attribute.
65 /** the time interval in percentage of the containers running time
378 mkdir: %_DEST%\inc%_EXT%\boost\numeric\interval379 mkdir: %_DEST%\inc%_EXT%\boost\numeric\interval\compare380 mkdir: %_DEST%\inc%_EXT%\boost\numeric\interval\detail381 mkdir: %_DEST%\inc%_EXT%\boost\numeric\interval\ext1108 ..\%__SRC%\inc\boost\numeric\interval\compare\* %_DEST%\inc%_EXT%\boost\numeric\interval\compare1109 ..\%__SRC%\inc\boost\numeric\interval\* %_DEST%\inc%_EXT%\boost\numeric\interval1110 ..\%__SRC%\inc\boost\numeric\interval\detail\* %_DEST%\inc%_EXT%\boost\numeric\interval\detail1111 ..\%__SRC%\inc\boost\numeric\interval\ext\* %_DEST%\inc%_EXT%\boost\numeric\interval\ext
54 <p>The argument is clipped to the valid interval whose upper and
107 <p>This number specifies the valid interval of indices that can be
83 these parts, the start of the interval is plugged into the
Completed in 73 milliseconds