Searched
full:instantiation (Results
401 -
425 of
1313) sorted by null
<<11121314151617181920>>
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
PatternUtil.java | 80 * Private constructor to prevent instantiation. All members are static.
|
/external/parameter-framework/upstream/parameter/ |
BitParameter.h | 41 // Instantiation, allocation
|
BitParameterBlock.cpp | 49 // Instantiation, allocation
|
BitParameterBlockType.cpp | 70 // Instantiation
|
ElementLibrary.h | 59 // Instantiation
|
/external/protobuf/gtest/test/ |
gtest-param-test2_test.cc | 58 // in multiple translation units. Another instantiation is defined
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-param-test2_test.cc | 58 // in multiple translation units. Another instantiation is defined
|
/external/webrtc/webrtc/base/ |
platform_thread.h | 56 // called from the same thread, including instantiation.
|
/hardware/bsp/intel/peripheral/sensors/mraa/ |
SensorsHAL.hpp | 88 * The wrapper pass through to the specific instantiation of
|
/libcore/luni/src/test/java/libcore/java/util/ |
ResourceLeakageDetector.java | 40 // Load the monitor class for later instantiation.
|
/libcore/ojluni/src/main/java/java/lang/ |
InstantiationException.java | 32 * instantiated. The instantiation can fail for a variety of
|
/libcore/ojluni/src/main/java/sun/security/jca/ |
JCAUtil.java | 41 // no instantiation
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-param-test2_test.cc | 58 // in multiple translation units. Another instantiation is defined
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
if.hpp | 113 // recursively nested template instantiation to user
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupNoteDialogFragment.java | 39 // Public no-args constructor needed for fragment re-instantiation
|
DuplicateAccountDialogFragment.java | 42 // Public no-args constructor needed for fragment re-instantiation
|
/system/connectivity/shill/net/ |
shill_export.h | 45 // Alternatively, exporting specific instantiation of the template could be
|
/toolchain/binutils/binutils-2.25/gold/ |
workqueue-internal.h | 72 // The threaded instantiation of Workqueue_threader.
|
/external/clang/include/clang/AST/ |
DeclTemplate.h | 448 /// explicit instantiation declaration, or explicit instantiation 462 /// \brief Retrieve the first point of instantiation of this function 465 /// The point of instantiation may be an invalid source location if this 471 /// \brief Set the (first) point of instantiation of this function template 496 // manner in which the instantiation occurred (in the lower two bits). 531 /// \brief Retrieve the first point of instantiation of this member. 532 /// If the point of instantiation is an invalid location, then this member 538 /// \brief Set the first point of instantiation. 547 /// Since explicit function template specialization and instantiation [all...] |
/external/clang/test/CXX/class.access/class.access.dcl/ |
p1.cpp | 168 template struct B<int>; // expected-note {{in instantiation}} 187 // We should be able to diagnose these without instantiation.
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/ |
p3.cpp | 81 // Note that this happens without instantiation. 92 template void f<long>(long); //expected-note {{instantiation}}
|
/external/clang/test/Modules/ |
merge-using-decls.cpp | 19 int k = T().v + T().value; // expected-note 0-2{{instantiation of}} 27 return Use<C<T> >() + Use<D<T> >() + Use<E<T> >() + Use<F<T> >(); // expected-note 0-2{{instantiation of}}
|
/external/clang/test/OpenMP/ |
critical_messages.cpp | 131 return tmain<int, 4>(argc, argv) + tmain<float, -5>(argc, argv); // expected-note {{in instantiation of function template specialization 'tmain<float, -5>' requested here}} expected-note {{in instantiation of function template specialization 'tmain<int, 4>' requested here}}
|
parallel_for_num_threads_messages.cpp | 61 #pragma omp parallel for num_threads (num_threads(tmain<int, char, -1>(argc, argv) // expected-error 2 {{expected ')'}} expected-note 2 {{to match this '('}} expected-note {{in instantiation of function template specialization 'tmain<int, char, -1>' requested here}} 64 return tmain<int, char, 3>(argc, argv); // expected-note {{in instantiation of function template specialization 'tmain<int, char, 3>' requested here}}
|
parallel_for_simd_num_threads_messages.cpp | 61 #pragma omp parallel for simd num_threads (num_threads(tmain<int, char, -1>(argc, argv) // expected-error 2 {{expected ')'}} expected-note 2 {{to match this '('}} expected-note {{in instantiation of function template specialization 'tmain<int, char, -1>' requested here}} 64 return tmain<int, char, 3>(argc, argv); // expected-note {{in instantiation of function template specialization 'tmain<int, char, 3>' requested here}}
|
Completed in 1835 milliseconds
<<11121314151617181920>>