Home
last modified time | relevance | path

Searched refs:nextToken (Results 1 – 25 of 4849) sorted by relevance

12345678910>>...194

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DFileTokenizer.cpp79 ++nextToken; in get_string()
87 ++nextToken; in get_string()
108 while (nextToken != bufferEnd && !isspace(*nextToken)) in get_string()
122 ++nextToken; in get_string()
318 --nextToken; in unget_token()
320 --nextToken; in unget_token()
321 while (nextToken > buffer && *nextToken) in unget_token()
322 --nextToken; in unget_token()
325 ++nextToken; in unget_token()
421 ++nextToken; in get_newline()
[all …]
/dports/science/cdk/cdk-cdk-2.3/tool/forcefield/src/main/java/org/openscience/cdk/modeling/builder3d/
H A DMM2BasedParameterSetReader.java260 st.nextToken(); in setAtomTypes()
296 st.nextToken(); in setvdWaals()
321 st.nextToken(); in setvdWaalpr()
346 st.nextToken(); in setBond()
372 st.nextToken(); in setBond3()
398 st.nextToken(); in setBond4()
424 st.nextToken(); in setAngle()
466 st.nextToken(); in setAngle3()
499 st.nextToken(); in setAngle4()
532 st.nextToken(); in setStrBnd()
[all …]
H A DMMFF94BasedParameterSetReader.java122 stvdW.nextToken(); in setAtomTypeData()
123 stvdW.nextToken(); in setAtomTypeData()
190 st.nextToken(); in setAtomTypes()
192 rootType = st.nextToken(); in setAtomTypes()
196 name = st.nextToken(); in setAtomTypes()
226 st.nextToken(); in setBond()
263 st.nextToken(); in setAngle()
307 st.nextToken(); in setStrBnd()
337 st.nextToken(); in setTorsion()
390 st.nextToken(); in setOpBend()
[all …]
/dports/devel/splint/splint-3.1.2/src/
H A Dlslinit.c58 static /*@only@*/ ltoken nextToken; variable
218 ltoken_free (nextToken); in InitLine()
269 charClassToken = nextToken; in CharClass()
355 if (ltoken_isChar (nextToken) in ExtensionChar()
412 if (hasFirstChar (nextToken)) in IdChar()
427 if (hasFirstChar (nextToken)) in OpChar()
442 if (hasFirstChar (nextToken)) in SingChar()
474 tokenClassToken = nextToken; in TokenClass()
822 ltoken_free (nextToken); in SynClass()
1482 ltoken_free (nextToken); in LocalUserError()
[all …]
H A Dlclinit.c258 charClassToken = nextToken; in CharClass()
338 if (hasFirstChar (nextToken)) in ExtensionChar()
340 LSLGenShift (nextToken); in ExtensionChar()
378 LSLGenShift (nextToken); in EndCommentChar()
390 if (hasFirstChar (nextToken)) in IdChar()
392 LSLGenShift (nextToken); in IdChar()
407 LSLGenShift (nextToken); in OpChar()
422 LSLGenShift (nextToken); in SingChar()
437 LSLGenShift (nextToken); in WhiteChar()
453 tokenClassToken = nextToken; in TokenClass()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/test/src/IO/
H A DTokenizerTest.cpp89 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
95 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
105 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
124 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
134 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
154 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
172 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
190 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
208 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
226 ASSERT_EQ(SimpleToken::Eof, tokenizer.nextToken().type()); in TEST()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/clog2/
H A DPreamble.java88 version = tokens.nextToken().trim(); in readFromDataStream()
89 is_big_endian_title = tokens.nextToken().trim(); in readFromDataStream()
90 str = tokens.nextToken().trim(); in readFromDataStream()
93 is_finalized_title = tokens.nextToken().trim(); in readFromDataStream()
94 str = tokens.nextToken().trim(); in readFromDataStream()
97 block_size_title = tokens.nextToken().trim(); in readFromDataStream()
99 num_blocks_title = tokens.nextToken().trim(); in readFromDataStream()
101 max_world_size_title = tokens.nextToken().trim(); in readFromDataStream()
104 max_thread_count_title = tokens.nextToken().trim(); in readFromDataStream()
107 known_eventID_start_title = tokens.nextToken().trim(); in readFromDataStream()
[all …]
/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.java43 st.nextToken(); // int pid; // Process id. in collectOperatingSystemCounters()
45 st.nextToken(); // String state; in collectOperatingSystemCounters()
48 st.nextToken(); // int session; in collectOperatingSystemCounters()
49 st.nextToken(); // int ttry_nr; in collectOperatingSystemCounters()
50 st.nextToken(); // int tpgid; in collectOperatingSystemCounters()
51 st.nextToken(); // long flags; in collectOperatingSystemCounters()
126 st.nextToken(); // throw away label in collectGlobalPerformanceInfo()
127 long total = Long.parseLong(st.nextToken()); in collectGlobalPerformanceInfo()
128 long used = Long.parseLong(st.nextToken()); in collectGlobalPerformanceInfo()
129 long free = Long.parseLong(st.nextToken()); in collectGlobalPerformanceInfo()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Misc/
H A DFileTokenizer.cpp86 ++nextToken; in get_string()
93 while (nextToken != bufferEnd && !isspace(*nextToken)) in get_string()
94 ++nextToken; in get_string()
119 while (nextToken != bufferEnd && !isspace(*nextToken)) in get_string()
134 ++nextToken; in get_string()
374 --nextToken; in unget_token()
376 --nextToken; in unget_token()
377 while (nextToken > buffer && *nextToken) in unget_token()
378 --nextToken; in unget_token()
381 ++nextToken; in unget_token()
[all …]
/dports/www/scloader/scloader-0.32_1/src/
H A Dconfigloader.java67 token=st.nextToken(); in configloader()
80 String nt=st.nextToken(); in configloader()
88 arg[0]=st.nextToken("\n").trim(); in configloader()
94 arg[0]=st.nextToken(); in configloader()
146 String c=st.nextToken("\n"); in configloader()
158 String c=st.nextToken("\n"); in configloader()
171 String c=st.nextToken("\n"); in configloader()
195 String c=st.nextToken(); in configloader()
217 String c=st.nextToken(); in configloader()
257 String c=st.nextToken("\n"); in configloader()
[all …]
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php113 … if ($tokens[$nextToken]['code'] === T_ELSE || $tokens[$nextToken]['code'] === T_ELSEIF) {
115 if ($tokens[$nextToken]['code'] === T_ELSE
118 … $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($nextToken + 1), null, true);
119 if ($tokens[$nextToken]['code'] !== T_IF
134 $stackPtr = $tokens[$nextToken]['scope_closer'];
146 if ($tokens[$nextToken]['code'] === T_CATCH
147 || $tokens[$nextToken]['code'] === T_FINALLY
161 if ($nextToken !== false
162 && ($tokens[$nextToken]['code'] === T_SEMICOLON
163 || $tokens[$nextToken]['code'] === T_COMMA)
[all …]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dframeparser.cpp49 nextToken = tokens.begin(); in parse()
98 nextToken++; in buildTree()
101 nextToken++; in buildTree()
104 if (nextToken == endToken) { in buildTree()
140 nextToken++; in buildTree()
170 nextToken++; in buildTree()
172 while (nextToken != endToken && nextToken->second != ")") { in buildTree()
187 nextToken++; in buildTree()
192 nextToken++; in buildTree()
197 if (nextToken == endToken || in expectTokens()
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/script/
H A DcParser.cc284 nextToken(); in parseArrayUnpack()
449 nextToken(); in parseExprP0()
474 nextToken(); in parseExprP1()
499 nextToken(); in parseExprP2()
680 nextToken(); in parseExprP6()
848 nextToken(); in parseIfStatement()
851 nextToken(); in parseIfStatement()
895 nextToken(); in parseLiteralDict()
1044 nextToken(); in parseVariableDefinition()
1086 nextToken(); in parseWhileStatement()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
67 checkValue("this is", st3.nextToken()); // "this is" in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
67 checkValue("this is", st3.nextToken()); // "this is" in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
67 checkValue("this is", st3.nextToken()); // "this is" in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
67 checkValue("this is", st3.nextToken()); // "this is" in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
67 checkValue("this is", st3.nextToken()); // "this is" in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b"));
47 checkValue("b", st1.nextToken(""));
52 checkValue("a", st2.nextToken("bc"));
54 checkValue("b", st2.nextToken());
56 checkValue("cd", st2.nextToken(" ef"));
58 checkValue(" ", st2.nextToken(" "));
60 checkValue("ef", st2.nextToken("g"));
62 checkValue("g", st2.nextToken("g"));
67 checkValue("this is", st3.nextToken()); // "this is"
69 checkValue(",a", st3.nextToken(" ")); // ",a"
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
67 checkValue("this is", st3.nextToken()); // "this is" in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
67 checkValue("this is", st3.nextToken()); // "this is" in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
67 checkValue("this is", st3.nextToken()); // "this is" in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/StringTokenizer/
H A DResetPos.java45 checkValue("a", st1.nextToken("b")); in main()
47 checkValue("b", st1.nextToken("")); in main()
52 checkValue("a", st2.nextToken("bc")); in main()
54 checkValue("b", st2.nextToken()); in main()
56 checkValue("cd", st2.nextToken(" ef")); in main()
58 checkValue(" ", st2.nextToken(" ")); in main()
60 checkValue("ef", st2.nextToken("g")); in main()
62 checkValue("g", st2.nextToken("g")); in main()
67 checkValue("this is", st3.nextToken()); // "this is" in main()
69 checkValue(",a", st3.nextToken(" ")); // ",a" in main()
[all …]
/dports/lang/kturtle/kturtle-21.12.3/src/interpreter/
H A Dparser.cpp28 nextToken(); in initialize()
91 nextToken(); in skipToken()
157 nextToken(); in parseStatement()
490 nextToken(); in parseVariable()
502 nextToken(); in parseFunctionCall()
510 nextToken(); in parseScopeOpen()
521 nextToken(); in parseScopeClose()
546 nextToken(); in parseExit()
553 nextToken(); in parseIf()
562 nextToken(); in parseElse()
[all …]
/dports/graphics/geos/geos-3.9.1/src/io/
H A DWKTReader.cpp75 if(nextToken == "EMPTY") { in getCoordinates()
85 while(nextToken == ",") { in getCoordinates()
258 if(nextToken == "EMPTY") { in readPointText()
288 if(nextToken == "EMPTY") { in readMultiPointText()
359 if(nextToken == "EMPTY") { in readPolygonText()
366 while(nextToken == ",") { in readPolygonText()
379 if(nextToken == "EMPTY") { in readMultiLineStringText()
397 if(nextToken == "EMPTY") { in readMultiPolygonText()
405 } while(nextToken == ","); in readMultiPolygonText()
415 if(nextToken == "EMPTY") { in readGeometryCollectionText()
[all …]

12345678910>>...194