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

<<21222324252627282930>>

  /external/fdlibm/
k_standard.c 100 exc.type = DOMAIN;
107 (void) WRITE2("acos: DOMAIN error\n", 19);
114 exc.type = DOMAIN;
121 (void) WRITE2("asin: DOMAIN error\n", 19);
130 exc.type = DOMAIN;
137 (void) WRITE2("atan2: DOMAIN error\n", 20);
197 exc.type = DOMAIN; /* should be SING for IEEE */
207 (void) WRITE2("y0: DOMAIN error\n", 17);
214 exc.type = DOMAIN;
224 (void) WRITE2("y0: DOMAIN error\n", 17)
    [all...]
  /frameworks/base/docs/html-intl/intl/es/preview/features/
security-config.jd 108 la personalización de toda la aplicación) o {@code domain-config} (para la personalización
126 &lt;domain-config&gt;
127 &lt;domain includeSubdomains="true"&gt;example.com&lt;/domain&gt;
131 &lt;/domain-config&gt;
160 &lt;domain-config&gt;
161 &lt;domain includeSubdomains="true"&gt;secure.example.com&lt;/domain&gt;
162 &lt;domain includeSubdomains="true"&gt;cdn.example.com&lt;/domain&gt
    [all...]
  /frameworks/base/docs/html-intl/intl/pt-br/preview/features/
security-config.jd 108 personalização em todo o aplicativo) ou {@code domain-config} (para personalização
126 &lt;domain-config&gt;
127 &lt;domain includeSubdomains="true"&gt;example.com&lt;/domain&gt;
131 &lt;/domain-config&gt;
160 &lt;domain-config&gt;
161 &lt;domain includeSubdomains="true"&gt;secure.example.com&lt;/domain&gt;
162 &lt;domain includeSubdomains="true"&gt;cdn.example.com&lt;/domain&gt
    [all...]
  /external/parameter-framework/upstream/parameter/
ConfigurableDomain.cpp 253 // Parse it and create domain configuration objects
302 // Add found element to domain
341 // Get domain configuration
347 serializingContext.setError("Could not find domain configuration referred to by"
348 " configurable domain \"" +
353 // Have domain configuration parse settings for all configurable elements
372 " already associated to configuration domain " + getName());
381 " already owned by configuration domain " + getName());
399 " not associated to configuration domain " + getName();
415 * must belong to the Domain. If a Blackboard is found, the base offset o
    [all...]
  /external/avahi/avahi-core/
domain-util.c 35 #include "domain-util.h"
171 int avahi_domain_ends_with(const char *domain, const char *suffix) {
172 assert(domain);
178 if (*domain == 0)
181 if (avahi_domain_equal(domain, suffix))
184 r = avahi_unescape_label(&domain, dummy, sizeof(dummy));
  /external/avahi/avahi-sharp/en/Avahi/
ServiceBrowser.xml 31 <MemberSignature Language="C#" Value="public ServiceBrowser (Avahi.Client client, string type, string domain);" />
36 <Parameter Name="domain" Type="System.String" />
41 <param name="domain">To be added.</param>
93 <MemberSignature Language="C#" Value="public ServiceBrowser (Avahi.Client client, int iface, Avahi.Protocol proto, string type, string domain, Avahi.LookupFlags flags);" />
100 <Parameter Name="domain" Type="System.String" />
108 <param name="domain">To be added.</param>
ServiceResolver.xml 17 <MemberSignature Language="C#" Value="public ServiceResolver (Avahi.Client client, string name, string type, string domain);" />
23 <Parameter Name="domain" Type="System.String" />
29 <param name="domain">To be added.</param>
95 <MemberSignature Language="C#" Value="public ServiceResolver (Avahi.Client client, int iface, Avahi.Protocol proto, string name, string type, string domain, Avahi.Protocol aproto, Avahi.LookupFlags flags);" />
103 <Parameter Name="domain" Type="System.String" />
113 <param name="domain">To be added.</param>
ServiceTypeBrowser.xml 29 <MemberSignature Language="C#" Value="public ServiceTypeBrowser (Avahi.Client client, string domain);" />
33 <Parameter Name="domain" Type="System.String" />
37 <param name="domain">To be added.</param>
89 <MemberSignature Language="C#" Value="public ServiceTypeBrowser (Avahi.Client client, int iface, Avahi.Protocol proto, string domain, Avahi.LookupFlags flags);" />
95 <Parameter Name="domain" Type="System.String" />
102 <param name="domain">To be added.</param>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
domain.py 38 class Domain(object):
40 A Cloudsearch domain.
42 :ivar name: The name of the domain.
44 :ivar id: The internally generated unique identifier for the domain.
46 :ivar created: A boolean which is True if the domain is
47 created. It can take several minutes to initialize a domain
49 returned with a False value for Created until domain creation
52 :ivar deleted: A boolean which is True if the search domain has
54 the search domain when delete is called. Newly deleted
60 current domain configuration
    [all...]
  /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/webrtc/webrtc/common_audio/vad/
vad_gmm.c 39 // Q-domain: Q17 / Q7 = Q10.
45 // Q-domain: (Q8 * Q8) >> 2 = Q14.
56 // Q-domain: (Q14 * Q7) >> 10 = Q11.
61 // Q-domain: (Q11 * Q7) >> 8 = Q10.
69 // Q-domain: (Q12 * Q10) >> 12 = Q10.
81 // Q-domain: Q10 * Q10 = Q20.
  /frameworks/base/core/tests/coretests/src/android/net/http/
CookiesTest.java 53 .addHeader("Set-Cookie: password=secret; Domain=fake.domain"));
67 assertTrue(log, log.contains("fake.domain"));
83 .addHeader("Set-Cookie: a=first; Domain=my.t-mobile.com")
84 .addHeader("Set-Cookie: b=second; Domain=.T-mobile.com")
85 .addHeader("Set-Cookie: c=third; Domain=.t-mobile.com")
  /system/sepolicy/
