HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 326 - 350 of 827) sorted by null

<<11121314151617181920>>

  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/
local_poc.h 102 uint32_t domain; member in struct:drm_nouveau_gem_info
112 uint32_t domain; member in struct:drm_nouveau_gem_map
150 uint32_t domain; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
  /external/grpc-grpc/src/core/lib/iomgr/
socket_utils_common_posix.cc 387 static int create_socket(grpc_socket_factory* factory, int domain, int type,
390 ? grpc_socket_factory_socket(factory, domain, type, protocol)
391 : socket(domain, type, protocol);
  /external/ltp/lib/
safe_net.c 108 int domain, int type, int protocol)
112 rval = socket(domain, type, protocol);
129 domain, type, protocol);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 390 struct nouveau_bo *dst, unsigned offset, unsigned domain,
394 struct nouveau_bo *dst, unsigned offset, unsigned domain,
398 struct nouveau_bo *bo, unsigned domain,
nvc0_miptree.c 303 mt->base.domain = NOUVEAU_BO_GART;
305 mt->base.domain = NV_VRAM_DOMAIN(nouveau_screen(pscreen));
307 bo_flags = mt->base.domain | NOUVEAU_BO_NOSNOOP;
  /external/syzkaller/vendor/golang.org/x/text/secure/bidirule/
bidirule.go 20 // Internationalized Domain Names for Applications (IDNA)
22 // A label is an individual component of a domain name. Labels are usually
23 // shown separated by dots; for example, the domain name "www.example.com" is
29 // A "Bidi domain name" is a domain name that contains at least one RTL label.
33 // o In a domain name consisting of only labels that satisfy the rule,
37 // o In a domain name consisting of only LDH labels (as defined in the
199 // A rule can only be violated for "Bidi Domain names", meaning if one of the
  /art/runtime/
