/external/parameter-framework/test/functional-tests/PfwTestCase/Domains/ |
tDomain_Configuration_Selection.py | 70 self.new_domain_name = "Domain" 107 # Check number of domain 170 for domain in range (domains_nbr): 171 domain_name = "".join([self.new_domain_name, "_", str(domain+1), "[<none>]"]) 172 config = str(self.expected_result[iteration][domain]) 173 log.I("Checking that domain %s is set to configuration : %s" % (domain_name,config)) 180 assert line == config, log.F("Domain %s - Expected configuration : %s, found : %s" % (domain_name,config,line)) 181 log.I("Domain %s - configuration correctly set to %s" % (domain_name,line))
|
/external/sepolicy/ |
surfaceflinger.te | 2 type surfaceflinger, domain; 15 # Binder IPC to bu, presently runs in adbd domain.
|
/external/sonic/samples/ |
README | 2 sampels are in the public domain. 5 This is a sonic 2X sped-up version of a public domain librivox.org recording, from
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/ |
README | 57 Public Domain 74 Public Domain
|
/libcore/luni/src/main/java/java/security/ |
Policy.java | 51 public PermissionCollection getPermissions(ProtectionDomain domain) { return null; } 53 public boolean implies(ProtectionDomain domain, Permission permission) { return true; }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
uchar.h | 2 * This file has no copyright assigned and is placed in the Public Domain. 12 * This source code is offered for use in the public domain. You may
|
/external/javassist/src/main/javassist/util/proxy/ |
FactoryHelper.java | 128 * This method uses a default protection domain for the class 142 * @param domain if it is null, a default domain is used. 145 public static Class toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) 152 if (domain == null) { 160 new Integer(b.length), domain };
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
HostMap.java | 75 * hostname by taking into account the domain suffix matches. 86 String domain = host.trim(); local 89 domains.add(domain); 90 if ((idx = domain.indexOf('.')) > 0) 92 domain = domain.substring(idx+1);
|
/external/libopus/silk/ |
Inlines.h | 96 /* Divide two int32 values and return result as int32 in a given Q-domain */ 100 const opus_int Qres /* I Q-domain of result (>= 0) */ 128 /* Convert to Qres domain */ 142 /* Invert int32 value and return result as int32 in a given Q-domain */ 145 const opus_int Qres /* I Q-domain of result (> 0) */ 170 /* Convert to Qres domain */
|
/external/llvm/test/CodeGen/X86/ |
avx512-logic.ll | 8 ; Force the execution domain with an add. 20 ; Force the execution domain with an add. 32 ; Force the execution domain with an add. 44 ; Force the execution domain with an add. 55 ; Force the execution domain with an add. 66 ; Force the execution domain with an add.
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 30 uint32_t domain; member in struct:nouveau_mman 131 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 167 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 236 nouveau_mm_create(struct nouveau_device *dev, uint32_t domain, 246 cache->domain = domain;
|
/external/parameter-framework/tools/bash_completion/ |
remote-process | 76 # Ex : setElementSequence <domain> <configuration> <elem path list> 93 # of the domain specified by the second argument 108 domain) 109 # Get all domain names 113 # Get all configurations of the domain specified by 115 # TODO: find the domain position using $argumentTypes
|
/external/parameter-framework/tools/xmlGenerator/ |
PfwBaseTranslator.py | 39 called, the element is added to the domain that was last created through 56 'domain': self._ctx_domain, 78 """Create a domain with a given name and optionally set its sequence 93 """Add a configurable element to the current domain""" 103 """Create a configuration for the current domain""" 117 """Set the element sequence (if applicable, e.g. if the domain is
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
encode_lpc_swb.h | 190 * Transform the LPC gain to log domain then remove the mean value. 196 * -lpcGain : mean-removed in log domain. 209 * -data : LPC gain in log-domain with mean removed. 222 * Quantize the decorrelated log-domain gains. 274 * -lpcGain : LPC gain in log-domain & mean removed 277 * -lpcGain : LPC gain in normal domain.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
yp.x | 85 domainname domain; 92 domainname domain; 98 domainname domain; 168 YPPUSH_NODOM = -2, /* Domain not supported */ 213 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */ 218 * Request data structure for ypbind "Set domain" procedure.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
yp.x | 87 domainname domain; 94 domainname domain; 100 domainname domain; 170 YPPUSH_NODOM = -2, /* Domain not supported */ 215 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */ 220 * Request data structure for ypbind "Set domain" procedure.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 30 domain as set in the HTTP header started with a dot (yes, I'm aware some 70 domain, domain_specified, path, secure, expires, name, value = \ 81 initial_dot = domain.startswith(".") 92 domain, domain_specified, initial_dot, 129 if cookie.domain.startswith("."): initial_dot = "TRUE" 145 "\t".join([cookie.domain, initial_dot, cookie.path,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_MozillaCookieJar.py | 30 domain as set in the HTTP header started with a dot (yes, I'm aware some 70 domain, domain_specified, path, secure, expires, name, value = \ 81 initial_dot = domain.startswith(".") 92 domain, domain_specified, initial_dot, 129 if cookie.domain.startswith("."): initial_dot = "TRUE" 145 "\t".join([cookie.domain, initial_dot, cookie.path,
|
/docs/source.android.com/src/devices/tech/security/selinux/ |
concepts.jd | 113 <li><em>Domain</em> - A label for the process or set of processes. Also called a domain type as it is just a type for a process. 129 <p>In addition to individually listing domains or types in a rule, one can also refer to a set of domains or types via an <em>attribute</em>. An attribute is simply a name for a set of domains or types. Each domain or type can be associated with any number of attributes. When a rule is written that specifies an attribute name, that name is automatically expanded to the list of domains or types associated with the attribute. For example, the <em>domain</em> attribute is associated with all process domains, and the <em>file_type</em> attribute is associated with all file types.</p> 140 allow domain null_device:chr_file { open }; 145 This rule allows a process with any <em>domain</em> associated with the ?domain? attribute to take the action described by the <em>permission</em> ?open? on an object of <em>class</em> ?chr_file? (character device file) that has the <em>target_type</em> label of ?null_device.? In practice, this rule may be extended to include other permissions: </p> 148 allow domain null_device:chr_file { getattr open read ioctl lock append write}; 151 <p>When combined with the knowledge that ?domain? is an attribute assigned to 156 <p>A <em>domain</em> generally corresponds to a process and will have a label associated with it.</p [all...] |
index.jd | 57 supports a per-domain permissive mode in which specific domains (processes) can 59 mode. A domain is simply a label identifying a process or set of processes in 60 the security policy, where all processes labeled with the same domain are 61 treated identically by the security policy. Per-domain permissive mode enables 63 Per-domain permissive mode also enables policy development for new services 75 <li> No processes other than <code>init</code> should run in the <code>init</code> domain 77 indicates that device needs a special domain
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 187 * Returns domain attribute of the cookie. 189 * @return the value of the domain attribute 198 * Sets the domain attribute. 200 * @param domain The value of the domain attribute 204 public void setDomain(String domain) { 205 if (domain != null) { 206 cookieDomain = domain.toLowerCase(Locale.ENGLISH); 339 buffer.append("[domain: "); 365 /** Domain attribute. * [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSEntry.java | 48 String domain = _qualifiedNameMap.get(Fields.Domain); local 52 _type = (application.length() > 0 ? "_" + application + "." : "") + (protocol.length() > 0 ? "_" + protocol + "." : "") + domain + "."; 155 // b._dns-sd._udp.<domain>. 156 // db._dns-sd._udp.<domain>. 157 // r._dns-sd._udp.<domain>. 158 // dr._dns-sd._udp.<domain>. 159 // lb._dns-sd._udp.<domain>. 173 return _qualifiedNameMap.get(Fields.Domain).endsWith("in-addr.arpa"); 177 return _qualifiedNameMap.get(Fields.Domain).endsWith("ip6.arpa") [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
VendorPolicyLoader.java | 216 public String domain; field in class:VendorPolicyLoader.Provider 263 * $domain, $user and $email. 269 returnString = returnString.replaceAll("\\$domain", domain); 290 * @param domain The domain portion of the user's email address 293 public Provider findProviderForDomain(String domain) { 295 params.putString(FIND_PROVIDER, domain); 301 p.domain = domain; [all...] |
/external/dnsmasq/ |
dnsmasq.conf.example | 13 # Never forward plain names (without a dot or domain part) 14 #domain-needed 47 # Add other name servers here, with domain specs if they are for 112 # Set this (and domain: see below) if you want to have a domain 116 # Set the domain for dnsmasq. this is optional, but if it is set, it 118 # 1) Allows DHCP hosts to have fully qualified domain names, as long 119 # as the domain part matches this setting. 120 # 2) Sets the "domain" DHCP option thereby potentially setting the 121 # domain of all systems configured by DHC [all...] |
/external/dnsmasq/src/ |
forward.c | 114 unsigned short qtype, char *qdomain, int *type, char **domain) 117 /* If the query ends in the domain in one of our servers, set 118 domain to point to that name. We find the largest match to allow both 119 domain.org and sub.domain.org to exist. */ 127 /* domain matches take priority over NODOTS matches */ 152 unsigned int domainlen = strlen(serv->domain); 155 hostname_isequal(matchstart, serv->domain) && 157 (domainlen == 0 || namelen == domainlen || *(serv->domain) == '.' || *(matchstart-1) == '.' )) 161 *domain = serv->domain 208 char *domain = NULL; local 792 char *domain = NULL; local [all...] |