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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fseek.c 127 goto dumb;
133 goto dumb;
147 goto dumb;
157 goto dumb;
210 goto dumb;
219 goto dumb;
230 dumb:
  /external/clang/test/SemaTemplate/
cxx1z-fold-expressions.cpp 6 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } function
12 static_assert(!dumb(true, true, true, true, true));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 3 Implements the Distutils 'bdist_dumb' command (create a "dumb" built
21 description = 'create a "dumb" built distribution'
69 self.bdist_dir = os.path.join(bdist_base, 'dumb')
76 ("don't know how to create dumb built distributions " +
113 ("can't make a dumb built distribution where "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 3 Implements the Distutils 'bdist_dumb' command (create a "dumb" built
21 description = 'create a "dumb" built distribution'
69 self.bdist_dir = os.path.join(bdist_base, 'dumb')
76 ("don't know how to create dumb built distributions " +
113 ("can't make a dumb built distribution where "
  /external/guava/guava-tests/test/com/google/common/base/
ConverterTest.java 216 Converter<String, String> dumb = Converter.from(toStringFunction(), toStringFunction());
217 SerializableTester.reserializeAndAssert(dumb);
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 1834 USet* dumb = uset_open(1, 0); \/* empty set *\/ local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 1135 UnicodeSet dumb = new UnicodeSet(1, 0); \/\/ empty set local
    [all...]

Completed in 309 milliseconds