Home
last modified time | relevance | path

Searched defs:create (Results 26 - 50 of 432) sorted by relevance

12345678910>>...18

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DIndexer.java19 public static <T> Indexer<T, Integer> create() { in create() method in Indexer
24 public static <T, R> Indexer<T, R> create(Function<Integer, R> convertIndexFn) { in create() method in Indexer
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
H A DPeriodBuilder.java33 Period create(long duration); in create() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberPropertyMapper.java39 public static UnlocalizedNumberFormatter create( in create() method in NumberPropertyMapper
47 public static UnlocalizedNumberFormatter create( in create() method in NumberPropertyMapper
61 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) { in create() method in NumberPropertyMapper
H A DLocalizedNumberRangeFormatter.java91 LocalizedNumberRangeFormatter create(int key, Object value) { in create() method in LocalizedNumberRangeFormatter
/third_party/libwebsockets/include/libwebsockets/abstract/
H A Dprotocols.h55 int (*create)(const struct lws_abs *ai); member
H A Dtransports.h33 int (*create)(lws_abs_t *abs); member
/third_party/mesa3d/src/broadcom/drm-shim/
H A Dvc4_noop.c43 struct drm_vc4_create_bo *create = arg; in vc4_ioctl_create_bo() local
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dresult.py35 def create(results): member in GroupedResult
74 def create(results): member in RerunResult
/third_party/ntfs-3g/include/ntfs-3g/
H A Dplugin.h160 ntfs_inode *(*create)(ntfs_inode *dir_ni, const REPARSE_POINT *reparse, member
/third_party/mesa3d/src/gallium/drivers/lima/drm-shim/
H A Dlima_noop.c62 struct drm_lima_gem_create *create = arg; in lima_ioctl_gem_create() local
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/
H A DRegexBasedMatcher.java29 public static MatcherApi create() { in create() method in RegexBasedMatcher
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DMetadataKey.java38 public static MetadataKey create(PhoneRegion region, DigitSequence callingCode) { in create() method in MetadataKey
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DMigrationResult.java30 public static MigrationResult create(DigitSequence migratedNumber, in create() method in MigrationResult
/third_party/pulseaudio/src/pulsecore/
H A Dauthkey.c73 static int load(const char *fn, bool create, void *data, size_t length) { in load() argument
145 int pa_authkey_load(const char *fn, bool create, void *data, size_t length) { in pa_authkey_load() argument
H A Dauth-cookie.c43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp34 ExecutionEngine *Interpreter::create(std::unique_ptr<Module> M, in create() function in Interpreter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp48 llvm::RuntimeDyldCOFF::create(Triple::ArchType Arch, in create() function in llvm::llvm::RuntimeDyldCOFF
/third_party/openssl/ohos_lite/include/internal/
H A Dbio.h22 int (*create) (BIO *); member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-shaper.cc46 static hb_shaper_entry_t *create () in create() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp54 InstrProfReader::create(const Twine &Path) { in create() function in InstrProfReader
63 InstrProfReader::create(std::unique_ptr<MemoryBuffer> Buffer) { in create() function in InstrProfReader
92 IndexedInstrProfReader::create(const Twine &Path, const Twine &RemappingPath) { in create() function in IndexedInstrProfReader
113 IndexedInstrProfReader::create(std::unique_ptr<MemoryBuffer> Buffer, in create() function in IndexedInstrProfReader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGlobPattern.cpp108 Expected<GlobPattern> GlobPattern::create(StringRef S) { in create() function in GlobPattern
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.cpp17 const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in LanaiMCExpr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp82 const MipsFrameLowering *MipsFrameLowering::create(const MipsSubtarget &ST) { in create() function in MipsFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp19 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { in create() function in NVPTXFloatMCExpr
54 NVPTXGenericMCSymbolRefExpr::create(const MCSymbolRefExpr *SymExpr, in create() function in NVPTXGenericMCSymbolRefExpr
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dprinter_linux.cc95 std::unique_ptr<Printer> Printer::create(FILE* out, bool use_colors) { in create() function in tint::diag::Printer

Completed in 8 milliseconds

12345678910>>...18