Home
last modified time | relevance | path

Searched defs:create (Results 376 - 400 of 474) sorted by relevance

1...<<111213141516171819

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h948 ELFObjectFile<ELFT>::create(MemoryBufferRef Object) { in create() function in llvm::object::ELFObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h156 static SharedBlockInfoMap create() { in create() function in llvm::NaClBitstreamReader::BlockInfoRecordsMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1266 SampleProfileReader::create(const std::string Filename, LLVMContext &C, in create() function in SampleProfileReader
1285 SampleProfileReaderItaniumRemapper::create(const std::string Filename, in create() function in SampleProfileReaderItaniumRemapper
1305 SampleProfileReaderItaniumRemapper::create(std::unique_ptr<MemoryBuffer> &B, in create() function in SampleProfileReaderItaniumRemapper
1333 SampleProfileReader::create(std::unique_ptr<MemoryBuffer> &B, LLVMContext &C, in create() function in SampleProfileReader
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h1247 T* create(ARGS&&... args) const { in create() function in tint::reader::spirv::FunctionEmitter
/third_party/python/Lib/
H A Dimaplib.py489 def create(self, mailbox): member in IMAP4
/third_party/vk-gl-cts/modules/egl/
H A DteglMultiThreadTests.cpp1007 bool create; in createDestroyObjects() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf.c1304 create_queue_group(struct kbase_context *const kctx, union kbase_ioctl_cs_queue_group_create *const create) create_queue_group() argument
1376 kbase_csf_queue_group_create(struct kbase_context *const kctx, union kbase_ioctl_cs_queue_group_create *const create) kbase_csf_queue_group_create() argument
[all...]
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp423 bool create = false; in CloudDoLookupHelper() local
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp772 auto create = [](const ApiCallInfo &in, ApiReplyInfo &out) { in RegisterUiDriverMiscMethods1() local
1416 auto create = [](const ApiCallInfo &in, ApiReplyInfo &out) { in RegisterPointerMatrixOperators() local
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c287 devclass_find_internal(const char *classname, const char *parentname, int create) devclass_find_internal() argument
[all...]
/third_party/NuttX/fs/nfs/
H A Drpc.h326 struct CREATE3args create; member
439 struct CREATE3resok create; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMeasureUnit.java265 MeasureUnit create(String type, String subType); in create() method
/third_party/icu/icu4c/source/i18n/
H A Dtimezone.cpp825 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) { in create() function in TZEnumeration
H A Drbnf.cpp625 StringLocalizationInfo::create(const UnicodeString& info, UParseError& perror, UErrorCode& status) { in create() function in StringLocalizationInfo
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c1569 rvcn_dec_message_create_t *create = dec->msg + sizeof(rvcn_dec_message_header_t); in rvcn_dec_message_create() local
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c138 static struct STORE *getclusterentry(LCN lcn, BOOL create) in getclusterentry() argument
/third_party/node/deps/icu-small/source/i18n/
H A Drbnf.cpp625 StringLocalizationInfo::create(const UnicodeString& info, UParseError& perror, UErrorCode& status) { in create() function in StringLocalizationInfo
H A Dtimezone.cpp825 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) { in create() function in TZEnumeration
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c909 struct drm_syncobj_create create = { in panvk_queue_init() local
1388 struct drm_syncobj_create create = { in panvk_CreateEvent() local
/third_party/libdrm/
H A Dxf86drmMode.c1595 struct drm_mode_create_blob create; in drmModeCreatePropertyBlob() local
1630 struct drm_mode_create_lease create; in drmModeCreateLease() local
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc706 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, in create() function in v8::base::OS::MemoryMappedFile
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc690 static std::unique_ptr<LocationMirror> create( create() function in v8_inspector::__anon14721::final
739 static std::unique_ptr<LocationMirror> create(v8::Local<v8::Value> value, create() function in v8_inspector::__anon14721::final
1666 std::unique_ptr<ValueMirror> ValueMirror::create(v8::Local<v8::Context> context, create() function in v8_inspector::ValueMirror
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c995 struct drm_i915_gem_create_ext create = { in alloc_fresh_bo() local
1015 struct drm_i915_gem_create create = { .size = bo_size }; in alloc_fresh_bo() local
2196 struct drm_i915_gem_context_create create in iris_create_hw_context() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dx509.c1088 x509_load_serial(const char *CAfile, const char *serialfile, int create) x509_load_serial() argument
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1386 temp_file::create() in create() function in abigail::tools_utils::temp_file

Completed in 60 milliseconds

1...<<111213141516171819