HomeSort by relevance Sort by last modified time
    Searched full:domain (Results 476 - 500 of 7722) sorted by null

<<11121314151617181920>>

  /external/libexif/po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
49 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
96 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
100 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
102 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
103 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir)
    [all...]
  /ndk/sources/host-tools/make-3.81/po/
Makefile.in.in 9 # General Public License and is *not* in the public domain.
49 DISTFILES = $(DISTFILES.common) Makevars POTFILES.in $(DOMAIN).pot stamp-po \
84 # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS,
85 # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent
90 stamp-po: $(srcdir)/$(DOMAIN).pot
96 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
100 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
101 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
102 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
103 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir)
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 224 /* Domain in which to search. */
234 struct loaded_l10nfile *domain; member in struct:known_translation_t
288 /* Name of the default domain used for gettext(3) prior any call to
292 /* Value used as the default domain for gettext(3). */
309 static char *plural_lookup (struct loaded_l10nfile *domain,
434 struct loaded_l10nfile *domain; local
465 /* If DOMAINNAME is NULL, we are interested in the default domain. If
494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
610 domain. Return the MSGID. */
617 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding)
728 struct loaded_domain *domain; local
    [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/apache-http/src/org/apache/http/auth/
NTUserPrincipal.java 52 private final String domain; field in class:NTUserPrincipal
56 final String domain,
63 if (domain != null) {
64 this.domain = domain.toUpperCase(Locale.ENGLISH);
66 this.domain = null;
68 if (this.domain != null && this.domain.length() > 0) {
70 buffer.append(this.domain);
84 return this.domain;
    [all...]
  /external/avahi/avahi-sharp/
ServiceBrowser.cs 29 IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags,
36 public string Domain;
72 private string domain; field in class:Avahi.ServiceBrowser
82 byte[] domain, LookupFlags flags,
122 public ServiceBrowser (Client client, string type, string domain) : this (client, -1, Protocol.Unspecified,
123 type, domain, LookupFlags.None)
127 public ServiceBrowser (Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags)
132 this.domain = domain;
156 Utility.StringToBytes (type), Utility.StringToBytes (domain),
    [all...]
ServiceResolver.cs 32 IntPtr domain, IntPtr host, IntPtr address,
45 private string domain; field in class:Avahi.ServiceResolver
55 byte[] name, byte[] type, byte[] domain,
101 public ServiceResolver (Client client, string name, string type, string domain) : this (client, -1,
103 name, type, domain,
111 service.ServiceType, service.Domain,
118 string type, string domain, Protocol aproto, LookupFlags flags)
125 this.domain = domain;
150 Utility.StringToBytes (domain), aproto, flags, cb, IntPtr.Zero)
    [all...]
AvahiTest.cs 59 Console.WriteLine ("Got domain added: " + args.Domain.Domain);
60 // BrowseServiceTypes (args.Domain.Domain);
63 private static void BrowseServiceTypes (string domain)
65 ServiceTypeBrowser stb = new ServiceTypeBrowser (client, domain);
80 ServiceBrowser sb = new ServiceBrowser (client, args.ServiceType.ServiceType, args.ServiceType.Domain);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_dhcpoptions.py 20 <key>domain-name</key>
28 <key>domain-name-servers</key>
36 <key>domain-name-servers</key>
53 [('key', 'domain-name')])
58 'Filter.1.Value.1': 'domain-name'},
65 self.assertEquals(api_response[0].options['domain-name'], ['example.com'])
66 self.assertEquals(api_response[0].options['domain-name-servers'], ['10.2.5.1', '10.2.5.2'])
81 <key>domain-name</key>
89 <key>domain-name-servers</key>
141 'DhcpConfiguration.1.Key': 'domain-name'
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/model/
clock_sync_manager_test.html 42 }, '"unknown" is not in the list of known clock domain IDs.');
52 }, 'A clock domain cannot sync with itself.');
154 // We have to add another clock domain attached to chrome to guarantee
155 // that the manager chooses chrome as the master clock domain and not
157 // alphabetically and they'd both be connected to one other domain.
172 }, 'No clock sync markers exist pairing clock domain "domain2" with model' +
173 ' clock domain "domain1".');
189 }, 'Unable to select a master clock domain because no clock domain is ' +
207 }, 'Unable to select a master clock domain because no clock domain is '
    [all...]
  /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...]
exceptions.py 12 Raised when when the domain already exists.
40 in the specified domain.
  /frameworks/base/core/tests/coretests/src/android/app/backup/
