Home
last modified time | relevance | path

Searched refs:peekNext (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/bytecode/generator/
H A Dparser.cpp84 if (peekNext().type == t) { in check()
100 if (peekNext().isKeyword()) { in matchFlags()
136 Lexer::Token Parser::peekNext() in peekNext() function in Parser
158 Lexer::Token tok = peekNext(); in parse()
163 tok = peekNext(); in parse()
173 tok = peekNext(); in parse()
283 Lexer::Token tok = peekNext(); in parseOperation()
290 tok = peekNext(); in parseOperation()
305 if (peekNext().type == Lexer::Ident) { in parseImpl()
319 while (peekNext().type != Lexer::RParen) { in parseImpl()
[all …]
H A Dlexer.cpp65 } while (!(in == '*' && peekNext() == '/')); in lexComment()
99 if (peekNext() != ':') { in nextToken()
113 } else if (begin == '[' && peekNext() != '[') { in nextToken()
136 while (isASCIIDigit(peekNext())) { in nextToken()
155 if (letter == ']' && peekNext() == ']') { in nextToken()
167 while (isASCIIAlphanumeric(peekNext()) || peekNext() == '_') { in nextToken()
181 char Lexer::peekNext() in peekNext() function in Lexer
/dports/math/cgal/CGAL-5.3/include/CGAL/Qt/
H A DkeyFrameInterpolator_impl.h361 while (currentFrame_[1]->peekNext()->time() > time) { in updateCurrentKeyFrameForTime()
371 while (currentFrame_[2]->peekNext()->time() < time) { in updateCurrentKeyFrameForTime()
381 (time < currentFrame_[2]->peekNext()->time())) in updateCurrentKeyFrameForTime()
405 currentFrame_[1]->peekNext()->position(); in updateSplineCache()
407 currentFrame_[2]->peekNext()->tgP(); in updateSplineCache()
409 currentFrame_[2]->peekNext()->tgP(); in updateSplineCache()
437 qreal dt = currentFrame_[2]->peekNext()->time() - in interpolateAtTime()
438 currentFrame_[1]->peekNext()->time(); in interpolateAtTime()
448 currentFrame_[1]->peekNext()->position() + in interpolateAtTime()
451 currentFrame_[1]->peekNext()->orientation(), in interpolateAtTime()
[all …]
/dports/textproc/jaxup/jaxup/src/java/main/org/jaxup/dom4j/
H A DTypeFilteredIterator.java18 private Object peekNext; field in TypeFilteredIterator
33 if (peekNext != null) in hasNext()
50 peekNext = next; in hasNext()
59 if (peekNext != null) in next()
61 Object result = peekNext; in next()
62 peekNext = null; in next()
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dmodeliterator.h81 QPersistentModelIndex peekNext() const;
132 QPersistentModelIndex peekNext() const;
182 virtual TaggedFile* peekNext() const = 0;
224 virtual TaggedFile* peekNext() const override { return m_nextFile; } in peekNext() function
282 virtual TaggedFile* peekNext() const override { return m_nextFile; } in peekNext() function
336 virtual TaggedFile* peekNext() const override;
398 virtual TaggedFile* peekNext() const override;
450 virtual TaggedFile* peekNext() const override;
H A Dmodeliterator.cpp78 QPersistentModelIndex ModelIterator::peekNext() const in peekNext() function in ModelIterator
157 QPersistentModelIndex ModelBfsIterator::peekNext() const in peekNext() function in ModelBfsIterator
329 TaggedFile* TaggedFileOfDirectoryIterator::peekNext() const in peekNext() function in TaggedFileOfDirectoryIterator
346 return it.peekNext(); in first()
407 TaggedFile* SelectedTaggedFileOfDirectoryIterator::peekNext() const in peekNext() function in SelectedTaggedFileOfDirectoryIterator
499 TaggedFile* TaggedFileOfSelectedDirectoriesIterator::peekNext() const in peekNext() function in TaggedFileOfSelectedDirectoriesIterator
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dmodeliterator.h81 QPersistentModelIndex peekNext() const;
132 QPersistentModelIndex peekNext() const;
182 virtual TaggedFile* peekNext() const = 0;
224 virtual TaggedFile* peekNext() const override { return m_nextFile; } in peekNext() function
282 virtual TaggedFile* peekNext() const override { return m_nextFile; } in peekNext() function
336 virtual TaggedFile* peekNext() const override;
398 virtual TaggedFile* peekNext() const override;
450 virtual TaggedFile* peekNext() const override;
H A Dmodeliterator.cpp78 QPersistentModelIndex ModelIterator::peekNext() const in peekNext() function in ModelIterator
157 QPersistentModelIndex ModelBfsIterator::peekNext() const in peekNext() function in ModelBfsIterator
329 TaggedFile* TaggedFileOfDirectoryIterator::peekNext() const in peekNext() function in TaggedFileOfDirectoryIterator
346 return it.peekNext(); in first()
407 TaggedFile* SelectedTaggedFileOfDirectoryIterator::peekNext() const in peekNext() function in SelectedTaggedFileOfDirectoryIterator
499 TaggedFile* TaggedFileOfSelectedDirectoriesIterator::peekNext() const in peekNext() function in TaggedFileOfSelectedDirectoriesIterator
/dports/devel/awless/awless-0.1.11/vendor/github.com/wallix/triplestore/
H A Dntparser.go112 if found, advance := peekNext(b[index:]); found == '#' || found == 0 {
118 if found, advance := peekNext(b[index:]); found == '.' {
158 if found, advance := peekNext(b[index:]); found == '<' || found == '"' || found == '_' {
178 if found, advance := peekNext(b[index:]); found == '.' {
198 if found, advance := peekNext(b[index:]); found == '<' {
218 if found, advance := peekNext(b[index:]); found == '#' || found == 0 {
224 if found, advance := peekNext(b[index:]); found == '.' {
247 if found, advance := peekNext(b[index:]); found == '<' {
265 func peekNext(b []byte) (found rune, advance int) { func
281 first, advance = peekNext(b)
[all …]
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/
H A DkeyFrameInterpolator.cpp507 while (currentFrame_[1]->peekNext()->time() > time) { in updateCurrentKeyFrameForTime()
517 while (currentFrame_[2]->peekNext()->time() < time) { in updateCurrentKeyFrameForTime()
527 (time < currentFrame_[2]->peekNext()->time())) in updateCurrentKeyFrameForTime()
550 currentFrame_[1]->peekNext()->position(); in updateSplineCache()
552 currentFrame_[2]->peekNext()->tgP(); in updateSplineCache()
554 currentFrame_[2]->peekNext()->tgP(); in updateSplineCache()
581 qreal dt = currentFrame_[2]->peekNext()->time() - in interpolateAtTime()
582 currentFrame_[1]->peekNext()->time(); in interpolateAtTime()
592 currentFrame_[1]->peekNext()->position() + in interpolateAtTime()
595 currentFrame_[1]->peekNext()->orientation(), in interpolateAtTime()
[all …]
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/
H A DkeyFrameInterpolator.cpp514 while (currentFrame_[1]->peekNext()->time() > time) in updateCurrentKeyFrameForTime()
525 while (currentFrame_[2]->peekNext()->time() < time) in updateCurrentKeyFrameForTime()
536 if ((currentFrame_[1]->hasPrevious()) && (time < currentFrame_[2]->peekNext()->time())) in updateCurrentKeyFrameForTime()
557 Vec delta = currentFrame_[2]->peekNext()->position() - currentFrame_[1]->peekNext()->position(); in updateSplineCache()
558 v1 = 3.0 * delta - 2.0 * currentFrame_[1]->peekNext()->tgP() - currentFrame_[2]->peekNext()->tgP(); in updateSplineCache()
559 v2 = -2.0 * delta + currentFrame_[1]->peekNext()->tgP() + currentFrame_[2]->peekNext()->tgP(); in updateSplineCache()
586 qreal dt = currentFrame_[2]->peekNext()->time() - currentFrame_[1]->peekNext()->time(); in interpolateAtTime()
590 alpha = (time - currentFrame_[1]->peekNext()->time()) / dt; in interpolateAtTime()
594 …Vec pos = currentFrame_[1]->peekNext()->position() + alpha * (currentFrame_[1]->peekNext()->tgP() … in interpolateAtTime()
595 …uaternion q = Quaternion::squad(currentFrame_[1]->peekNext()->orientation(), currentFrame_[1]->pee… in interpolateAtTime()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/qhulltest/
H A DCoordinates_test.cpp293 QCOMPARE(i.peekNext(), 1.0); in t_coord_iterator()
296 QCOMPARE(i.peekNext(), 3.0); in t_coord_iterator()
343 QCOMPARE(i.peekNext(), 1.0); in t_mutable_coord_iterator()
345 QCOMPARE(i.peekNext(), 3.0); in t_mutable_coord_iterator()
353 i.peekNext()= -1.0; in t_mutable_coord_iterator()
354 QCOMPARE(i.peekNext(), -1.0); in t_mutable_coord_iterator()
361 QCOMPARE(i.peekNext(), 3.0); in t_mutable_coord_iterator()
365 QCOMPARE(i.peekNext(), 3.0); in t_mutable_coord_iterator()
370 QCOMPARE(i.peekNext(), 2.0); in t_mutable_coord_iterator()
377 QCOMPARE(i.peekNext(), 1.0); in t_mutable_coord_iterator()
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/RoaringBitmap/roaring/
H A Dshortiterator.go10 peekNext() uint16 methodSpec
29 func (si *shortIterator) peekNext() uint16 { func
34 if si.hasNext() && si.peekNext() < minval {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/RoaringBitmap/roaring/
H A Dshortiterator.go10 peekNext() uint16 methodSpec
29 func (si *shortIterator) peekNext() uint16 { func
34 if si.hasNext() && si.peekNext() < minval {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/RoaringBitmap/roaring/
H A Dshortiterator.go10 peekNext() uint16 methodSpec
29 func (si *shortIterator) peekNext() uint16 { func
34 if si.hasNext() && si.peekNext() < minval {
/dports/math/qhull/qhull-7.3.2/src/qhulltest/
H A DCoordinates_test.cpp291 QCOMPARE(i.peekNext(), 1.0); in drop()
294 QCOMPARE(i.peekNext(), 3.0); in drop()
341 QCOMPARE(i.peekNext(), 1.0); in drop()
343 QCOMPARE(i.peekNext(), 3.0); in drop()
351 i.peekNext()= -1.0; in drop()
352 QCOMPARE(i.peekNext(), -1.0); in drop()
359 QCOMPARE(i.peekNext(), 3.0); in drop()
363 QCOMPARE(i.peekNext(), 3.0); in drop()
368 QCOMPARE(i.peekNext(), 2.0); in drop()
375 QCOMPARE(i.peekNext(), 1.0); in drop()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/qhulltest/
H A DCoordinates_test.cpp291 QCOMPARE(i.peekNext(), 1.0); in t_coord_iterator()
294 QCOMPARE(i.peekNext(), 3.0); in t_coord_iterator()
341 QCOMPARE(i.peekNext(), 1.0); in t_mutable_coord_iterator()
343 QCOMPARE(i.peekNext(), 3.0); in t_mutable_coord_iterator()
351 i.peekNext()= -1.0; in t_mutable_coord_iterator()
352 QCOMPARE(i.peekNext(), -1.0); in t_mutable_coord_iterator()
359 QCOMPARE(i.peekNext(), 3.0); in t_mutable_coord_iterator()
363 QCOMPARE(i.peekNext(), 3.0); in t_mutable_coord_iterator()
368 QCOMPARE(i.peekNext(), 2.0); in t_mutable_coord_iterator()
375 QCOMPARE(i.peekNext(), 1.0); in t_mutable_coord_iterator()
[all …]
/dports/devel/okteta/okteta-0.26.6/core/
H A Dbookmarklistconstiteratoradapter.cpp25 const Bookmark& BookmarkListConstIteratorAdapter::peekNext() const { return mIterator.peekNext(); } in peekNext() function in Okteta::BookmarkListConstIteratorAdapter
37 if (offset <= mIterator.peekNext().offset()) { in findNextFrom()
H A Dbookmarksconstiterator.hpp31 const Okteta::Bookmark& peekNext() const;
54 …ine const Okteta::Bookmark& BookmarksConstIterator::peekNext() const { return mAdapter->peekNe… in peekNext() function in Okteta::BookmarksConstIterator
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/cmd/
H A Dcmd.cpp244 if (option == "--httpproxy" && !it.peekNext().startsWith("-")) { in parseOptions()
256 } else if ((option == "-u" || option == "--user") && !it.peekNext().startsWith("-")) { in parseOptions()
258 } else if ((option == "-p" || option == "--password") && !it.peekNext().startsWith("-")) { in parseOptions()
260 } else if (option == "--exclude" && !it.peekNext().startsWith("-")) { in parseOptions()
262 } else if (option == "--unsyncedfolders" && !it.peekNext().startsWith("-")) { in parseOptions()
264 } else if (option == "--max-sync-retries" && !it.peekNext().startsWith("-")) { in parseOptions()
266 } else if (option == "--uplimit" && !it.peekNext().startsWith("-")) { in parseOptions()
268 } else if (option == "--downlimit" && !it.peekNext().startsWith("-")) { in parseOptions()
273 } else if (option == "--path" && !it.peekNext().startsWith("-")) { in parseOptions()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/cmd/
H A Dcmd.cpp358 if (option == "--httpproxy" && !it.peekNext().startsWith("-")) { in parseOptions()
370 } else if ((option == "-u" || option == "--user") && !it.peekNext().startsWith("-")) { in parseOptions()
372 } else if ((option == "-p" || option == "--password") && !it.peekNext().startsWith("-")) { in parseOptions()
374 } else if (option == "--exclude" && !it.peekNext().startsWith("-")) { in parseOptions()
376 } else if (option == "--unsyncedfolders" && !it.peekNext().startsWith("-")) { in parseOptions()
378 } else if (option == "--davpath" && !it.peekNext().startsWith("-")) { in parseOptions()
380 } else if (option == "--max-sync-retries" && !it.peekNext().startsWith("-")) { in parseOptions()
382 } else if (option == "--uplimit" && !it.peekNext().startsWith("-")) { in parseOptions()
384 } else if (option == "--downlimit" && !it.peekNext().startsWith("-")) { in parseOptions()
/dports/vietnamese/x-unikey/x-unikey-1.0.4/src/vnconv/
H A Dcharset.cpp300 if (!is.peekNext(second)) in nextInput()
314 if (!is.peekNext(second)) in nextInput()
322 if (!is.peekNext(third)) in nextInput()
397 if (is.peekNext(ch) && ch == '#') { in nextInput()
401 is.peekNext(ch); in nextInput()
411 if (is.peekNext(ch) && ch == ';') { in nextInput()
632 if (is.peekNext(hi) && hi > 0) { in nextInput()
778 is.peekNext(ch2); in nextInput()
820 if (is.peekNext(ch2)) { in nextInput()
972 if (!is.peekNext(ch)) in nextInput()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DMsaRowUtils.cpp422 const U2MsaGap mainGap = mainGapModelIterator.peekNext(); in getNextGap()
423 const U2MsaGap additionalGap = additionalGapModelIterator.peekNext(); in getNextGap()
495 const U2MsaGap &firstGap = firstIterator.peekNext(); in stepForward()
496 const U2MsaGap &secondGap = secondIterator.peekNext(); in stepForward()
509 while (!hasIntersection(firstIterator.peekNext(), secondIterator.peekNext())) { in forwardToIntersection()
530 const QPair<U2MsaGap, U2MsaGap> gapDifference = subGap(iterator.peekNext(), commonPart); in removeCommonPart()
532 iterator.peekNext() = gapDifference.second; in removeCommonPart()
546 U2MsaGap &firstGap = firstIterator.peekNext(); in extractCommonPart()
547 U2MsaGap &secondGap = secondIterator.peekNext(); in extractCommonPart()
610 …aGap, U2MsaGap> substitutionResult = subGap(minuendIterator.next(), subtrahendIterator.peekNext()); in subtitudeGap()
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_positioniterator.h54 return m_current = peekNext(); in next()
57 Position peekNext() const;
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/llvm/Support/
H A DYAMLParser.cpp266 Token &peekNext();
756 Token Ret = peekNext(); in getNext()
1826 Token &t = peekNext(); in getKey()
1861 Token &t = peekNext(); in getValue()
1884 Token T = peekNext(); in increment()
1932 Token T = peekNext(); in increment()
2017 Token &T = peekNext(); in Document()
2028 Token &T = peekNext(); in skip()
2055 Token T = peekNext(); in parseBlockNode()
2070 T = peekNext(); in parseBlockNode()
[all …]

12345678910>>...25