HomeSort by relevance Sort by last modified time
    Searched full:template (Results 4601 - 4625 of 20596) sorted by null

<<181182183184185186187188189190>>

  /external/google-breakpad/src/testing/include/gmock/internal/
gmock-internal-utils.h 62 template <typename Pointer>
69 template <typename T>
75 template <typename Pointer>
80 template <typename Element>
84 template <typename T>
131 template <typename T> struct KindOf {
137 template <> struct KindOf<type> { enum { value = kind }; }
184 template <TypeKind kFromKind, typename From, TypeKind kToKind, typename To>
188 template <>
193 template <typename To
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 50 static String format(String template, Object... args) {
51 return String.format(template, args);
  /external/icu/icu4c/source/test/perf/
icuperf2report.xsl 8 <xsl:template match="/perfTestResults">
29 </xsl:template>
  /external/icu/icu4j/perf-tests/data/
icuperf2report.xsl 8 <xsl:template match="/perfTestResults">
28 </xsl:template>
  /external/libchrome/base/mac/
scoped_cftyperef.h 30 template<typename CFT>
44 template<typename CFT>
  /external/libchrome/crypto/
scoped_nss_types.h 17 template <typename Type, void (*Destroyer)(Type*)>
24 template <typename Type, void (*Destroyer)(Type*, PRBool), PRBool freeit>
  /external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
convert_to_auto_ptr.pass.cpp 12 // template <class X> class auto_ptr;
14 // template<class Y> operator auto_ptr<Y>() throw();
convert_to_auto_ptr_ref.pass.cpp 12 // template <class X> class auto_ptr;
14 // template<class Y> operator auto_ptr_ref<Y>() throw();
  /external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/
element_type.pass.cpp 12 // template <class X>
23 template <class T>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp 14 // template <ErrorCodeEnum E> error_code(E e);
27 template <> struct is_error_code_enum<testing> : public std::true_type {};
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
basic_ios.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
23 template <class CharT>
istream.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
23 template <class CharT>
  /external/libcxx/test/std/input.output/iostream.format/std.manip/
setfill.pass.cpp 12 // template<charT> T4 setfill(charT c);
17 template <class CharT>
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekpos.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
21 template <class CharT>
pubsetbuf.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
20 template <class CharT>
pubsync.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
20 template <class CharT>
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
showmanyc.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
22 template <class CharT>
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/
test.pass.cpp 12 // template <BackInsertionContainer Cont>
21 template <class C>
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/
test.pass.cpp 12 // template <BackInsertionContainer Cont>
21 template <class C>
  /external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/
test.pass.cpp 12 // template <InsertionContainer Cont>
21 template <class C>
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
convert.fail.cpp 14 // template <class U>
22 template <class It, class U>
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
move_iterator.fail.cpp 14 // template <class U>
23 template <class It, class U>
  /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
reverse_iterator.fail.cpp 14 // template <class U>
22 template <class It, class U>
  /external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
reverse_iterator.fail.cpp 14 // template <class U>
23 template <class It, class U>
  /external/libcxx/test/std/numerics/complex.number/complex/
types.pass.cpp 12 // template<class T>
23 template <class T>

Completed in 1088 milliseconds

<<181182183184185186187188189190>>