Home
last modified time | relevance | path

Searched defs:create (Results 51 - 75 of 785) sorted by relevance

12345678910>>...32

/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
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform_test.cc29 const ast::Type* create( in create() function
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionRegistryFactory.java61 public static ExtensionRegistryLite create() { in create() method in ExtensionRegistryFactory
H A DTextFormatParseLocation.java52 static TextFormatParseLocation create(int line, int column) { in create() method in TextFormatParseLocation
/base/msdp/device_status/intention/scheduler/plugin_manager/include/
H A Dplugin_manager.h102 CreatePlugin<IPlugin> create = reinterpret_cast<CreatePlugin<IPlugin>>(::dlsym(handle_, "CreateInstance")); in GetInstance() local
/base/sensors/miscdevice/frameworks/native/vibrator/include/
H A Dvibrator_service_client.h36 IVibratorDecoder *(*create)(const JsonParser &); member
/foundation/ability/ability_runtime/test/unittest/cj_test_runner_object_test/
H A Dcj_test_runner_object_test.cpp43 int64_t create(const char* name) in create() function
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_fast_2.h161 PTEST((std::string url, int32_t fileSize), Test fdsource create, setsource, pause, release) in FIXTURE() argument
188 PTEST((std::string url, int32_t fileSize), Test fdsource create, stop, release) in FIXTURE() argument
304 PTEST((std::string url, int32_t fileSize), Test fdsource create, setsource, stop, release) in FIXTURE() argument
331 PTEST((std::string url, int32_t fileSize), Test fdsource create, stop, release) in FIXTURE() argument
H A Dtest_single_video_player_fast_3.h58 PTEST((std::string url, int32_t fileSize), Test fdsource create, reset) in FIXTURE() argument
175 PTEST((std::string url, int32_t fileSize), Test fdsource create, seek, release) in FIXTURE() argument

Completed in 15 milliseconds

12345678910>>...32