/system/sepolicy/ |
mtp.te | 2 type mtp, domain, domain_deprecated;
|
tee.te | 4 type tee, domain, domain_deprecated;
|
kernel.te | 2 type kernel, domain, domain_deprecated, mlstrustedsubject; 28 # Initial setenforce by init prior to switching to init domain. 33 # Write to /proc/1/oom_adj prior to switching to init domain. 48 # Set checkreqprot by init.rc prior to switching to init domain. 78 # The initial task starts in the kernel domain (assigned via 82 # The kernel domain is never entered via an exec, nor should it 83 # ever execute a program outside the rootfs without changing to another domain. 84 # If you encounter an execute_no_trans denial on the kernel domain, then 86 # - The program is a kernel usermodehelper. In this case, define a domain 89 # program was left in the kernel domain and is now trying to execut [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
vfork.c | 2 This function is in the public domain. */
|
/external/bison/po/ |
Makefile.in.in | 9 # General Public License and is *not* in the public domain. 111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no 112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because 119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, 120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent 125 stamp-po: $(srcdir)/$(DOMAIN).pot 127 test ! -f $(srcdir)/$(DOMAIN).pot || \ 129 @test ! -f $(srcdir)/$(DOMAIN).pot || { \ 135 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', 139 # This target rebuilds $(DOMAIN).pot; it is an expensive operation [all...] |
/external/bison/runtime-po/ |
Makefile.in.in | 9 # General Public License and is *not* in the public domain. 111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no 112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because 119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, 120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent 125 stamp-po: $(srcdir)/$(DOMAIN).pot 127 test ! -f $(srcdir)/$(DOMAIN).pot || \ 129 @test ! -f $(srcdir)/$(DOMAIN).pot || { \ 135 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', 139 # This target rebuilds $(DOMAIN).pot; it is an expensive operation [all...] |
/external/elfutils/po/ |
Makefile.in.in | 9 # General Public License and is *not* in the public domain. 111 # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no 112 # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because 119 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, 120 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent 125 stamp-po: $(srcdir)/$(DOMAIN).pot 127 test ! -f $(srcdir)/$(DOMAIN).pot || \ 129 @test ! -f $(srcdir)/$(DOMAIN).pot || { \ 135 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', 139 # This target rebuilds $(DOMAIN).pot; it is an expensive operation [all...] |
/external/curl/tests/data/ |
test61 | 20 Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
21 SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 2 11:56:27 GMT 2035
22 Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure
23 Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
24 Set-Cookie: test5=name; domain=anything.com; path=/ ; secure
25 Set-Cookie: fake=fooledyou; domain=..com; path=/;
26 Set-Cookie: supercookie=fooledyou; domain=.com; path=/;^M
|
/external/libxml2/python/tests/ |
tstLastError.py | 23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line): 36 print("domain = ",e.domain()) 43 self.failUnlessEqual(domain,e.domain()) 57 domain=libxml2.XML_FROM_IO, 70 domain=libxml2.XML_FROM_PARSER,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/ |
layer1.py | 149 def poll_for_activity_task(self, domain, task_list, identity=None): 162 :type domain: string 163 :param domain: The name of the domain that contains the task 178 'domain': domain, 275 def poll_for_decision_task(self, domain, task_list, identity=None, 287 :type domain: string 288 :param domain: The name of the domain containing the tas [all...] |
/external/avahi/avahi-common/ |
domain-test.c | 28 #include "domain.h" 36 char name[64], type[AVAHI_DOMAIN_NAME_MAX], domain[AVAHI_DOMAIN_NAME_MAX]; local 59 avahi_service_name_split(t, name, sizeof(name), type, sizeof(type), domain, sizeof(domain)); 60 printf("name: <%s>; type: <%s>; domain <%s>\n", name, type, domain); 65 avahi_service_name_split(t, NULL, 0, type, sizeof(type), domain, sizeof(domain)); 66 printf("name: <>; type: <%s>; domain <%s>\n", type, domain); [all...] |
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
tDomain_Rules.py | 77 - Clearing rule on a non-existent domain 93 # New domain creation for testing purpose 94 log.I("New domain creation for testing purpose : %s" % (self.domain_name)) 98 assert err == None, "ERROR : command [createDomain] - Error while creating domain %s" % (self.domain_name) 100 log.I("Domain %s created" % (self.domain_name)) 103 log.I("New configuration %s creation for domain %s for testing purpose" % (self.conf_1,self.domain_name)) 109 log.I("Configuration %s created for domain %s" % (self.conf_1,self.domain_name)) 110 log.I("New configuration %s creation for domain %s for testing purpose" % (self.conf_2,self.domain_name)) 116 log.I("Configuration %s created for domain %s" % (self.conf_2,self.domain_name)) 119 log.I("Applying rules to configurations %s and %s from domain %s" % (self.conf_1,self.conf_2,self.domain_name) [all...] |
tDomain_rename.py | 66 - Renaming a domain 77 # New domain creation 78 log.I("New domain creation : %s" % (self.domain_name)) 82 assert err == None, "ERROR : command [createDomain] - ERROR while creating domain %s" % (self.domain_name) 84 log.I("Domain %s created" % (self.domain_name)) 109 # Domain renaming iterations 110 log.I("Checking domain renaming - %s iterations" % self.renaming_iterations) 115 log.I("Renaming domain %s to %s" % (old_name,new_name)) 119 assert err == None, "ERROR : command [renameDomain] - ERROR while renaming domain %s" % (old_name) 137 assert domain_renamed==new_name, "ERROR : Error while renaming domain %s" % (old_name [all...] |
/cts/hostsidetests/security/src/android/security/cts/ |
SELinuxHostTest.java | 477 * Tests that important domain labels are being appropriately applied. 481 * Asserts that no processes are running in a domain. 483 * @param domain 484 * The domain or SELinux context to check. 486 private void assertDomainEmpty(String domain) throws DeviceNotAvailableException { 487 List<ProcessDetails> procs = ProcessDetails.getProcMap(mDevice).get(domain); 488 String msg = "Expected no processes in SELinux domain \"" + domain + "\"" 494 * Asserts that a domain exists and that only one, well defined, process is 495 * running in that domain 754 String domain = "u:r:kernel:s0"; local [all...] |
/cts/tests/tests/networksecurityconfig/networksecurityconfig-attributes/src/android/security/net/config/cts/ |
TestAttributes.java | 28 // Domain that explicitly does not allow cleartext traffic. 32 // Domains in a domain-config that do not specify the flag, should inherit from the 36 // Domains in a domain-config that explicitly allow cleartext. 39 // Domain not specified in a domain-config, should use the base-config's value.
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CookieTest.java | 72 // no cross domain cookie 77 mCookieManager.setCookie(url, "c=d; domain=.foo.com"); 82 // host cookie should not be accessible from a sub-domain. 86 // test setting a domain= that doesn't start w/ a dot, should 87 // treat it as a domain cookie, as if there was a pre-pended dot. 88 mCookieManager.setCookie(url, "e=f; domain=www.foo.com"); 111 mCookieManager.setCookie(url_abcd, "a=1; domain=.a.b.c.d.com"); 112 mCookieManager.setCookie(url_abcd, "b=2; domain=.b.c.d.com"); 113 mCookieManager.setCookie(url_abcd, "c=3; domain=.c.d.com"); 114 mCookieManager.setCookie(url_abcd, "d=4; domain=.d.com") [all...] |
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/xml/ |
backup.xml | 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. --> 24 <exclude domain="sharedpref" path="gcm"/> 25 <exclude domain="sharedpref" path="user_credentials"/> 27 <!-- Databases can be excluded using the "database" domain. --> 28 <exclude domain="database" path="local_secrets.db"/>
|
/developers/samples/android/content/AutoBackupForApps/Application/src/main/res/xml/ |
backup.xml | 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. --> 24 <exclude domain="sharedpref" path="gcm"/> 25 <exclude domain="sharedpref" path="user_credentials"/> 27 <!-- Databases can be excluded using the "database" domain. --> 28 <exclude domain="database" path="local_secrets.db"/>
|
/development/samples/browseable/AutoBackupForApps/res/xml/ |
backup.xml | 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. --> 24 <exclude domain="sharedpref" path="gcm"/> 25 <exclude domain="sharedpref" path="user_credentials"/> 27 <!-- Databases can be excluded using the "database" domain. --> 28 <exclude domain="database" path="local_secrets.db"/>
|
/external/avahi/avahi-python/ |
avahi-bookmarks.in | 39 domain = "local" 66 global domain, use_CGI 68 browser = dbus.Interface(self.bus.get_object(avahi.DBUS_NAME, self.server.ServiceBrowserNew(avahi.IF_UNSPEC, avahi.PROTO_UNSPEC, stype, domain, dbus.UInt32(0))), avahi.DBUS_INTERFACE_SERVICE_BROWSER) 89 global domain 91 t = '<html><head><title>%s Zeroconf Bookmarks</title></head><body><h1>%s Zeroconf Bookmarks</h1>' % (domain, domain) 94 t += '<p>Sorry, no Zeroconf web services have been registered on the %s domain.</p>' % domain 115 def new_service(self, interface, protocol, name, type, domain, flags): 117 interface, protocol, name, type, domain, host, aprotocol, address, port, txt, flags = self.server.ResolveService(interface, protocol, name (…) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/ |
layer1.py | 69 This operation checks the availability of one domain name. You 71 availability status of a domain is pending, you must submit 72 another request to determine the availability of the domain 76 :param domain_name: The name of a domain. 81 Constraints: The domain name can contain only the letters a through z, 82 the numbers 0 through 9, and hyphen (-). Internationalized Domain 99 This operation removes the transfer lock on the domain 101 domain transfers. We recommend you refrain from performing 102 this action unless you intend to transfer the domain to a 106 successfully, the domain registrant will be notified by email [all...] |
/external/e2fsprogs/po/ |
Makefile.in.in | 9 # General Public License and is *not* in the public domain. 50 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \ 85 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, 86 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent 91 stamp-po: $(srcdir)/$(DOMAIN).pot 97 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', 101 # This target rebuilds $(DOMAIN).pot; it is an expensive operation. 102 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. 103 $(DOMAIN).pot-update: $(srcdir)/POTFILES.in remove-potcdate.sed \ 105 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) [all...] |
/libcore/ojluni/src/main/java/java/net/ |
InMemoryCookieStore.java | 90 * 1) given uri domain-matches with, or, associated with 213 * domain contains a dot ('.'). 214 * I.E.: RFC 2965 section 3.3.2 says that if host is x.y.domain.com 215 * and the cookie domain is .domain.com, then it should be rejected. 221 private boolean netscapeDomainMatches(String domain, String host) 223 if (domain == null || host == null) { 227 // if there's no embedded dot in domain and domain is not .local 228 boolean isLocalDomain = ".local".equalsIgnoreCase(domain); 277 String domain = c.getDomain(); local [all...] |
/external/selinux/policycoreutils/mcstrans/src/ |
mcstrans.c | 103 typedef struct domain { struct 113 struct domain *next; 361 destroy_domain(domain_t *domain) { 366 for (ptr = domain->trans_to_raw[i]; ptr;) { 372 domain->trans_to_raw[i] = NULL; 376 for (ptr = domain->raw_to_trans[i]; ptr;) { 385 domain->raw_to_trans[i] = NULL; 387 while (domain->base_classifications) { 388 base_classification_t *next = domain->base_classifications->next; 389 free(domain->base_classifications->trans) 406 domain_t *domain = calloc(1, sizeof(domain_t)); local 724 static domain_t *domain; local 1620 domain_t *domain = domains; local [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ContiguousSet.java | 44 * Returns a {@code ContiguousSet} containing the same values in the given domain 47 * @throws IllegalArgumentException if neither range nor the domain has a lower bound, or if 53 Range<C> range, DiscreteDomain<C> domain) { 55 checkNotNull(domain); 59 effectiveRange = effectiveRange.intersection(Range.atLeast(domain.minValue())); 62 effectiveRange = effectiveRange.intersection(Range.atMost(domain.maxValue())); 71 range.lowerBound.leastValueAbove(domain), 72 range.upperBound.greatestValueBelow(domain)) > 0; 75 ? new EmptyContiguousSet<C>(domain) 76 : new RegularContiguousSet<C>(effectiveRange, domain); 79 final DiscreteDomain<C> domain; field in class:ContiguousSet [all...] |