Home
last modified time | relevance | path

Searched refs:sContext (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dcpl_minixml.cpp558 ParseContext sContext; in CPLParseXMLString() local
574 sContext.nInputLine = 0; in CPLParseXMLString()
576 sContext.pszToken = NULL; in CPLParseXMLString()
578 sContext.nTokenSize = 0; in CPLParseXMLString()
581 sContext.nStackSize = 0; in CPLParseXMLString()
619 sContext.papsStack[sContext.nStackSize-1]->pszValue) ) in CPLParseXMLString()
624 sContext.pszToken, sContext.pszToken+1 ); in CPLParseXMLString()
718 else if( sContext.papsStack[sContext.nStackSize-1]->pszValue[0] != '?' ) in CPLParseXMLString()
756 else if( sContext.eTokenType == TString && !sContext.bInElement ) in CPLParseXMLString()
770 sContext.nInputLine, sContext.pszToken ); in CPLParseXMLString()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_minixml.cpp657 sContext.pszToken = static_cast<char *>(VSIMalloc(sContext.nTokenMaxSize));
708 sContext.papsStack[sContext.nStackSize-1].
722 sContext.pszToken, sContext.pszToken + 1 );
735 sContext.pszToken, sContext.pszToken + 1 );
742 sContext.papsStack[sContext.nStackSize-1].
754 sContext.papsStack[sContext.nStackSize-1].
794 sContext.papsStack[sContext.nStackSize - 1]
891 else if( sContext.papsStack[sContext.nStackSize-1].
928 else if( sContext.eTokenType == TString && !sContext.bInElement )
943 sContext.nInputLine, sContext.pszToken );
[all …]
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_minixml.cpp657 sContext.pszToken = static_cast<char *>(VSIMalloc(sContext.nTokenMaxSize)); in CPLParseXMLString()
708 sContext.papsStack[sContext.nStackSize-1]. in CPLParseXMLString()
722 sContext.pszToken, sContext.pszToken + 1 ); in CPLParseXMLString()
735 sContext.pszToken, sContext.pszToken + 1 ); in CPLParseXMLString()
742 sContext.papsStack[sContext.nStackSize-1]. in CPLParseXMLString()
754 sContext.papsStack[sContext.nStackSize-1]. in CPLParseXMLString()
794 sContext.papsStack[sContext.nStackSize - 1] in CPLParseXMLString()
891 else if( sContext.papsStack[sContext.nStackSize-1]. in CPLParseXMLString()
928 else if( sContext.eTokenType == TString && !sContext.bInElement ) in CPLParseXMLString()
943 sContext.nInputLine, sContext.pszToken ); in CPLParseXMLString()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_minixml.cpp657 sContext.pszToken = static_cast<char *>(VSIMalloc(sContext.nTokenMaxSize)); in CPLParseXMLString()
708 sContext.papsStack[sContext.nStackSize-1]. in CPLParseXMLString()
722 sContext.pszToken, sContext.pszToken + 1 ); in CPLParseXMLString()
735 sContext.pszToken, sContext.pszToken + 1 ); in CPLParseXMLString()
742 sContext.papsStack[sContext.nStackSize-1]. in CPLParseXMLString()
754 sContext.papsStack[sContext.nStackSize-1]. in CPLParseXMLString()
794 sContext.papsStack[sContext.nStackSize - 1] in CPLParseXMLString()
891 else if( sContext.papsStack[sContext.nStackSize-1]. in CPLParseXMLString()
928 else if( sContext.eTokenType == TString && !sContext.bInElement ) in CPLParseXMLString()
943 sContext.nInputLine, sContext.pszToken ); in CPLParseXMLString()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_minixml.cpp590 ParseContext sContext; in CPLParseXMLString() local
620 sContext.nInputOffset = 0; in CPLParseXMLString()
621 sContext.nInputLine = 0; in CPLParseXMLString()
624 sContext.pszToken = (char *) VSIMalloc(sContext.nTokenMaxSize); in CPLParseXMLString()
627 sContext.nTokenSize = 0; in CPLParseXMLString()
630 sContext.nStackSize = 0; in CPLParseXMLString()
631 sContext.papsStack = NULL; in CPLParseXMLString()
673 sContext.pszToken, sContext.pszToken+1 ); in CPLParseXMLString()
831 else if( sContext.eTokenType == TString && !sContext.bInElement ) in CPLParseXMLString()
846 sContext.nInputLine, sContext.pszToken ); in CPLParseXMLString()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_minixml.cpp523 ParseContext sContext; in CPLParseXMLString() local
538 sContext.nInputOffset = 0; in CPLParseXMLString()
539 sContext.nInputLine = 0; in CPLParseXMLString()
541 sContext.pszToken = NULL; in CPLParseXMLString()
543 sContext.nTokenSize = 0; in CPLParseXMLString()
546 sContext.nStackSize = 0; in CPLParseXMLString()
547 sContext.papsStack = NULL; in CPLParseXMLString()
590 sContext.pszToken, sContext.pszToken+1 ); in CPLParseXMLString()
722 else if( sContext.eTokenType == TString && !sContext.bInElement ) in CPLParseXMLString()
736 sContext.nInputLine, sContext.pszToken ); in CPLParseXMLString()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DAndroidSurfaceTexture.cpp26 if (!sContext) { in AndroidSharedBlitGL()
28 sContext = CreateContext(); in AndroidSharedBlitGL()
29 if (!sContext) { in AndroidSharedBlitGL()
34 const auto& egl = *(sContext->mEgl); in AndroidSharedBlitGL()
44 const auto& egl = *(sContext->mEgl); in ~AndroidSharedBlitGL()
50 sContext = nullptr; in ~AndroidSharedBlitGL()
56 MOZ_ASSERT(sContext); in Blit()
65 sContext->SwapBuffers(); in Blit()
69 UnmakeCurrent(sContext); in Blit()
75 MOZ_ASSERT(!sContext); in CreateContextImpl()
[all …]
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DAndroidSurfaceTexture.cpp28 if (!sContext) { in AndroidSharedBlitGL()
30 sContext = CreateContext(); in AndroidSharedBlitGL()
31 if (!sContext) { in AndroidSharedBlitGL()
36 const auto& egl = *(sContext->mEgl); in AndroidSharedBlitGL()
46 const auto& egl = *(sContext->mEgl); in ~AndroidSharedBlitGL()
52 sContext = nullptr; in ~AndroidSharedBlitGL()
60 MOZ_ASSERT(sContext); in Blit()
67 sContext->SwapBuffers(); in Blit()
71 UnmakeCurrent(sContext); in Blit()
78 MOZ_ASSERT(!sContext); in CreateContextImpl()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DAndroidSurfaceTexture.cpp26 if (!sContext) { in AndroidSharedBlitGL()
28 sContext = CreateContext(); in AndroidSharedBlitGL()
29 if (!sContext) { in AndroidSharedBlitGL()
34 const auto& egl = *(sContext->mEgl); in AndroidSharedBlitGL()
44 const auto& egl = *(sContext->mEgl); in ~AndroidSharedBlitGL()
50 sContext = nullptr; in ~AndroidSharedBlitGL()
56 MOZ_ASSERT(sContext); in Blit()
65 sContext->SwapBuffers(); in Blit()
69 UnmakeCurrent(sContext); in Blit()
75 MOZ_ASSERT(!sContext); in CreateContextImpl()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DAndroidSurfaceTexture.cpp45 if (!sContext) { in SharedGL()
47 sContext = CreateContext(); in SharedGL()
48 if (!sContext) { in SharedGL()
60 MOZ_ASSERT(sContext); in Blit()
67 sContext->SwapBuffers(); in Blit()
71 UnmakeCurrent(sContext); in Blit()
85 sContext = nullptr; in ~SharedGL()
91 MOZ_ASSERT(!sContext); in CreateContextImpl()
128 MOZ_ASSERT(sContext); in InitSurface()
130 const auto& egl = *(sContext->mEgl); in InitSurface()
[all …]
/dports/irc/znc/znc-1.8.2/src/
H A DTranslation.cpp57 return boost::locale::translate(sContext, sEnglish).str(loc); in Singular()
62 CString CTranslation::Plural(const CString& sDomain, const CString& sContext, in Plural() argument
67 return boost::locale::translate(sContext, sEnglish, sEnglishes, iNum) in Plural()
117 const CString& sContext) { in t_s() argument
118 return CTranslation::Get().Singular("znc", sContext, sEnglish); in t_s()
122 const CString& sContext) { in t_f() argument
123 return CInlineFormatMessage(t_s(sEnglish, sContext)); in t_f()
129 const CString& sContext) { in t_p() argument
131 "znc", sContext, sEnglish, sEnglishes, iNum)); in t_p()
135 const CString& sContext) { in t_d() argument
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPArea3D.cpp142 sContext.nLeft = 0; in realize()
143 sContext.nTop = 0; in realize()
144 sContext.nWidth = r->nWidth - (bs << 1); in realize()
145 sContext.nHeight = r->nHeight - (bs << 1); in realize()
150 r3d->locate(sContext.nLeft, sContext.nTop, sContext.nWidth, sContext.nHeight); in realize()
293 r3d->locate(sContext.nLeft, sContext.nTop, sContext.nWidth, sContext.nHeight); in draw()
301 for (ssize_t i=0; i<sContext.nHeight; ++i) in draw()
304 dsp::abgr32_to_bgrff32(dst, dst, sContext.nWidth); in draw()
314 s->fill_rect(bs, bs, sContext.nWidth, sContext.nHeight, color); in draw()
/dports/irc/znc/znc-1.8.2/include/znc/
H A DTranslation.h34 CString Singular(const CString& sDomain, const CString& sContext,
36 CString Plural(const CString& sDomain, const CString& sContext,
73 CDelayedTranslation(const CString& sDomain, const CString& sContext, in CDelayedTranslation() argument
75 : m_sDomain(sDomain), m_sContext(sContext), m_sEnglish(sEnglish) {} in CDelayedTranslation()
106 static CString t_s(const CString& sEnglish, const CString& sContext = "");
108 const CString& sContext = "");
111 const CString& sContext = "");
113 const CString& sContext = "");
/dports/www/itop/web/pages/
H A Dschema.php40 function MakeClassHLink($sClass, $sContext) argument
48 function MakeRelationHLink($sRelCode, $sContext) argument
57 function DisplaySubclasses($oPage, $sClass, $sContext) argument
231 function DisplayClassesList($oPage, $sContext) argument
777 * @param string $sContext
803 DisplaySubclasses($oPage, $sClass,$sContext);
975 DisplaySubclasses($oPage, $sClass, $sContext);
1068 $sContext = $oAppContext->GetForLink(); variable
1069 if (!empty($sContext))
1071 $sContext = '&'.$sContext; variable
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DGrUploadPixelsTests.cpp40 auto sContext = GrSurfaceContext::Make(dContext, std::move(view), grCT, kPremul_SkAlphaType, in basic_texture_test() local
45 bool result = sContext->readPixels(dContext, dstInfo, dstBuffer, 0, {0, 0}); in basic_texture_test()
51 result = sContext->writePixels(dContext, dstInfo, srcBuffer, 0, {2, 10}); in basic_texture_test()
56 result = sContext->readPixels(dContext, dstInfo, dstBuffer, 0, {2, 10}); in basic_texture_test()
67 auto sContext = GrSurfaceContext::Make(dContext, std::move(view), grCT, kPremul_SkAlphaType, in basic_texture_test() local
72 bool result = sContext->readPixels(dContext, dstInfo, dstBuffer, 0, {0, 0}); in basic_texture_test()
78 result = sContext->writePixels(dContext, dstInfo, srcBuffer, 0, {5, 4}); in basic_texture_test()
83 result = sContext->readPixels(dContext, dstInfo, dstBuffer, 0, {5, 4}); in basic_texture_test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/omnibox/geo/
H A DVisibleNetworksTrackerTest.java83 private static Context sContext; field in VisibleNetworksTrackerTest
103 VisibleNetworksTracker.getLastKnownVisibleNetworks(sContext); in testGetLastKnownVisibleNetworks_emptyCache()
115 VisibleNetworksTracker.getLastKnownVisibleNetworks(sContext); in testGetLastKnownVisibleNetworks_withValidCache()
123 visibleNetworks = VisibleNetworksTracker.getLastKnownVisibleNetworks(sContext); in testGetLastKnownVisibleNetworks_withValidCache()
133 VisibleNetworksTracker.getLastKnownVisibleNetworks(sContext); in testGetLastKnownVisibleNetworks_withOldCache()
141 visibleNetworks = VisibleNetworksTracker.getLastKnownVisibleNetworks(sContext); in testGetLastKnownVisibleNetworks_withOldCache()
157 VisibleNetworksTracker.refreshVisibleNetworks(sContext); in testRefreshVisibleNetworks_emptyCache()
166 VisibleNetworksTracker.refreshVisibleNetworks(sContext); in testRefreshVisibleNetworks_validCache()
173 VisibleNetworksTracker.refreshVisibleNetworks(sContext); in testRefreshVisibleNetworks_validCache()
182 VisibleNetworksTracker.refreshVisibleNetworks(sContext); in testRefreshVisibleNetworks_oldCache()
[all …]
/dports/devel/pcsc-lite/pcsc-lite-1.9.4/src/
H A Dreaderfactory.c628 if ((NULL == sContext->pMutex) || (NULL == sContext->pFeeds)) in removeReader()
637 *sContext->pMutex -= 1; in removeReader()
643 free(sContext->mMutex); in removeReader()
646 free(sContext->device); in removeReader()
647 free(sContext->pMutex); in removeReader()
651 *sContext->pFeeds -= 1; in removeReader()
661 sContext->version = 0; in removeReader()
662 sContext->port = 0; in removeReader()
663 sContext->contexts = 0; in removeReader()
664 sContext->slot = 0; in removeReader()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Ddisplist_tangent.c233 SMikkTSpaceContext sContext = {NULL}; in BKE_displist_tangent_calc() local
235 sContext.m_pUserData = &mesh2tangent; in BKE_displist_tangent_calc()
236 sContext.m_pInterface = &sInterface; in BKE_displist_tangent_calc()
244 genTangSpaceDefault(&sContext); in BKE_displist_tangent_calc()
260 SMikkTSpaceContext sContext = {NULL}; in BKE_displist_tangent_calc() local
262 sContext.m_pUserData = &mesh2tangent; in BKE_displist_tangent_calc()
263 sContext.m_pInterface = &sInterface; in BKE_displist_tangent_calc()
271 genTangSpaceDefault(&sContext); in BKE_displist_tangent_calc()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/helpers/
H A DWaitHelper.java41 private static UITestContext sContext; field in WaitHelper
50 sContext = context; in init()
83sContext.dumpLog("WaitHelper", "Waiting for " + message + " with timeout " + waitMillis + "."); in waitFor()
153 sContext.dumpLog(verifier.getLogTag(), in waitForPageLoad()
192 sContext.dumpLog(LOGTAG, "stored title, \"" + mOldTitleText + "\"."); in storeState()
210 sContext.dumpLog(LOGTAG, "state changed to title, \"" + title + "\"."); in hasStateChanged()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/helpers/
H A DWaitHelper.java41 private static UITestContext sContext; field in WaitHelper
50 sContext = context; in init()
83sContext.dumpLog("WaitHelper", "Waiting for " + message + " with timeout " + waitMillis + "."); in waitFor()
153 sContext.dumpLog(verifier.getLogTag(), in waitForPageLoad()
192 sContext.dumpLog(LOGTAG, "stored title, \"" + mOldTitleText + "\"."); in storeState()
210 sContext.dumpLog(LOGTAG, "state changed to title, \"" + title + "\"."); in hasStateChanged()
/dports/games/iqpuzzle/iqpuzzle-1.2.5/
H A Dmain.cpp146 QString sContext = sMsg + " (" + in LoggingHandler() local
159 out << sTime << " Warning: " << sContext << "\n"; in LoggingHandler()
163 out << sTime << " Critical: " << sContext << "\n"; in LoggingHandler()
167 out << sTime << " Fatal: " << sContext << "\n"; in LoggingHandler()
172 out << sTime << " OTHER INFO: " << sContext << "\n"; in LoggingHandler()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrSWMaskHelper.cpp101 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeDeferredSurfaceContext( in toTextureProxy() local
106 if (!sContext || !sContext->asTextureProxy()) { in toTextureProxy()
111 if (!sContext->writePixels(ii, fPixels->addr(), fPixels->rowBytes(), 0, 0)) { in toTextureProxy()
115 return sContext->asTextureProxyRef(); in toTextureProxy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/
H A DProxyUtils.cpp51 auto sContext = GrSurfaceContext::Make(dContext, std::move(view), imageInfo.colorType(), in MakeTextureProxyViewFromData() local
53 if (!sContext) { in MakeTextureProxyViewFromData()
56 if (!sContext->writePixels(dContext, imageInfo, data, rowBytes, {0, 0})) { in MakeTextureProxyViewFromData()
59 return sContext->readSurfaceView(); in MakeTextureProxyViewFromData()
/dports/games/warzone2100/warzone2100/lib/widget/
H A Dwidget.cpp1173 W_CONTEXT sContext = W_CONTEXT::ZeroContext(); in widgRunScreen() local
1201 sContext.mx = c->pos.x; in widgRunScreen()
1202 sContext.my = c->pos.y; in widgRunScreen()
1218 sContext.mx = mouseX(); in widgRunScreen()
1219 sContext.my = mouseY(); in widgRunScreen()
1238 overlay.psScreen->psForm->runRecursive(&sContext); in widgRunScreen()
1241 psScreen->psForm->runRecursive(&sContext); in widgRunScreen()
1329 W_CONTEXT sContext = W_CONTEXT::ZeroContext(); in widgDisplayScreen() local
1330 sContext.mx = mouseX(); in widgDisplayScreen()
1331 sContext.my = mouseY(); in widgDisplayScreen()
[all …]
/dports/games/warzone2100/warzone2100/src/titleui/
H A Dprotocol.cpp202 W_CONTEXT sContext = W_CONTEXT::ZeroContext(); in openIPDialog() local
203 sContext.mx = CON_NAMEBOXWIDTH; in openIPDialog()
204 sContext.my = 0; in openIPDialog()
205 widgGetFromID(psSettingsScreen, CON_IP)->clicked(&sContext); in openIPDialog()

12345678910>>...14