Home
last modified time | relevance | path

Searched defs:domain (Results 201 - 225 of 288) sorted by relevance

12345678910>>...12

/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c95 int32_t SoftBusSocketCreate(int32_t domain, int32_t type, int32_t protocol, int32_t *socketFd) in SoftBusSocketCreate() argument
/third_party/libuv/src/unix/
H A Dudp.c553 uv__udp_maybe_deferred_bind(uv_udp_t* handle, int domain, unsigned int flags) uv__udp_maybe_deferred_bind() argument
991 uv__udp_init_ex(uv_loop_t* loop, uv_udp_t* handle, unsigned flags, int domain) uv__udp_init_ex() argument
/third_party/libuv/src/win/
H A Dtcp.c147 int domain; in uv_tcp_init_ex() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1022 si_test_gds_memory_management(struct si_context *sctx, unsigned alloc_size, unsigned alignment, enum radeon_bo_domain domain) si_test_gds_memory_management() argument
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c164 static enum radeon_bo_domain get_valid_domain(enum radeon_bo_domain domain) in get_valid_domain() argument
1003 radeon_winsys_bo_create(struct radeon_winsys *rws, uint64_t size, unsigned alignment, enum radeon_bo_domain domain, enum radeon_bo_flag flags) radeon_winsys_bo_create() argument
[all...]
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c521 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_createW),_init))(const wchar_t *name, const wchar_t *domain) in _init() argument
553 NEW_COUNTER_W(&_N_(_ittapi_global),h,h_tail,name,domain,type); in _init() local
559 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_createA),_init))(const char *name, const char *domain) in _init() argument
605 NEW_COUNTER_A(&_N_(_ittapi_global),h,h_tail,name,domain,type); _init() local
612 _init(const wchar_t *name, const wchar_t *domain, __itt_metadata_type type) _init() argument
643 NEW_COUNTER_W(&_N_(_ittapi_global),h,h_tail,name,domain,type); _init() local
649 _init(const char *name, const char *domain, __itt_metadata_type type) _init() argument
694 NEW_COUNTER_A(&_N_(_ittapi_global),h,h_tail,name,domain,type); _init() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c49 nouveau_buffer_allocate(struct nouveau_screen *screen, struct nv04_resource *buf, unsigned domain) nouveau_buffer_allocate() argument
113 nouveau_buffer_reallocate(struct nouveau_screen *screen, struct nv04_resource *buf, unsigned domain) nouveau_buffer_reallocate() argument
[all...]
/third_party/node/deps/uv/src/unix/
H A Dudp.c599 uv__udp_maybe_deferred_bind(uv_udp_t* handle, int domain, unsigned int flags) uv__udp_maybe_deferred_bind() argument
1037 uv__udp_init_ex(uv_loop_t* loop, uv_udp_t* handle, unsigned flags, int domain) uv__udp_init_ex() argument
/third_party/node/deps/uv/src/win/
H A Dtcp.c155 int domain; in uv_tcp_init_ex() local
/third_party/skia/src/gpu/effects/
H A DGrTextureEffect.cpp38 Sampling(const GrSurfaceProxy& proxy, GrSamplerState sampler, const SkRect& subset, const SkRect* domain, const float border[4], bool alwaysUseShaderTileMode, const GrCaps& caps, SkVector linearFilterInset) Sampling() argument
206 MakeSubset(GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, GrSamplerState sampler, const SkRect& subset, const SkRect& domain, const GrCaps& caps, const float border[4]) MakeSubset() argument
221 MakeCustomLinearFilterInset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, Wrap wx, Wrap wy, const SkRect& subset, const SkRect* domain, SkVector inset, const GrCaps& caps, const float border[4]) MakeCustomLinearFilterInset() argument
[all...]
/third_party/python/Modules/
H A Dnismodule.c173 char *domain; nis_get_default_domain() local
189 char *domain = NULL; nis_match() local
237 char *domain = NULL; nis_cat() local
433 char *domain = NULL; nis_maps() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server.c85 const char *domain; in eap_sm_buildInitiateReauthStart() local
419 const char *domain; in eap_server_erp_init() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server.c84 const char *domain; in eap_sm_buildInitiateReauthStart() local
426 const char *domain; in eap_server_erp_init() local
[all...]
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_log.h475 const uint32_t domain; member
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp612 bool IsValidDomain(const std::string &domain) in IsValidDomain() argument
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h154 std::string domain; // Domain, mandatory member
245 std::string domain; // domain name member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c76 FtSocket( IN FILLP_INT domain, IN FILLP_INT type, IN FILLP_INT protocol) FtSocket() argument
H A Dsocket_app.c81 static FILLP_INT SockCheckDomainTypeProto(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol) in SockCheckDomainTypeProto() argument
106 SockSocket(FILLP_INT domain, FILLP_INT type, FILLP_INT protocol) SockSocket() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1076 FillpFuncCreateSocket( IN FILLP_INT32 domain, IN FILLP_INT32 type, IN FILLP_INT32 protocol) FillpFuncCreateSocket() argument
/third_party/backends/backend/
H A Dgphoto2.c355 debug_func (GPLogLevel level, const char *domain, const char *message, in debug_func() argument
H A Dnet.c698 net_avahi_resolve_callback(AvahiServiceResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, void *userdata) global() argument
755 net_avahi_browse_callback(AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void *userdata) global() argument
[all...]
/third_party/curl/lib/
H A Dcookie.c230 get_top_domain(const char * const domain, size_t *outlen) get_top_domain() argument
259 cookie_hash_domain(const char *domain, const size_t len) cookie_hash_domain() argument
279 cookiehash(const char * const domain) cookiehash() argument
430 bad_domain(const char *domain, size_t len) bad_domain() argument
481 Curl_cookie_add(struct Curl_easy *data, struct CookieInfo *c, bool httpheader, bool noexpire, const char *lineptr, const char *domain, const char *path, bool secure) Curl_cookie_add() argument
[all...]
/third_party/libuv/src/
H A Duv-common.c348 int domain; in uv_udp_init_ex() local
/third_party/mesa3d/include/drm-uapi/
H A Detnaviv_drm.h174 __u8 domain; /* in, pm domain */ member
261 __u8 domain; /* in, pm domain index */ member
/third_party/libdrm/etnaviv/
H A Detnaviv_drm.h174 __u8 domain; /* in, pm domain */ member
261 __u8 domain; /* in, pm domain index */ member

Completed in 39 milliseconds

12345678910>>...12