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

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
names.h 63 char ** iterators ; /**< The iterator names (an array of strings). */ member in struct:cloognames
  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 115 AttributedCharacterIterator iterators[] = new local
119 iterators[counter] = attributedStrings.
122 return new AttributedString(iterators).getIterator();
MessageFormat.java 910 ArrayList<AttributedCharacterIterator> iterators = new ArrayList<>(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xml_etree.py 965 def iterators(): function
967 Test iterators.
    [all...]
  /external/python/cpython2/Lib/test/
test_xml_etree.py 979 def iterators(): function
981 Test iterators.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xml_etree.py 966 def iterators(): function
968 Test iterators.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xml_etree.py 966 def iterators(): function
968 Test 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...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 254 // bidirectional iterators for this to work.
265 /// An iterator adaptor that filters the elements of given inner iterators.
362 std::tuple<Iters...> iterators; member in class:llvm::detail::zip_first
366 return value_type(*std::get<Ns>(iterators)...);
369 template <size_t... Ns> decltype(iterators) tup_inc(index_sequence<Ns...>) {
370 return std::tuple<Iters...>(std::next(std::get<Ns>(iterators))...);
376 void operator++() { iterators = tup_inc(index_sequence_for<Iters...>{}); }
379 return std::get<0>(iterators) != std::get<0>(other.iterators);
381 zip_first(Iters &&... ts) : iterators(std::forward<Iters>(ts)...) {
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 575 int32_t iterators[3]; local
576 iterators[1] = iterators[2] = 0;
585 iterators[0] = c->fog.fog(c, Zw);
586 c->rasterizer.procs.fogGrad3xv(c, iterators);
593 iterators[0] = (z << 16) | z;
594 c->rasterizer.procs.zGrad3xv(c, iterators);
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
jaxen-1.1-beta-7.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 
  /system/core/libpixelflinger/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
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.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/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.0/
auto-value-1.0.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 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 

Completed in 371 milliseconds

1 2 3 4 5 6 7