/dalvik/dx/src/junit/runner/ |
Version.java | 8 // don't instantiate
|
/frameworks/base/test-runner/src/junit/runner/ |
Version.java | 8 // don't instantiate
|
/external/junit/src/junit/runner/ |
Version.java | 8 // don't instantiate
|
/external/clang/test/SemaTemplate/ |
instantiate-non-dependent-types.cpp | 7 template<void(*)()> struct instantiate { }; struct 11 typedef instantiate<&X1<int>::member> i; // expected-note{{in instantiation of}}
|
implicit-instantiation-1.cpp | 12 (void)sizeof(xip->f(2, 0)); // okay: does not instantiate 13 (void)xip->g(2, 0); // okay: does not instantiate
|
instantiate-member-pointers.cpp | 60 static void instantiate(); 61 typedef instantiate_function<&S::instantiate> x; // expected-note{{instantiation}} 63 template <typename T> void S<T>::instantiate() { function in class:ValueDepMemberPointer::S
|
instantiate-function-params.cpp | 18 template <void(*)()> struct instantiate { struct 25 typedef instantiate< & requirement_<void(*)(usage_requirements<InputIterator> x)>::failed> boost_concept_check1; // expected-note {{in instantiation}} 28 typedef instantiate< & requirement_<void(*)(usage_requirements<ForwardIterator> x)>::failed> boost_concept_check2; // expected-note {{in instantiation}} 31 typedef instantiate< &requirement_<void(*)(ForwardIterator<char*> x)>::failed> boost_concept_checkX;// expected-note 3{{in instantiation}}
|
inject-templated-friend-post.cpp | 49 #ifdef INSTANTIATE 60 #ifndef INSTANTIATE
|
/frameworks/base/tools/layoutlib/bridge/src/android/app/ |
Fragment_Delegate.java | 41 * Sets the current {@link IProjectCallback} to be used to instantiate classes coming 49 * Like {@link #instantiate(Context, String, Bundle)} but with a null 53 /*package*/ static Fragment instantiate(Context context, String fname) { method in class:Fragment_Delegate 54 return instantiate(context, fname, null); 61 * @param context The calling context being used to instantiate the fragment. 63 * @param fname The class name of the fragment to instantiate. 72 /*package*/ static Fragment instantiate(Context context, String fname, Bundle args) { method in class:Fragment_Delegate 87 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname 91 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fname 95 throw new Fragment.InstantiationException("Unable to instantiate fragment " + fnam [all...] |
/frameworks/base/media/mediaserver/ |
main_mediaserver.cpp | 41 AudioFlinger::instantiate(); 42 MediaPlayerService::instantiate(); 43 CameraService::instantiate(); 44 AudioPolicyService::instantiate();
|
/external/clang/test/SemaCXX/ |
operator-arrow-temporary.cpp | 17 // Make sure we try to instantiate the destructor for Lock here
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p1.cpp | 10 // Explicitly instantiate a class template specialization 14 // Explicitly instantiate a function template specialization 25 // Explicitly instantiate a member template specialization 49 // Explicitly instantiate members of a class template
|
p6.cpp | 6 // instantiate sort(Array<int>&) - template-argument deduced
|
/external/icu4c/test/intltest/ |
testutil.h | 17 * attempt to instantiate.
|
/external/v8/src/ |
apinatives.js | 44 function Instantiate(data, name) { 52 var result = Constructor ? new (Instantiate(Constructor))() : {}; 76 fun.prototype = prototype ? Instantiate(prototype) : {}; 80 var parent_fun = Instantiate(parent); 103 var value = Instantiate(prop_data, name);
|
/external/chromium/base/test/ |
mock_chrome_application_mac.h | 23 // To be used to instantiate MockCrApp from C++ code.
|
/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier_factory.h | 22 // Class to instantiate various implementations of the SyncNotifier interface.
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
TestProvider.java | 22 * Very simple provider that I can instantiate right here.
|
/frameworks/base/core/java/android/widget/ |
package.html | 11 behavior of the widget. If you can instantiate the object from layout XML, 15 the XML element used to instantiate your widget, and the attributes that it
|
/external/chromium/testing/gtest/samples/ |
sample7_unittest.cc | 51 // function for PrimeTable objects. We will instantiate objects in test's 108 // In order to run value-parameterized tests, you need to instantiate them, 110 // You can instantiate them in a different translation module, or even 111 // instantiate them several times. 113 // Here, we instantiate our tests with a list of two PrimeTable object
|
sample8_unittest.cc | 48 // told to instantiate without PrecalcPrimeTable instance at all and use only 148 // In order to run value-parameterized tests, you need to instantiate them, 150 // You can instantiate them in a different translation module, or even 151 // instantiate them several times. 153 // Here, we instantiate our tests with a list of parameters. We must combine
|
/external/gtest/samples/ |
sample7_unittest.cc | 52 // objects. We will instantiate objects in test's SetUp() method and 110 // In order to run value-parameterized tests, you need to instantiate them, 112 // You can instantiate them in a different translation module, or even 113 // instantiate them several times. 115 // Here, we instantiate our tests with a list of two PrimeTable object
|
sample8_unittest.cc | 48 // told to instantiate without PrecalcPrimeTable instance at all and use only 148 // In order to run value-parameterized tests, you need to instantiate them, 150 // You can instantiate them in a different translation module, or even 151 // instantiate them several times. 153 // Here, we instantiate our tests with a list of parameters. We must combine
|
/external/protobuf/gtest/samples/ |
sample7_unittest.cc | 52 // objects. We will instantiate objects in test's SetUp() method and 110 // In order to run value-parameterized tests, you need to instantiate them, 112 // You can instantiate them in a different translation module, or even 113 // instantiate them several times. 115 // Here, we instantiate our tests with a list of two PrimeTable object
|
sample8_unittest.cc | 48 // told to instantiate without PrecalcPrimeTable instance at all and use only 148 // In order to run value-parameterized tests, you need to instantiate them, 150 // You can instantiate them in a different translation module, or even 151 // instantiate them several times. 153 // Here, we instantiate our tests with a list of parameters. We must combine
|