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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
cloog.h 52 #include <cloog/domain.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/isl/
domain.h 30 __isl_give isl_set *isl_set_from_cloog_domain(CloogDomain *domain);
  /system/netd/server/
MDnsSdListener.h 34 const char *domain, void *inContext);
114 const char *domain, const int requestNumber,
118 const char *serviceName, const char *serviceType, const char *domain,
123 const char *domain);
  /external/avahi/avahi-gobject/
ga-service-browser.c 68 char *domain; member in struct:_GaServiceBrowserPrivate
82 priv->domain = NULL;
107 priv->domain = g_strdup(g_value_get_string(value));
135 g_value_set_string(value, priv->domain);
240 param_spec = g_param_spec_string("domain", "service domain",
241 "Domain to browse in",
287 g_free(priv->domain);
288 priv->domain = NULL;
296 const char *domain, AvahiLookupResultFlags flags
    [all...]
ga-service-resolver.c 71 char *domain; member in struct:_GaServiceResolverPrivate
87 priv->domain = NULL;
119 priv->domain = g_strdup(g_value_get_string(value));
154 g_value_set_string(value, priv->domain);
250 param_spec = g_param_spec_string("domain", "service domain",
251 "Domain to browse in",
302 g_free(priv->domain);
303 priv->domain = NULL;
313 const char *domain, const char *host_name
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
domain.py 24 Represents an SDB Domain
30 class Domain(object):
38 return 'Domain:%s' % self.name
176 Delete multiple items in this domain.
214 Retrieves an item from the domain, along with all of its attributes.
224 item.domain = self
236 """Get this domain as an XML DOM Document
247 print('<Domain id="%s">' % self.name, file=f)
265 print('</Domain>', file=f)
272 """Load this domain based on an XML document""
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableRangeSet.java 329 * Returns an {@link ImmutableSortedSet} containing the same values in the given domain
344 * @throws IllegalArgumentException if neither this range nor the domain has a lower bound, or if
347 public ImmutableSortedSet<C> asSet(DiscreteDomain<C> domain) {
348 checkNotNull(domain);
352 Range<C> span = span().canonical(domain);
360 domain.maxValue();
367 return new AsSet(domain);
371 private final DiscreteDomain<C> domain;
373 AsSet(DiscreteDomain<C> domain) {
375 this.domain = domain
    [all...]
  /external/autotest/client/site_tests/network_WlanRegulatory/
network_WlanRegulatory.py 18 regulatory domain.
31 """Set the system regulatory domain, then assert that it is correct.
34 domain to set.
37 logging.info('Using iw to set regulatory domain to %s', regdomain)
55 logging.info('Initial regulatory domain is %s', initial_regdomain)
59 raise error.TestFail('Did not get a domain list from the database')
61 for domain in domain_list:
62 self.assert_set_regulatory_domain(domain)
  /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/avahi/avahi-core/
dns-srv-rr.h 25 /** A domain service browser object. Use this to browse for
27 * conventional domain names */
53 const char *domain,
75 const char *domain,
  /external/bison/lib/
gettext.h 27 /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by
148 pgettext_aux (const char *domain,
152 const char *translation = dcgettext (domain, msg_ctxt_id, category);
167 npgettext_aux (const char *domain,
173 dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
210 dcpgettext_expr (const char *domain,
231 translation = dcgettext (domain, msg_ctxt_id, category);
255 dcnpgettext_expr (const char *domain,
277 translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
acls.py 178 group-by-domain entities:
187 "domain": "example.com",
188 "entity": "domain-example.com"
194 access to any user in a domain (which must be a Google Apps for Business
195 domain). By applying email group grants to a collection of objects
  /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/curl/lib/
cookie.h 34 char *domain; /* domain = <this> */ member in struct:Cookie
37 bool tailmatch; /* weather we do tail-matchning of the domain name */
75 * Add a cookie to the internal list of cookies. The domain and path arguments
81 const char *domain, const char *path);
curl_sspi.c 159 * userp [in] - The user name in the format User or Domain\User.
170 xcharp_u domain, dup_domain; local
174 domain.const_tchar_ptr = TEXT("");
188 domain.tchar_ptr = useranddomain.tchar_ptr;
194 domain.const_tchar_ptr = TEXT("");
208 /* Setup the identity's domain and length */
214 _tcsncpy(dup_domain.tchar_ptr, domain.tchar_ptr, domlen);
216 identity->Domain = dup_domain.tbyte_ptr;
248 Curl_safefree(identity->Domain);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyContiguousSet.java 31 EmptyContiguousSet(DiscreteDomain<C> domain) {
32 super(domain);
  /external/libexif/test/nls/
test-nls.c 67 const char *domain = textdomain(GETTEXT_PACKAGE); local
68 printf("message domain: %s\n", domain);
  /external/toybox/lib/
net.c 3 int xsocket(int domain, int type, int protocol)
5 int fd = socket(domain, type, protocol);
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomlookuptask.h 22 std::string domain; member in struct:buzz::MucRoomInfo
26 return name + "@" + domain;
  /libcore/ojluni/src/main/java/java/security/
Policy.java 88 public PermissionCollection getPermissions(ProtectionDomain domain) {
92 public boolean implies(ProtectionDomain domain, Permission permission) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
AccountUtils.java 50 * Get all device accounts having specified domain name.
52 * @param domain domain name used for filtering
53 * @return List of account names that contain the specified domain name
56 final Context context, final String domain) {
58 final String atDomain = "@" + domain.toLowerCase(Locale.ROOT);
  /system/sepolicy/
attributes 11 attribute domain;
13 # Temporary attribute used for migrating permissions out of domain.
14 # Motivation: Domain is overly permissive. Start removing permissions
15 # from domain and assign them to the domain_deprecated attribute.
16 # Domain_deprecated and domain can initially be assigned to all
19 # reassigning the appropriate permissions to the inheriting domain
37 # All types used for domain entry points.
tee.te 4 type tee, domain, domain_deprecated;
  /external/skia/src/gpu/
GrTextureParamsAdjuster.cpp 86 SkRect domain; local
87 domain.fLeft = (subset->fLeft + 0.5f) * sx;
88 domain.fTop = (subset->fTop + 0.5f)* sy;
89 domain.fRight = (subset->fRight - 0.5f) * sx;
90 domain.fBottom = (subset->fBottom - 0.5f) * sy;
95 GrTextureDomainEffect::Create(inputTexture, SkMatrix::I(), domain,
196 /** Determines whether a texture domain is necessary and if so what domain to use. There are two
204 * We want to avoid using a domain if possible. We consider the above rectangles, the filter type,
224 // If the src rectangle contains the whole texture then no need for a domain
389 SkRect domain; local
490 SkRect domain; local
    [all...]
  /frameworks/base/core/java/android/app/backup/
FullBackup.java 87 static public native int backupToTar(String packageName, String domain,
273 Log.i(TAG, "Unrecognized domain " + domainToken);
276 Log.i(TAG, "Error reading directory for domain: " + domainToken);
282 private String sharedDomainToPath(String domain) throws IOException {
284 final String volume = domain.substring(FullBackup.SHARED_PREFIX.length());
305 * A map of domain -> list of canonical file names in that domain that are to be included.
306 * We keep track of the domain so that we can go through the file system in order later on.
358 * @return A mapping of domain -> canonical paths within that domain. Each of these path
    [all...]

Completed in 452 milliseconds

1 2 3 4 5 6 7 891011>>