FullBackupTest.java 60 "<include path=\"onlyInclude.txt\" domain=\"file\"/>" +
70 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size());
79 "<exclude path=\"onlyExclude.txt\" domain=\"file\"/>" +
95 "<exclude path=\"exclude.txt\" domain=\"file\"/>" +
96 "<include path=\"include.txt\" domain=\"file\"/>" +
103 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size());
117 "<exclude path=\"exclude1.txt\" domain=\"file\"/>" +
118 "<include path=\"include1.txt\" domain=\"file\"/>" +
119 "<exclude path=\"exclude2.txt\" domain=\"database\"/>" +
120 "<include path=\"include2.txt\" domain=\"database\"/>"
    [all...]
  /frameworks/base/core/java/android/security/net/config/
XmlConfigSource.java 43 private Set<Pair<Domain, NetworkSecurityConfig>> mDomainMap;
64 public Set<Pair<Domain, NetworkSecurityConfig>> getPerDomainConfigs() {
79 return "domain-config";
164 private Domain parseDomain(XmlResourceParser parser, Set<String> seenDomains)
169 throw new ParserException(parser, "Domain name missing");
171 String domain = parser.getText().trim().toLowerCase(Locale.US); local
173 throw new ParserException(parser, "domain contains additional elements");
178 if (!seenDomains.add(domain)) {
179 throw new ParserException(parser, domain + " has already been specified");
181 return new Domain(domain, includeSubdomains)
264 Domain domain = parseDomain(parser, seenDomains); local
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Elements_Sequences.py 80 # Adding new domain elements
81 log.I("Working on domain %s" % (self.domain_name))
82 log.I("Adding a new domain element to domain %s" % (self.domain_name))
84 assert err == None, "ERROR : command [addElement] - Error while adding new domain element %s" % (self.elem_1_path)
85 assert out == "Done", "ERROR : command [addElement] - Error while adding new domain element %s" % (self.elem_1_path)
86 log.I("Adding a new domain element to domain %s" % (self.domain_name))
88 assert err == None, "ERROR : command [addElement] - Error while adding new domain element %s" % (self.elem_2_path)
89 assert out == "Done", "ERROR : command [addElement] - Error while adding new domain element %s" % (self.elem_2_path
    [all...]
  /external/avahi/avahi-utils/
avahi-browse.c 38 #include <avahi-common/domain.h>
65 char *domain; member in struct:Config
82 char *name, *type, *domain; member in struct:ServiceInfo
127 static ServiceInfo *find_service(AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) {
135 avahi_domain_equal(i->domain, domain))
154 static void print_service_line(Config *config, char c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, int nl) {
170 avahi_escape_label(name, strlen(name), &e, &l), type, domain, nl ? "\n" : "");
180 n_columns-35, label, type, domain);
193 const char *domain,
    [all...]
  /bionic/libc/bionic/
socket.cpp 21 int socket(int domain, int type, int protocol) {
22 return __netdClientDispatch.socket(domain, type, protocol);
  /device/lge/bullhead/sepolicy/
peripheral_manager.te 2 #per_mgr - peripheral_manager domain
3 type per_mgr, domain, domain_deprecated;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/swf/
test_layer2_base.py 20 domain=MOCK_DOMAIN, aws_access_key_id=MOCK_ACCESS_KEY,
25 self.assertEquals(MOCK_DOMAIN, self.swf_base.domain)
  /external/chromium-trace/catapult/tracing/tracing/model/source_info/
source_info_test.html 14 test('domain', function() {
23 assert.equal(urlDomains[url], sourceInfo.domain);
  /external/jsoncpp/
LICENSE 7 this software is released into the Public Domain.
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
14 software may choose to accept it either as 1) Public Domain, 2) under the
16 Public Domain/MIT License conditions described here, as they choose.
18 The MIT License is about as close to Public Domain as a license can get, and is
51 software, affording one all of the rights of Public Domain with the
54 Public Domain "license" you can re-license your copy using whatever
  /external/libxml2/test/relaxng/
libvirt_0.xml 0 <domain type='xen' id='6'>
23 </domain>
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
UserCredentialHash.java 5 * hash(user:domain:password). This is more secure than simply supplying
24 * @return the SIP Domain.
UserCredentials.java 31 * Returns the SIP Domain for this username password combination.
33 * @return the sip domain
  /external/parameter-framework/upstream/test/xml-generator/testVector/
complex.pfw 0 domain: sequenceAware sequenceAware
18 domain: Black

Completed in 918 milliseconds

<<11121314151617181920>>