hidden_api.h 57 // Represents the API domain of a caller/callee.
60 // Initialize to either the fully-trusted or fully-untrusted domain.
88 Domain GetDomain() const { return domain_; }
89 bool IsApplicationDomain() const { return domain_ == Domain::kApplication; }
91 // Returns true if this domain is always allowed to access the domain of `callee`.
102 static Domain ComputeDomain(bool is_trusted) {
103 return is_trusted ? Domain::kCorePlatform : Domain::kApplication;
106 static Domain ComputeDomain(ObjPtr<mirror::ClassLoader> class_loader, const DexFile* dex_file)
117 Domain domain = ComputeDomain(klass->GetClassLoader(), dex_file); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
tipc.h 97 __u32 domain; member in struct:sockaddr_tipc::__anon1197::__anon1198
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 215 XAuint32 domain; local
216 res = (*caller)->QueryStreamType(caller, streamIndex, &domain);
218 switch (domain) {
228 ALOGE("Unexpected domain %u\n", domain);
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.cpp 256 bool SharedFD::SocketPair(int domain, int type, int protocol,
259 int rval = socketpair(domain, type, protocol, fds);
281 SharedFD SharedFD::Socket(int domain, int socket_type, int protocol) {
282 int fd = TEMP_FAILURE_RETRY(socket(domain, socket_type, protocol));
  /device/google/cuttlefish_common/common/vsoc/lib/
region_view.h 76 bool Open(const char* region_name, const char* domain);
  /external/guava/guava/src/com/google/common/collect/
Range.java 599 * Returns the canonical form of this range in the given domain. The canonical form has the
604 * words, {@code ContiguousSet.create(a.canonical(domain), domain).equals(
605 * ContiguousSet.create(a, domain))}
607 * {@code ContiguousSet.create(a, domain).equals(ContiguousSet.create(b, domain))} implies
608 * {@code a.canonical(domain).equals(b.canonical(domain))}
609 * <li>idempotence: {@code a.canonical(domain).canonical(domain).equals(a.canonical(domain))
    [all...]
  /external/iproute2/include/uapi/linux/
tipc.h 210 __u32 domain; member in struct:sockaddr_tipc::__anon24705::__anon24706
  /external/kernel-headers/original/uapi/linux/
tipc.h 166 __u32 domain; member in struct:sockaddr_tipc::__anon26089::__anon26090
  /external/libdrm/radeon/
radeon_cs.h 81 extern void radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit);
  /external/libexif/test/nls/
test-codeset.c 33 #define bind_textdomain_codeset(domain,codeset) \
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg01.c 92 int domain; /* PF_INET, PF_UNIX, ... */ member in struct:test_case_t
298 s = SAFE_SOCKET(cleanup, tdat[testno].domain, tdat[testno].type,
301 if (tdat[testno].domain == PF_INET) {
313 } else if (tdat[testno].domain == PF_UNIX) {
388 /* set up UNIX-domain socket */
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 15 STDMETHODIMP CDNSSD::Browse(DNSSDFlags flags, ULONG ifIndex, BSTR regtype, BSTR domain, IBrowseListener* listener, IDNSSDService** browser )
31 ok = BSTRToUTF8( domain, domainUTF8 );
70 STDMETHODIMP CDNSSD::Resolve(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain, IResolveListener* listener, IDNSSDService** service)
89 ok = BSTRToUTF8( domain, domainUTF8 );
174 STDMETHODIMP CDNSSD::Register(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain, BSTR host, USHORT port, ITXTRecord *record, IRegisterListener *listener, IDNSSDService **service)
196 ok = BSTRToUTF8( domain, domainUTF8 );
697 CComBSTR domain; local
704 ok = UTF8ToBSTR( domainUTF8, domain );
707 listener->ServiceRegistered( service, ( DNSSDFlags ) flags, serviceName, regType, domain );
DNSSDService.cpp 272 STDMETHODIMP CDNSSDService::Browse(DNSSDFlags flags, ULONG ifIndex, BSTR regtype, BSTR domain, IDNSSDEventManager* eventManager, IDNSSDService** service )
308 ok = BSTRToUTF8( domain, domainUTF8 );
380 STDMETHODIMP CDNSSDService::Resolve(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain, IDNSSDEventManager* eventManager, IDNSSDService** service)
422 ok = BSTRToUTF8( domain, domainUTF8 );
494 STDMETHODIMP CDNSSDService::Register(DNSSDFlags flags, ULONG ifIndex, BSTR serviceName, BSTR regType, BSTR domain, BSTR host, USHORT port, ITXTRecord *record, IDNSSDEventManager *eventManager, IDNSSDService **service)
542 ok = BSTRToUTF8( domain, domainUTF8 );
1674 CComBSTR domain; local
1688 ok = UTF8ToBSTR( domainUTF8, domain );
1694 eventManager->Fire_ServiceRegistered( service, ( DNSSDFlags ) flags, serviceName, regType, domain );
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.h 42 std::string domain; member in struct:ServiceInstanceInfo
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_winsys.h 31 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain);
  /external/python/cpython3/Objects/
obmalloc.c 29 static void _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain);
218 pymem_set_default_allocator(PyMemAllocatorDomain domain, int debug,
222 PyMem_GetAllocator(domain, old_alloc);
227 switch(domain)
239 /* unknown domain */
242 PyMem_SetAllocator(domain, &new_alloc);
244 _PyMem_SetupDebugHooksDomain(domain);
251 _PyMem_SetDefaultAllocator(PyMemAllocatorDomain domain,
259 return pymem_set_default_allocator(domain, debug, old_alloc);
413 _PyMem_SetupDebugHooksDomain(PyMemAllocatorDomain domain)
    [all...]
  /external/scapy/scapy/layers/
dhcp.py 113 15: "domain",
317 domain="localnet", renewal_time=60, lease_time=1800):
318 self.domain = domain
377 ("domain", self.domain),
  /external/skia/src/gpu/
GrTextureProducer.h 128 static const GrUniqueKey::Domain kDomain = GrUniqueKey::GenerateDomain();
175 const SkRect& domain,
189 // If true, any domain effect uses kDecal instead of kClamp, and sampler filter uses
  /external/skqp/src/gpu/
GrTextureProducer.h 129 static const GrUniqueKey::Domain kDomain = GrUniqueKey::GenerateDomain();
175 const SkRect& domain,

Completed in 1989 milliseconds

<<11121314151617181920>>