Home
last modified time | relevance | path

Searched refs:MAX_PROGRESS (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/toolbar/
H A DToolbarProgressView.java45 private static final int MAX_PROGRESS = 10000;
82 mBounds.right = (r - l) * mCurrentProgress / MAX_PROGRESS;
143 return progressPercentage * MAX_PROGRESS / 100;
147 mBounds.right = getWidth() * mCurrentProgress / MAX_PROGRESS;
182 final int delay = (that.mTargetProgress < MAX_PROGRESS) ? DELAY : DELAY / 4;
184 } else if (that.mCurrentProgress == MAX_PROGRESS) {
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dpaintable_animated.c29 #define MAX_PROGRESS 500 macro
69 2 * G_PI * nuclear->progress / MAX_PROGRESS, in gtk_nuclear_animation_snapshot()
85 return gtk_nuclear_icon_new (2 * G_PI * nuclear->progress / MAX_PROGRESS); in gtk_nuclear_animation_get_current_image()
149 nuclear->progress = (nuclear->progress + 1) % MAX_PROGRESS; in gtk_nuclear_animation_step()
/dports/biology/jalview/jalview/src/jalview/renderer/
H A DOverviewRenderer.java49 private static final int MAX_PROGRESS = 100; field in OverviewRenderer
207 + Math.round(MAX_PROGRESS * ((float) position / maximum)); in sendProgressUpdate()
375 changeSupport.firePropertyChange(UPDATE, MAX_PROGRESS - 1, 0); in drawGraph()
413 changeSupport.firePropertyChange(UPDATE, MAX_PROGRESS - 1, in drawGraph()
414 MAX_PROGRESS); in drawGraph()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/migration/
H A Dinfodialog.cpp25 MAX_PROGRESS = 100 enumerator
152 progress(0, MAX_PROGRESS, MAX_PROGRESS); in status()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dfilesearch.cpp647 const int MAX_PROGRESS = 1000; variable
656 qreal maxPer = qreal(MAX_PROGRESS) / directories.count(); in SubDirFileIterator()
728 m_progress = MAX_PROGRESS; in update()
743 return MAX_PROGRESS; in maxProgress()
748 return qMin(qRound(m_progress), MAX_PROGRESS); in currentProgress()
H A Dmapreduce.h55 static const int MAX_PROGRESS = 1000000;
78 m_futureInterface.setProgressRange(0, MAX_PROGRESS); in MapReduceBase()
145 m_futureInterface.setProgressValue(MAX_PROGRESS); in updateProgress()
150 const double progressPerMap = MAX_PROGRESS / double(m_size); in updateProgress()
/dports/multimedia/totem/totem-3.38.2/src/
H A Dtotem-gallery-thumbnailer.c56 #define MAX_PROGRESS 90.0 macro
595 …PRINT_PROGRESS (MIN_PROGRESS + (current_row * columns + current_column) * (((MAX_PROGRESS - MIN_PR… in create_gallery()
693 …NT_PROGRESS (MIN_PROGRESS + (MAX_PROGRESS - MIN_PROGRESS) / 2.0 + (current_row * columns + current… in create_gallery()
H A Dtotem-video-thumbnailer.c60 #define MAX_PROGRESS 90.0 macro
/dports/security/distcache/distcache-1.5.1/sessserver/
H A Dserver.c69 #define MAX_PROGRESS (unsigned long)1000000 macro
191 if(progress > MAX_PROGRESS) in main()
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/
H A Ddashboard.cpp28 #define MAX_PROGRESS 1000 macro
137 progress_table = (float *)malloc(MAX_PROGRESS * sizeof(float)); in progress_init()
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/libkookascan/
H A Dkscandevice.cpp60 #define MAX_PROGRESS 100 macro
1248 int progress = (int)(((double)MAX_PROGRESS)/mSaneParameters.lines*mPixelY); in doProcessABlock()
1249 if (progress<MAX_PROGRESS) emit sigScanProgress(progress); in doProcessABlock()
1308 emit sigScanProgress(MAX_PROGRESS); in slotScanFinished()
/dports/security/distcache/distcache-1.5.1/test/
H A Ddc_test.c89 #define MAX_PROGRESS (unsigned long)1000000 macro
211 if(progress > MAX_PROGRESS) in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/browser/
H A DWebFrameLoadDelegate.java291 progress.total = WebKit.MAX_PROGRESS; in didCommitLoadForFrame()
467 progress.current = WebKit.MAX_PROGRESS; in didFinishLoadForFrame()
468 progress.total = WebKit.MAX_PROGRESS; in didFinishLoadForFrame()
H A DWebResourceLoadDelegate.java236 progressEvent.total = Math.max (progress, WebKit.MAX_PROGRESS); in identifierForInitialRequest()
H A DWebKit.java57 static final int MAX_PROGRESS = 100; field in WebKit
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/cocoa/org/eclipse/swt/browser/
H A DWebKit.java50 static final int MAX_PROGRESS = 100; field in WebKit
813 progress.current = MAX_PROGRESS; in webView_didFinishLoadForFrame()
814 progress.total = MAX_PROGRESS; in webView_didFinishLoadForFrame()
945 progress.total = MAX_PROGRESS; in webView_didCommitLoadForFrame()
1162 progress.total = Math.max(resourceCount, MAX_PROGRESS); in webView_identifierForInitialRequest_fromDataSource()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/
H A DWebKit.java161 static final int MAX_PROGRESS = 100; field in WebKit
1908 progress.current = MAX_PROGRESS; in fireProgressCompletedEvent()
1909 progress.total = MAX_PROGRESS; in fireProgressCompletedEvent()
2621 event.current = (int) (progress * MAX_PROGRESS); in webkit_notify_progress()
2622 event.total = MAX_PROGRESS; in webkit_notify_progress()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/browser/
H A DWebKit.java162 static final int MAX_PROGRESS = 100; field in WebKit
1942 progress.current = MAX_PROGRESS; in fireProgressCompletedEvent()
1943 progress.total = MAX_PROGRESS; in fireProgressCompletedEvent()
2655 event.current = (int) (progress * MAX_PROGRESS); in webkit_notify_progress()
2656 event.total = MAX_PROGRESS; in webkit_notify_progress()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rbu/
H A Dsqlite3rbu.c3818 const int MAX_PROGRESS = 10000; in sqlite3rbu_bp_progress() local
3822 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep); in sqlite3rbu_bp_progress()
3830 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
3835 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
3836 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame); in sqlite3rbu_bp_progress()
3840 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
3841 *pnTwo = MAX_PROGRESS; in sqlite3rbu_bp_progress()
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h528 MAX_PROGRESS = 733, enumerator
1458 #define MAX_PROGRESS 733 macro
H A Dreserved.c1756 { "MAX-PROGRESS", 0, 1, MAX_PROGRESS, /* ACU extension */
/dports/databases/sqlite3/sqlite-src-3350500/ext/rbu/
H A Dsqlite3rbu.c4249 const int MAX_PROGRESS = 10000; in sqlite3rbu_bp_progress() local
4253 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep); in sqlite3rbu_bp_progress()
4261 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
4266 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
4267 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame); in sqlite3rbu_bp_progress()
4271 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
4272 *pnTwo = MAX_PROGRESS; in sqlite3rbu_bp_progress()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rbu/
H A Dsqlite3rbu.c4249 const int MAX_PROGRESS = 10000; in sqlite3rbu_bp_progress() local
4253 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep); in sqlite3rbu_bp_progress()
4261 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
4266 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
4267 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame); in sqlite3rbu_bp_progress()
4271 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
4272 *pnTwo = MAX_PROGRESS; in sqlite3rbu_bp_progress()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rbu/
H A Dsqlite3rbu.c4249 const int MAX_PROGRESS = 10000; in sqlite3rbu_bp_progress() local
4253 *pnOne = (int)(MAX_PROGRESS * (i64)p->nProgress/(i64)p->nPhaseOneStep); in sqlite3rbu_bp_progress()
4261 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
4266 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
4267 *pnTwo = (int)(MAX_PROGRESS * (i64)p->nStep / (i64)p->nFrame); in sqlite3rbu_bp_progress()
4271 *pnOne = MAX_PROGRESS; in sqlite3rbu_bp_progress()
4272 *pnTwo = MAX_PROGRESS; in sqlite3rbu_bp_progress()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/crengine/
H A DReaderView.java2007 public static final int MAX_PROGRESS = 10000; field in ReaderView.AutoScrollAnimation
2204 return (progress > (startAnimationProgress + MAX_PROGRESS) / 2); in wantPageTurn()
2262 …int scrollPercent = 10000 * (progress - startAnimationProgress) / (MAX_PROGRESS - startAnimationPr… in draw()

1234567