Home
last modified time | relevance | path

Searched refs:tempStorage (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/py-music21/music21-7.1.0/music21/common/
H A DclassTools.py197 tempStorage = getattr(obj, attribute)
203 setattr(obj, attribute, tempStorage)
224 tempStorage: Dict[str, Any] = {}
226 tempStorage[attribute] = getattr(obj, attribute)
230 for k, v in tempStorage.items(): # dicts are ordered in 3.7
/dports/graphics/libfpx/libfpx-1.3.1-10/ole/
H A Doleclink.cpp182 OLEStorage* tempStorage = NULL; in AnalyseStorageUp() local
185 tempStorage = currStorage->GetParStorage(); in AnalyseStorageUp()
186 while (tempStorage) { in AnalyseStorageUp()
187 currStorage = tempStorage; in AnalyseStorageUp()
188 tempStorage = currStorage->GetParStorage(); in AnalyseStorageUp()
195 tempStorage = currStorage->GetParStorage(); in AnalyseStorageUp()
196 currStorage = tempStorage; in AnalyseStorageUp()
611 OLEStorage* tempStorage = NULL; in ParseStoragePath() local
637 ok = currStorage->OpenStorage (id, storageName, &tempStorage, OLE_READWRITE_MODE); in ParseStoragePath()
641 currStorage = tempStorage; in ParseStoragePath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/
H A DOleClientSite.java247 tempStorage = createTempStorage(); in OleClientSite()
336 tempStorage = createTempStorage(); in OleCreate()
401 tempStorage = createTempStorage(); in OleCreate()
584 long[] tempStorage = new long[1]; in createTempStorage() local
588 return new IStorage(tempStorage[0]); in createTempStorage()
600 if (tempStorage != null){ in deleteTempStorage()
601 tempStorage.Release(); in deleteTempStorage()
603 tempStorage = null; in deleteTempStorage()
1282 tempStorage.AddRef(); in saveOffice2007()
1292 tempStorage.Release(); in saveOffice2007()
[all …]
H A DOleControlSite.java140 tempStorage = createTempStorage(); in OleControlSite()
151 …reate(appClsid, COM.IIDIUnknown, COM.OLERENDER_DRAW, null, clientSite, tempStorage.getAddress(), a… in OleControlSite()
182 tempStorage = createTempStorage(); in OleControlSite()
183 persist.InitNew(tempStorage.getAddress()); in OleControlSite()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaintcontrols/
H A Dlcvectortextshapes.pas1767 tempStorage := storage.temporary;
1771 tempStorage := TemporaryStorage;
1774 if Assigned(tempStorage) then
1793 tempStorage.RemoveAttribute('origin');
1794 tempStorage.RemoveAttribute('x-axis');
1795 tempStorage.RemoveAttribute('y-axis');
1798 tempStorage.RemoveObject('pen-phong');
1988 if Assigned(tempStorage) then
1999 tempStorage.PointF['origin'] := Origin;
2000 tempStorage.PointF['x-axis'] := XAxis;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBinASTTokenReaderContext.cpp1814 JSContext* cx, TemporaryStorage* tempStorage) { in initComplete() argument
1823 [cx, tempStorage]( in initComplete()
1831 [cx, tempStorage]( in initComplete()
2091 JSContext* cx, TemporaryStorage* tempStorage) { in initComplete() argument
2162 JSContext* cx, TemporaryStorage* tempStorage) { in initComplete() argument
2320 JSContext* cx, TemporaryStorage* tempStorage) { in initComplete() argument
2379 cx, tempStorage, in initComplete()
2388 MOZ_TRY(shortKeys_.initStart(cx, tempStorage, in initComplete()
2421 MOZ_TRY(shortKeys_.initComplete(cx, tempStorage)); in initComplete()
2428 MOZ_TRY(sub.initComplete(cx, tempStorage)); in initComplete()
[all …]
H A DBinASTTokenReaderContext.h324 JS::Result<Ok> initStart(JSContext* cx, TemporaryStorage* tempStorage,
327 JS::Result<Ok> initComplete(JSContext* cx, TemporaryStorage* tempStorage);
483 JS::Result<Ok> initStart(JSContext* cx, TemporaryStorage* tempStorage,
486 JS::Result<Ok> initComplete(JSContext* cx, TemporaryStorage* tempStorage);
707 JS::Result<Ok> initStart(JSContext* cx, TemporaryStorage* tempStorage,
710 JS::Result<Ok> initComplete(JSContext* cx, TemporaryStorage* tempStorage);
817 JS::Result<Ok> initStart(JSContext* cx, TemporaryStorage* tempStorage,
825 JS::Result<Ok> initComplete(JSContext* cx, TemporaryStorage* tempStorage);
1128 HuffmanDictionary* dictionary, TemporaryStorage* tempStorage); in alignas()
1153 void moveFrom(HuffmanDictionary* dictionary, TemporaryStorage* tempStorage); in alignas()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DReplayManager.cpp668 uint64_t tempStorage = 0; in SerialiseParkParameters() local
672 serialiser << tempStorage; in SerialiseParkParameters()
673 serialiser << tempStorage; in SerialiseParkParameters()
674 serialiser << tempStorage; in SerialiseParkParameters()
675 serialiser << tempStorage; in SerialiseParkParameters()
676 serialiser << tempStorage; in SerialiseParkParameters()
677 serialiser << tempStorage; in SerialiseParkParameters()
678 serialiser << tempStorage; in SerialiseParkParameters()
679 serialiser << tempStorage; in SerialiseParkParameters()
/dports/devel/umbrello/umbrello-21.12.3/lib/cppparser/
H A Dparser.h235 …std::vector<Comment> tempStorage; // The vector is required in order to output the comments in the… variable
249 tempStorage.push_back(*it);
255 tempStorage.push_back(*it);
262 …for (auto it2 = tempStorage.rbegin(); it2 != tempStorage.rend(); ++it2) { // outputs the comments …
263 if(it2 == tempStorage.rbegin()) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkDevice.cpp343 SkPixmap tempStorage; in accessPixels() local
345 pmap = &tempStorage; in accessPixels()
351 SkPixmap tempStorage; in peekPixels() local
353 pmap = &tempStorage; in peekPixels()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkDevice.cpp347 SkPixmap tempStorage; in accessPixels() local
349 pmap = &tempStorage; in accessPixels()
355 SkPixmap tempStorage; in peekPixels() local
357 pmap = &tempStorage; in peekPixels()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkDevice.cpp347 SkPixmap tempStorage; in accessPixels() local
349 pmap = &tempStorage; in accessPixels()
355 SkPixmap tempStorage; in peekPixels() local
357 pmap = &tempStorage; in peekPixels()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkDevice.cpp347 SkPixmap tempStorage; in accessPixels() local
349 pmap = &tempStorage; in accessPixels()
355 SkPixmap tempStorage; in peekPixels() local
357 pmap = &tempStorage; in peekPixels()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkDevice.cpp347 SkPixmap tempStorage; in accessPixels() local
349 pmap = &tempStorage; in accessPixels()
355 SkPixmap tempStorage; in peekPixels() local
357 pmap = &tempStorage; in peekPixels()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkDevice.cpp385 SkPixmap tempStorage; in accessPixels() local
387 pmap = &tempStorage; in accessPixels()
393 SkPixmap tempStorage; in peekPixels() local
395 pmap = &tempStorage; in peekPixels()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkDevice.cpp329 SkPixmap tempStorage; in accessPixels() local
331 pmap = &tempStorage; in accessPixels()
337 SkPixmap tempStorage; in peekPixels() local
339 pmap = &tempStorage; in peekPixels()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkDevice.cpp322 SkPixmap tempStorage; in accessPixels() local
324 pmap = &tempStorage; in accessPixels()
330 SkPixmap tempStorage; in peekPixels() local
332 pmap = &tempStorage; in peekPixels()
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/internal/
H A Dfunction_detail.h434 FunctorStorageType tempStorage; in EA_RESTORE_ALL_VC_WARNINGS()
437 … (void)(*other.mMgrFuncPtr)(static_cast<void*>(&tempStorage), static_cast<void*>(&other.mStorage), in EA_RESTORE_ALL_VC_WARNINGS()
449 (void)(*other.mMgrFuncPtr)(static_cast<void*>(&mStorage), static_cast<void*>(&tempStorage), in EA_RESTORE_ALL_VC_WARNINGS()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dmatrix.cpp7449 tempStorage[i]=ZEROPOINTER; in ConvertFormulas2Poly()
7458 tempStorage[i] = (HBLObjectRef)polyCell; in ConvertFormulas2Poly()
7484 DeleteObject(tempStorage[i]); in ConvertFormulas2Poly()
7498 tempStorage[i] = (HBLObjectRef)polyCell; in ConvertFormulas2Poly()
7519 DeleteObject(tempStorage[i]); in ConvertFormulas2Poly()
7529 theData = (hyFloat*) tempStorage; in ConvertFormulas2Poly()
7540 DeleteObject (tempStorage[i]); in ConvertFormulas2Poly()
7542 MatrixMemFree (tempStorage); in ConvertFormulas2Poly()
7556 tempStorage[i]=new _Polynomial (theData[i]); in ConvertNumbers2Poly()
7563 tempStorage[i] = nil; in ConvertNumbers2Poly()
[all …]
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/
H A DmyResultsOld.m5409 NSALLOC(NSMutableArray, tempStorage);
5429 [tempStorage addObject: compareRec];
5435 [tempStorage addObject: compareRec];
5437 [myData addObjectsFromArray: tempStorage];
5438 [tempStorage release];
5454 NSALLOC(NSMutableArray, tempStorage);
5474 [tempStorage addObject: compareRec];
5480 [tempStorage addObject: compareRec];
5482 [myData addObjectsFromArray: tempStorage];
5483 [tempStorage release];
H A DmyResults.m6700 NSALLOC(NSMutableArray, tempStorage);
6705 [tempStorage release];
6728 [tempStorage addObject: compareRec];
6736 [tempStorage addObject: compareRec];
6738 [myData addObjectsFromArray: tempStorage];
6739 [tempStorage release];
6761 NSALLOC(NSMutableArray, tempStorage);
6767 [tempStorage release];
6798 [tempStorage addObject: compareRec];
6800 [myData addObjectsFromArray: tempStorage];
[all …]
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/api/
H A DQuicTransportBase.cpp1657 std::vector<StreamId> tempStorage; in processCallbacksAfterNetworkData() local
1659 handleNewStreamCallbacks(tempStorage); in processCallbacksAfterNetworkData()
1687 handleStreamFlowControlUpdatedCallbacks(tempStorage); in processCallbacksAfterNetworkData()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/gemm/
H A Dgen_gemm_kernel_generator.cpp5629 Subregister temp[2] = {tempStorage.ud(0), tempStorage.ud(1)}; in updateCLayout()
5907 state.ra.safeRelease(tempStorage); in updateCLayout()
13879 auto tempStorage = C_regs[0]; in sysgemmAccumulateC() local
13880 auto suboffsetA = tempStorage.ud(0); in sysgemmAccumulateC()
13882 auto tempA = tempStorage.ud(2); in sysgemmAccumulateC()
13883 auto wlidM = tempStorage.uw(6); in sysgemmAccumulateC()
13884 auto tempB = tempStorage.ud(4); in sysgemmAccumulateC()
15205 auto tempStorage = C_regs[0]; in sysgemm2AccumulateC() local
15208 auto tempB = tempStorage.ud(2); in sysgemm2AccumulateC()
15210 auto aInc = tempStorage.ud(4); in sysgemm2AccumulateC()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp1281 SkAutoMalloc tempStorage; in dissect_eap_gpsk_csuite_list()
1295 char* buffer = (char*)tempStorage.reset(combined_buffer_size);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp1092 SkAutoMalloc tempStorage; in uploadTexData() local
1137 buffer = (char*)tempStorage.reset(combinedBufferSize); in uploadTexData()

12