Home
last modified time | relevance | path

Searched refs:gotOne (Results 1 – 25 of 115) sorted by relevance

12345

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateTempDateData.java36 boolean gotOne = false; in main()
40 gotOne = doHeader(pw, locale, gotOne); in main()
46 gotOne = doHeader(pw, locale, gotOne); in main()
53 gotOne = doHeader(pw, locale, gotOne); in main()
60 if (gotOne) { in main()
68 private static boolean doHeader(PrintWriter pw, String locale, boolean gotOne) { in doHeader() argument
69 if (!gotOne) { in doHeader()
70 gotOne = true; in doHeader()
76 return gotOne; in doHeader()
H A DExtractListInfo.java24 boolean gotOne = locale.equals("root");
29 gotOne = true;
33 if (gotOne) {
H A DGenerateDerivedAnnotations.java169 boolean gotOne = false; in main()
184 gotOne = true; in main()
186 if (!gotOne) { in main()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/Visualizer/src/
H A DVisualizer_InputListener.cpp82 Impl& impl = updImpl(); bool gotOne; in takeKeyHit() local
84 if (impl.m_keyHitSilo.empty()) key=0, modifiers=0, gotOne=false; in takeKeyHit()
90 gotOne = true; in takeKeyHit()
93 return gotOne; in takeKeyHit()
110 Impl& impl = updImpl(); bool gotOne; in takeMenuPick() local
112 if (impl.m_menuPickSilo.empty()) item=0, gotOne=false; in takeMenuPick()
118 gotOne = true; in takeMenuPick()
121 return gotOne; in takeMenuPick()
139 Impl& impl = updImpl(); bool gotOne; in takeSliderMove() local
147 gotOne = true; in takeSliderMove()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dcolorname.c153 bool gotOne; in pm_colorget() local
158 gotOne = FALSE; /* initial value */ in pm_colorget()
160 while (!gotOne && !eof) { in pm_colorget()
171 gotOne = TRUE; in pm_colorget()
182 if (gotOne) in pm_colorget()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/
H A Deventeater.cpp57 bool gotOne = false; in eventFilter() local
61 gotOne = true; in eventFilter()
66 if (!gotOne) { in eventFilter()
/dports/devel/splint/splint-3.1.2/src/
H A Dreader.c33 bool gotOne = FALSE; in reader_getInt() local
51 gotOne = TRUE; in reader_getInt()
62 gotOne = TRUE; in reader_getInt()
65 if (!gotOne) in reader_getInt()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/model/
H A Dpalettemodel.cpp511 bool gotOne = false; in search() local
513 gotOne = true; in search()
516 gotOne = true; in search()
519 gotOne = true; in search()
522 gotOne = true; in search()
525 gotOne = true; in search()
530 gotOne = true; in search()
535 if (!gotOne) { in search()
538 gotOne = true; in search()
543 if (!gotOne) { in search()
[all …]
/dports/cad/fritzing/fritzing-parts-0.9.2b/parts/part-gen-scripts/misc_scripts/
H A DsvgNoLayer.py95 gotOne = 0
100 gotOne = 1
103 if gotOne == 0:
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DBoilerplateUtilities.java12 boolean gotOne = false;
22 if (gotOne) result.append(", ");
24 gotOne = true;
/dports/cad/verilator/verilator-4.216/src/
H A DV3EmitCFunc.cpp725 void EmitCFunc::doubleOrDetect(AstChangeDet* changep, bool& gotOne) { in doubleOrDetect() argument
729 if (!gotOne) { in doubleOrDetect()
730 gotOne = true; in doubleOrDetect()
742 if (!gotOne) { in doubleOrDetect()
743 gotOne = true; in doubleOrDetect()
770 bool gotOne = false; in emitChangeDet() local
773 if (!gotOne) { // Not a clocked block in emitChangeDet()
778 doubleOrDetect(changep, gotOne); in emitChangeDet()
781 if (gotOne) puts(");\n"); in emitChangeDet()
782 if (gotOne && !v3Global.opt.protectIds()) { in emitChangeDet()
/dports/editors/e93/e93/xgui/
H A Devents.c299 gotOne; in EditorGetKeyPress() local
303 gotOne=false; in EditorGetKeyPress()
317 gotOne=true; in EditorGetKeyPress()
321 while(!gotOne&&XCheckIfEvent(xDisplay,&event,KeyEventsPredicate,NULL)) in EditorGetKeyPress()
326 gotOne=true; in EditorGetKeyPress()
330 if(gotOne) in EditorGetKeyPress()
337 return(gotOne); in EditorGetKeyPress()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/utils/
H A Dschematicrectconstants.cpp67 … x, qreal y, qreal pinSmallTextHeight, const QString & cid, bool rotate, bool gotZero, bool gotOne) in schematicPinNumber() argument
69 if (!gotZero && !gotOne) return ""; in schematicPinNumber()
163 bool gotOne = false; in genSchematicDIP() local
166 if (contact.attribute("connectorIndex").toInt() == 1) gotOne = true; in genSchematicDIP()
372 …(pinLength / 2, ly, smallPinFontSize, contact.attribute("connectorIndex"), false, gotZero, gotOne); in genSchematicDIP()
411 …inLength / 2) , ly, smallPinFontSize, contact.attribute("connectorIndex"), false, gotZero, gotOne); in genSchematicDIP()
440 …r(lx, pinLength / 2, smallPinFontSize, contact.attribute("connectorIndex"), true, gotZero, gotOne); in genSchematicDIP()
470 …t - (pinLength / 2), smallPinFontSize, contact.attribute("connectorIndex"), true, gotZero, gotOne); in genSchematicDIP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/src/cpp/test/
H A Dserver_pstream.cpp530 bool gotOne; in testNoWaitCall() local
533 server.runOnceNoWait(&eof, &gotOne); in testNoWaitCall()
536 TEST(!gotOne); in testNoWaitCall()
544 server.runOnceNoWait(&eof, &gotOne); in testNoWaitCall()
547 TEST(gotOne); in testNoWaitCall()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/test/cpp/
H A Dserver_pstream.cpp531 bool gotOne; in testNoWaitCall() local
534 server.runOnceNoWait(&eof, &gotOne); in testNoWaitCall()
537 TEST(!gotOne); in testNoWaitCall()
545 server.runOnceNoWait(&eof, &gotOne); in testNoWaitCall()
548 TEST(gotOne); in testNoWaitCall()
/dports/www/firefox-esr/firefox-91.8.0/dom/smil/
H A DSMILTimeContainer.cpp234 bool gotOne = false; in PopMilestoneElementsAtMilestone() local
238 gotOne = true; in PopMilestoneElementsAtMilestone()
241 return gotOne; in PopMilestoneElementsAtMilestone()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/smil/
H A DSMILTimeContainer.cpp234 bool gotOne = false; in PopMilestoneElementsAtMilestone() local
238 gotOne = true; in PopMilestoneElementsAtMilestone()
241 return gotOne; in PopMilestoneElementsAtMilestone()
/dports/www/firefox/firefox-99.0/dom/smil/
H A DSMILTimeContainer.cpp234 bool gotOne = false; in PopMilestoneElementsAtMilestone() local
238 gotOne = true; in PopMilestoneElementsAtMilestone()
241 return gotOne; in PopMilestoneElementsAtMilestone()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/smil/
H A DnsSMILTimeContainer.cpp269 bool gotOne = false; in PopMilestoneElementsAtMilestone() local
274 gotOne = true; in PopMilestoneElementsAtMilestone()
277 return gotOne; in PopMilestoneElementsAtMilestone()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/smil/
H A DnsSMILTimeContainer.cpp234 bool gotOne = false; in PopMilestoneElementsAtMilestone() local
238 gotOne = true; in PopMilestoneElementsAtMilestone()
241 return gotOne; in PopMilestoneElementsAtMilestone()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/smil/
H A DSMILTimeContainer.cpp234 bool gotOne = false; in PopMilestoneElementsAtMilestone() local
238 gotOne = true; in PopMilestoneElementsAtMilestone()
241 return gotOne; in PopMilestoneElementsAtMilestone()
/dports/science/simbody/simbody-Simbody-3.7/examples/
H A DJaredsDude.cpp85 bool gotOne = false; in handleEvent() local
89 gotOne = true; in handleEvent()
93 gotOne = true; in handleEvent()
97 gotOne = true; in handleEvent()
101 gotOne = true; in handleEvent()
105 gotOne = true; in handleEvent()
109 gotOne = true; in handleEvent()
112 if (gotOne) in handleEvent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Description/
H A DPolicyReader.cs289 bool gotOne = false; in AtLeastOne()
292 gotOne = true; in AtLeastOne()
303 if (!gotOne) in AtLeastOne()
/dports/x11-fonts/xfs/xfs-1.2.0/difs/
H A Dresource.c348 Bool gotOne = FALSE; in FreeResource() local
366 gotOne = TRUE; in FreeResource()
371 if (!gotOne) in FreeResource()
/dports/audio/nas/nas-1.9.4/server/dia/
H A Dresource.c380 Bool gotOne = FALSE; in FreeResource() local
398 gotOne = TRUE; in FreeResource()
403 if (!gotOne) in FreeResource()

12345