Home
last modified time | relevance | path

Searched refs:totalUnits (Results 1 – 25 of 95) sorted by relevance

1234

/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/testsrc/
H A DProgressTrackertest.hs27 assertEqual "totalUnits" 100 (totalUnits s)
43 115 @=? totalUnits s
50 100 @=? totalUnits s
54 100 @=? totalUnits s
58 105 @=? totalUnits s
62 105 @=? totalUnits s
66 115 @=? totalUnits s
109 200 @=? totalUnits x)
115 205 @=? totalUnits x)
119 205 @=? totalUnits x)
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/Data/Progress/
H A DTracker.hs117 totalUnits :: Integer, function
218 incrTotal ppo (totalUnits . status $ cpo)
239 - (totalUnits . status $ oldpr)
258 totalUnits = if newcu s > totalUnits s function
260 else totalUnits s}
277 totalUnits = if count > totalUnits s function
279 else totalUnits s}
290 modStatus po (\s -> s {totalUnits = totalUnits s + count})
296 modStatus po (\s -> s {totalUnits = count})
389 case (totalUnits . status $ newpr) -
[all …]
H A DMeter.hs205 if (totalUnits pts == 0)
207 else return $ show (((completedUnits pts) * 100) `div` (totalUnits pts)) ++ "%"
211 let renders = rfunc [totalUnits pts, completedUnits pts]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/
H A DCompiler.java203 new CompilationResult(sourceUnit, totalUnits, totalUnits, this.options.maxProblemsPerUnit); in accept()
217 if (totalUnits < parseThreshold) { in accept()
256 if (totalUnits == size) in addCompilationUnit()
263 totalUnits); in addCompilationUnit()
264 unitsToProcess[totalUnits++] = parsedUnit; in addCompilationUnit()
273 totalUnits = 0; in beginToCompile()
292 if (totalUnits < parseThreshold) { in beginToCompile()
324 for (; i < totalUnits; i++) { in compile()
333 String.valueOf(totalUnits), in compile()
346 String.valueOf(totalUnits), in compile()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/
H A DCompiler.java319 …new CompilationResult(sourceUnit, this.totalUnits, this.totalUnits, this.options.maxProblemsPerUni… in accept()
374 if (this.totalUnits == size) in addCompilationUnit()
381 this.totalUnits); in addCompilationUnit()
391 this.totalUnits = 0; in beginToCompile()
480 if (this.totalUnits > 1) { in compile()
595 String.valueOf(this.totalUnits), in processCompiledUnits()
621 String.valueOf(this.totalUnits), in processCompiledUnits()
629 int prevUnits = this.totalUnits; in processCompiledUnits()
656 if (next < this.totalUnits) { in getUnitToProcess()
942 int top = this.totalUnits; in processAnnotationsInternal()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/
H A DCompiler.java309 …new CompilationResult(sourceUnit, this.totalUnits, this.totalUnits, this.options.maxProblemsPerUni… in accept()
363 if (this.totalUnits == size) in addCompilationUnit()
370 this.totalUnits); in addCompilationUnit()
380 this.totalUnits = 0; in beginToCompile()
467 String.valueOf(this.totalUnits), in compile()
487 String.valueOf(this.totalUnits), in compile()
516 String.valueOf(this.totalUnits), in compile()
539 if (this.totalUnits > 1) { in compile()
550 if (next < this.totalUnits) { in getUnitToProcess()
802 int top = this.totalUnits; in processAnnotations()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/
H A DCompiler.java225 totalUnits, totalUnits, this.options.maxProblemsPerUnit); in accept()
229 if (totalUnits < parseThreshold) { in accept()
235 String count = String.valueOf(totalUnits + 1); in accept()
272 if (totalUnits == size) in addCompilationUnit()
279 0, totalUnits); in addCompilationUnit()
280 unitsToProcess[totalUnits++] = parsedUnit; in addCompilationUnit()
289 totalUnits = 0; in beginToCompile()
300 if (totalUnits < parseThreshold) { in beginToCompile()
340 for (; i < totalUnits; i++) { in compile()
347 String.valueOf(totalUnits), in compile()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkScrollbar.c183 scrollPtr->totalUnits = 0; in Tk_ScrollbarObjCmd()
384 resObjs[0] = Tcl_NewWideIntObj(scrollPtr->totalUnits); in ScrollbarWidgetObjCmd()
446 int totalUnits, windowUnits, firstUnit, lastUnit; in ScrollbarWidgetObjCmd() local
447 if (Tcl_GetIntFromObj(interp, objv[2], &totalUnits) != TCL_OK) { in ScrollbarWidgetObjCmd()
450 if (totalUnits < 0) { in ScrollbarWidgetObjCmd()
451 totalUnits = 0; in ScrollbarWidgetObjCmd()
465 if (totalUnits > 0) { in ScrollbarWidgetObjCmd()
472 scrollPtr->totalUnits = totalUnits; in ScrollbarWidgetObjCmd()
476 if (scrollPtr->totalUnits == 0) { in ScrollbarWidgetObjCmd()
480 scrollPtr->firstFraction = ((double) firstUnit)/totalUnits; in ScrollbarWidgetObjCmd()
[all …]
H A DtkScrollbar.h100 int totalUnits; /* Total dimension of application, in units. member
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkScrollbar.c182 scrollPtr->totalUnits = 0; in Tk_ScrollbarObjCmd()
385 resObjs[0] = Tcl_NewIntObj(scrollPtr->totalUnits); in ScrollbarWidgetObjCmd()
416 int totalUnits, windowUnits, firstUnit, lastUnit; in ScrollbarWidgetObjCmd() local
443 if (Tcl_GetIntFromObj(interp, objv[2], &totalUnits) != TCL_OK) { in ScrollbarWidgetObjCmd()
446 if (totalUnits < 0) { in ScrollbarWidgetObjCmd()
447 totalUnits = 0; in ScrollbarWidgetObjCmd()
461 if (totalUnits > 0) { in ScrollbarWidgetObjCmd()
468 scrollPtr->totalUnits = totalUnits; in ScrollbarWidgetObjCmd()
472 if (scrollPtr->totalUnits == 0) { in ScrollbarWidgetObjCmd()
476 scrollPtr->firstFraction = ((double) firstUnit)/totalUnits; in ScrollbarWidgetObjCmd()
[all …]
H A DtkScrollbar.h99 int totalUnits; /* Total dimension of application, in units. member
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkScrollbar.c185 scrollPtr->totalUnits = 0; in Tk_ScrollbarCmd()
380 sprintf(buf, "%d %d %d %d", scrollPtr->totalUnits, in ScrollbarWidgetCmd()
416 int totalUnits, windowUnits, firstUnit, lastUnit; in ScrollbarWidgetCmd() local
443 if (Tcl_GetInt(interp, argv[2], &totalUnits) != TCL_OK) { in ScrollbarWidgetCmd()
446 if (totalUnits < 0) { in ScrollbarWidgetCmd()
447 totalUnits = 0; in ScrollbarWidgetCmd()
461 if (totalUnits > 0) { in ScrollbarWidgetCmd()
468 scrollPtr->totalUnits = totalUnits; in ScrollbarWidgetCmd()
472 if (scrollPtr->totalUnits == 0) { in ScrollbarWidgetCmd()
476 scrollPtr->firstFraction = ((double) firstUnit)/totalUnits; in ScrollbarWidgetCmd()
[all …]
H A DtkScrollbar.h99 int totalUnits; /* Total dimension of application, in units. member
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkScrollbar.c212 scrollPtr->totalUnits = 0;
407 Tcl_IntResults(interp, 4, 1, scrollPtr->totalUnits,
442 int totalUnits, windowUnits, firstUnit, lastUnit; local
469 if (Tcl_GetIntFromObj(interp, argv[2], &totalUnits) != TCL_OK) {
472 if (totalUnits < 0) {
473 totalUnits = 0;
487 if (totalUnits > 0) {
494 scrollPtr->totalUnits = totalUnits;
498 if (scrollPtr->totalUnits == 0) {
502 scrollPtr->firstFraction = ((double) firstUnit)/totalUnits;
[all …]
H A DtkScrollbar.h111 int totalUnits; /* Total dimension of application, in member
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkScrollbar.c106 int totalUnits; /* Total dimension of application, in member
341 scrollPtr->totalUnits = 0;
553 int totalUnits, windowUnits, firstUnit, lastUnit; local
580 if (Tcl_GetInt(interp, argv[2], &totalUnits) != TCL_OK) {
583 if (totalUnits < 0) {
584 totalUnits = 0;
598 if (totalUnits > 0) {
605 scrollPtr->totalUnits = totalUnits;
609 if (scrollPtr->totalUnits == 0) {
613 scrollPtr->firstFraction = ((double) firstUnit)/totalUnits;
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkScrollbar.c106 int totalUnits; /* Total dimension of application, in member
341 scrollPtr->totalUnits = 0;
553 int totalUnits, windowUnits, firstUnit, lastUnit; local
580 if (Tcl_GetInt(interp, argv[2], &totalUnits) != TCL_OK) {
583 if (totalUnits < 0) {
584 totalUnits = 0;
598 if (totalUnits > 0) {
605 scrollPtr->totalUnits = totalUnits;
609 if (scrollPtr->totalUnits == 0) {
613 scrollPtr->firstFraction = ((double) firstUnit)/totalUnits;
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkScrollbar.c106 int totalUnits; /* Total dimension of application, in member
341 scrollPtr->totalUnits = 0;
553 int totalUnits, windowUnits, firstUnit, lastUnit; local
580 if (Tcl_GetInt(interp, argv[2], &totalUnits) != TCL_OK) {
583 if (totalUnits < 0) {
584 totalUnits = 0;
598 if (totalUnits > 0) {
605 scrollPtr->totalUnits = totalUnits;
609 if (scrollPtr->totalUnits == 0) {
613 scrollPtr->firstFraction = ((double) firstUnit)/totalUnits;
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dskygrid.cpp308 int totalUnits = HOUR_MIN_SEC_TOTAL; in longitudeLabel() local
316 totalUnits = DEG_MIN_SEC_TOTAL * 2; in longitudeLabel()
326 longitude += totalUnits; in longitudeLabel()
332 longitude = (totalUnits - longitude) % totalUnits; in longitudeLabel()
379 int totalUnits = HOUR_MIN_SEC_TOTAL; in meridianSpacing() local
386 totalUnits = DEG_MIN_SEC_TOTAL * 2; in meridianSpacing()
389 int spacing = totalUnits; in meridianSpacing()
393 if (2 * PI * (double) spacingTable[i] / (double) totalUnits < idealSpacing) in meridianSpacing()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dskygrid.cpp308 int totalUnits = HOUR_MIN_SEC_TOTAL; in longitudeLabel() local
316 totalUnits = DEG_MIN_SEC_TOTAL * 2; in longitudeLabel()
326 longitude += totalUnits; in longitudeLabel()
332 longitude = (totalUnits - longitude) % totalUnits; in longitudeLabel()
379 int totalUnits = HOUR_MIN_SEC_TOTAL; in meridianSpacing() local
386 totalUnits = DEG_MIN_SEC_TOTAL * 2; in meridianSpacing()
389 int spacing = totalUnits; in meridianSpacing()
393 if (2 * PI * (double) spacingTable[i] / (double) totalUnits < idealSpacing) in meridianSpacing()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DtkScrollbar.c145 int totalUnits; /* Total dimension of application, in member
397 scrollPtr->totalUnits = 0;
618 sprintf(string, "%d %d %d %d", scrollPtr->totalUnits,
654 int totalUnits, windowUnits, firstUnit, lastUnit; local
681 if (Tcl_GetInt(interp, argv[2], &totalUnits) != TCL_OK) {
684 if (totalUnits < 0) {
685 totalUnits = 0;
699 if (totalUnits > 0) {
706 scrollPtr->totalUnits = totalUnits;
710 if (scrollPtr->totalUnits == 0) {
[all …]
H A DbltScrollbar.c145 int totalUnits; /* Total dimension of application, in member
417 scrollPtr->totalUnits = 0;
639 sprintf(string, "%d %d %d %d", scrollPtr->totalUnits,
675 int totalUnits, windowUnits, firstUnit, lastUnit; local
702 if (Tcl_GetInt(interp, argv[2], &totalUnits) != TCL_OK) {
705 if (totalUnits < 0) {
706 totalUnits = 0;
720 if (totalUnits > 0) {
727 scrollPtr->totalUnits = totalUnits;
731 if (scrollPtr->totalUnits == 0) {
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/
H A Ddownloaddialog.cpp212 Common::String downloaded, downloadedUnits, total, totalUnits; in getSizeLabelText() local
214 total = getHumanReadableBytes(CloudMan.getDownloadTotalBytesNumber(), totalUnits); in getSizeLabelText()
215 …s / %s %s"), downloaded.c_str(), _(downloadedUnits.c_str()), total.c_str(), _(totalUnits.c_str())); in getSizeLabelText()
/dports/games/scummvm/scummvm-2.5.1/gui/
H A Ddownloaddialog.cpp212 Common::String downloaded, downloadedUnits, total, totalUnits; in getSizeLabelText() local
214 total = getHumanReadableBytes(CloudMan.getDownloadTotalBytesNumber(), totalUnits); in getSizeLabelText()
215 …S / %s %S"), downloaded.c_str(), _(downloadedUnits).c_str(), total.c_str(), _(totalUnits).c_str()); in getSizeLabelText()
/dports/games/residualvm/residualvm-0.3.1/gui/
H A Ddownloaddialog.cpp248 Common::String downloaded, downloadedUnits, total, totalUnits; in getSizeLabelText() local
250 total = getHumanReadableBytes(CloudMan.getDownloadTotalBytesNumber(), totalUnits); in getSizeLabelText()
251 …s / %s %s"), downloaded.c_str(), _(downloadedUnits.c_str()), total.c_str(), _(totalUnits.c_str())); in getSizeLabelText()

1234