Home
last modified time | relevance | path

Searched refs:setProgressIndicator (Results 1 – 14 of 14) sorted by relevance

/dports/devel/cpputest/cpputest-4.0/src/CppUTest/
H A DTestOutput.cpp102 setProgressIndicator("."); in printCurrentTestStarted()
105 setProgressIndicator("!"); in printCurrentTestStarted()
127 void TestOutput::setProgressIndicator(const char* indicator) in setProgressIndicator() function in TestOutput
400 void CompositeTestOutput::setProgressIndicator(const char* indicator) in setProgressIndicator() function in CompositeTestOutput
402 if (outputOne_) outputOne_->setProgressIndicator(indicator); in setProgressIndicator()
403 if (outputTwo_) outputTwo_->setProgressIndicator(indicator); in setProgressIndicator()
/dports/devel/cpputest/cpputest-4.0/tests/CppUTest/
H A DTestOutputTest.cpp155 printer->setProgressIndicator("."); in TEST()
157 printer->setProgressIndicator("!"); in TEST()
159 printer->setProgressIndicator("."); in TEST()
452 TEST(CompositeTestOutput, setProgressIndicator) in TEST() argument
454 compositeOutput.setProgressIndicator("?"); in TEST()
/dports/devel/cpputest/cpputest-4.0/include/CppUTest/
H A DTestOutput.h71 virtual void setProgressIndicator(const char*);
199 virtual void setProgressIndicator(const char*) _override;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DSpellingPreferencesPane.java149 languageWidget_.setProgressIndicator(getProgressIndicator()); in initialize()
157 customDictsWidget_.setProgressIndicator(getProgressIndicator()); in initialize()
H A DSourceControlPreferencesPane.java170 sshKeyWidget_.setProgressIndicator(getProgressIndicator()); in initialize()
H A DRMarkdownPreferencesPane.java507 zoteroApiKey_.setProgressIndicator(getProgressIndicator()); in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/projects/ui/prefs/
H A DProjectSpellingPreferencesPane.java74 languageWidget_.setProgressIndicator(getProgressIndicator()); in initialize()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/zotero/
H A DZoteroApiKeyWidget.java66 public void setProgressIndicator(ProgressIndicator progressIndicator) in setProgressIndicator() method in ZoteroApiKeyWidget
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/spelling/ui/
H A DSpellingLanguageSelectWidget.java117 public void setProgressIndicator(ProgressIndicator progressIndicator) in setProgressIndicator() method in SpellingLanguageSelectWidget
H A DSpellingCustomDictionariesWidget.java98 public void setProgressIndicator(ProgressIndicator progressIndicator) in setProgressIndicator() method in SpellingCustomDictionariesWidget
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/vcs/
H A DSshKeyWidget.java84 public void setProgressIndicator(ProgressIndicator progressIndicator) in setProgressIndicator() method in SshKeyWidget
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/prefs/
H A DPreferencesDialogPaneBase.java73 public void setProgressIndicator(ProgressIndicator progressIndicator) in setProgressIndicator() method in PreferencesDialogPaneBase
H A DPreferencesDialogBase.java86 pane.setProgressIndicator(progressIndicator_); in PreferencesDialogBase()
/dports/biology/jalview/jalview/src/jalview/gui/
H A DSequenceFetcher.java1076 public void setProgressIndicator(IProgressIndicator progressIndicator) in setProgressIndicator() method in SequenceFetcher