Home
last modified time | relevance | path

Searched refs:dirId (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs-nfs/src/test/java/org/apache/hadoop/hdfs/nfs/nfs3/
H A DTestRpcProgramNfs3.java186 long dirId = status.getFileId(); in testGetattr() local
209 long dirId = status.getFileId(); in testSetattr() local
234 long dirId = status.getFileId(); in testLookup() local
257 long dirId = status.getFileId(); in testAccess() local
281 long dirId = status.getFileId(); in testReadlink() local
316 long dirId = status.getFileId(); in testRead() local
439 long dirId = status.getFileId(); in testWrite() local
469 long dirId = status.getFileId(); in testCreate() local
493 long dirId = status.getFileId(); in testMkdir() local
520 long dirId = status.getFileId(); in testSymlink() local
[all …]
H A DTestReaddir.java121 long dirId = status.getFileId(); in testReaddirBasic() local
125 FileHandle handle = new FileHandle(dirId); in testReaddirBasic()
142 handle = new FileHandle(dirId); in testReaddirBasic()
169 long dirId = status.getFileId(); in testReaddirPlus() local
173 FileHandle handle = new FileHandle(dirId); in testReaddirPlus()
192 handle = new FileHandle(dirId); in testReaddirPlus()
H A DTestClientAccessPrivilege.java103 long dirId = status.getFileId(); in testClientAccessPrivilegeForRemove() local
106 FileHandle handle = new FileHandle(dirId); in testClientAccessPrivilegeForRemove()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOGAMSCEN.cpp60 int dirId; in select_run_scenario() local
62 for( dirId = 0; dirId < MAX_SCENARIO_PATH; ++dirId ) in select_run_scenario()
64 if( DIR_SCENARIO_PATH(dirId)[0] ) in select_run_scenario() local
66 Directory &gameDir = gameDirList[dirId]; in select_run_scenario()
69 str = DIR_SCENARIO_PATH(dirId); in select_run_scenario()
83 scenInfoArray[scenInfoSize].dir_id = dirId; in select_run_scenario()
89 str = DIR_SCENARIO_PATH(dirId); in select_run_scenario()
110 path = DIR_SCENARIO_PATH(dirId); in select_run_scenario()
H A DOSPRTRES.cpp78 int i, j, actionRecno, dirId; in load_sprite_info() local
152 dirId = misc.atoi(spriteActionRec->dir_id, spriteActionRec->DIR_ID_LEN); in load_sprite_info()
158 spriteMove = spriteInfo->move_array+dirId; in load_sprite_info()
165 if( spriteInfo->stop_array[dirId].frame_recno == 0) in load_sprite_info()
167 spriteInfo->stop_array[dirId].frame_recno = spriteMove->first_frame_recno; in load_sprite_info()
168 spriteInfo->stop_array[dirId].frame_count = 1; in load_sprite_info()
178 spriteAttack = spriteInfo->attack_array[spriteActionRec->action[1]-'1'] + dirId; in load_sprite_info()
188 …spriteInfo->stop_array[dirId].frame_recno = misc.atoi(spriteActionRec->first_frame_recno, spriteAc… in load_sprite_info()
189 …spriteInfo->stop_array[dirId].frame_count = misc.atoi(spriteActionRec->frame_count, spriteActionRe… in load_sprite_info()
207 SpriteGuardMove *spriteGuardMove = spriteInfo->guard_move_array+dirId; in load_sprite_info()
[all …]
/dports/deskutils/syncthingtray/syncthingtray/connector/
H A Dsyncthingconnection_requests.cpp369 if (dirId.isEmpty()) { in rescan()
381 reply->setProperty("dirId", dirId); in rescan()
966 reply->setProperty("dirId", dirId); in requestDirStatus()
1029 reply->setProperty("dirId", dirId); in requestDirPullErrors()
1082 reply->setProperty("dirId", dirId); in requestCompletion()
1446 const auto *const dir(findDirInfo(dirId, row)); in readDirRejected()
1714 const auto dirId([&eventData] { in readDirEvent() local
1721 if (dirId.isEmpty()) { in readDirEvent()
1737 auto *const dirInfo = findDirInfo(dirId, index); in readDirEvent()
2045 if (devId.isEmpty() || dirId.isEmpty()) { in readRemoteIndexUpdated()
[all …]
H A Dsyncthingconnection.h175 SyncthingDir *findDirInfo(const QString &dirId, int &row); in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
176 const SyncthingDir *findDirInfo(const QString &dirId, int &row) const; in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
208 void rescan(const QString &dirId, const QString &relpath = QString()); in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
223 void requestDirStatus(const QString &dirId); in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
224 void requestDirPullErrors(const QString &dirId, int page = 0, int perPage = 0); in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
225 void requestCompletion(const QString &devId, const QString &dirId); in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
256 void rescanTriggered(const QString &dirId); in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
292 int devIndex, const QString &dirId, SyncthingDir *dirInfo, int dirIndex); in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
295 int devIndex, const QString &dirId, SyncthingDir *dirInfo, int dirIndex); in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
297 const QString &dirId, SyncthingDir *dirInfo, int dirIndex); in CPP_UTILITIES_MARK_FLAG_ENUM_CLASS()
[all …]
H A Dsyncthingnotifier.cpp77 …eTime when, const QString &devId, const SyncthingDev *dev, const QString &dirId, const QString &di… in handleNewDirEvent() argument
87 const auto message([&devId, dev, &dirId, &dirLabel] { in handleNewDirEvent()
90 return devPrefix + tr(" wants to share directory %1.").arg(dirId); in handleNewDirEvent()
92 return devPrefix + tr(" wants to share directory %1 (%2).").arg(dirLabel, dirId); in handleNewDirEvent()
95 emit newDir(devId, dirId, message); in handleNewDirEvent()
H A Dsyncthingconnection.cpp515 SyncthingDir *SyncthingConnection::findDirInfo(const QString &dirId, int &row) in findDirInfo() argument
519 if (d.id == dirId) { in findDirInfo()
532 const auto dirId(object.value(key).toString()); in findDirInfo() local
533 if (dirId.isEmpty()) { in findDirInfo()
538 return findDirInfo(dirId, rowRef); in findDirInfo()
574 SyncthingDir *SyncthingConnection::addDirInfo(std::vector<SyncthingDir> &dirs, const QString &dirId) in addDirInfo() argument
576 if (dirId.isEmpty()) { in addDirInfo()
580 if (auto *const existingDirInfo = findDirInfo(dirId, row)) { in addDirInfo()
583 dirs.emplace_back(dirId); in addDirInfo()
H A Dsyncthingnotifier.h85 void newDir(const QString &devId, const QString &dirId, const QString &message);
92 …eTime when, const QString &devId, const SyncthingDev *dev, const QString &dirId, const QString &di…
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/db/
H A DInstrumentsDb.cpp269 int dirId = GetDirectoryId(Dir); in GetDirectories() local
446 int dirId = GetDirectoryId(Dir); in RemoveDirectory() local
451 RemoveDirectory(dirId); in RemoveDirectory()
571 int dirId = GetDirectoryId(Dir); in RenameDirectory() local
610 int dirId = GetDirectoryId(Dir); in MoveDirectory() local
614 if (dirId == dstId) { in MoveDirectory()
656 int dirId = GetDirectoryId(Dir); in CopyDirectory() local
660 if (dirId == dstId) { in CopyDirectory()
872 int dirId = GetDirectoryId(Dir); in GetInstruments() local
1072 if (dirId == dstId) { in MoveInstrument()
[all …]
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/storage/
H A DDiskBlockManager.scala59 val dirId = hash % localDirs.length constant
63 val subDir = subDirs(dirId).synchronized {
64 val old = subDirs(dirId)(subDirId)
68 val newDir = new File(localDirs(dirId), "%02x".format(subDirId))
72 subDirs(dirId)(subDirId) = newDir
/dports/databases/db18/db-18.1.40/dist/winmsi/
H A DgenWix.py187 def generateFile(self, fname, root, dirId): argument
192 idname = self.makeId("%s_%s"%(dirId,fname))
200 dirId = self.printDirectoryId(dir)
201 elem ="<Directory Id=\'%s\' %s>"%(dirId,self.makeNames(dir))
203 return dirId
252 dirId = self.startDirectory(dir, os.path.basename(path))
275 self.generateFile(file,fullPath, dirId)
/dports/databases/db5/db-5.3.28/dist/winmsi/
H A DgenWix.py187 def generateFile(self, fname, root, dirId): argument
192 idname = self.makeId("%s_%s"%(dirId,fname))
200 dirId = self.printDirectoryId(dir)
201 elem ="<Directory Id=\'%s\' %s>"%(dirId,self.makeNames(dir))
203 return dirId
252 dirId = self.startDirectory(dir, os.path.basename(path))
275 self.generateFile(file,fullPath, dirId)
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dfilesearch.cpp24 int dirId; member
29 : m_Added( false ), dirId( -1 ), cs( 0 ) in SearchItemNode()
228 int dirId = -1; in SearchDir() local
301 if ( dirId < 0 ) in SearchDir()
303 dirId = this->NewDirId(); in SearchDir()
304 data->res->AddDir( dirId, path ); in SearchDir()
305 data->res->AddItem( dirId, 0, 0 ); in SearchDir()
427 auto i = m_DirHash.find( t->dirId ); in GetCurrentURI()
455 auto i = m_DirHash.find( t->dirId ); in GetCurrentPath()
525 FSPath fullPath(m_DirHash.at(it->dirId)->path); in FillFoundItemsList()
[all …]
/dports/deskutils/syncthingtray/syncthingtray/widgets/misc/
H A Ddbusstatusnotifier.h34 void showNewDir(const QString &devId, const QString &dirId, const QString &message);
94 inline void DBusStatusNotifier::showNewDir(const QString &devId, const QString &dirId, const QStrin… in showNewDir() argument
97 Q_UNUSED(dirId) in showNewDir()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/sql/
H A DSqlScanResultProcessor.cpp129 int dirId = m_collection->registry()->getDirectory( path, directory->mtime() ); in commitDirectory() local
131 m_directoryIds.insert( directory.data(), dirId ); in commitDirectory()
132 m_foundDirectories.insert( path, dirId ); in commitDirectory()
408 else if( m_foundDirectories.value( path ) != e.dirId ) in deleteDeletedDirectories()
412 deleteThisDir = relocateTracksToNewDirectory( e.dirId, newDirId ); in deleteDeletedDirectories()
417 deleteDeletedTracks( e.dirId ); in deleteDeletedDirectories()
418 QString query = QString( "DELETE FROM directories WHERE id = %1;" ).arg( e.dirId ); in deleteDeletedDirectories()
565 e.dirId = res.at( i++ ).toInt(); in mountedDirectories()
600 e.dirId = res.at( i++ ).toInt(); in deletedDirectories()
603 idToDirEntryMap.insert( e.dirId, e ); in deletedDirectories()
/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Dfprint.c59 rpmsid dirId; /*!< path to existing directory */ member
122 fingerPrintCache cache, rpmsid dirId) in cacheContainsDirectory() argument
126 if (rpmFpEntryHashGetEntry(cache->ht, dirId, &data, NULL, NULL)) in cacheContainsDirectory()
199 newEntry->dirId = fpId; in doLookupId()
297 dn = rpmstrPoolStr(cache->pool, fp->entry->dirId); in fpEntryDir()
403 dn = rpmstrPoolStr(fpc->pool, current_fp.entry->dirId); in fpLookupSubdir()
/dports/deskutils/syncthingtray/syncthingtray/fileitemactionplugin/
H A Dsyncthingfileitemactionstaticdata.cpp95 void SyncthingFileItemActionStaticData::rescanDir(const QString &dirId, const QString &relpath) in rescanDir() argument
98 const auto *const dirInfo = m_connection.findDirInfo(dirId, row); in rescanDir()
100 m_connection.rescan(dirId, relpath); in rescanDir()
/dports/games/openspades/openspades-0.1.3/Sources/Draw/
H A DGLAmbientShadowRenderer.cpp152 int dirId = 0; in Evaluate() local
157 unsigned int bits = directions[dirId]; in Evaluate()
165 dirId++; in Evaluate()
166 if (dirId >= numDirections) in Evaluate()
167 dirId = 0; in Evaluate()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/collections/db/sql/
H A DTestSqlScanManager.cpp795 for( int dirId = 0; dirId < 2000; dirId++ ) in testLargeInsert() local
798 writer.writeTextElement( "path", QString::number(dirId) ); in testLargeInsert()
799 writer.writeTextElement( "rpath", '/' + QString::number(dirId) ); in testLargeInsert()
811 writer.writeTextElement( "album", QString::number(dirId) ); in testLargeInsert()
819 for( int dirId = 0; dirId < 7; dirId++ ) in testLargeInsert() local
822 writer.writeTextElement( "path", "genre" + QString::number(dirId) ); in testLargeInsert()
823 writer.writeTextElement( "rpath", "/genre" + QString::number(dirId) ); in testLargeInsert()
835 "artist" + QString::number(dirId) + in testLargeInsert()
838 "genre album" + QString::number(dirId) + in testLargeInsert()
847 for( int dirId = 0; dirId < 3000; dirId++ ) in testLargeInsert() local
[all …]
/dports/deskutils/syncthingtray/syncthingtray/plasmoid/package/contents/ui/
H A DDirectoriesPage.qml85 dirId)
93 … [dirId]) : plasmoid.nativeInterface.connection.pauseDirectories(
94 [dirId])
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/stylish-haskell-0.12.2.0/tests/Language/Haskell/Stylish/Tests/
H A DUtil.hs82 dirId <- randomIO :: IO Word
83 findTempName tmpRootDir dirId
/dports/www/tikiwiki/tiki-21.2/lib/jquery_tiki/elfinder/
H A DelFinderVolumeTikiFiles.class.php1073 $dirId = $this->options['accessControlData']['parentIds']['files'][$this->pathToId($fileId)];
1077 …ikiLib::lib('tiki')->get_perm_object($dirId, 'file gallery', TikiLib::lib('filegal')->get_file_gal…
1099 $this->filegallib->process_batch_file_upload($dirId, $filepath, $user, '', $errors);
1107 $dirStr = 'd_' . $dirId;
/dports/deskutils/syncthingtray/syncthingtray/tray/gui/
H A Dtrayicon.cpp280 void TrayIcon::showNewDir(const QString &devId, const QString &dirId, const QString &message) in showNewDir() argument
284 m_dbusNotifier.showNewDir(devId, dirId, message); in showNewDir()
288 Q_UNUSED(dirId) in showNewDir()

123