Home
last modified time | relevance | path

Searched refs:pathSrc (Results 1 – 24 of 24) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/consensys/gnark-crypto/field/generator/
H A Dgenerator.go51 pathSrc := filepath.Join(outputDir, eName+".go")
88 fmt.Println("generating", pathSrc)
89 f, err := os.Create(pathSrc)
102 cmd := exec.Command("asmfmt", "-w", pathSrc)
112 fmt.Println("generating", pathSrc)
113 f, err := os.Create(pathSrc)
128 cmd := exec.Command("asmfmt", "-w", pathSrc)
138 fmt.Println("generating", pathSrc)
139 f, err := os.Create(pathSrc)
154 cmd := exec.Command("asmfmt", "-w", pathSrc)
[all …]
/dports/net/nncp/nncp-8.0.2/src/
H A Dtx_test.go36 pathSrc string,
47 if len(pathSrc) > int(MaxPathSize) {
48 pathSrc = pathSrc[:MaxPathSize]
88 pkt, err := NewPkt(PktTypeExec, replyNice, []byte(pathSrc))
148 if !bytes.HasPrefix(pkt.Path[:], []byte(pathSrc)) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
H A DDrawManager.java327 Path pathSrc = new Path(); in drawPlaneOutline() local
328 pathSrc.moveTo(polygon.get(0), polygon.get(1)); in drawPlaneOutline()
330 pathSrc.lineTo(polygon.get(i * 2), polygon.get(i * 2 + 1)); in drawPlaneOutline()
332 pathSrc.close(); in drawPlaneOutline()
349 canvas.drawPath(pathSrc, p); in drawPlaneOutline()
354 pathSrc.transform(mvpv, pathDst); in drawPlaneOutline()
371 Path pathSrc = new Path(); in drawPlaneWithShader() local
372 pathSrc.moveTo(polygon.get(0), polygon.get(1)); in drawPlaneWithShader()
376 pathSrc.close(); in drawPlaneWithShader()
399 canvas.drawPath(pathSrc, p); in drawPlaneWithShader()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/
H A DQDScheme.cpp408 cln->pathSrc = pathSrc; in clone()
417 if (!pathSrc) { in addConstraint()
419 pathSrc = dcSrc; in addConstraint()
431 } else if (pathSrc == dcSrc) { in addConstraint()
432 pathSrc = dcDst; in addConstraint()
434 schemeUnits << pathSrc; in addConstraint()
435 } else if (pathSrc == dcDst) { in addConstraint()
436 pathSrc = dcSrc; in addConstraint()
438 schemeUnits << pathSrc; in addConstraint()
451 QDSchemeUnit *curSu = pathSrc; in toConstraint()
[all …]
H A DQDScheme.h285 : pathSrc(nullptr), pathDst(nullptr), overallConstraint(nullptr) { in QDPath()
291 return pathSrc; in getSrc()
306 QDSchemeUnit *pathSrc;
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Tools/SaveTool/
H A Dmain.c139 char* pathSrc; in UpdateValidDir() local
143 pathSrc = menuList1[basePath]; in UpdateValidDir()
148 pathSrc = pspPath; in UpdateValidDir()
186 if(FileExist(pathSrc, data.d_name, "PARAM.SFO") < 0) in UpdateValidDir()
193 if(FileRead(pathSrc, data.d_name, "PARAM.SFO",(u8*)&paramsfo,0x1330) < 0) in UpdateValidDir()
216 if(FileExist(pathSrc, data.d_name, filename) < 0) in UpdateValidDir()
/dports/emulators/ppsspp/ppsspp-1.12.3/Tools/SaveTool/
H A Dmain.c139 char* pathSrc; in UpdateValidDir() local
143 pathSrc = menuList1[basePath]; in UpdateValidDir()
148 pathSrc = pspPath; in UpdateValidDir()
186 if(FileExist(pathSrc, data.d_name, "PARAM.SFO") < 0) in UpdateValidDir()
193 if(FileRead(pathSrc, data.d_name, "PARAM.SFO",(u8*)&paramsfo,0x1330) < 0) in UpdateValidDir()
216 if(FileExist(pathSrc, data.d_name, filename) < 0) in UpdateValidDir()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Tools/SaveTool/
H A Dmain.c139 char* pathSrc; in UpdateValidDir() local
143 pathSrc = menuList1[basePath]; in UpdateValidDir()
148 pathSrc = pspPath; in UpdateValidDir()
186 if(FileExist(pathSrc, data.d_name, "PARAM.SFO") < 0) in UpdateValidDir()
193 if(FileRead(pathSrc, data.d_name, "PARAM.SFO",(u8*)&paramsfo,0x1330) < 0) in UpdateValidDir()
216 if(FileExist(pathSrc, data.d_name, filename) < 0) in UpdateValidDir()
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_WNT.cxx623 wchar_t* pathSrc = NULL; in MoveDirectory() local
632 && (pathSrc = (wchar_t* )HeapAlloc (hHeap, 0, _MAX_DIR * sizeof(wchar_t))) != NULL in MoveDirectory()
635 _wsplitpath (oldDir, driveSrc, pathSrc, NULL, NULL); in MoveDirectory()
638 && wcscmp (pathSrc, pathDst ) == 0) in MoveDirectory()
669 if (pathSrc != NULL) in MoveDirectory()
671 HeapFree (hHeap, 0, pathSrc); in MoveDirectory()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dbdb.cpp616 fs::path pathSrc = env->Directory() / strFile;
622 if (fs::equivalent(pathSrc, pathDest)) {
627 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists);
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dbdb.cpp616 fs::path pathSrc = env->Directory() / strFile; in Backup() local
622 if (fs::equivalent(pathSrc, pathDest)) { in Backup()
627 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); in Backup()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dbdb.cpp619 fs::path pathSrc = env->Directory() / strFile; in Backup() local
625 if (fs::equivalent(pathSrc, pathDest)) { in Backup()
630 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); in Backup()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dbdb.cpp619 fs::path pathSrc = env->Directory() / strFile; in Backup() local
625 if (fs::equivalent(pathSrc, pathDest)) { in Backup()
630 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); in Backup()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dbdb.cpp619 fs::path pathSrc = env->Directory() / strFile; in Backup() local
625 if (fs::equivalent(pathSrc, pathDest)) { in Backup()
630 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); in Backup()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dbdb.cpp616 fs::path pathSrc = env->Directory() / strFile; in Backup() local
622 if (fs::equivalent(pathSrc, pathDest)) { in Backup()
627 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); in Backup()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Ddb.cpp872 fs::path pathSrc = env->Directory() / strFile; in Backup() local
878 if (fs::equivalent(pathSrc, pathDest)) { in Backup()
883 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); in Backup()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Ddb.cpp872 fs::path pathSrc = env->Directory() / strFile; in Backup() local
878 if (fs::equivalent(pathSrc, pathDest)) { in Backup()
883 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); in Backup()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Ddb.cpp872 fs::path pathSrc = env->Directory() / strFile; in Backup() local
878 if (fs::equivalent(pathSrc, pathDest)) { in Backup()
883 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); in Backup()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Ddb.cpp870 fs::path pathSrc = env->Directory() / strFile; in Backup() local
876 if (fs::equivalent(pathSrc, pathDest)) { in Backup()
881 fs::copy_file(pathSrc, pathDest, fs::copy_option::overwrite_if_exists); in Backup()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dgraphicsd2d.cpp1918 wxD2DPathData* pathSrc = in AddPath() local
1922 if ( pathSrc->m_pathGeometry == NULL || pathSrc->m_geometrySink == NULL ) in AddPath()
1942 if ( pathSrc->IsEmpty() ) in AddPath()
1948 pathSrc->SaveGeometryState(curStateSrc); in AddPath()
1951 pathSrc->Flush(); in AddPath()
1965 for ( size_t i = 0; i < pathSrc->m_pTransformedGeometries.size(); i++ ) in AddPath()
1969 pathSrc->m_pTransformedGeometries[i], in AddPath()
1980 hr = pathSrc->m_pathGeometry->Stream(m_geometrySink); in AddPath()
1990 pathSrc->EnsureGeometryOpen(); in AddPath()
1995 pathSrc->RestoreGeometryState(curStateSrc); in AddPath()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp3538 boost::filesystem::path pathSrc = GetDataDir() / strWalletFile; in BackupWallet() local
3545 …boost::filesystem::copy_file(pathSrc, pathDest, boost::filesystem::copy_option::overwrite_if_exist… in BackupWallet()
3547 boost::filesystem::copy_file(pathSrc, pathDest); in BackupWallet()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp3538 boost::filesystem::path pathSrc = GetDataDir() / strWalletFile; in BackupWallet() local
3545 …boost::filesystem::copy_file(pathSrc, pathDest, boost::filesystem::copy_option::overwrite_if_exist… in BackupWallet()
3547 boost::filesystem::copy_file(pathSrc, pathDest); in BackupWallet()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/wallet/
H A Dwallet.cpp3538 boost::filesystem::path pathSrc = GetDataDir() / strWalletFile; in BackupWallet() local
3545 …boost::filesystem::copy_file(pathSrc, pathDest, boost::filesystem::copy_option::overwrite_if_exist… in BackupWallet()
3547 boost::filesystem::copy_file(pathSrc, pathDest); in BackupWallet()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dpick.c846 int *pathSrc, *pathDst; in PickBufToField() local
889 pathSrc = (int *)DXGetArrayData(p->paths); in PickBufToField()
898 memcpy(pathDst, pathSrc+picks->index, picks->pathlen*sizeof(int)); in PickBufToField()