Home
last modified time | relevance | path

Searched refs:iterated (Results 1 – 25 of 3207) sorted by relevance

12345678910>>...129

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/helper/
H A Diterators.h62 CHECK_OBJECT(iterated); in MAKE_ITERATOR_INFALLIBLE()
67 tp_iter = Py_TYPE(iterated)->tp_iter; in MAKE_ITERATOR_INFALLIBLE()
79 assert(PySequence_Check(iterated)); in MAKE_ITERATOR_INFALLIBLE()
85 Py_INCREF(iterated); in MAKE_ITERATOR_INFALLIBLE()
86 result->it_seq = iterated; in MAKE_ITERATOR_INFALLIBLE()
95 CHECK_OBJECT(iterated); in MAKE_ITERATOR()
125 Py_INCREF(iterated); in MAKE_ITERATOR()
126 result->it_seq = iterated; in MAKE_ITERATOR()
141 CHECK_OBJECT(iterated); in MAKE_UNPACK_ITERATOR()
164 Py_INCREF(iterated); in MAKE_UNPACK_ITERATOR()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-highlight-api/
H A DHighlight-iteration.html.ini2 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight[Symbol.i…
5 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight.values()]
8 [Highlight can be iterated when it's empty initializing the iterator with customHighlight.keys()]
47 [Highlight can be iterated when it's empty initializing the iterator with .entries()]
50 …[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and ad…
56 …[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and ad…
62 [Highlight can be iterated through when it's empty using forEach.]
65 …[Highlight can be iterated through using forEach when it has one range that was added by passing i…
68 …[Highlight can be iterated through using forEach when it has two ranges that were added by passing…
71 …[Highlight can be iterated through using forEach when it has one range that was added by passing i…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-highlight-api/
H A DHighlight-iteration.html.ini2 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight[Symbol.i…
5 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight.values()]
8 [Highlight can be iterated when it's empty initializing the iterator with customHighlight.keys()]
47 [Highlight can be iterated when it's empty initializing the iterator with .entries()]
50 …[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and ad…
56 …[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and ad…
62 [Highlight can be iterated through when it's empty using forEach.]
65 …[Highlight can be iterated through using forEach when it has one range that was added by passing i…
68 …[Highlight can be iterated through using forEach when it has two ranges that were added by passing…
71 …[Highlight can be iterated through using forEach when it has one range that was added by passing i…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-highlight-api/
H A DHighlight-iteration.html.ini2 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight[Symbol.i…
5 …[Highlight can be iterated when it's empty initializing the iterator with customHighlight.values()]
8 [Highlight can be iterated when it's empty initializing the iterator with customHighlight.keys()]
47 [Highlight can be iterated when it's empty initializing the iterator with .entries()]
50 …[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and ad…
56 …[Highlight can be iterated over all of its ranges initializing the iterator with .entries() and ad…
62 [Highlight can be iterated through when it's empty using forEach.]
65 …[Highlight can be iterated through using forEach when it has one range that was added by passing i…
68 …[Highlight can be iterated through using forEach when it has two ranges that were added by passing…
71 …[Highlight can be iterated through using forEach when it has one range that was added by passing i…
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/physics/quantum/tests/
H A Dtest_grover.py71 iterated = grover_iteration(basis_states, v)
72 iterated = qapply(iterated)
73 iterated = grover_iteration(iterated, v)
74 iterated = qapply(iterated)
75 iterated = grover_iteration(iterated, v)
76 iterated = qapply(iterated)
81 assert qapply(expected) == iterated
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java46 private long iterated; field in FindInHeapPanel
79 iterated = 0; in FindInHeapPanel()
92 iterated += addressSize; in FindInHeapPanel()
102 iterated += addressSize; in FindInHeapPanel()
107 iterated = 0; in FindInHeapPanel()
214 final double frac = (double) iterated / (double) usedSize; in updateProgressBar()
217 if (iterated > usedSize) { in updateProgressBar()
218 System.out.println("iterated " + iterated + " usedSize " + usedSize); in updateProgressBar()
/dports/textproc/dom4j/dom4j-1.6.1/src/test/org/dom4j/
H A DContentTest.java58 boolean iterated = false; in testContent()
63 iterated = true; in testContent()
66 assertTrue("Iteration completed", iterated); in testContent()
76 boolean iterated = false; in testGetNode()
81 iterated = true; in testGetNode()
84 assertTrue("Iteration completed", iterated); in testGetNode()
94 boolean iterated = false; in testGetXPathNode()
101 iterated = true; in testGetXPathNode()
104 assertTrue("Iteration completed", iterated); in testGetXPathNode()
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/
H A DResourceIteratorApplyBatched.php28 protected $iterated = 0; variable in Guzzle\\Service\\Resource\\ResourceIteratorApplyBatched
63 $this->iterated = $this->batches = $batches = 0;
82 $this->iterated++;
89 return $this->iterated;
109 return $this->iterated;
/dports/www/mod_php80/php-8.0.15/tests/lang/
H A DforeachLoopObjects.006.phpt2 Foreach loop tests - substituting the entire iterated entity during the loop.
14 echo "\nSubstituting the iterated object for a different object.\n";
37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
73 Substituting the iterated object for a different object.
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.
/dports/www/mod_php81/php-8.1.1/tests/lang/
H A DforeachLoopObjects.006.phpt2 Foreach loop tests - substituting the entire iterated entity during the loop.
14 echo "\nSubstituting the iterated object for a different object.\n";
37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
73 Substituting the iterated object for a different object.
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.
/dports/lang/php80/php-8.0.15/tests/lang/
H A DforeachLoopObjects.006.phpt2 Foreach loop tests - substituting the entire iterated entity during the loop.
14 echo "\nSubstituting the iterated object for a different object.\n";
37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
73 Substituting the iterated object for a different object.
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.
/dports/lang/php73/php-7.3.33/tests/lang/
H A DforeachLoopObjects.006.phpt2 Foreach loop tests - substituting the entire iterated entity during the loop.
14 echo "\nSubstituting the iterated object for a different object.\n";
37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
73 Substituting the iterated object for a different object.
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.
/dports/lang/php74/php-7.4.27/tests/lang/
H A DforeachLoopObjects.006.phpt2 Foreach loop tests - substituting the entire iterated entity during the loop.
14 echo "\nSubstituting the iterated object for a different object.\n";
37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
73 Substituting the iterated object for a different object.
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.
/dports/lang/php81/php-8.1.1/tests/lang/
H A DforeachLoopObjects.006.phpt2 Foreach loop tests - substituting the entire iterated entity during the loop.
14 echo "\nSubstituting the iterated object for a different object.\n";
37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
73 Substituting the iterated object for a different object.
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.
/dports/www/mod_php73/php-7.3.33/tests/lang/
H A DforeachLoopObjects.006.phpt2 Foreach loop tests - substituting the entire iterated entity during the loop.
14 echo "\nSubstituting the iterated object for a different object.\n";
37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
73 Substituting the iterated object for a different object.
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.
/dports/www/mod_php74/php-7.4.27/tests/lang/
H A DforeachLoopObjects.006.phpt2 Foreach loop tests - substituting the entire iterated entity during the loop.
14 echo "\nSubstituting the iterated object for a different object.\n";
37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
73 Substituting the iterated object for a different object.
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.

12345678910>>...129