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

1 2 3 4 5 6 78 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AccountManager.java 8 * Returns the user credentials for a given SIP Domain.
15 * @return -- the user credentials associated with the domain.
SecureAccountManager.java 7 * Returns the user credentials for a given SIP Domain.
14 * @return -- the user credentials associated with the domain.
  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
etc_rw.py 47 ## <param name="domain">
49 ## Domain allowed access.
66 ## <param name="domain">
68 ## Domain allowed access.
86 ## <param name="domain">
88 ## Domain allowed access.
108 ## <param name="domain">
110 ## Domain allowed access.
tmp.py 47 ## <param name="domain">
49 ## Domain to not audit.
65 ## <param name="domain">
67 ## Domain allowed access.
84 ## <param name="domain">
86 ## Domain allowed access.
107 ## <param name="domain">
109 ## Domain allowed access.
  /external/selinux/sepolgen/tests/
test_refparser.py 28 ## <param name="domain">
30 ## Domain allowed access.
40 allow { domain $1 } { usr_t usr_home_t }:{ file dir } { read write getattr };
59 ## <param name="domain">
61 ## Domain allowed access.
84 ## Execute generic programs in /usr in the caller domain.
86 ## <param name="domain">
88 ## Domain allowed access.
  /external/sepolicy/
gatekeeperd.te 1 type gatekeeperd, domain;
27 neverallow { domain -gatekeeperd } gatekeeper_service:service_manager add;
servicemanager.te 2 type servicemanager, domain, mlstrustedsubject;
14 allow servicemanager { domain -init }:binder transfer;
shell.te 0 # Domain for shell processes spawned by ADB or console service.
2 type shell, domain, mlstrustedsubject;
9 # XXX Transition into its own domain?
56 # in domain.te.
68 allow shell domain:dir { search open read getattr };
69 allow shell domain:{ file lnk_file } { open read getattr };
72 allow shell domain:process getattr;
74 # enable shell domain to read/write files/dirs for bootchart data
vdc.te 5 # We also transition into this domain from dumpstate, when
8 type vdc, domain;
kernel.te 2 type kernel, domain, mlstrustedsubject;
19 # Initial setenforce by init prior to switching to init domain.
24 # Write to /proc/1/oom_adj prior to switching to init domain.
39 # Set checkreqprot by init.rc prior to switching to init domain.
63 # The initial task starts in the kernel domain (assigned via
65 neverallow domain kernel:process { transition dyntransition };
67 # The kernel domain is never entered via an exec, nor should it
68 # ever execute a program outside the rootfs without changing to another domain.
69 # If you encounter an execute_no_trans denial on the kernel domain, then
71 # - The program is a kernel usermodehelper. In this case, define a domain
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strings.h 2 * This file has no copyright assigned and is placed in the Public Domain.
8 Copyright: Public Domain
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
urlmap.py 37 Parses a path expression like 'domain foobar.com port 20 /' or
42 domain = port = path = None
44 if parts[0] == 'domain':
47 raise ValueError("'domain' must be followed with a domain name")
48 if domain:
49 raise ValueError("'domain' given twice")
50 domain = parts.pop(0)
64 if domain:
65 s = 'http://%s' % domain
    [all...]
