Searched defs:createInstance (Results 1 - 25 of 177) sorted by relevance

12345678

/external/icu/icu4c/source/common/unicode/
H A Dlocdspnm.h45 * {@link #createInstance(const Locale& locale, UDialectHandling dialectHandling)}
51 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale);
63 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale,
77 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale,
83 * not necessarily the same locale passed to {@link #createInstance}.
198 inline LocaleDisplayNames* LocaleDisplayNames::createInstance(const Locale& locale) { function in class:LocaleDisplayNames
199 return LocaleDisplayNames::createInstance(locale, ULDN_STANDARD_NAMES);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCacheBase.java15 * implements the createInstance() method, and call get() with the key and the data.
16 * The get() call will use the data only if it needs to call createInstance(),
28 * Retrieves an instance from the cache. Calls createInstance(key, data) if the cache
32 * @param data Data for createInstance() if the instance is not already cached
42 protected abstract V createInstance(K key, D data); method in class:CacheBase
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCacheBase.java14 * implements the createInstance() method, and call get() with the key and the data.
15 * The get() call will use the data only if it needs to call createInstance(),
26 * Retrieves an instance from the cache. Calls createInstance(key, data) if the cache
30 * @param data Data for createInstance() if the instance is not already cached
40 protected abstract V createInstance(K key, D data); method in class:CacheBase
/external/testng/src/test/java/test/dependent/
H A DSampleDependentConfigurationMethods.java11 public void createInstance() { method in class:SampleDependentConfigurationMethods
15 @BeforeMethod(dependsOnMethods = { "createInstance"})
17 assert m_create : "createInstance() was never called";
23 assert m_create : "createInstance() was never called";
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DFilteredBreakIteratorBuilder.java49 * This is the equivalent of calling createInstance(UErrorCode&)
58 public static FilteredBreakIteratorBuilder createInstance(ULocale where) { method in class:FilteredBreakIteratorBuilder
71 public static FilteredBreakIteratorBuilder createInstance() { method in class:FilteredBreakIteratorBuilder
H A DNumberFormatServiceShim.java79 NumberFormat createInstance(ULocale desiredLocale, int choice) { method in class:NumberFormatServiceShim
83 // return NumberFormat.createInstance(desiredLocale, choice);
113 return NumberFormat.createInstance(loc, kind);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrencyServiceShim.java42 Currency createInstance(ULocale loc) { method in class:CurrencyServiceShim
/external/icu/icu4c/source/i18n/
H A Dtmunit.cpp59 TimeUnit::createInstance(TimeUnit::UTimeUnitFields timeUnitField, function in class:TimeUnit
H A Dscientificnumberformatter.cpp62 return createInstance(fmtToAdopt, new SuperscriptStyle(), status);
67 return createInstance(
79 return createInstance(
90 return createInstance(
97 ScientificNumberFormatter *ScientificNumberFormatter::createInstance( function in class:ScientificNumberFormatter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFilteredBreakIteratorBuilder.java47 * This is the equivalent of calling createInstance(UErrorCode&)
56 public static FilteredBreakIteratorBuilder createInstance(ULocale where) { method in class:FilteredBreakIteratorBuilder
69 public static FilteredBreakIteratorBuilder createInstance() { method in class:FilteredBreakIteratorBuilder
H A DNumberFormatServiceShim.java78 NumberFormat createInstance(ULocale desiredLocale, int choice) { method in class:NumberFormatServiceShim
82 // return NumberFormat.createInstance(desiredLocale, choice);
112 return NumberFormat.createInstance(loc, kind);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrencyServiceShim.java41 Currency createInstance(ULocale loc) { method in class:CurrencyServiceShim
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
H A DAppSingletonizer.java22 instance = createInstance(applicationContext);
32 protected T createInstance(Application applicationContext) { method in class:AppSingletonizer
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCookieSyncManager.java21 public static synchronized CookieSyncManager createInstance(Context ctx) { method in class:ShadowCookieSyncManager
31 throw new IllegalStateException("createInstance must be called first");
H A DShadowLayoutInflater.java68 @Override protected LayoutInflater createInstance(Application applicationContext) { method in class:ShadowLayoutInflater.LayoutInflaterAppSingletonizer
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTestCaseUtil.hpp78 TestInstance* createInstance (Context& context) const function in class:vkt::Draw::InstanceFactory
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateTestCaseUtil.hpp82 TestInstance* createInstance (Context& context) const function in class:vkt::DynamicState::InstanceFactory
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInputGeometryShaderTests.cpp126 virtual TestInstance* createInstance (Context& context) const;
177 TestInstance* GeometryExpanderRenderTest::createInstance (Context& context) const function in class:vkt::geometry::__anon3807::GeometryExpanderRenderTest
230 virtual TestInstance* createInstance (Context& context) const;
241 TestInstance* TriangleStripAdjacencyVertexCountTest::createInstance (Context& context) const function in class:vkt::geometry::__anon3807::TriangleStripAdjacencyVertexCountTest
H A DvktGeometryEmitGeometryShaderTests.cpp103 virtual TestInstance* createInstance (Context& context) const;
153 TestInstance* EmitTest::createInstance (Context& context) const function in class:vkt::geometry::__anon3806::EmitTest
H A DvktGeometryVaryingGeometryShaderTests.cpp104 virtual TestInstance* createInstance (Context& context) const;
254 TestInstance* VaryingTest::createInstance (Context& context) const function in class:vkt::geometry::__anon3812::VaryingTest
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DCompactConstructor.java50 Object obj = createInstance(node, data);
59 protected Object createInstance(ScalarNode node, CompactData data) throws Exception { method in class:CompactConstructor
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp77 virtual TestInstance* createInstance (Context& ctx) const function in class:vkt::api::__anon3715::BufferViewTestCase
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp63 TestInstance* createInstance (Context& context) const;
289 TestInstance* BufferSparseBindingCase::createInstance (Context& context) const function in class:vkt::sparse::__anon3928::BufferSparseBindingCase
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp173 TestInstance* createInstance (Context& context) const function in class:vkt::texture::__anon3993::FilteringAnisotropyTests
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCaseUtil.hpp55 TestInstance* createInstance (Context& context) const { return new Instance(context, m_arg0); } function in class:vkt::InstanceFactory1

Completed in 526 milliseconds

12345678