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

<<61626364656667686970>>

  /external/libxml2/doc/examples/
examples.xsl 32 <xsl:template match="include">
36 </xsl:template>
38 <xsl:template match="typedef">
43 </xsl:template>
45 <xsl:template match="function">
50 </xsl:template>
52 <xsl:template match="macro">
57 </xsl:template>
59 <xsl:template match="example">
79 </xsl:template>
    [all...]
  /external/libxml2/doc/
wiki.xsl 27 <xsl:template name="style">
37 </xsl:template>
39 <xsl:template name="docstyle">
44 </xsl:template>
49 <xsl:template mode="dumptoken" match='*'>
60 </xsl:template>
63 <xsl:template name="dumptext">
75 </xsl:template>
77 <xsl:template match="macro" mode="toc">
81 </xsl:template>
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
traits.hpp 55 /** @brief Template "trait" class for OpenCV primitive data types.
71 template<> class DataType<uchar>
79 template<typename _Tp> DataType<std::complex<_Tp> >
103 defines the proper specialized template class DataType\<complex\<_Tp\> \> . This mechanism is also
106 template<typename _Tp> class DataType
121 template<> class DataType<bool>
136 template<> class DataType<uchar>
151 template<> class DataType<schar>
166 template<> class DataType<char>
181 template<> class DataType<ushort
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
func_exponential.inl 37 template <bool isFloat>
40 template <typename T>
44 template <>
47 template <typename T>
54 template <template <class, precision> class vecType, typename T, precision P>
63 template <template <class, precision> class vecType>
81 template <typename genType>
98 template <typename genType
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
bitset 22 template <size_t N>
43 template <class charT>
47 template<class charT, class traits, class Allocator>
73 template <class charT, class traits, class Allocator>
75 template <class charT, class traits>
77 template <class charT>
93 template <size_t N>
96 template <size_t N>
99 template <size_t N>
102 template <class charT, class traits, size_t N
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
gslice_array.h 1 // The template and inlines for the -*- C++ -*- gslice_array class.
59 template<typename _Tp>
100 template<class _Dom>
102 template<class _Dom>
104 template<class _Dom>
106 template<class _Dom>
108 template<class _Dom>
110 template<class _Dom>
112 template<class _Dom>
114 template<class _Dom
    [all...]
indirect_array.h 1 // The template and inlines for the -*- C++ -*- indirect_array class.
61 template <class _Tp>
103 template<class _Dom>
105 template<class _Dom>
107 template<class _Dom>
109 template<class _Dom>
111 template<class _Dom>
113 template<class _Dom>
115 template<class _Dom>
117 template<class _Dom
    [all...]
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
61 template <class _Tp>
103 template<class _Dom>
105 template<class _Dom>
107 template<class _Dom>
109 template<class _Dom>
111 template<class _Dom>
113 template<class _Dom>
115 template<class _Dom>
117 template<class _Dom
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
gslice_array.h 1 // The template and inlines for the -*- C++ -*- gslice_array class.
59 template<typename _Tp>
100 template<class _Dom>
102 template<class _Dom>
104 template<class _Dom>
106 template<class _Dom>
108 template<class _Dom>
110 template<class _Dom>
112 template<class _Dom>
114 template<class _Dom
    [all...]
indirect_array.h 1 // The template and inlines for the -*- C++ -*- indirect_array class.
61 template <class _Tp>
103 template<class _Dom>
105 template<class _Dom>
107 template<class _Dom>
109 template<class _Dom>
111 template<class _Dom>
113 template<class _Dom>
115 template<class _Dom>
117 template<class _Dom
    [all...]
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
61 template <class _Tp>
103 template<class _Dom>
105 template<class _Dom>
107 template<class _Dom>
109 template<class _Dom>
111 template<class _Dom>
113 template<class _Dom>
115 template<class _Dom>
117 template<class _Dom
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
gslice_array.h 1 // The template and inlines for the -*- C++ -*- gslice_array class.
59 template<typename _Tp>
100 template<class _Dom>
102 template<class _Dom>
104 template<class _Dom>
106 template<class _Dom>
108 template<class _Dom>
110 template<class _Dom>
112 template<class _Dom>
114 template<class _Dom
    [all...]
indirect_array.h 1 // The template and inlines for the -*- C++ -*- indirect_array class.
61 template <class _Tp>
103 template<class _Dom>
105 template<class _Dom>
107 template<class _Dom>
109 template<class _Dom>
111 template<class _Dom>
113 template<class _Dom>
115 template<class _Dom>
117 template<class _Dom
    [all...]
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
61 template <class _Tp>
103 template<class _Dom>
105 template<class _Dom>
107 template<class _Dom>
109 template<class _Dom>
111 template<class _Dom>
113 template<class _Dom>
115 template<class _Dom>
117 template<class _Dom
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep292.py 6 from string import Template
25 s = Template('$who likes to eat a bag of $what worth $$100')
31 s = Template('$who likes ${what} for ${meal}')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
42 s = Template('$who likes $$')
47 s = Template('%(foo)s $foo ${foo}')
54 s = Template('tim has eaten $count bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
63 s = Template('$who ate ${meal}')
70 s = Template('$who likes ${what} for ${meal}'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep292.py 6 from string import Template
25 s = Template('$who likes to eat a bag of $what worth $$100')
31 s = Template('$who likes ${what} for ${meal}')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
42 s = Template('$who likes $$')
47 s = Template('%(foo)s $foo ${foo}')
54 s = Template('tim has eaten $count bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
63 s = Template('$who ate ${meal}')
70 s = Template('$who likes ${what} for ${meal}'
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
gslice_array.h 1 // The template and inlines for the -*- C++ -*- gslice_array class.
59 template<typename _Tp>
100 template<class _Dom>
102 template<class _Dom>
104 template<class _Dom>
106 template<class _Dom>
108 template<class _Dom>
110 template<class _Dom>
112 template<class _Dom>
114 template<class _Dom
    [all...]
indirect_array.h 1 // The template and inlines for the -*- C++ -*- indirect_array class.
61 template <class _Tp>
103 template<class _Dom>
105 template<class _Dom>
107 template<class _Dom>
109 template<class _Dom>
111 template<class _Dom>
113 template<class _Dom>
115 template<class _Dom>
117 template<class _Dom
    [all...]
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
61 template <class _Tp>
103 template<class _Dom>
105 template<class _Dom>
107 template<class _Dom>
109 template<class _Dom>
111 template<class _Dom>
113 template<class _Dom>
115 template<class _Dom>
117 template<class _Dom
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
bitset 22 template <size_t N>
43 template <class charT>
47 template<class charT, class traits, class Allocator>
73 template <class charT, class traits, class Allocator>
75 template <class charT, class traits>
77 template <class charT>
93 template <size_t N>
96 template <size_t N>
99 template <size_t N>
102 template <class charT, class traits, size_t N
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep292.py 6 from string import Template
25 s = Template('$who likes to eat a bag of $what worth $$100')
31 s = Template('$who likes ${what} for ${meal}')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
42 s = Template('$who likes $$')
47 s = Template('%(foo)s $foo ${foo}')
54 s = Template('tim has eaten $count bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
63 s = Template('$who ate ${meal}')
70 s = Template('$who likes ${what} for ${meal}'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep292.py 6 from string import Template
25 s = Template('$who likes to eat a bag of $what worth $$100')
31 s = Template('$who likes ${what} for ${meal}')
39 s = Template('$who likes to eat a bag of $$what worth $$100')
42 s = Template('$who likes $$')
47 s = Template('%(foo)s $foo ${foo}')
54 s = Template('tim has eaten $count bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
63 s = Template('$who ate ${meal}')
70 s = Template('$who likes ${what} for ${meal}'
    [all...]
  /external/llvm/include/llvm/Support/
Casting.h 28 // Define a template that can be specialized by smart pointers to reflect the
30 // template selection process... the default implementation is a noop.
32 template<typename From> struct simplify_type {
39 template<typename From> struct simplify_type<const From> {
51 // the names of classes. This template can be specialized to customize the
53 template <typename To, typename From, typename Enabler = void>
61 template <typename To, typename From>
67 template <typename To, typename From> struct isa_impl_cl {
73 template <typename To, typename From> struct isa_impl_cl<To, const From> {
79 template <typename To, typename From> struct isa_impl_cl<To, From*>
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator_range_core.hpp 51 template<class IteratorT>
53 template< class ForwardRange >
59 template< class ForwardRange >
66 template< class Left, class Right >
75 template< class Left, class Right >
81 template< class Left, class Right >
87 template< class Left, class Right >
95 template< class Left, class Right >
105 // iterator range template class -----------------------------------------//
124 template<class IteratorT
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 24 out = @parser.send( rule ).template
29 ANTLR3::Template::Group.parse( source.fixed_indent( 0 ) )
38 output = template;
42 -> template(id={$ID.text}, int={$INT.text})
54 example 'external template' do
55 templates = ANTLR3::Template::Group.new do
65 output = template;
71 arg: ID -> template(t={$ID.text}) "<%= @t %>";
81 example "empty template" do
86 output=template;
    [all...]

Completed in 1488 milliseconds

<<61626364656667686970>>