Home
last modified time | relevance | path

Searched refs:startupProgress (Results 1 – 9 of 9) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/startupprogress/
H A DTestStartupProgress.java41 private StartupProgress startupProgress; field in TestStartupProgress
45 startupProgress = new StartupProgress(); in setUp()
50 startupProgress.beginPhase(LOADING_FSIMAGE); in testCounter()
61 startupProgress.endPhase(LOADING_FSIMAGE); in testCounter()
63 startupProgress.beginPhase(LOADING_EDITS); in testCounter()
81 startupProgress.endPhase(LOADING_EDITS); in testCounter()
84 view = startupProgress.createView(); in testCounter()
165 startupProgress.beginPhase(phase);
166 startupProgress.endPhase(phase);
188 startupProgress.endPhase(LOADING_EDITS);
[all …]
H A DTestStartupProgressMetrics.java32 private StartupProgress startupProgress; field in TestStartupProgressMetrics
38 startupProgress = new StartupProgress(); in setUp()
39 metrics = new StartupProgressMetrics(startupProgress); in setUp()
67 setStartupProgressForRunningState(startupProgress); in testRunningState()
92 setStartupProgressForFinalState(startupProgress); in testFinalState()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/startupprogress/
H A DStartupProgressMetrics.java41 private final StartupProgress startupProgress; field in StartupProgressMetrics
57 public StartupProgressMetrics(StartupProgress startupProgress) { in StartupProgressMetrics() argument
58 this.startupProgress = startupProgress; in StartupProgressMetrics()
66 StartupProgressView prog = startupProgress.createView(); in getMetrics()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/
H A DOsmo4.java158 private ProgressDialog startupProgress; field in Osmo4
210 if (startupProgress == null) { in onCreate()
211 startupProgress = new ProgressDialog(this); in onCreate()
212 startupProgress.setCancelable(false); in onCreate()
215 startupProgress.setTitle(R.string.osmoLoading); in onCreate()
216 startupProgress.show(); in onCreate()
840 startupProgress.setProgress(0); in cleanCache()
842 startupProgress.show(); in cleanCache()
877 startupProgress.dismiss(); in cleanCache()
1213 startupProgress.dismiss(); in onGPACReady()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/java/com/gpac/Osmo4/
H A DOsmo4.java158 private ProgressDialog startupProgress; field in Osmo4
210 if (startupProgress == null) { in onCreate()
211 startupProgress = new ProgressDialog(this); in onCreate()
212 startupProgress.setCancelable(false); in onCreate()
215 startupProgress.setTitle(R.string.osmoLoading); in onCreate()
216 startupProgress.show(); in onCreate()
840 startupProgress.setProgress(0); in cleanCache()
842 startupProgress.show(); in cleanCache()
877 startupProgress.dismiss(); in cleanCache()
1213 startupProgress.dismiss(); in onGPACReady()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestStartupProgressServlet.java46 private StartupProgress startupProgress; field in TestStartupProgressServlet
51 startupProgress = new StartupProgress(); in setUp()
54 .thenReturn(startupProgress); in setUp()
109 setStartupProgressForRunningState(startupProgress); in testRunningState()
167 setStartupProgressForFinalState(startupProgress); in testFinalState()
/dports/games/zaz/zaz-1.0.1/src/
H A Dmainmenu.h139 float startupProgress; variable
H A Dmainmenu.cpp245 glVertex3d((startupProgress / startupProgressSteps) * pbarwidth, -pbarheight, 0); in RenderStartupProgress()
246 glVertex3d((startupProgress / startupProgressSteps) * pbarwidth, 0, 0); in RenderStartupProgress()
258 startupProgress++; in RenderStartupProgress()
279 startupProgress = 0; in LoadTextures()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DNameNode.java346 private static final StartupProgress startupProgress = new StartupProgress(); field in NameNode
372 return startupProgress; in getStartupProgress()
635 StartupProgressMetrics.register(startupProgress); in initialize()
753 httpServer.setStartupProgress(startupProgress); in startHttpServer()