Home
last modified time | relevance | path

Searched refs:createObject (Results 1 – 25 of 52) sorted by relevance

123

/third_party/node/test/js-native-api/8_passing_wrapped/
Dtest.js9 let obj1 = addon.createObject(10);
10 let obj2 = addon.createObject(20);
/third_party/node/test/js-native-api/7_factory_wrap/
Dtest.js11 const obj = test.createObject(10);
19 const obj2 = test.createObject(20);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleObjectCache.java41 V newVal = createObject(key); in get()
71 protected abstract V createObject(K key); in createObject() method in LocaleObjectCache
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java37 V newVal = createObject(key); in get()
67 protected abstract V createObject(K key); in createObject() method in LocaleObjectCache
DBaseLocale.java262 protected BaseLocale createObject(Key key) { in createObject() method in BaseLocale.Cache
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeUniquePtr.cpp66 MovePtr<Object> createObject (bool& exists) in createObject() function
156 UniquePtr<Object> ptr(createObject(exists)); in UniquePtr_selfTest()
/third_party/icu/icu4c/source/i18n/
Dsharedpluralrules.h35 const SharedPluralRules *LocaleCacheKey<SharedPluralRules>::createObject(
Dshareddateformatsymbols.h40 LocaleCacheKey<SharedDateFormatSymbols>::createObject(
Dsharedcalendar.h36 const SharedCalendar *LocaleCacheKey<SharedCalendar>::createObject(
Dsharednumberformat.h36 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject(
Dcollationtailoring.h112 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext,
Ddatefmt.cpp62 const DateFmtBestPattern *LocaleCacheKey<DateFmtBestPattern>::createObject( in createObject() function in LocaleCacheKey
99 virtual const DateFmtBestPattern *createObject( in createObject() function in DateFmtBestPatternKey
/third_party/node/deps/icu-small/source/i18n/
Dsharedpluralrules.h35 const SharedPluralRules *LocaleCacheKey<SharedPluralRules>::createObject(
Dshareddateformatsymbols.h40 LocaleCacheKey<SharedDateFormatSymbols>::createObject(
Dsharednumberformat.h36 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject(
Dsharedcalendar.h36 const SharedCalendar *LocaleCacheKey<SharedCalendar>::createObject(
Dcollationtailoring.h112 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext,
Ddatefmt.cpp62 const DateFmtBestPattern *LocaleCacheKey<DateFmtBestPattern>::createObject( in createObject() function in LocaleCacheKey
99 virtual const DateFmtBestPattern *createObject( in createObject() function in DateFmtBestPatternKey
/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.h74 virtual const SharedObject *createObject(
164 virtual const T *createObject(
/third_party/icu/icu4c/source/common/
Dunifiedcache.h69 virtual const SharedObject *createObject(
164 virtual const T *createObject(
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.h69 virtual const SharedObject *createObject(
164 virtual const T *createObject(
/third_party/typescript/scripts/
Dword2md.mjs16 createObject: (typeName: string) => any;
31 createObject: (typeName) => new ActiveXObject(typeName),
335 const app = sys.createObject("Word.Application");
/third_party/icu/icu4c/source/test/intltest/
Dunifiedcachetest.cpp35 const UCTItem *LocaleCacheKey<UCTItem>::createObject( in createObject() function in LocaleCacheKey
60 const UCTItem2 *LocaleCacheKey<UCTItem2>::createObject( in createObject() function in LocaleCacheKey
/third_party/skia/third_party/externals/icu/source/i18n/
Ddatefmt.cpp62 const DateFmtBestPattern *LocaleCacheKey<DateFmtBestPattern>::createObject( in createObject() function in LocaleCacheKey
101 virtual const DateFmtBestPattern *createObject( in createObject() function in DateFmtBestPatternKey
/third_party/node/doc/api/
Daddons.md680 property `msg` that echoes the string passed to `createObject()`:
983 const obj = addon.createObject();
988 First, the `createObject()` method is implemented in `addon.cc`:
1170 const createObject = require('./build/Release/addon');
1172 const obj = createObject(10);
1180 const obj2 = createObject(20);
1233 NODE_SET_METHOD(exports, "createObject", CreateObject);
1364 const obj1 = addon.createObject(10);
1365 const obj2 = addon.createObject(20);

123