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

<<21222324252627282930>>

  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux_sparc64.go 53 //sysnb socket(domain int, typ int, proto int) (fd int, err error)
54 //sysnb socketpair(domain int, typ int, proto int, fd *[2]int32) (err error)
  /external/tcpdump/win32/prj/
GNUmakefile 66 ../../print-domain.o \
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.h 70 Status HandleDomain(const HloInstruction* domain) override;
hlo_dataflow_analysis.cc 410 bool HloDataflowAnalysis::UpdateDomainValueSet(HloInstruction* domain) {
411 // Domain instructions just forward their operand. Given that domains can have
414 CHECK_EQ(domain->opcode(), HloOpcode::kDomain);
416 for (auto& pair : GetInstructionValueSet(domain)) {
419 HloValueSet& operand_value_set = GetValueSet(domain->operand(0), index);
    [all...]
tuple_points_to_analysis.h 250 Status HandleDomain(HloInstruction* domain) override;
  /external/webrtc/webrtc/libjingle/xmpp/
jid.cc 46 // Now take what is left as the domain
256 // Checks and normalizes the domain part of a JID.
257 std::string Jid::PrepDomain(const std::string& domain, bool* valid) {
261 // TODO: if the domain contains a ':', then we should parse it
262 // as an IPv6 address rather than giving an error about illegal domain.
263 PrepDomain(domain, &result, valid);
276 // Checks and normalizes an IDNA domain.
277 void Jid::PrepDomain(const std::string& domain, std::string* buf, bool* valid) {
279 std::string::const_iterator last = domain.begin();
280 for (std::string::const_iterator i = domain.begin(); i < domain.end(); ++i)
    [all...]
  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.js 202 var currentDomain = document.domain;
205 failureCallback("Domain not authorized for turn server: " +
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 181 * domain_suffix_match - Constraint for server domain name
188 * host/domain name is compared one label at a time starting from the
189 * top-level domain and all the labels in @domain_suffix_match shall be
199 * domain - Home service provider FQDN(s)
201 * This is used to compare against the Domain Name List to figure out
202 * whether the AP is operated by the Home SP. Multiple domain entries
206 char **domain; member in struct:wpa_cred
209 * num_domain - Number of FQDNs in the domain array
491 * For UNIX domain sockets (default on Linux and BSD): This is a
492 * directory that will be created for UNIX domain sockets for listenin
    [all...]
  /frameworks/av/media/codec2/core/include/
C2Component.h 389 /// component domain (e.g. audio or video)
408 domain_t domain; ///< component domain
    [all...]
  /external/libdrm/
xf86drmMode.c 747 int domain, bus, dev, func; local
752 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev, &func);
757 domain, bus, dev, func);
776 domain, bus, dev, func);
798 int domain, bus, dev, func;
802 ret = sscanf(busid, "pci:%04x:%02x:%02x.%d", &domain, &bus, &dev,
806 snprintf(kbusid, sizeof(kbusid), "pci:%04x:%02x:%02x.%d", domain, bus,
    [all...]
  /external/libcups/cups/
dest.c 39 # include <avahi-common/domain.h>
114 *domain; /* Domain name */ member in struct:_cups_dnssd_device_s
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 491 public static boolean hasCodecForDomain(boolean encoder, String domain) {
498 if (type.toLowerCase().startsWith(domain.toLowerCase() + "/")) {
507 public static boolean checkCodecForDomain(boolean encoder, String domain) {
508 return check(hasCodecForDomain(encoder, domain),
509 "no " + domain + (encoder ? " encoder" : " decoder") + " found");
    [all...]
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
MediaUtils.java 493 public static boolean hasCodecForDomain(boolean encoder, String domain) {
500 if (type.toLowerCase().startsWith(domain.toLowerCase() + "/")) {
509 public static boolean checkCodecForDomain(boolean encoder, String domain) {
510 return check(hasCodecForDomain(encoder, domain),
511 "no " + domain + (encoder ? " encoder" : " decoder") + " found");
    [all...]
  /external/libevent/
evdns.c 32 * Public Domain code
34 * This software is Public Domain. To view a copy of the public domain dedication,
3544 const char *const domain = NEXT_TOKEN; local
3550 const char *domain; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c 551 @param[in] domain Select the family of protocols for the client or server
560 @retval EFI_INVALID_PARAMETER - Invalid domain value, errno = EAFNOSUPPORT
567 IN int domain,
586 // Set the default domain if necessary
587 if ( AF_UNSPEC == domain ) {
588 domain = AF_INET;
597 // Validate the domain value
598 if (( AF_INET != domain )
599 && ( AF_INET6 != domain )
600 && ( AF_LOCAL != domain )) {
    [all...]
  /external/skia/src/gpu/
GrRenderTargetContext.cpp 1047 std::move(proxy), domain, filter, mode, color, std::move(texXform), &paint); local
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smb.py     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c     [all...]
  /external/u-boot/arch/arm/dts/
imx7s.dtsi 633 #power-domain-cells = <1>;
639 pgc_pcie_phy: pgc-power-domain@1 {
640 #power-domain-cells = <0>;
  /external/python/apitools/samples/storage_sample/storage_v1/
storage_v1_messages.py 229 domain: The domain associated with the entity, if any.
232 - user-userId - user-email - group-groupId - group-email - domain-
233 domain - project-team-projectId - allUsers - allAuthenticatedUsers
237 for Business domain example.com, the entity would be domain-example.com.
261 domain = _messages.StringField(2) variable in class:BucketAccessControl
632 domain: The domain associated with the entity, if any.
635 - user-userId - user-email - group-groupId - group-email - domain
665 domain = _messages.StringField(2) variable in class:ObjectAccessControl
    [all...]
  /art/openjdkjvm/
OpenjdkJvm.cc 212 JNIEXPORT jint JVM_Socket(jint domain, jint type, jint protocol) {
213 return TEMP_FAILURE_RETRY(socket(domain, type, protocol));
  /bionic/libc/dns/nameser/
ns_name.c 89 * Convert an encoded domain name to printable ascii as per RFC1035.
191 * Convert a ascii string into an encoded domain name as per RFC1035.
200 * Enforces label and domain length limits.
209 * Convert a ascii string into an encoded domain name as per RFC1035.
217 * Enforces label and domain length limits.
353 * Enforces label and domain length limits.
402 * Unpack a domain name from a message, source may be compressed.
416 * Unpack a domain name from a message, source may be compressed.
439 /* Fetch next label in domain name. */
506 * Pack domain name 'domain' into 'comp_dn'
    [all...]
  /build/blueprint/
doc.go 19 // rules or a domain-specific language to describe the logic how modules are
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.h 148 static bool SocketPair(int domain, int type, int protocol, SharedFD* fd0,
150 static SharedFD Socket(int domain, int socket_type, int protocol);
  /external/autotest/client/cros/
dhcp_packet.py 144 raise Exception("Classless domain list is corrupted.")
162 This is a RFC 1035 compliant domain list option parser and serializer.
167 # Various RFC's let you finish a domain name by pointing to an existing
168 # domain name rather than repeating the same suffix. All such pointers are
177 for domain in domain_list:
178 for part in domain.split("."):
196 raise Exception("Parsing logic error is letting domain "
201 logging.warning("Found badly formatted DHCP domain search list")
208 Recursively parse a domain name from a domain name list
    [all...]

Completed in 1680 milliseconds

<<21222324252627282930>>