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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.pass.cpp 22 struct nothing { struct
46 nothing n;
  /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/chromium_org/third_party/icu/source/test/intltest/
regcoll.cpp 715 UnicodeString nothing = ""; local
726 CollationElementIterator *i = c->createCollationElementIterator(nothing);
    [all...]
  /external/icu4c/test/intltest/
regcoll.cpp 715 UnicodeString nothing = ""; local
726 CollationElementIterator *i = c->createCollationElementIterator(nothing);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 344 # "The default implementation does nothing."
350 # ... and nothing should happen
353 # "The default implementation does nothing."
359 # ... and nothing should happen
431 # from this TestCase instance but since its a local nothing else
1059 def nothing(self): function in function:.testKeyboardInterrupt
1084 def nothing(self): function in function:.testSystemExit
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 344 # "The default implementation does nothing."
350 # ... and nothing should happen
353 # "The default implementation does nothing."
359 # ... and nothing should happen
431 # from this TestCase instance but since its a local nothing else
1059 def nothing(self): function in function:.testKeyboardInterrupt
1084 def nothing(self): function in function:.testSystemExit
    [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 257 milliseconds