/external/pdfium/third_party/freetype/src/base/ |
md5.h | 6 * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 12 * claimed, and the software is hereby placed in the public domain. 14 * public domain is deemed null and void, then the software is
|
/external/selinux/policycoreutils/gui/ |
domainsPage.py | 51 semanagePage.__init__(self, xml, "domains", _("Process Domain")) 59 col = gtk.TreeViewColumn(_("Domain Name"), gtk.CellRendererText(), text=0) 90 for domain in self.domains: 91 if not self.match(domain, filter): 94 self.store.set_value(iter, 0, domain) 95 t = "permissive_%s_t" % domain 119 domain = store.get_value(iter, 0) 122 status, output = commands.getstatusoutput("semanage permissive -d %s_t" % domain) 127 domain = store.set_value(iter, 1, "") 144 domain = store.get_value(iter, 0 [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/templates/ |
unit_file.py | 36 ## Execute TEMPLATETYPE server in the TEMPLATETYPE domain. 38 ## <param name="domain"> 40 ## Domain allowed to transition.
|
/external/tlsdate/ |
tlsdate-seccomp-amd64.policy | 15 # Allow domain == PF_FILE || domain == PF_INET || domain == PF_NETLINK
|
tlsdate-seccomp-arm.policy | 20 # Allow domain == PF_FILE || domain == PF_INET || domain == PF_NETLINK
|
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
TestConfigSource.java | 24 private final Set<Pair<Domain, NetworkSecurityConfig>> mConfigs; 26 public TestConfigSource(Set<Pair<Domain, NetworkSecurityConfig>> configs, 32 public Set<Pair<Domain, NetworkSecurityConfig>> getPerDomainConfigs() {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adsnms.h | 2 * This file has no copyright assigned and is placed in the Public Domain. 15 #define DOMAIN_CLASS_NAME TEXT("Domain") 35 #define DOMAIN_SCHEMA_NAME TEXT("Domain")
|
/system/sepolicy/ |
mediadrmserver.te | 2 type mediadrmserver, domain; 62 # domain transition 66 neverallowxperm mediadrmserver domain:{ rawip_socket tcp_socket udp_socket } ioctl priv_sock_ioctls;
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSettingsUtilsTests.java | 47 * Incoming: Prepend "imap" or "pop3" to domain, unless "pop", "pop3", 79 // <provider id="gmail" label="Gmail" domain="gmail.com"> 88 assertEquals("gmail.com", testProvider.domain); 90 // <provider id="rr-generic" label="RoadRunner" domain="*.rr.com"> 91 // <incoming uri="pop3://pop-server.$domain" username="$email" /> 97 assertEquals("pop3://pop-server.$domain", testProvider.incomingUriTemplate); 99 assertEquals("elmore.rr.com", testProvider.domain); 101 // Domain matches 2 providers; first one wins 149 // <provider id="cox" label="Cox" domain="cox.net"> 154 testProvider.domain = "cox.net" [all...] |
/external/avahi/avahi-client/ |
browser.c | 35 #include <avahi-common/domain.h> 52 char domain[AVAHI_DOMAIN_NAME_MAX]; local 53 if (avahi_normalize_name(t, domain, sizeof(domain))) 54 b->static_browse_domains = avahi_string_list_add(b->static_browse_domains, domain); 69 char domain[AVAHI_DOMAIN_NAME_MAX]; local 72 if (avahi_normalize_name(buf, domain, sizeof(domain))) 73 b->static_browse_domains = avahi_string_list_add(b->static_browse_domains, domain); 108 const char *domain, 270 char *domain = NULL; local 339 db->callback(db, (AvahiIfIndex) interface, (AvahiProtocol) protocol, event, domain, (AvahiLookupResultFlags) flags, db->userdata); local 492 char *domain, *type = NULL; local 553 b->callback(b, (AvahiIfIndex) interface, (AvahiProtocol) protocol, event, type, domain, (AvahiLookupResultFlags) flags, b->userdata); local 714 char *name = NULL, *type, *domain; local 775 b->callback(b, (AvahiIfIndex) interface, (AvahiProtocol) protocol, event, name, type, domain, (AvahiLookupResultFlags) flags, b->userdata); local [all...] |
/external/avahi/avahi-gobject/ |
ga-service-browser.c | 68 char *domain; member in struct:_GaServiceBrowserPrivate 82 priv->domain = NULL; 107 priv->domain = g_strdup(g_value_get_string(value)); 135 g_value_set_string(value, priv->domain); 240 param_spec = g_param_spec_string("domain", "service domain", 241 "Domain to browse in", 287 g_free(priv->domain); 288 priv->domain = NULL; 296 const char *domain, AvahiLookupResultFlags flags [all...] |
ga-service-resolver.c | 71 char *domain; member in struct:_GaServiceResolverPrivate 87 priv->domain = NULL; 119 priv->domain = g_strdup(g_value_get_string(value)); 154 g_value_set_string(value, priv->domain); 250 param_spec = g_param_spec_string("domain", "service domain", 251 "Domain to browse in", 302 g_free(priv->domain); 303 priv->domain = NULL; 313 const char *domain, const char *host_name [all...] |
/external/mdnsresponder/mDNSShared/ |
mDNS.1 | 26 .Nm Fl R Ar name type domain port Op Ar key=value ... 28 .Nm Fl B Ar type domain 30 .Nm Fl L Ar name type domain 49 API, which is built on Unix Domain Sockets and is supported on 86 .It Nm Fl R Ar name type domain port Op Ar key=value ... 88 .Ar domain 105 .Ar domain 106 is the domain in which to register the service. 107 In current implementations, only the local multicast domain "local" is 109 domain that has a working DNS Update server [RFC 2136]. Th [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 24 * responding NIS server does serve the named domain; FALSE indicates no 28 * the named domain, otherwise does not return. Used in the broadcast case. 32 * domain. 35 * Returns the first key-value pair from a named domain and map. 39 * domain and map. 85 char *domain; /* Null string means not available */ member in struct:ypmap_parms 96 const char *domain; member in struct:ypreq_key 102 char *domain; member in struct:ypreq_nokey 113 #define ypxfr_domain map_parms.domain 127 YP_NOMAP = -1, /* No such map in domain */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 24 * responding NIS server does serve the named domain; FALSE indicates no 28 * the named domain, otherwise does not return. Used in the broadcast case. 32 * domain. 35 * Returns the first key-value pair from a named domain and map. 39 * domain and map. 85 char *domain; /* Null string means not available */ member in struct:ypmap_parms 96 const char *domain; member in struct:ypreq_key 102 char *domain; member in struct:ypreq_nokey 113 #define ypxfr_domain map_parms.domain 127 YP_NOMAP = -1, /* No such map in domain */ [all...] |
/external/dhcpcd-6.8.2/ |
dhcpcd-definitions.conf | 108 # DHCP Fully Qualified Domain Name, RFC4702 113 embed domain fqdn 125 define 88 array domain bcms_controller_names 170 # DHCP Domain Search, RFC3397 171 define 119 array domain domain_search 191 encap 6 domain kerberos_realm 216 define 137 domain lost_server 227 encap 1 domain is 228 encap 2 domain cs 229 encap 3 domain e [all...] |
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
tDomain_creation_deletion.py | 42 - Testing domain creation error 43 - Testing domain deletion error 55 self.new_domain_name = "Domain" 62 Testing domain creation error 66 - Create an already existent domain 73 - Error detected when creating an already existent domain 77 # New domain creation 78 log.I("New domain creation") 83 assert err == None, "ERROR : command [createDomain] - Error while creating domain %s" % (domain_name) 106 # Trying to add an existent domain nam [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
HypergeometricDistributionImpl.java | 86 int[] domain = getDomain(populationSize, numberOfSuccesses, sampleSize); local 87 if (x < domain[0]) { 89 } else if (x >= domain[1]) { 92 ret = innerCumulativeProbability(domain[0], x, 1, populationSize, 100 * Return the domain for the given hypergeometric distribution parameters. 113 * Access the domain value lower bound, based on <code>p</code>, used to 117 * @return domain value lower bound, i.e. P(X < <i>lower bound</i>) < 126 * Access the domain value upper bound, based on <code>p</code>, used to 130 * @return domain value upper bound, i.e. P(X < <i>upper bound</i>) > 139 * Return the lowest domain value for the given hypergeometric distributio 199 int[] domain = getDomain(populationSize, numberOfSuccesses, sampleSize); local 321 final int[] domain = getDomain(populationSize, numberOfSuccesses, sampleSize); local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudsearch/ |
test_layers.py | 57 domain = self.layer2.create_domain(self.domain_name) 58 self.addCleanup(domain.delete) 59 self.assertTrue(domain.created, False) 60 self.assertEqual(domain.domain_name, self.domain_name) 61 self.assertEqual(domain.num_searchable_docs, 0)
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
clock_sync_manager.html | 21 * timestamps from agents' clock domains onto the model's clock domain. 23 * In this context, a "clock domain" is a single perspective on the passage 47 * @param {string} domainId The clock domain that the marker is in. 58 'clock domain IDs.'); 80 throw new Error('A clock domain cannot sync with itself.'); 92 * Returns a function that, given a timestamp in the specified clock domain, 93 * returns a timestamp in the model's clock domain. 97 * called, a model clock domain is selected. This clock domain must have 99 * domains are viable candidates, the one with the clock domain ID that i [all...] |
stack_frame.html | 40 * Attempts to find the domain of the origin of the script either from this 43 get domain() { 45 if (this.sourceInfo_ && this.sourceInfo_.domain) 46 result = this.sourceInfo_.domain; 48 result = this.parentFrame.domain;
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_USERNAME.3 | 41 include the domain name in order for the server to successfully obtain a 46 without the domain name should the server be part of a single domain and 49 To include the domain name use either Down-Level Logon Name or UPN (User 53 Some HTTP servers (on Windows) support inclusion of the domain for Basic
|
/external/icu/icu4c/source/common/unicode/ |
idna.h | 20 * \brief C++ API: Internationalizing Domain Names in Applications (IDNA) 93 * Converts a single domain name label into its ASCII form for DNS lookup. 102 * @param label Input domain name label 117 * Converts a single domain name label into its Unicode form for human-readable display. 124 * @param label Input domain name label 139 * Converts a whole domain name into its ASCII form for DNS lookup. 142 * The domain name might be modified according to the types of errors. 148 * @param name Input domain name 163 * Converts a whole domain name into its Unicode form for human-readable display. 165 * The domain name might be modified according to the types of errors [all...] |
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
CredentialsCache.java | 13 * set up calls. We cache credentials on a per proxy domain per user basis. 21 * The key for this map is the proxy domain name. A given proxy authorizes a 23 * mapping of user names to AuthorizationHeader list for that proxy domain. 65 if ( authorization == null) throw new NullPointerException("Null authorization domain"); 99 * proxy domain.
|
/external/tcpdump/tests/ |
dtp-v.out | 2 Domain TLV (0x0001) TLV, length 8, Lab 8 Domain TLV (0x0001) TLV, length 8, Lab 14 Domain TLV (0x0001) TLV, length 8, Lab 20 Domain TLV (0x0001) TLV, length 8, Lab 26 Domain TLV (0x0001) TLV, length 8, Lab
|