HomeSort by relevance Sort by last modified time
    Searched full:instantiation (Results 276 - 300 of 1313) sorted by null

<<11121314151617181920>>

  /external/sfntly/cpp/src/sample/subtly/
subsetter.h 21 // Cannot remove this header due to Ptr<T> instantiation issue
  /external/smali/smali/src/test/resources/LexerTest/
MiscTest.tokens 46 VERIFICATION_ERROR_TYPE("instantiation-error")
  /external/testng/src/test/java/testhelper/
OutputDirectoryPatch.java 22 * Private constructor to disable instantiation.
  /external/vulkan-validation-layers/libs/glm/detail/
func_vector_relational.inl 41 "Invalid template instantiation of 'lessThan', GLM vector types required floating-point or integer value types vectors");
59 "Invalid template instantiation of 'lessThanEqual', GLM vector types required floating-point or integer value types vectors");
76 "Invalid template instantiation of 'greaterThan', GLM vector types required floating-point or integer value types vectors");
93 "Invalid template instantiation of 'greaterThanEqual', GLM vector types required floating-point or integer value types vectors");
  /frameworks/base/core/java/android/util/
LayoutDirection.java 26 // No instantiation
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/view/menu/
MenuBuilder_Delegate.java 29 * The method overrides the instantiation of the {@link MenuItemImpl} with an instance of
  /frameworks/support/compat/api21/android/support/v4/view/animation/
PathInterpolatorCompatApi21.java 29 // prevent instantiation
  /frameworks/support/compat/gingerbread/android/support/v4/view/animation/
PathInterpolatorCompatBase.java 28 // prevent instantiation
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.syn/
optional_const_in_place_t.fail.cpp 12 // A program that necessitates the instantiation of template optional for
optional_const_lvalue_ref.fail.cpp 12 // A program that necessitates the instantiation of template optional for a
optional_const_nullopt_t.fail.cpp 12 // A program that necessitates the instantiation of template optional for
optional_in_place_t.fail.cpp 12 // A program that necessitates the instantiation of template optional for
optional_lvalue_ref.fail.cpp 12 // A program that necessitates the instantiation of template optional for a
optional_nullopt_t.fail.cpp 12 // A program that necessitates the instantiation of template optional for
optional_rvalue_ref.fail.cpp 12 // A program that necessitates the instantiation of template optional for a
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cast/
toduration.fail.cpp 18 // ToDuration shall be an instantiation of duration.
  /ndk/sources/cxx-stl/stlport/src/
sstream.cpp 26 // Force instantiation of stringstream classes.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 12 // automatic template instantiation does not
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
adl.hpp 25 // of template instantiation symbols, so we apply the workaround on all
eti.hpp 20 // flags for MSVC 6.5's so-called "early template instantiation bug"
  /packages/apps/TV/src/com/android/tv/ui/
ViewUtils.java 32 // Prevent instantiation.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkConfigurationFactory.java 49 // Do not allow instantiation
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 12 // automatic template instantiation does not
  /external/clang/test/SemaCXX/
destructor.cpp 91 // expected-note@+3 {{in instantiation of member function 'PR6709::X<int>::~X' requested here}}
111 // expected-note@+2 {{in instantiation of member function 'test6::A<int>::operator delete' requested here}}
117 // expected-note@+2 {{in instantiation of member function 'test6::A<int>::operator delete' requested here}}
192 TS2<int> foo; // expected-note {{instantiation}}
354 simple_ptr<B> b(new B()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr<dnvd::B>::~simple_ptr' requested here}}
358 simple_ptr2<B> b(new D()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr2<dnvd::B>::~simple_ptr2' requested here}}
362 simple_ptr<D> d(new D()); // expected-note {{in instantiation of member function 'dnvd::simple_ptr<dnvd::D>::~simple_ptr' requested here}}
  /external/clang/test/SemaTemplate/
dependent-names.cpp 80 d1.test1(); // expected-note {{in instantiation of member function}}
81 d1.test2(); // expected-note {{in instantiation of member function}}
82 d1.test3(); // expected-note {{in instantiation of member function}}
85 d2.test0(); // expected-note {{in instantiation of member function}}
87 d2.test2(); // expected-note {{in instantiation of member function}}
88 d2.test3(); // expected-note {{in instantiation of member function}}
157 A<int> a; // expected-note {{in instantiation of member function}}
172 int k = N::M::g<char>(0);; // expected-note {{in instantiation of function}}
378 tempf(x, y); // expected-note{{in instantiation of}}
401 template void OperatorNew::f(OperatorNew::X); // expected-note {{instantiation of}
    [all...]

Completed in 3181 milliseconds

<<11121314151617181920>>