Home
last modified time | relevance | path

Searched refs:getInstance (Results 201 – 225 of 31723) sorted by relevance

12345678910>>...1269

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DAlphaComposite.java80 public static final AlphaComposite Clear = getInstance(CLEAR);
81 public static final AlphaComposite Src = getInstance(SRC);
82 public static final AlphaComposite Dst = getInstance(DST);
85 public static final AlphaComposite SrcIn = getInstance(SRC_IN);
86 public static final AlphaComposite DstIn = getInstance(DST_IN);
87 public static final AlphaComposite SrcOut = getInstance(SRC_OUT);
88 public static final AlphaComposite DstOut = getInstance(DST_OUT);
91 public static final AlphaComposite Xor = getInstance(XOR);
110 public static AlphaComposite getInstance(int rule) in getInstance() method in AlphaComposite
112 return getInstance(rule, 1); in getInstance()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/
H A DAlphaComposite.java80 public static final AlphaComposite Clear = getInstance(CLEAR);
81 public static final AlphaComposite Src = getInstance(SRC);
82 public static final AlphaComposite Dst = getInstance(DST);
85 public static final AlphaComposite SrcIn = getInstance(SRC_IN);
86 public static final AlphaComposite DstIn = getInstance(DST_IN);
87 public static final AlphaComposite SrcOut = getInstance(SRC_OUT);
88 public static final AlphaComposite DstOut = getInstance(DST_OUT);
91 public static final AlphaComposite Xor = getInstance(XOR);
110 public static AlphaComposite getInstance(int rule) in getInstance() method in AlphaComposite
112 return getInstance(rule, 1); in getInstance()
[all …]
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/
H A DPredicateUtils.java153 return EqualPredicate.getInstance(value); in equalPredicate()
166 return IdentityPredicate.getInstance(value); in identityPredicate()
181 return InstanceofPredicate.getInstance(type); in instanceofPredicate()
197 return UniquePredicate.getInstance(); in uniquePredicate()
278 return AllPredicate.getInstance(predicates); in allPredicate()
294 return AllPredicate.getInstance(predicates); in allPredicate()
325 return AnyPredicate.getInstance(predicates); in anyPredicate()
341 return AnyPredicate.getInstance(predicates); in anyPredicate()
372 return OnePredicate.getInstance(predicates); in onePredicate()
388 return OnePredicate.getInstance(predicates); in onePredicate()
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/util/
H A DProviderJcaJceHelper.java47 return Cipher.getInstance(algorithm, provider); in createCipher()
53 return Mac.getInstance(algorithm, provider); in createMac()
59 return KeyAgreement.getInstance(algorithm, provider); in createKeyAgreement()
77 return KeyGenerator.getInstance(algorithm, provider); in createKeyGenerator()
83 return KeyFactory.getInstance(algorithm, provider); in createKeyFactory()
102 return MessageDigest.getInstance(algorithm, provider); in createDigest()
108 return MessageDigest.getInstance(algorithm, provider); in createMessageDigest()
114 return Signature.getInstance(algorithm, provider); in createSignature()
126 return SecureRandom.getInstance(algorithm, provider); in createSecureRandom()
144 return CertStore.getInstance(type, params, provider); in createCertStore()
[all …]
H A DNamedJcaJceHelper.java47 return Cipher.getInstance(algorithm, providerName); in createCipher()
53 return Mac.getInstance(algorithm, providerName); in createMac()
59 return KeyAgreement.getInstance(algorithm, providerName); in createKeyAgreement()
77 return KeyGenerator.getInstance(algorithm, providerName); in createKeyGenerator()
83 return KeyFactory.getInstance(algorithm, providerName); in createKeyFactory()
102 return MessageDigest.getInstance(algorithm, providerName); in createDigest()
108 return MessageDigest.getInstance(algorithm, providerName); in createMessageDigest()
114 return Signature.getInstance(algorithm, providerName); in createSignature()
126 return SecureRandom.getInstance(algorithm, providerName); in createSecureRandom()
144 return CertStore.getInstance(type, params, providerName); in createCertStore()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_winrt_capture.cpp69 VideoioBridge::getInstance().openCamera(); in winrt_startMessageLoop()
72 Video::getInstance().closeGrabber(); in winrt_startMessageLoop()
96 if (Video::getInstance().isStarted()) return; in winrt_onVisibilityChanged()
107 Video::getInstance().closeGrabber(); in winrt_onVisibilityChanged()
113 VideoioBridge::getInstance().imshow(); in winrt_imshow()
118 VideoioBridge::getInstance().cvImage = image;
125 VideoioBridge::getInstance().setDeviceIndex(device); in VideoCapture_WinRT()
142 if (VideoioBridge::getInstance().bIsFrameNew) in grabFrame()
165 VideoioBridge::getInstance().setWidth(width); in retrieveFrame()
166 VideoioBridge::getInstance().setHeight(height); in retrieveFrame()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/ode/nonstiff/
H A DMidpointFieldIntegratorTest.java34 doTestNonFieldIntegratorConsistency(Decimal64Field.getInstance()); in testNonFieldIntegratorConsistency()
39 doTestMissedEndEvent(Decimal64Field.getInstance(), 1.0e-15, 6.0e-5); in testMissedEndEvent()
44 doTestSanityChecks(Decimal64Field.getInstance()); in testSanityChecks()
49 doTestDecreasingSteps(Decimal64Field.getInstance(), 1.0, 1.0, 1.0e-10); in testDecreasingSteps()
59 doTestBigStep(Decimal64Field.getInstance(), 0.01, 0.05, 1.0e-12, "midpoint"); in testBigStep()
70 doTestKepler(Decimal64Field.getInstance(), 1.19, 0.01); in testKepler()
75 doTestStepSize(Decimal64Field.getInstance(), 1.0e-12); in testStepSize()
80 doTestSingleStep(Decimal64Field.getInstance(), 0.21); in testSingleStep()
85 doTestTooLargeFirstStep(Decimal64Field.getInstance()); in testTooLargeFirstStep()
90 doTestUnstableDerivative(Decimal64Field.getInstance(), 1.0e-12); in testUnstableDerivative()
[all …]
H A DClassicalRungeKuttaFieldIntegratorTest.java34 doTestNonFieldIntegratorConsistency(Decimal64Field.getInstance()); in testNonFieldIntegratorConsistency()
39 doTestMissedEndEvent(Decimal64Field.getInstance(), 5.0e-6, 1.0e-9); in testMissedEndEvent()
44 doTestSanityChecks(Decimal64Field.getInstance()); in testSanityChecks()
49 doTestDecreasingSteps(Decimal64Field.getInstance(), 1.0, 1.0, 1.0e-10); in testDecreasingSteps()
59 … doTestBigStep(Decimal64Field.getInstance(), 0.0004, 0.005, 1.0e-12, "classical Runge-Kutta"); in testBigStep()
70 doTestKepler(Decimal64Field.getInstance(), 5.82e-3, 1.0e-5); in testKepler()
75 doTestStepSize(Decimal64Field.getInstance(), 1.0e-12); in testStepSize()
80 doTestSingleStep(Decimal64Field.getInstance(), 9.3e-9); in testSingleStep()
85 doTestTooLargeFirstStep(Decimal64Field.getInstance()); in testTooLargeFirstStep()
90 doTestUnstableDerivative(Decimal64Field.getInstance(), 1.0e-12); in testUnstableDerivative()
[all …]
H A DGillFieldIntegratorTest.java34 doTestNonFieldIntegratorConsistency(Decimal64Field.getInstance()); in testNonFieldIntegratorConsistency()
39 doTestMissedEndEvent(Decimal64Field.getInstance(), 1.0e-15, 6.0e-5); in testMissedEndEvent()
44 doTestSanityChecks(Decimal64Field.getInstance()); in testSanityChecks()
49 doTestDecreasingSteps(Decimal64Field.getInstance(), 1.0, 1.0, 1.0e-10); in testDecreasingSteps()
59 doTestBigStep(Decimal64Field.getInstance(), 0.0004, 0.005, 1.0e-12, "Gill"); in testBigStep()
70 doTestKepler(Decimal64Field.getInstance(), 1.72e-3, 1.0e-5); in testKepler()
75 doTestStepSize(Decimal64Field.getInstance(), 1.0e-12); in testStepSize()
80 doTestSingleStep(Decimal64Field.getInstance(), 0.21); in testSingleStep()
85 doTestTooLargeFirstStep(Decimal64Field.getInstance()); in testTooLargeFirstStep()
90 doTestUnstableDerivative(Decimal64Field.getInstance(), 1.0e-12); in testUnstableDerivative()
[all …]
H A DThreeEighthesFieldIntegratorTest.java34 doTestNonFieldIntegratorConsistency(Decimal64Field.getInstance()); in testNonFieldIntegratorConsistency()
39 doTestMissedEndEvent(Decimal64Field.getInstance(), 1.0e-15, 6.0e-5); in testMissedEndEvent()
44 doTestSanityChecks(Decimal64Field.getInstance()); in testSanityChecks()
49 doTestDecreasingSteps(Decimal64Field.getInstance(), 1.0, 1.0, 1.0e-10); in testDecreasingSteps()
59 doTestBigStep(Decimal64Field.getInstance(), 0.0004, 0.005, 1.0e-12, "3/8"); in testBigStep()
70 doTestKepler(Decimal64Field.getInstance(), 0.0348, 1.0e-4); in testKepler()
75 doTestStepSize(Decimal64Field.getInstance(), 1.0e-12); in testStepSize()
80 doTestSingleStep(Decimal64Field.getInstance(), 0.21); in testSingleStep()
85 doTestTooLargeFirstStep(Decimal64Field.getInstance()); in testTooLargeFirstStep()
90 doTestUnstableDerivative(Decimal64Field.getInstance(), 1.0e-12); in testUnstableDerivative()
[all …]
H A DEulerFieldIntegratorTest.java35 doTestNonFieldIntegratorConsistency(Decimal64Field.getInstance()); in testNonFieldIntegratorConsistency()
40 doTestMissedEndEvent(Decimal64Field.getInstance(), 1.0e-15, 6.0e-5); in testMissedEndEvent()
45 doTestSanityChecks(Decimal64Field.getInstance()); in testSanityChecks()
50 doTestDecreasingSteps(Decimal64Field.getInstance(), 1.0, 1.5, 1.0e-10); in testDecreasingSteps()
60 doTestBigStep(Decimal64Field.getInstance(), 0.01, 0.2, 1.0e-12, "Euler"); in testBigStep()
72 doTestKepler(Decimal64Field.getInstance(), 881.176, 0.001); in testKepler()
77 doTestStepSize(Decimal64Field.getInstance(), 1.0e-12); in testStepSize()
82 doTestSingleStep(Decimal64Field.getInstance(), 0.21); in testSingleStep()
87 doTestTooLargeFirstStep(Decimal64Field.getInstance()); in testTooLargeFirstStep()
92 doTestUnstableDerivative(Decimal64Field.getInstance(), 1.0e-12); in testUnstableDerivative()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/x509/
H A DTBSCertificateStructure.java50 public static TBSCertificateStructure getInstance( in getInstance() method in TBSCertificateStructure
54 return getInstance(ASN1Sequence.getInstance(obj, explicit)); in getInstance()
57 public static TBSCertificateStructure getInstance( in getInstance() method in TBSCertificateStructure
66 return new TBSCertificateStructure(ASN1Sequence.getInstance(obj)); in getInstance()
95 issuer = X500Name.getInstance(seq.getObjectAt(seqStart + 3)); in TBSCertificateStructure()
102 startDate = Time.getInstance(dates.getObjectAt(0)); in TBSCertificateStructure()
103 endDate = Time.getInstance(dates.getObjectAt(1)); in TBSCertificateStructure()
105 subject = X500Name.getInstance(seq.getObjectAt(seqStart + 5)); in TBSCertificateStructure()
119 issuerUniqueId = DERBitString.getInstance(extra, false); in TBSCertificateStructure()
122 subjectUniqueId = DERBitString.getInstance(extra, false); in TBSCertificateStructure()
[all …]
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Dswitch-sets-dialog.cpp56 Tilesetlist::getInstance()->getSizes(sizes); in SwitchSetsDialog()
57 Citysetlist::getInstance()->getSizes(sizes); in SwitchSetsDialog()
58 Armysetlist::getInstance()->getSizes(sizes); in SwitchSetsDialog()
64 if ((*it) == GameMap::getInstance()->getTileSize()) in SwitchSetsDialog()
127 Tilesetlist *tl = Tilesetlist::getInstance(); in on_tile_size_changed()
143 Armysetlist *al = Armysetlist::getInstance(); in on_tile_size_changed()
163 Citysetlist *cl = Citysetlist::getInstance(); in on_tile_size_changed()
193 subdir = Tilesetlist::getInstance()->getSetDir in run()
202 subdir = Citysetlist::getInstance()->getSetDir in run()
207 subdir = Armysetlist::getInstance()->getSetDir in run()
[all …]
H A Deditablesmallmap.cpp101 GameMap::getInstance()->putNewCity(tile); in change_map()
105 GameMap::getInstance()->putNewRuin(tile); in change_map()
109 GameMap::getInstance()->putNewTemple(tile); in change_map()
168 cursor = ImageCache::getInstance()->getCursorPic in get_cursor()
175 cursor = ImageCache::getInstance()->getCursorPic in get_cursor()
181 cursor = ImageCache::getInstance()->getCursorPic in get_cursor()
188 cursor = ImageCache::getInstance()->getCursorPic in get_cursor()
196 …cursor = ImageCache::getInstance()->getShieldPic(0, Playerlist::getInstance()->getNeutral(), true,… in get_cursor()
267 GameMap *gm = GameMap::getInstance(); in create_road()
281 GameMap::getInstance()->putNewRoad(pos); in create_road()
[all …]
/dports/math/fcl/fcl-0.7.0/src/math/detail/
H A Dseed.cpp52 return getInstance().firstSeedGenerated; in isFirstSeedGenerated()
58 return getInstance().userSetSeed; in getUserSetSeed()
64 getInstance().userSetSeed = seed; in setUserSetSeed()
74 if (getInstance().firstSeedGenerated) in getFirstSeed()
75 return getInstance().firstSeedValue; in getFirstSeed()
77 if (getInstance().userSetSeed != 0) in getFirstSeed()
79 getInstance().firstSeedValue = getInstance().userSetSeed; in getFirstSeed()
83 getInstance().firstSeedValue in getFirstSeed()
90 getInstance().firstSeedGenerated = true; in getFirstSeed()
92 return getInstance().firstSeedValue; in getFirstSeed()
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/test-core/src/test/java/org/openscience/cdk/config/
H A DIsotopesTest.java47 Isotopes isofac = Isotopes.getInstance(); in testGetInstance_IChemObjectBuilder()
53 Isotopes isofac = Isotopes.getInstance(); in testGetSize()
59 Isotopes isofac = Isotopes.getInstance(); in testConfigure_IAtom()
67 Isotopes isofac = Isotopes.getInstance(); in testConfigure_IAtom_IIsotope()
76 Isotopes isofac = Isotopes.getInstance(); in testGetMajorIsotope_String()
83 Isotopes isofac = Isotopes.getInstance(); in testGetMajorIsotope_int()
111 Isotopes isofac = Isotopes.getInstance(); in testGetIsotopes_String()
118 Isotopes isofac = Isotopes.getInstance(); in testGetIsotopes()
125 Isotopes isofac = Isotopes.getInstance(); in testGetIsotopes_double_double()
137 Isotopes isofac = Isotopes.getInstance(); in testIsElement_String()
[all …]
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/
H A Dmain.cpp65 Settings::getInstance()->setInt("WindowWidth", width); in parseArgs()
78 Settings::getInstance()->setInt("ScreenWidth", width); in parseArgs()
91 Settings::getInstance()->setInt("ScreenOffsetX", x); in parseArgs()
92 Settings::getInstance()->setInt("ScreenOffsetY", y); in parseArgs()
118 Settings::getInstance()->setBool("ShowExit", false); in parseArgs()
124 Settings::getInstance()->setBool("Debug", true); in parseArgs()
132 Settings::getInstance()->setBool("Windowed", true); in parseArgs()
136 Settings::getInstance()->setBool("VSync", vsync); in parseArgs()
144 Settings::getInstance()->setInt("MaxVRAM", maxVRAM); in parseArgs()
152 Settings::getInstance()->setBool("ForceKid", true); in parseArgs()
[all …]
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dmain.cpp104 …int x = (Renderer::getInstance()->screenWidth - 4) - Renderer::getInstance()->font.getWidth(fpstex… in update_fps()
123 Renderer::getInstance()->saveScreenshot(); in run_tick()
165 …Renderer::getInstance()->font.draw(4, (Renderer::getInstance()->screenHeight - Renderer::getInstan… in run_tick()
168 …Renderer::getInstance()->font.draw(80, (Renderer::getInstance()->screenHeight - Renderer::getInsta… in run_tick()
179 Renderer::getInstance()->flip(); in run_tick()
186 Renderer::getInstance()->flip(); in run_tick()
198 SoundManager::getInstance()->runFade(); in run_tick()
317 (void)ResourceManager::getInstance(); in main()
353 Renderer::getInstance()->showLoadingScreen(); in main()
355 if (!SoundManager::getInstance()->init()) in main()
[all …]
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DNextTurnHotseat.cpp44 for (auto p: *Playerlist::getInstance()) in NextTurnHotseat()
87 Playerlist::getInstance()->getFirstLiving()) in start()
92 if (Playerlist::getInstance()->getNoOfPlayers() <= 1) in start()
108 if (Playerlist::getInstance()->checkPlayers() == true) in endTurn()
119 if (Playerlist::getInstance()->isEndOfRound() == true) in endTurn()
143 QuestsManager::getInstance()->nextTurn(p); in startTurn()
161 for (auto it: *Playerlist::getInstance()) in finishRound()
172 VectoredUnitlist::getInstance()->nextTurn(it); in finishRound()
175 Citylist::getInstance()->nextTurn(it); in finishRound()
179 Playerlist::getInstance()->getNeutral()->ruinsReset(); in finishRound()
[all …]
H A DAI_Diplomacy.cpp49 for (auto other: *Playerlist::getInstance()) in considerCuspOfWar()
66 for (auto it: *Playerlist::getInstance()) in makeFriendsAndEnemies()
68 if (Playerlist::getInstance()->getNeutral() == it) in makeFriendsAndEnemies()
101 Citylist::getInstance()->countCities(Playerlist::getInstance()->getNeutral()); in neutralsDwindlingNeedFirstEnemy()
105 for (auto it: *Playerlist::getInstance()) in neutralsDwindlingNeedFirstEnemy()
107 if (Playerlist::getInstance()->getNeutral() == it) in neutralsDwindlingNeedFirstEnemy()
138 for (auto it: *Playerlist::getInstance()) in gangUpOnTheBully()
140 if (Playerlist::getInstance()->getNeutral() == it) in gangUpOnTheBully()
147 Playerlist::getInstance()->countPlayersAlive() > 4) in gangUpOnTheBully()
151 for (auto pit: *Playerlist::getInstance()) in gangUpOnTheBully()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/linear_algebra/sci_gateway/cpp/
H A Dlinear_algebra_gw.cpp28 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"chol", &sci_chol, MO… in Load()
29 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"bdiag", &sci_bdiag, … in Load()
30 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"svd", &sci_svd, MODU… in Load()
31 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"rcond", &sci_rcond, … in Load()
32 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"qr", &sci_qr, MODULE… in Load()
33 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"lu", &sci_lu, MODULE… in Load()
34 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"lsq", &sci_lsq, MODU… in Load()
35 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"inv", &sci_inv, MODU… in Load()
36 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"hess", &sci_hess, MO… in Load()
37 …symbol::Context::getInstance()->addFunction(types::Function::createFunction(L"spec", &sci_spec, MO… in Load()
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/time/
H A DFastDateFormatTest.java209 fdf = FastDateFormat.getInstance("Z"); in testFormat()
214 fdf = FastDateFormat.getInstance("Z"); in testFormat()
219 fdf = FastDateFormat.getInstance("ZZ"); in testFormat()
224 fdf = FastDateFormat.getInstance("ZZ"); in testFormat()
231 fdf = FastDateFormat.getInstance(pattern); in testFormat()
248 Calendar cal = Calendar.getInstance(); in testShortDateStyleWithLocales()
262 Calendar cal = Calendar.getInstance(); in testLowYearPadding()
278 Calendar cal = Calendar.getInstance(); in testMilleniumBug()
291 Calendar cal = Calendar.getInstance(); in testSimpleDate()
303 Calendar cal = Calendar.getInstance(); in testLang303()
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/modules/blockcms/
H A DBlockCMSModel.php133 if (Db::getInstance()->execute($sql))
144 Db::getInstance()->execute($sql);
154 Db::getInstance()->execute($sql);
164 Db::getInstance()->execute($sql);
178 Db::getInstance()->execute($sql);
187 Db::getInstance()->execute($sql);
211 Db::getInstance()->execute($query);
221 Db::getInstance()->execute($sql);
229 Db::getInstance()->execute($sql);
237 Db::getInstance()->execute($sql);
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp52 X11Symbols::getInstance()->xFree (ptr); in operator ()()
84 X11Symbols::getInstance()->xLockDisplay (d); in ScopedXLock()
171 …success = (X11Symbols::getInstance()->xGetWindowProperty (XWindowSystem::getInstance()->getDisplay… in GetXProperty()
181 X11Symbols::getInstance()->xFree (data); in ~GetXProperty()
1475 …auto root = X11Symbols::getInstance()->xRootWindow (display, X11Symbols::getInstance()->xDefaultSc… in createWindow()
1686 …auto root = X11Symbols::getInstance()->xRootWindow (display, X11Symbols::getInstance()->xDefaultSc… in setBounds()
1820 …auto root = X11Symbols::getInstance()->xRootWindow (display, X11Symbols::getInstance()->xDefaultSc… in setMinimised()
1856 …const auto root = X11Symbols::getInstance()->xRootWindow (display, X11Symbols::getInstance()->xDef… in setMaximised()
1891 …X11Symbols::getInstance()->xSendEvent (display, X11Symbols::getInstance()->xRootWindow (display, X… in toFront()
2660 …auto root = X11Symbols::getInstance()->xRootWindow (display, X11Symbols::getInstance()->xDefaultSc… in isFrontWindow()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DTableManager.cxx39 TagLogger::getInstance().endElement(); in openCell()
156 TagLogger::getInstance().endElement(); in insertTableProps()
172 TagLogger::getInstance().endElement(); in insertRowProps()
188 TagLogger::getInstance().endElement(); in cellProps()
204 TagLogger::getInstance().endElement(); in tableExceptionProps()
242 TagLogger::getInstance().endElement(); in handle0x7()
278 TagLogger::getInstance().endElement(); in closeCell()
311 TagLogger::getInstance().endElement(); in ensureOpenCell()
412 TagLogger::getInstance().endElement(); in resolveCurrentTable()
439 TagLogger::getInstance().endElement(); in endLevel()
[all …]

12345678910>>...1269