/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/event/awt/ |
H A D | AWTMouseAdapter.java | 73 if( !isSetup ) { return; } in mouseClicked() 85 if( !isSetup ) { return; } in mouseEntered() 97 if( !isSetup ) { return; } in mouseExited() 109 if( !isSetup ) { return; } in mousePressed() 121 if( !isSetup ) { return; } in mouseReleased() 133 if( !isSetup ) { return; } in mouseDragged() 145 if( !isSetup ) { return; } in mouseMoved() 157 if( !isSetup ) { return; } in mouseWheelMoved()
|
H A D | AWTWindowAdapter.java | 102 if( !isSetup ) { return; } in focusGained() 114 if( !isSetup ) { return; } in focusLost() 126 if( !isSetup ) { return; } in componentResized() 150 if( !isSetup ) { return; } in componentMoved() 162 if( !isSetup ) { return; } in componentShown() 181 if( !isSetup ) { return; } in componentHidden() 200 if( !isSetup ) { return; } in windowActivated() 215 if( !isSetup ) { return; } in windowDeactivated() 235 if( !isSetup ) { return; } in windowClosing() 245 if( !isSetup ) { return; } in windowClosed()
|
H A D | AWTAdapter.java | 124 protected boolean isSetup; field in AWTAdapter 142 this.isSetup = true; in AWTAdapter() 161 this.isSetup = true; in AWTAdapter() 196 this.isSetup = true; in setDownstream() 210 this.isSetup = false; in clear()
|
H A D | AWTKeyAdapter.java | 72 if( !isSetup ) { return; } in keyPressed() 84 if( !isSetup ) { return; } in keyReleased() 96 if( !isSetup ) { return; } in keyTyped()
|
/dports/misc/ompl/ompl-1.5.2/src/ompl/tools/lightning/src/ |
H A D | Lightning.cpp | 70 if (!configured_ || !si_->isSetup() || !planner_->isSetup() || !rrPlanner_->isSetup()) in setup() 76 else if (!si_->isSetup()) in setup() 78 else if (!planner_->isSetup()) in setup() 80 else if (!rrPlanner_->isSetup()) in setup() 84 if (!si_->isSetup()) in setup() 101 if (!planner_->isSetup()) in setup() 107 if (!rrPlanner_->isSetup()) in setup()
|
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/awt/event/ |
H A D | AWTParentWindowAdapter.java | 83 if( !isSetup ) { return; } in focusGained() 104 if( !isSetup ) { return; } in focusLost() 112 if( !isSetup ) { return; } in componentResized() 143 if( !isSetup ) { return; } in componentMoved() 165 if( !isSetup ) { return; } in hierarchyChanged()
|
/dports/misc/ompl/ompl-1.5.2/src/ompl/control/src/ |
H A D | SimpleSetup.cpp | 56 if (!configured_ || !si_->isSetup() || !planner_->isSetup()) in setup() 58 if (!si_->isSetup()) in setup() 71 if (!planner_->isSetup()) in setup()
|
/dports/devel/go-glide/glide-0.13.2/cache/ |
H A D | cache.go | 52 var isSetup bool var 61 if isSetup { 78 isSetup = true 84 isSetup = false
|
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/lib/signond/SignOn/ |
H A D | abstract-crypto-manager.cpp | 168 void AbstractCryptoManager::setFileSystemSetup(bool isSetup) in setFileSystemSetup() argument 171 if (isSetup != d->m_fileSystemIsSetup) { in setFileSystemSetup() 172 d->m_fileSystemIsSetup = isSetup; in setFileSystemSetup()
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mesonprojectmanager/project/ |
H A D | mesonbuildsystem.cpp | 87 return (!isSetup(buildDir) || !m_parser.usesSameMesonVersion(buildDir) in needsSetup() 118 QStringList MesonBuildSystem::configArgs(bool isSetup) in configArgs() argument 121 if (!isSetup || params.contains("--cross-file") || params.contains("--native-file")) in configArgs() 217 …if (!isSetup(buildConfiguration()->buildDirectory()) && Settings::instance()->autorunMeson.value()) in parseProject()
|
/dports/misc/ompl/ompl-1.5.2/src/ompl/tools/thunder/src/ |
H A D | Thunder.cpp | 73 if (!configured_ || !si_->isSetup() || !planner_->isSetup() || !rrPlanner_->isSetup()) in setup() 76 if (!si_->isSetup()) in setup() 96 if (!planner_->isSetup()) in setup() 119 if (!planner2_->isSetup()) in setup() 126 if (!rrPlanner_->isSetup()) in setup()
|
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/src/ |
H A D | SimpleSetup.cpp | 56 if (!configured_ || !si_->isSetup() || !planner_->isSetup()) in setup() 58 if (!si_->isSetup()) in setup() 71 if (!planner_->isSetup()) in setup()
|
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/ |
H A D | Login.c++ | 175 bool isSetup = (chroot(".") >= 0 && chdir("/") >= 0); in login() local 182 if (isSetup) in login() 185 if (!isSetup) { in login()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/ |
H A D | track_controller.ts | 43 private isSetup = false; 247 if (!this.isSetup) { 254 this.isSetup = true;
|
/dports/multimedia/minitube/minitube-3.9.2/src/ |
H A D | sidebarheader.cpp | 31 static bool isSetup = false; in setup() local 32 if (isSetup) return; in setup() 33 isSetup = true; in setup()
|
H A D | refinesearchwidget.cpp | 36 static bool isSetup = false; in setup() local 37 if (isSetup) return; in setup() 38 isSetup = true; in setup()
|
/dports/misc/ompl/ompl-1.5.2/src/ompl/base/goals/src/ |
H A D | GoalLazySamples.cpp | 102 if (!si_->isSetup()) // this looks racy in goalSamplingThread() 106 while (!terminateSamplingThread_ && !si_->isSetup()) in goalSamplingThread() 130 … samplerFunc_ ? (si_->isSetup() ? "" : " Space information not set up.") : " No sampling function " in goalSamplingThread()
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ |
H A D | CharacterSection.qml | 191 property bool isSetup 194 sizeWidget.isSetup = true 200 sizeWidget.isSetup = false 248 if (sizeWidget.isSetup)
|
H A D | FontSection.qml | 81 property bool isSetup 84 sizeWidget.isSetup = true 90 sizeWidget.isSetup = false 137 if (sizeWidget.isSetup)
|
/dports/net/storj/storj-1.45.3/vendor/storj.io/private/cfgstruct/ |
H A D | bind.go | 47 isSetup *bool member 73 return BindOpt{isSetup: &setup} 137 if opt.isSetup != nil { 138 setupCommand = *opt.isSetup
|
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/rmd/ |
H A D | ChunkContextUi.java | 112 boolean isSetup = isSetupChunk(row); in syncToChunk() 113 if (isSetup_ != isSetup) in syncToChunk() 115 isSetup_ = isSetup; in syncToChunk()
|
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/ |
H A D | TileRendererBase.java | 243 sb.append(", isSetup "+isSetup()); in toString() 321 public abstract boolean isSetup(); in isSetup() method in TileRendererBase 610 if( !isSetup() ) {
|
/dports/misc/ompl/ompl-1.5.2/src/ompl/base/src/ |
H A D | Planner.cpp | 94 if (!si_->isSetup()) in setup() 108 if (!isSetup()) in checkValidity() 113 bool ompl::base::Planner::isSetup() const in isSetup() function in ompl::base::Planner
|
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/test/java/org/unicode/cldr/unittest/web/ |
H A D | TestAll.java | 328 private static boolean isSetup = false; field in TestAll 343 if (isSetup == false || (theDir != null && !theDir.exists())) { in setupDerbyDataSource() 344 isSetup = true; in setupDerbyDataSource()
|
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/tools/twogtp/ |
H A D | Compare.java | 34 public Placement(boolean isSetup, GoColor color, GoPoint point) in Placement() argument 36 m_isSetup = isSetup; in Placement()
|