urlmap.py.orig 37 Parses a path expression like 'domain foobar.com port 20 /' or
42 domain = port = path = None
44 if parts[0] == 'domain':
47 raise ValueError("'domain' must be followed with a domain name")
48 if domain:
49 raise ValueError("'domain' given twice")
50 domain = parts.pop(0)
64 if domain:
65 s = 'http://%s' % domain
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Mailbox.java 32 private String domain; field in class:Mailbox
37 * @param domain The part of the e-mail address to the right of the "@".
39 public Mailbox(String localPart, String domain) {
40 this(null, localPart, domain);
47 * @param domain The part of the e-mail address to the right of the "@".
49 public Mailbox(DomainList route, String localPart, String domain) {
52 this.domain = domain;
75 return domain;
108 + (domain == null ? "" : "@"
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/
Mailbox.java 32 private String domain; field in class:Mailbox
37 * @param domain The part of the e-mail address to the right of the "@".
39 public Mailbox(String localPart, String domain) {
40 this(null, localPart, domain);
47 * @param domain The part of the e-mail address to the right of the "@".
49 public Mailbox(DomainList route, String localPart, String domain) {
52 this.domain = domain;
75 return domain;
108 + (domain == null ? "" : "@"
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularContiguousSet.java 37 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) {
38 super(domain);
44 ? ContiguousSet.create(range.intersection(other), domain)
45 : new EmptyContiguousSet<C>(domain);
56 return new EmptyContiguousSet<C>(domain);
73 return equalsOrThrow(previous, last) ? null : domain.next(previous);
87 return range.lowerBound.leastValueAbove(domain);
91 return range.upperBound.greatestValueBelow(domain);
95 long distance = domain.distance(first(), last());
120 checkArgument(this.domain.equals(other.domain))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
domain.h 5 ** domain.h **
58 CloogDomain *domain; /**< An element of the list. */ member in struct:cloogdomainlist
85 CloogDomain * cloog_domain_simple_convex(CloogDomain * domain);
100 void cloog_domain_print_structure(FILE *file, CloogDomain *domain, int level,
116 CloogScattering *cloog_domain_read_scattering(CloogDomain *domain, FILE *foo);
138 int cloog_domain_can_stride(CloogDomain *domain, int level);
139 int cloog_domain_is_otl(CloogDomain *domain, int level);
140 CloogDomain * cloog_domain_stride_lower_bound(CloogDomain *domain, int level,
142 CloogDomain * cloog_domain_add_stride_constraint(CloogDomain *domain,
144 int cloog_domain_can_unroll(CloogDomain *domain, int level
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
domain.h 5 ** domain.h **
58 CloogDomain *domain; /**< An element of the list. */ member in struct:cloogdomainlist
85 CloogDomain * cloog_domain_simple_convex(CloogDomain * domain);
100 void cloog_domain_print_structure(FILE *file, CloogDomain *domain, int level,
116 CloogScattering *cloog_domain_read_scattering(CloogDomain *domain, FILE *foo);
138 int cloog_domain_can_stride(CloogDomain *domain, int level);
139 int cloog_domain_is_otl(CloogDomain *domain, int level);
140 CloogDomain * cloog_domain_stride_lower_bound(CloogDomain *domain, int level,
142 CloogDomain * cloog_domain_add_stride_constraint(CloogDomain *domain,
144 int cloog_domain_can_unroll(CloogDomain *domain, int level
    [all...]
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 37 * An immutable well-formed internet domain name, such as {@code com} or {@code
39 * network interactions take place. Thus there is no guarantee that the domain
43 * likely to represent an addressable domain on the web -- that is, for a
46 * done by determining whether the domain ended with a {@linkplain
50 * result, the only useful test to determine if a domain is a plausible web host
67 * Internationalized domain names</a> such as {@code ??.cn} are supported, as
93 * Maximum parts (labels) in a domain name. This value arises from
103 * Maximum length of a full domain name, including separators, and
110 * Maximum size of a single part of a domain name. See
116 * The full domain name, converted to lower case
    [all...]
  /bionic/libc/arch-mips/include/machine/
setjmp.h 3 /* Public domain */
  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabsf.c 5 * Placed into the Public Domain, 1994.
w_dremf.c 5 * Placed into the Public Domain, 1994.
  /build/target/board/generic/sepolicy/
logd.te 1 # goldfish logcat service: runs logcat -Q in logd domain
  /development/ndk/platforms/android-21/arch-x86_64/include/machine/
exec.h 3 * Written by Artur Grabowski <art@openbsd.org> Public Domain
  /device/asus/flo/sepolicy/
bridge.te 2 type bridge, domain;

Completed in 1020 milliseconds

1 2 3 4 5 6 78 91011>>