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

<<11121314151617181920>>

  /device/generic/goldfish/dhcp/common/
socket.cpp 75 Result Socket::open(int domain, int type, int protocol) {
79 mSocketFd = ::socket(domain, type, protocol);
  /device/generic/goldfish/wifi/ipv6proxy/
socket.cpp 60 Result Socket::open(int domain, int type, int protocol) {
64 mSocket = ::socket(domain, type | SOCK_CLOEXEC, protocol);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_name.c 83 * Convert an encoded domain name to printable ascii as per RFC1035.
162 * Convert a ascii string into an encoded domain name as per RFC1035.
168 * Enforces label and domain length limits.
273 * Unpack a domain name from a message, source may be compressed.
294 /* Fetch next label in domain name. */
348 * Pack domain name 'domain' into 'comp_dn'.
385 /* make sure the domain we are about to add is legal */
449 * Expand compressed domain name to presentation format.
453 * Root domain returns as "." not "".
    [all...]
  /external/curl/docs/cmdline-opts/
version.d 38 This curl supports IDN - international domain names.
  /external/grpc-grpc/test/core/iomgr/
udp_server_test.cc 134 static int test_socket_factory_socket(grpc_socket_factory* factory, int domain,
138 return socket(domain, type, protocol);
  /external/libdrm/etnaviv/
etnaviv_cmd_stream.c 276 pmr->domain = p->signal->domain->id;
  /external/libdrm/tests/amdgpu/
vcn_tests.c 191 unsigned size, unsigned domain)
200 req.preferred_heap = domain;
  /external/linux-kselftest/tools/testing/selftests/net/
tcp_mmap.c 257 static void setup_sockaddr(int domain, const char *str_addr,
263 switch (domain) {
281 error(1, 0, "illegal domain");
udpgso_bench_tx.c 88 static void setup_sockaddr(int domain, const char *str_addr, void *sockaddr)
93 switch (domain) {
107 error(1, 0, "illegal domain");
  /external/ltp/utils/sctp/testlib/
sctputil.h 133 static inline int test_socket(int domain, int type, int protocol)
135 int sk = socket(domain, type, protocol);
  /external/lzma/Asm/x86/
7zAsm.asm 2 ; 2018-02-03 : Igor Pavlov : Public domain
7zCrcOpt.asm 2 ; 2009-12-12 : Igor Pavlov : Public domain
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vcn_enc_1_2.c 45 #define RADEON_ENC_READ(buf, domain, off) radeon_enc_add_buffer(enc, (buf), RADEON_USAGE_READ, (domain), (off))
46 #define RADEON_ENC_WRITE(buf, domain, off) radeon_enc_add_buffer(enc, (buf), RADEON_USAGE_WRITE, (domain), (off))
47 #define RADEON_ENC_READWRITE(buf, domain, off) radeon_enc_add_buffer(enc, (buf), RADEON_USAGE_READWRITE, (domain), (off))
55 enum radeon_bo_usage usage, enum radeon_bo_domain domain,
59 domain, RADEON_PRIO_VCE);
  /external/python/httplib2/tests/
test_auth.py 53 domain = urllib.parse.urlparse(uri)[1]
54 http.add_credentials("joe", password, domain)
  /external/syzkaller/pkg/vcs/
git.go 220 user, domain, err := splitEmail(email)
231 domainBytes = []byte(domain)
266 func splitEmail(email string) (user, domain string, err error) {
276 domain = addr.Address[at:]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux_s390x.go 201 func socketpair(domain int, typ int, flags int, fd *[2]int32) error {
202 args := [4]uintptr{uintptr(domain), uintptr(typ), uintptr(flags), uintptr(unsafe.Pointer(fd))}
228 func socket(domain int, typ int, proto int) (int, error) {
229 args := [3]uintptr{uintptr(domain), uintptr(typ), uintptr(proto)}
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.cc 390 void XmppEngineImpl::StartTls(const std::string& domain) {
392 // As substitute for the real (login jid's) domain, we permit
397 tls_server_domain_.empty() ? domain : tls_server_domain_);
xmpplogintask.cc 98 // The proper domain to verify against is the real underlying
99 // domain - i.e., the domain that owns the JID. Our XmppEngineImpl
100 // also allows matching against a proxy domain instead, if it is told
103 pctx_->InternalSendStart(pctx_->user_jid_.domain());
164 // The proper domain to verify against is the real underlying
165 // domain - i.e., the domain that owns the JID. Our XmppEngineImpl
166 // also allows matching against a proxy domain instead, if it is told
169 pctx_->StartTls(pctx_->user_jid_.domain());
    [all...]
  /external/ImageMagick/MagickCore/
log.c 965 const size_t line,const char *domain,const char *event)
1021 " <domain>%s</domain>\n"
1279 *domain; local
    [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 237 const char *domain, /* may be NULL */
409 // Notify core of domain secret keys
2017 LPSTR domain = NULL; local
4716 DNameListElem * domain = (DNameListElem*) malloc( sizeof( DNameListElem ) ); local
4761 domainname domain; local
    [all...]
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1.py 230 'domain',
232 u'The domain associated with the entity, if any.',
244 u'domain-domain - project-team-projectId - allUsers - '
248 u' of the Google Apps for Business domain example.com, the entity '
249 u'would be domain-example.com.',
296 domain: The domain associated with the entity, if any.
300 domain-domain - project-team-projectId - allUsers
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
manpage.py 113 domain = d[:-2]
114 # if domain + "_exec_t" not in get_entrypoints():
116 if domain in domains:
118 domains.append(domain)
211 for domain in self.manpage_domains.values():
212 if len(domain):
213 for d in domain:
405 Generate a Manpage on an SELinux domain in the specified path
578 %(typealias)s_t SELinux domain type is now associated with %(domainname)s domain type (%(domainname)s_t)
    [all...]
  /external/skqp/src/gpu/ops/
GrQuadPerEdgeAA.cpp 333 // coordinates, domain, color, and coverage as needed to satisfy the vertex spec.
337 const SkRect& domain,
365 // save the domain
367 vb->write(domain);
403 const SkPMColor4f& color4f, const GrPerspQuad& localQuad, const SkRect& domain,
454 write_quad(&vb, spec, mode, maxCoverage, color4f, wideColor, domain,
456 write_quad(&vb, spec, mode, 0.f, color4f, wideColor, domain, oX, oY, oW, oU, oV, oR);
460 write_quad(&vb, spec, mode, 1.f, color4f, wideColor, domain, oX, oY, oW, oU, oV, oR);
530 // domain, texturing, device-dimensions are single bit flags
618 // Texture coordinates clamped by the domain on the fragment shader; if the G
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis_test.cc 548 HloComputation::Builder builder("domain");
554 auto domain = builder.AddInstruction( local
560 EXPECT_EQ(hlo_module->entry_computation()->root_instruction(), domain);
561 ASSERT_IS_OK(domain->Accept(&analysis));
563 EXPECT_EQ(analysis.flop_count(*domain), 0);
564 EXPECT_EQ(analysis.transcendental_count(*domain), 0);
565 EXPECT_EQ(analysis.bytes_accessed(*domain), 0);
  /external/caliper/lib/
jsr311-api-1.1.1.jar 

Completed in 2065 milliseconds

<<11121314151617181920>>