OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specializations
(Results
1 - 25
of
497
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/
base.py
5
"""Base class for MIME
specializations
."""
15
"""Base class for MIME
specializations
."""
/prebuilts/gdb/linux-x86/lib/python2.7/email/mime/
base.py
5
"""Base class for MIME
specializations
."""
15
"""Base class for MIME
specializations
."""
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
base.py
5
"""Base class for MIME
specializations
."""
15
"""Base class for MIME
specializations
."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
base.py
5
"""Base class for MIME
specializations
."""
15
"""Base class for MIME
specializations
."""
/external/clang/test/CXX/over/over.match/over.match.best/
p1.cpp
15
// Partial ordering of function template
specializations
will be tested
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p11.cpp
18
// As an extension, this rule is applied to explicit
specializations
as well.
p12.cpp
28
// Don't impose access restrictions on explicit
specializations
,
/external/clang/test/CXX/temp/temp.spec/
no-body.cpp
36
// Explicit
specializations
expected in global scope
47
// Should recover as if
specializations
,
61
// Should recover as if
specializations
/external/libcxx/test/std/language.support/support.limits/limits/
is_specialized.pass.cpp
12
//
Specializations
shall be provided for each arithmetic type, both floating
14
// true for all such
specializations
of numeric_limits.
17
// have
specializations
.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/
is_specialized.pass.cpp
12
//
Specializations
shall be provided for each arithmetic type, both floating
14
// true for all such
specializations
of numeric_limits.
17
// have
specializations
.
/external/libchrome/base/
bind_internal_win.h
5
//
Specializations
of RunnableAdapter<> for Windows specific calling
14
// the same as __cdecl which would turn the following
specializations
into
/packages/apps/Email/res/values/
colors.xml
17
<!-- See also values-xlarge for
specializations
for xlarge screens -->
18
<!-- See also values-xlarge for
specializations
for xlarge screens -->
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
functional_hash.h
51
/// Partial
specializations
for pointer types.
60
/// Explicit
specializations
for integer types.
84
// (Used by the next
specializations
of std::tr1::hash.)
150
/// Explicit
specializations
for float.
159
/// Explicit
specializations
for double.
168
/// Explicit
specializations
for long double.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
functional_hash.h
51
/// Partial
specializations
for pointer types.
60
/// Explicit
specializations
for integer types.
84
// (Used by the next
specializations
of std::tr1::hash.)
150
/// Explicit
specializations
for float.
159
/// Explicit
specializations
for double.
168
/// Explicit
specializations
for long double.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
functional_hash.h
51
/// Partial
specializations
for pointer types.
60
/// Explicit
specializations
for integer types.
84
// (Used by the next
specializations
of std::tr1::hash.)
150
/// Explicit
specializations
for float.
159
/// Explicit
specializations
for double.
168
/// Explicit
specializations
for long double.
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
functional_hash.h
51
/// Partial
specializations
for pointer types.
60
/// Explicit
specializations
for integer types.
84
// (Used by the next
specializations
of std::tr1::hash.)
150
/// Explicit
specializations
for float.
159
/// Explicit
specializations
for double.
168
/// Explicit
specializations
for long double.
/external/ceres-solver/internal/ceres/
generate_eliminator_specialization.py
48
# The list of tuples,
specializations
indicates the set of
49
#
specializations
that is generated.
51
# Set of template
specializations
to generate
52
SPECIALIZATIONS
= [(2, 2, 2),
170
VLOG(1) << "Template
specializations
not found for <"
202
for row_block_size, e_block_size, f_block_size in
SPECIALIZATIONS
:
generate_partitioned_matrix_view_specializations.py
46
# The list of tuples,
specializations
indicates the set of
47
#
specializations
that is generated.
49
# Set of template
specializations
to generate
50
SPECIALIZATIONS
= [(2, 2, 2),
170
VLOG(1) << "Template
specializations
not found for <"
203
for row_block_size, e_block_size, f_block_size in
SPECIALIZATIONS
:
/art/cmdline/
cmdline_type_parser.h
24
// Base class for user-defined CmdlineType<T>
specializations
.
26
// Not strictly necessary, but if the
specializations
fail to Define all of these functions
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p6.cpp
3
// Test class template partial
specializations
of member templates.
24
// Make sure we can provide out-of-line class template partial
specializations
/external/clang/test/SemaTemplate/
example-typelist.cpp
47
//
specializations
.
81
//
specializations
.
/external/google-breakpad/src/processor/
simple_serializer-inl.h
30
// simple_serializer-inl.h: template
specializations
for following types:
53
//
Specializations
of SimpleSerializer: bool
70
//
Specializations
of SimpleSerializer: string
82
//
Specializations
of SimpleSerializer: C-string
96
//
Specializations
of SimpleSerializer: Line
116
//
Specializations
of SimpleSerializer: PublicSymbol
134
//
Specializations
of SimpleSerializer: WindowsFrameInfo
167
//
Specializations
of SimpleSerializer: Linked_ptr version of
simple_serializer.h
33
// All
specializations
of SimpleSerializer template are defined in the
48
//
Specializations
are defined in "simple_serializer-inl.h".
/external/llvm/unittests/ADT/
PostOrderIteratorTest.cpp
21
// Tests that template
specializations
are kept up to date
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h
28
// Important pointers
specializations
Completed in 1345 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>