Home
last modified time | relevance | path

Searched refs:readTokens (Results 1 – 15 of 15) sorted by relevance

/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/network/p2pParts/
H A DprotocolUtils.cpp101 SimpleVector<char *> *readTokens = in readStreamUpToTagAndGetToken() local
110 int numTokens = readTokens->size(); in readStreamUpToTagAndGetToken()
113 stringDuplicate( *( readTokens->getElement( inTokenNumber ) ) ); in readStreamUpToTagAndGetToken()
125 delete [] *( readTokens->getElement( i ) ); in readStreamUpToTagAndGetToken()
127 delete readTokens; in readStreamUpToTagAndGetToken()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/org/eclipse/test/internal/performance/
H A DPerformanceMonitorLinux.java41 StringTokenizer st = readTokens("/proc/self/stat", false); //$NON-NLS-1$ in collectOperatingSystemCounters()
72 st = readTokens("/proc/self/statm", false); //$NON-NLS-1$ in collectOperatingSystemCounters()
144 private StringTokenizer readTokens(String procPath, boolean skipFirst) { in readTokens() method in PerformanceMonitorLinux
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/
H A DDelegationTokenFetcher.java96 private static Collection<Token<?>> readTokens(Path file, Configuration conf) in readTokens() method in DelegationTokenFetcher
158 for (Token<?> token : readTokens(tokenFile, conf)) { in main()
168 for (Token<?> token : readTokens(tokenFile, conf)) { in main()
178 for(Token<?> token: readTokens(tokenFile, conf)) { in main()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DRagTimeText.hxx100 bool readTokens(RagTimeTextInternal::TextZone &zone, long endPos);
H A DClarisDrawText.hxx118 bool readTokens(MWAWEntry const &entry, ClarisDrawTextInternal::DSET &zone);
H A DClarisWksText.hxx122 bool readTokens(MWAWEntry const &entry, ClarisWksTextInternal::Zone &zone);
H A DRagTimeText.cxx526 if (!readTokens(*zone, endPos)) in readTextZone()
840 bool RagTimeText::readTokens(RagTimeTextInternal::TextZone &zone, long endPos) in readTokens() function in RagTimeText
H A DClarisDrawText.cxx677 ok = readTokens(zEntry, *textZone); in readDSETZone()
1065 bool ClarisDrawText::readTokens(MWAWEntry const &entry, ClarisDrawTextInternal::DSET &zone) in readTokens() function in ClarisDrawText
H A DClarisWksText.cxx932 ok = readTokens(zEntry, *textZone); in readDSETZone()
1164 bool ClarisWksText::readTokens(MWAWEntry const &entry, ClarisWksTextInternal::Zone &zone) in readTokens() function in ClarisWksText
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/tools/
H A DDelegationTokenFetcher.java95 readTokens(Path file, Configuration conf) throws IOException{ in readTokens() method in DelegationTokenFetcher
136 for(Token<?> token: readTokens(tokenFile, conf)) { in main()
142 for(Token<?> token: readTokens(tokenFile, conf)) { in main()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/bayesian-spam-filter/
H A DnsBayesianFilter.h299 bool readTokens(FILE* stream, int64_t fileSize, uint32_t aTraitId,
H A DnsBayesianFilter.cpp2112 bool CorpusStore::readTokens(FILE* stream, int64_t fileSize, uint32_t aTraitId, in readTokens() function in CorpusStore
2311 readTokens(stream, fileSize, kGoodTrait, true) && in readTrainingData()
2312 readTokens(stream, fileSize, kJunkTrait, true))) { in readTrainingData()
2500 if ((error = !readTokens(stream, fileSize, localTrait, aIsAdd))) break; in UpdateData()
/dports/editors/cpeditor/cpeditor-6.8.2/third_party/testlib/
H A Dtestlib.h1865readTokens(int size, const std::string &ptrn, const std::string &variablesName = "", int indexBase…
1868readTokens(int size, const pattern &p, const std::string &variablesName = "", int indexBase = 1);
1870 std::vector<std::string> readTokens(int size, int indexBase = 1);
3034 InStream::readTokens(int size, const pattern &p, const std::string &variablesName, int indexBase) { in readTokens() function
3035 __testlib_readMany(readTokens, readToken(p, variablesName), std::string, true); in readTokens()
3038 std::vector<std::string> InStream::readTokens(int size, int indexBase) { in readTokens() function
3039 __testlib_readMany(readTokens, readToken(), std::string, true); in readTokens()
3047 InStream::readTokens(int size, const std::string &ptrn, const std::string &variablesName, int index… in readTokens() function
3049 __testlib_readMany(readTokens, readWord(p, variablesName), std::string, true); in readTokens()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DMouth.pm349 sub readTokens { subroutine
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/
H A DPackage.pm938 return LaTeXML::Core::Mouth->new($string)->readTokens; }
945 return LaTeXML::Core::Mouth->new($string)->readTokens; }