HomeSort by relevance Sort by last modified time
    Searched defs:nothing (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 284 /** @brief Functor doing nothing
289 struct nothing struct in namespace:__gnu_parallel
298 /** @brief Reduction function doing nothing. */
  /external/icu4c/test/intltest/
regcoll.cpp 715 UnicodeString nothing = ""; local
726 CollationElementIterator *i = c->createCollationElementIterator(nothing);
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 124 Iterable<String> nothing = Splitter.on('.').split(""); local
125 ASSERT.that(nothing).hasContentsInOrder("");

Completed in 100 milliseconds