HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 176 - 200 of 1436) sorted by null

1 2 3 4 5 6 78 91011>>

  /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...]
  /external/curl/lib/
cookie.c 37 const char *domain, const char *path);
66 Set-cookie: PRODUCTINFO=webxpress; domain=.fidelity.com; path=/; secure
68 domain=.fidelity.com; path=/ftgw; secure
70 domain=.fidelity.com; path=/; secure
72 domain=.fidelity.com; path=/; secure
74 domain=.fidelity.com; path=/; secure
76 domain=.fidelity.com; path=/; secure
79 13-Jun-1988 03:04:55 GMT; domain=.fidelity.com; path=/; secure
106 free(co->domain);
128 RFC6265 4.1.2.3. The Domain Attribute says
    [all...]
smtp.h 69 char *domain; /* Client address/name to send in the EHLO */ member in struct:smtp_conn
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
layer2.py 23 domain = None variable in class:SWFBase
47 class Domain(SWFBase):
49 """Simple Workflow Domain."""
81 'domain': self.name,
99 'domain': self.name,
132 'domain': self.name,
154 domain = None variable in class:Actor
200 task = self._swf.poll_for_activity_task(self.domain, task_list,
227 decision_task = self._swf.poll_for_decision_task(self.domain, task_list,
243 return self._swf.describe_workflow_type(self.domain, self.name
    [all...]
  /external/apache-http/android/src/android/net/http/
CertificateChainValidator.java 106 * @param domain The website domain
110 HttpsConnection connection, SSLSocket sslSocket, String domain)
135 return verifyServerDomainAndCertificates((X509Certificate[]) peerCertificates, domain, "RSA");
142 * @param domain The full website hostname and domain
147 byte[][] certChain, String domain, String authType)
166 return verifyServerDomainAndCertificates(serverCertificates, domain, authType);
203 * Calls DomainNamevalidator to verify the domain, and TrustManager to verify the certs.
205 * @param domain The full website hostname and domai
    [all...]
  /external/mdnsresponder/mDNSShared/
PlatformCommon.c 106 mDNSexport void ReadDDNSSettingsFromConfFile(mDNS *const m, const char *const filename, domainname *const hostname, domainname *const domain, mDNSBool *DomainDiscoveryDisabled)
113 if (domain) domain->c[0] = 0;
120 if (domain && GetConfigOption(buf, "zone", f) && !MakeDomainNameFromDNSNameString(domain, buf)) goto badf;
132 if (domain && domain->c[0] && buf[0])
135 // for now we assume keyname = service reg domain and we use same key for service and hostname registration
136 err = mDNS_SetSecretForDomain(m, info, domain, domain, buf, NULL, 0, NULL)
    [all...]
  /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...]
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 62 * by a space, followed by the calendar email address. The domain is sometimes
87 String domain = null; local
89 // Drop the special one character domain
94 domain = "gmail.com";
97 domain = "group.calendar.google.com";
100 domain = "holiday.calendar.google.com";
103 domain = "import.calendar.google.com";
106 domain = "group.v.calendar.google.com";
109 Log.wtf(TAG, "Unexpected one letter domain: "
113 domain = "%"
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 20 // PublicSuffixList provides the public suffix of a domain. For example:
35 // PublicSuffix returns the public suffix of domain.
40 PublicSuffix(domain string) string
51 // an HTTP server can set a cookie for a domain.
67 // their name/domain/path.
94 Domain string
110 // Id returns the domain;path;name triple of e as an id.
112 return fmt.Sprintf("%s;%s;%s", e.Domain, e.Path, e.Name)
122 // domainMatch implements "domain-match" of RFC 6265 section 5.1.3.
124 if e.Domain == host
    [all...]
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 20 // PublicSuffixList provides the public suffix of a domain. For example:
35 // PublicSuffix returns the public suffix of domain.
40 PublicSuffix(domain string) string
51 // an HTTP server can set a cookie for a domain.
67 // their name/domain/path.
94 Domain string
110 // Id returns the domain;path;name triple of e as an id.
112 return fmt.Sprintf("%s;%s;%s", e.Domain, e.Path, e.Name)
122 // domainMatch implements "domain-match" of RFC 6265 section 5.1.3.
124 if e.Domain == host
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/ubuntu/
trac.py 61 domain = boto.config.get("Trac", "hostname").strip()
62 if domain:
63 domain_info = domain.split('.')
70 cnf.write("\tServerName %s\n" % domain)
72 cnf.write("\tRewriteRule ^(.*)$ https://%s$1\n" % domain)
80 cnf.write("\tServerName %s\n" % domain)
  /external/mdnsresponder/mDNSPosix/
Client.c 46 domainname domain; local
57 DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain);
61 ConvertDomainNameToCString(&domain, domainC);
69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC);
105 "Usage: %s [-v level] [-t type] [-d domain]\n",
112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain);
176 // mDNS query, looking for all AFP servers in the local domain.
182 domainname domain; local
197 MakeDomainNameFromDNSNameString(&domain, gServiceDomain)
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_param_color_correction.py 85 domain = range(len(transforms))
86 pylab.plot(domain, r_means, 'r')
87 pylab.plot(domain, g_means, 'g')
88 pylab.plot(domain, b_means, 'b')
  /external/avahi/avahi-daemon/
