HomeSort by relevance Sort by last modified time
    Searched defs:createInstance (Results 1 - 25 of 625) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/common/unicode/
filteredbrk.h 48 * This is the equivalent of calling createInstance(UErrorCode&)
56 static FilteredBreakIteratorBuilder *createInstance(const Locale& where, UErrorCode& status);
67 static inline FilteredBreakIteratorBuilder *createInstance(UErrorCode &status) {
locdspnm.h 46 * {@link #createInstance(const Locale& locale, UDialectHandling dialectHandling)}
52 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale);
64 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale,
78 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale,
84 * not necessarily the same locale passed to {@link #createInstance}.
199 inline LocaleDisplayNames* LocaleDisplayNames::createInstance(const Locale& locale) {
200 return LocaleDisplayNames::createInstance(locale, ULDN_STANDARD_NAMES);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CacheBase.java 15 * 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);
  /external/icu/icu4c/source/i18n/
tmunit.cpp 59 TimeUnit::createInstance(TimeUnit::UTimeUnitFields timeUnitField,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CacheBase.java 14 * 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);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCookieSyncManager.java 15 public static synchronized CookieSyncManager createInstance(Context ctx) {
25 throw new IllegalStateException("createInstance must be called first");
  /frameworks/support/media/src/main/java/androidx/media/
MediaLibrarySessionImplBase.java 43 MediaSession2 createInstance() {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowCookieSyncManagerTest.java 16 assertThat(CookieSyncManager.createInstance(new Activity())).isNotNull();
21 CookieSyncManager.createInstance(new Activity());
  /external/testng/src/test/java/test/dependent/
SampleDependentConfigurationMethods.java 11 public void createInstance() {
15 @BeforeMethod(dependsOnMethods = { "createInstance"})
17 assert m_create : "createInstance() was never called";
23 assert m_create : "createInstance() was never called";
  /libcore/dom/src/test/java/org/w3c/domts/
XalanDOMTestDocumentBuilderFactory.java 56 protected DOMTestDocumentBuilderFactory createInstance(DocumentBuilderFactory
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelper.java 51 public static TabHelper createInstance(FragmentActivity activity) {
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTestCaseUtil.hpp 78 TestInstance* createInstance (Context& context) const
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateTestCaseUtil.hpp 82 TestInstance* createInstance (Context& context) const
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmLoopDepInfTests.cpp 210 TestInstance* SpvAsmLoopControlDependencyInfiniteCase::createInstance (Context& context) const
vktSpvAsmLoopDepLenTests.cpp 225 TestInstance* SpvAsmLoopControlDependencyLengthCase::createInstance (Context& context) const
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CurrencyServiceShim.java 42 Currency createInstance(ULocale loc) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
AppSingletonizer.java 22 instance = createInstance(applicationContext);
32 protected T createInstance(Application applicationContext) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCookieSyncManager.java 21 public static synchronized CookieSyncManager createInstance(Context ctx) {
31 throw new IllegalStateException("createInstance must be called first");
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
AppSingletonizer.java 22 instance = createInstance(applicationContext);
32 protected T createInstance(Application applicationContext) {
  /frameworks/base/core/java/android/net/
ConnectivityThread.java 36 private static final ConnectivityThread INSTANCE = createInstance();
43 private static ConnectivityThread createInstance() {
  /frameworks/base/core/java/android/webkit/
CookieSyncManager.java 32 * <pre class="prettyprint">CookieSyncManager.createInstance(context)</pre><p>
77 * {@link CookieSyncManager#createInstance(Context)} is not called before.
96 public static CookieSyncManager createInstance(Context context) {
156 // Prior to Android KK, calling createInstance() or constructing a WebView is
161 "CookieSyncManager::createInstance() needs to be called "
  /hardware/libhardware/modules/sensors/dynamic_sensor/
DynamicSensorManager.cpp 31 DynamicSensorManager* DynamicSensorManager::createInstance(
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
CustomizationParams.java 49 public static CustomizationParams createInstance(
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
TermsDocument.java 36 public static TermsDocument createInstance(String heading, String content) {
  /packages/apps/TV/common/src/com/android/tv/common/config/
DefaultConfigManager.java 26 public static DefaultConfigManager createInstance(Context context) {

Completed in 519 milliseconds

1 2 3 4 5 6 7 8 91011>>