HomeSort by relevance Sort by last modified time
    Searched refs:iterating (Results 1 - 25 of 30) sorted by null

1 2

  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
DelayedRemovalArray.java 29 private int iterating; field in class:DelayedRemovalArray
65 iterating++;
69 if (iterating == 0) throw new IllegalStateException("begin must be called before end.");
70 iterating--;
71 if (iterating == 0) {
90 if (iterating > 0) {
100 if (iterating > 0) {
108 if (iterating > 0) {
116 if (iterating > 0) throw new IllegalStateException("Invalid between begin/end.");
121 if (iterating > 0) throw new IllegalStateException("Invalid between begin/end.");
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
regreg.s 4 ; Note that sizes have to be tested by iterating over them; they
  /external/v8/test/webkit/
array-iterate-backwards.js 25 "This test checks that iterating a large array backwards works correctly."
  /external/autotest/docs/
test-that.md 59 with a new test that you're iterating on, see "dynamic suite" codelab.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
dso-pltdis1.d 17 # iterating over .rela.plt).
  /external/v8/tools/
consarray.js 47 * Concatenates another array for iterating. Empty arrays are ignored.
  /prebuilts/go/darwin-x86/src/container/list/
list_test.go 135 // Clear all elements by iterating
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 28 // growing the table, iterators remain iterating through the
30 // they are iterating through has been moved ("evacuated")
594 // while we are iterating.
675 // evacuated when we started the bucket. So we're iterating
map_test.go 421 // Check that iterating over the map produces at least two different orderings.
select.go 403 // iterating through the linked list they are in reverse order.
mbitmap.go 849 // iterating by nb each time. (nb could be 1.)
    [all...]
  /prebuilts/go/linux-x86/src/container/list/
list_test.go 135 // Clear all elements by iterating
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 28 // growing the table, iterators remain iterating through the
30 // they are iterating through has been moved ("evacuated")
594 // while we are iterating.
675 // evacuated when we started the bucket. So we're iterating
map_test.go 421 // Check that iterating over the map produces at least two different orderings.
select.go 403 // iterating through the linked list they are in reverse order.
mbitmap.go 849 // iterating by nb each time. (nb could be 1.)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb 27 example %(iterating over tokens) do
  /frameworks/rs/api/
rs_for_each.spec 358 If the kernel is iterating over a cubemap, this function returns true if there's more
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap.go 77 // A commentListReader helps iterating through a list of comment groups.
  /prebuilts/go/linux-x86/src/go/ast/
commentmap.go 77 // A commentListReader helps iterating through a list of comment groups.
  /external/ImageMagick/www/api/
magick-wand.php 468 <p>It is typically used either before iterating though images, or before calling specific functions such as MagickAppendImages() to append all images together.</p>
morphology.php 234 <dd> NOTE: That a low radii Disk kernels produce the same results as many of the previously defined kernels, but differ greatly at larger radii. Here is a table of equivalences... "Disk:1" =&gt; "Diamond", "Octagon:1", or "Cross:1" "Disk:1.5" =&gt; "Square" "Disk:2" =&gt; "Diamond:2" "Disk:2.5" =&gt; "Octagon" "Disk:2.9" =&gt; "Square:2" "Disk:3.5" =&gt; "Octagon:3" "Disk:4.5" =&gt; "Octagon:4" "Disk:5.4" =&gt; "Octagon:5" "Disk:6.4" =&gt; "Octagon:6" All other Disk shapes are unique to this kernel, but because a "Disk" is more circular when using a larger radius, using a larger radius is preferred over iterating the morphological operation. </dd>
244 <dd> For the same reasons iterating these kernels does not produce the same result as using a larger radius for the symbol. </dd>
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 367 // for most inputs than using RegExp.exec or iterating over each character.
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 1061 milliseconds

1 2