dbus-service-browser.c 97 void avahi_dbus_service_browser_callback(AvahiSServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void* userdata) {
116 if (avahi_dbus_is_our_own_service(i->client, interface, protocol, name, type, domain) > 0)
127 assert(domain);
135 DBUS_TYPE_STRING, &domain,
  /external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
Manager.java 41 * Consider using the name of your root {@link Module} class as the domain.
44 String domain,
46 manage(ManagementFactory.getPlatformMBeanServer(), domain, injector); local
51 * Consider using the name of your root {@link Module} class as the domain.
53 public static void manage(MBeanServer server, String domain,
60 name.append(domain).append(":");
  /external/libexif/libexif/
exif-log.c 135 exif_log (ExifLog *log, ExifLogCode code, const char *domain,
141 exif_logv (log, code, domain, format, args);
146 exif_logv (ExifLog *log, ExifLogCode code, const char *domain,
151 log->func (log, code, domain, format, args, log->data);
  /external/parameter-framework/upstream/test/functional-tests/include/
ParameterFramework.hpp 143 void setConfigurationParameter(const std::string domain, const std::string &configuration,
146 mayFailCall(&PF::accessConfigurationValue, domain, configuration, path, value, true);
152 void getConfigurationParameter(const std::string &domain, const std::string &configuration,
155 mayFailCall(&PF::accessConfigurationValue, domain, configuration, path, value, false);
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 30 const GrTextureDomain& domain = effect.cast<GrBicubicEffect>().domain(); local
31 b->add32(GrTextureDomain::GLDomain::DomainKey(domain));
48 const GrTextureDomain& domain = args.fFp.cast<GrBicubicEffect>().domain(); local
99 domain,
124 fDomain.setData(pdman, bicubicEffect.domain(), texture.origin());
149 const SkRect& domain)
152 , fDomain(domain, GrTextureDomain::kClamp_Mode) {
  /external/wpa_supplicant_8/src/eap_common/
eap_common.h 16 const u8 *domain; member in struct:erp_tlvs
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 55 String domain = FullBackup.SHARED_PREFIX + i; local
56 fullBackupFileTree(null, domain, v.getPath(),
68 int type, String domain, String relpath, long mode, long mtime)
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 53 XAuint32 *domain) /* [out] */
57 if (NULL == domain) {
63 *domain = XA_DOMAINTYPE_UNKNOWN;
68 *domain = XA_DOMAINTYPE_UNKNOWN;
78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain;
117 switch (streamInfo.domain) {
141 "unknown domain %u", streamIndex, streamInfo.domain);
304 contInf.domain = XA_DOMAINTYPE_CONTAINER
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
RFC822Name.java 72 * [local-part@]domain
75 * but the domain at least must be non-empty. Case is not
85 // See if domain is a valid domain name
86 String domain = name.substring(name.indexOf('@')+1); local
87 if (domain.length() == 0) {
92 if (domain.startsWith(".")) {
93 if (domain.length() == 1)
94 throw new IOException("RFC822Name domain may not be just .");
172 * addr-spec has the form "local-part@domain". Note that an addr-spe
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
WiFiInstaller.java 74 public static List<String> splitDomain(String domain) {
75 if (domain.endsWith(".")) {
76 domain = domain.substring(0, domain.length() - 1);
79 String[] labels = domain.toLowerCase().split("\\.");
88 public static boolean sameBaseDomain(List<String> arg1, String domain) {
89 if (domain == null) {
93 List<String> arg2 = splitDomain(domain);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
cloog.h 52 #include <cloog/domain.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/isl/
domain.h 30 __isl_give isl_set *isl_set_from_cloog_domain(CloogDomain *domain);

Completed in 1587 milliseconds

1 2 3 4 5 6 78 91011>>