HomeSort by relevance Sort by last modified time
    Searched refs:iterators (Results 1 - 17 of 17) sorted by null

  /external/webkit/WebCore/platform/
DeprecatedPtrListImpl.cpp 78 iterators(0)
86 iterators(0)
96 for (DeprecatedPtrListImplIterator *it = iterators; it; it = next) {
121 for (DeprecatedPtrListImplIterator *it = iterators; it; it = it->next)
214 for (DeprecatedPtrListImplIterator *it = iterators; it; it = it->next) {
391 iter->next = iterators;
394 if (iterators) {
395 iterators->prev = iter;
397 iterators = iter;
403 iterators = iter->next
    [all...]
DeprecatedPtrListImpl.h 88 mutable DeprecatedPtrListImplIterator *iterators; member in class:WebCore::DeprecatedPtrListImpl
  /system/core/libpixelflinger/
scanline.cpp 495 const int xs = c->iterators.xl;
496 const int x1 = c->iterators.xr;
502 // reset iterators for that scanline...
504 iterators_t& ci = c->iterators;
521 // z iterators are 1.31
531 texture_iterators_t& ti = c->state.texture[i].iterators;
548 uint32_t y = c->iterators.y;
568 texture_iterators_t& ti = tx.iterators;
817 // compute iterators...
818 iterators_t& ci = c->iterators;
    [all...]
trap.cpp 240 c->iterators.xl = l;
241 c->iterators.xr = r;
312 c->iterators.xl = l;
313 c->iterators.xr = r;
436 c->iterators.xl = l;
437 c->iterators.xr = r;
451 int32_t x = c->iterators.xl;
452 size_t ct = c->iterators.xr - x;
453 int32_t y = c->iterators.y;
587 c->iterators.xl = xl
    [all...]
  /frameworks/base/opengl/libagl/
Android.mk 33 LOCAL_SRC_FILES += fixed_asm.S iterators.S
texture.cpp 587 int32_t iterators[3]; local
588 iterators[1] = iterators[2] = 0;
597 iterators[0] = c->fog.fog(c, Zw);
598 c->rasterizer.procs.fogGrad3xv(c, iterators);
605 iterators[0] = (z << 16) | z;
606 c->rasterizer.procs.zGrad3xv(c, iterators);
    [all...]
  /external/stlport/test/unit/
vector_test.cpp 35 CPPUNIT_TEST(iterators);
58 void iterators();
458 void VectorTest::iterators() function in class:VectorTest
map_test.cpp 23 CPPUNIT_TEST(iterators);
36 void iterators();
144 void MapTest::iterators() function in class:MapTest
190 * A check that map and multimap iterators are NOT comparable
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 35 CPPUNIT_TEST(iterators);
58 void iterators();
458 void VectorTest::iterators() function in class:VectorTest
map_test.cpp 23 CPPUNIT_TEST(iterators);
36 void iterators();
144 void MapTest::iterators() function in class:MapTest
190 * A check that map and multimap iterators are NOT comparable
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 35 CPPUNIT_TEST(iterators);
58 void iterators();
458 void VectorTest::iterators() function in class:VectorTest
map_test.cpp 23 CPPUNIT_TEST(iterators);
36 void iterators();
144 void MapTest::iterators() function in class:MapTest
190 * A check that map and multimap iterators are NOT comparable
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 36 // iterators are initialized like this:
61 // 0x2: iterators
64 else if (optReload == 2) parts.reload = 2; // reload iterators
70 // reload the iterators
84 if (i==0) CONTEXT_LOAD(c, iterators.ydady);
85 if (i==1) CONTEXT_LOAD(c, iterators.ydrdy);
86 if (i==2) CONTEXT_LOAD(c, iterators.ydgdy);
87 if (i==3) CONTEXT_LOAD(c, iterators.ydbdy);
220 // the iterators because there is always an extra pixel on the
352 CONTEXT_LOAD(txPtr.reg, state.texture[i].iterators.ydsdy)
    [all...]
GGLAssembler.cpp 359 CONTEXT_LOAD(Rx, iterators.xl);
360 CONTEXT_LOAD(parts.count.reg, iterators.xr);
361 CONTEXT_LOAD(Ry, iterators.y);
363 // parts.count = iterators.xr - Rx
407 CONTEXT_LOAD(ydfdy, iterators.ydfdy);
420 CONTEXT_LOAD(ydzdy, iterators.ydzdy); // 1.31 fixed-point
    [all...]
  /external/guava/src/com/google/common/collect/
Iterables.java 46 * {@link Iterator}-based method in the {@link Iterators} class.
62 return Iterators.unmodifiableIterator(iterable.iterator());
77 : Iterators.size(iterable.iterator());
96 return Iterators.contains(iterable.iterator(), element);
104 * collection, and {@link Iterators#removeAll} otherwise.
114 : Iterators.removeAll(removeFrom.iterator(), elementsToRemove);
122 * collection, and {@link Iterators#retainAll} otherwise.
132 : Iterators.retainAll(removeFrom.iterator(), elementsToRetain);
154 return Iterators.removeIf(removeFrom.iterator(), predicate);
193 return Iterators.elementsEqual(iterable1.iterator(), iterable2.iterator())
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 92 // for encoding the color iterators
389 texture_iterators_t iterators; member in struct:android::texture_t
510 iterators_t iterators; member in struct:android::context_t
  /external/jdiff/
xerces.jar 

Completed in 299 milliseconds