recovery.te 3 # Declare the domain unconditionally so we can always reference it
5 type recovery, domain, domain_deprecated;
8 # Otherwise recovery is only allowed the domain rules.
15 # Run helpers from / or /system without changing domain.
102 # set scheduling parameters for a kernel domain task.
115 # For now, we only enforce write/execute restrictions, as domain.te
  /external/avahi/avahi-client/
srv-test.c 40 const char *domain,
48 fprintf(stderr, "%i name=%s type=%s domain=%s host=%s\n", event, name, type, domain, host_name);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/swf/
test_layer1.py 17 # user-named testing domain. This is named by the user via the environment
19 # testing domain is literally "boto-swf-unittest-domain". Do not use
20 # the testing domain for other purposes.
22 "boto-swf-unittest-domain")
24 # A standard domain can have a maxiumum of 10,000 workflow types and
36 # Instead, the setUp of the TestCase create a domain, workflow type,
62 # Domain registration params...
65 _domain_description = 'test workflow domain'
90 # Register a domain. Expect None (success) o
    [all...]
  /external/clang/test/Analysis/
CheckNSError.m 14 + (id)errorWithDomain:(NSString *)domain code:(NSInteger)code userInfo:(NSDictionary *)dict;
25 *error = [NSError errorWithDomain:@"domain" code:1 userInfo:0]; // expected-warning {{Potential null dereference}}
29 if (error) *error = [NSError errorWithDomain:@"domain" code:1 userInfo:0]; // no-warning
  /external/guava/guava/src/com/google/thirdparty/publicsuffix/
PublicSuffixType.java 22 * Specifies the type of a top-level domain definition.
27 /** private definition of a top-level domain */
29 /** ICANN definition of a top-level domain */
  /external/libexif/test/nls/
test-nls.c 67 const char *domain = textdomain(GETTEXT_PACKAGE); local
68 printf("message domain: %s\n", domain);
  /external/libxml2/test/HTML/
test3.html 8 <dt><b>Stereotype </b>problem domain</dt>
9 <dt><b>Alias </b>Problem Domain</dt>
10 <dt><b>Note </b><dd>The Problem Domain package is the model behind the Human
  /external/llvm/include/llvm/Support/
MD5.h 8 * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
14 * claimed, and the software is hereby placed in the public domain.
16 * public domain is deemed null and void, then the software is
  /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/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.h 38 uint8_t domain; member in struct:nv04_resource
55 struct nv04_resource *, unsigned domain);
77 return nv04_resource(resource)->domain != 0;
  /libcore/ojluni/src/main/java/java/security/interfaces/
ECKey.java 38 * Returns the domain parameters associated
39 * with this key. The domain parameters are
42 * @return the associated domain parameters.
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
TvContentRatingConstants.java 28 * <p>Domain: com.android.tv
41 * <p>Domain: com.android.tv
53 * <p>Domain: com.android.tv
  /system/bt/service/
settings.h 26 // The Settings class stores global runtime configurations, such as IPC domain
51 // Path to create a Unix domain socket server for Bluetooth IPC.
56 // Returns true if domain-socket based IPC should be used. If false, then

Completed in 551 milliseconds

<<21222324252627282930>>