HomeSort by relevance Sort by last modified time
    Searched defs:iterators (Results 1 - 25 of 60) sorted by null

1 2 3

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 16 // Boost iterators uses its own enable_if cause we need
24 namespace iterators namespace in namespace:boost
80 } // namespace iterators
  /external/chromium_org/components/content_settings/core/browser/
content_settings_rule_unittest.cc 57 ScopedVector<RuleIterator> iterators; local
58 iterators.push_back(new ListIterator(rules1));
59 iterators.push_back(new ListIterator(rules2));
60 ConcatenationIterator concatenation_iterator(&iterators, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/
names.h 63 char ** iterators ; /**< The iterator names (an array of strings). */ member in struct:cloognames
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
names.h 63 char ** iterators ; /**< The iterator names (an array of strings). */ member in struct:cloognames
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_store.cc 61 ScopedVector<RuleIterator> iterators; local
75 iterators.push_back(
80 iterators.push_back(
86 iterators.push_back(
90 return new ConcatenationIterator(&iterators, auto_lock.release());
  /external/stlport/test/unit/
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
vector_test.cpp 35 CPPUNIT_TEST(iterators);
58 void iterators();
458 void VectorTest::iterators() function in class:VectorTest
  /ndk/tests/device/test-gnustl-full/unit/
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
vector_test.cpp 35 CPPUNIT_TEST(iterators);
58 void iterators();
458 void VectorTest::iterators() function in class:VectorTest
  /ndk/tests/device/test-stlport/unit/
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
vector_test.cpp 35 CPPUNIT_TEST(iterators);
58 void iterators();
458 void VectorTest::iterators() function in class:VectorTest
  /frameworks/native/opengl/libagl/
texture.cpp 586 int32_t iterators[3]; local
587 iterators[1] = iterators[2] = 0;
596 iterators[0] = c->fog.fog(c, Zw);
597 c->rasterizer.procs.fogGrad3xv(c, iterators);
604 iterators[0] = (z << 16) | z;
605 c->rasterizer.procs.zGrad3xv(c, iterators);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 966 def iterators(): function
968 Test iterators.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 966 def iterators(): function
968 Test iterators.
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /system/core/include/private/pixelflinger/
ggl_context.h 112 // for encoding the color iterators
411 texture_iterators_t iterators; member in struct:android::texture_t
532 iterators_t iterators; member in struct:android::context_t
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 31 from email import iterators namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_renamed.py 31 from email import iterators namespace
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 

Completed in 370 milliseconds

1 2 3