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

<<31323334353637383940>>

  /external/pcre/dist/
LICENCE 22 Email domain: cam.ac.uk
36 Emain domain: freemail.hu
47 Emain domain: freemail.hu
  /external/sepolicy/
app.te 2 ### Domain for all zygote spawned apps
243 domain:{
256 neverallow appdomain domain:netlink_kobject_uevent_socket { write append };
261 # Unix domain sockets.
271 neverallow appdomain { domain -appdomain }:process ptrace;
273 # Write access to /proc/pid entries for any non-app domain.
274 neverallow appdomain { domain -appdomain }:file write;
280 neverallow appdomain { domain -appdomain }:process
283 # Transition to a non-app domain.
284 # Exception for the shell domain and the su domain, can transition to runas
    [all...]
adbd.te 3 type adbd, domain, mlstrustedsubject;
53 # XXX Run screencap in a separate domain?
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
qisf_ns.c 36 Word16 * isf1, /* input : ISF in the frequency domain (0..0.5) */
69 * isf[] : quantized ISFs (in frequency domain) *
74 Word16 * isf_q /* input : ISF in the frequency domain (0..0.5) */
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
WebAsset.java 28 * <p>A web asset can be named by its protocol, domain, and port using this JSON string:
30 * "site": "[protocol]://[fully-qualified domain]{:[optional port]}" }
146 "Site should only have scheme, domain, and port.");
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java 11 * The regular cache time for entries with a non-zero domain id.
15 * The cache time for entries with a zero domain id. The zero domain id indicates that ANQP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
ypclnt.h 30 #define YPERR_DOMAIN 3 /* Can't bind to a server with this domain */
31 #define YPERR_MAP 4 /* No such map in server's domain */
39 #define YPERR_NODOM 12 /* Local domain name not set */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
ypclnt.h 30 #define YPERR_DOMAIN 3 /* Can't bind to a server with this domain */
31 #define YPERR_MAP 4 /* No such map in server's domain */
39 #define YPERR_NODOM 12 /* Local domain name not set */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nl80211.h 121 * regulatory domain.
122 * @NL80211_CMD_SET_REG: Set current regulatory domain. CRDA sends this command
124 * domain structure which consists of %NL80211_ATTR_REG_ALPHA set to our
132 * @NL80211_CMD_REQ_SET_REG: ask the wireless core to set the regulatory domain
163 * @NL80211_CMD_REG_CHANGE: indicates to userspace the regulatory domain
169 * %NL80211_REGDOM_SET_BY_DRIVER, the type of regulatory domain
170 * set (%NL80211_ATTR_REG_TYPE), if the type of regulatory domain is
177 * if you are world roaming (regulatory domain set to world or if your
178 * driver is using a custom world roaming regulatory domain) and while
442 * current regulatory domain should be set to or is already set to
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
CauchyDistributionImpl.java 195 * Access the domain value lower bound, based on <code>p</code>, used to
200 * @return domain value lower bound, i.e.
217 * Access the domain value upper bound, based on <code>p</code>, used to
222 * @return domain value upper bound, i.e.
239 * Access the initial domain value, based on <code>p</code>, used to
244 * @return initial domain value
ChiSquaredDistributionImpl.java 172 * Access the domain value lower bound, based on <code>p</code>, used to
177 * @return domain value lower bound, i.e.
186 * Access the domain value upper bound, based on <code>p</code>, used to
191 * @return domain value upper bound, i.e.
213 * Access the initial domain value, based on <code>p</code>, used to
218 * @return initial domain value
ExponentialDistributionImpl.java 199 * Access the domain value lower bound, based on <code>p</code>, used to
203 * @return domain value lower bound, i.e.
212 * Access the domain value upper bound, based on <code>p</code>, used to
216 * @return domain value upper bound, i.e.
234 * Access the initial domain value, based on <code>p</code>, used to
238 * @return initial domain value
TDistributionImpl.java 176 * Access the domain value lower bound, based on <code>p</code>, used to
181 * @return domain value lower bound, i.e.
190 * Access the domain value upper bound, based on <code>p</code>, used to
195 * @return domain value upper bound, i.e.
204 * Access the initial domain value, based on <code>p</code>, used to
209 * @return initial domain value
  /external/guava/guava/src/com/google/common/collect/
DiscreteDomain.java 27 * A descriptor for a <i>discrete</i> {@code Comparable} domain such as all
28 * {@link Integer} instances. A discrete domain is one that supports the three basic
33 * <p>A discrete domain always represents the <i>entire</i> set of values of its
49 * Returns the discrete domain for values of type {@code Integer}.
96 * Returns the discrete domain for values of type {@code Long}.
150 * Returns the discrete domain for values of type {@code BigInteger}.
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 188 this._domain = map.get(Fields.Domain);
255 String domain = ""; local
260 domain = casePreservedType.substring(index);
265 domain = removeSeparators(casePreservedType.substring(index));
291 domain = casePreservedType.substring(start, end);
303 qualifiedNameMap.put(Fields.Domain, removeSeparators(domain));
315 // Optional domain
316 String domain = (qualifiedNameMap.containsKey(Fields.Domain) ? qualifiedNameMap.get(Fields.Domain) : "local") local
377 String domain = this.getDomain(); local
427 String domain = this.getDomain(); local
    [all...]
DNSIncoming.java 32 // It is sending out target strings that don't follow the "domain name" format.
138 logger1.severe("bad domain name: possible circular name detected. Bad offset: 0x" + Integer.toHexString(index) + " at 0x" + Integer.toHexString(pos - 2));
271 String domain = _messageInputStream.readName(); local
279 return DNSQuestion.newQuestion(domain, type, recordClass, unique);
283 String domain = _messageInputStream.readName(); local
286 logger.log(Level.SEVERE, "Could not find record type. domain: " + domain + "\n" + this.print(true));
291 logger.log(Level.SEVERE, "Could not find record class. domain: " + domain + " type: " + type + "\n" + this.print(true));
300 rec = new DNSRecord.IPv4Address(domain, recordClass, unique, ttl, _messageInputStream.readBytes(len))
    [all...]
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 153 int type, String domain, String path, long mode, long mtime)
155 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path);
161 // Various domain+files we understand a priori
162 if (domain.equals(FullBackup.ROOT_TREE_TOKEN)) {
174 Slog.w(TAG, "Skipping unrecognized system file: [ " + domain + " : " + path + " ]");
  /external/aac/libFDK/include/
mdct.h 143 * \brief perform MDCT transform (time domain to frequency domain) with given parameters.
148 * \param input pointer to input time domain signal
190 * \brief Copy overlap time domain data to given buffer. Does not change the MDCT state.
211 * \brief perform several inverse MDCT transforms (frequency domain to time domain) with given parameters.
214 * \param output pointer to where the output time domain signal will be stored into.
215 * \param stride the stride factor for accessing time domain samples in output.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECParameterSpec.java 10 * basic domain parameters for an Elliptic Curve public or private key.
70 * return the base point we are using for these domain parameters.
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpCookie.java 49 public HttpCookie(String name, String value, String domain, String path)
55 _domain = domain;
80 public HttpCookie(String name, String value, String domain, String path, int maxAge, boolean httpOnly, boolean secure)
84 _domain = domain;
95 public HttpCookie(String name, String value, String domain, String path, int maxAge, boolean httpOnly, boolean secure, String comment, int version)
99 _domain = domain;
137 /** Get the domain.
138 * @return the domain
  /external/libdrm/radeon/
radeon_cs.c 77 radeon_cs_set_limit(struct radeon_cs *cs, uint32_t domain, uint32_t limit)
80 if (domain == RADEON_GEM_DOMAIN_VRAM)
  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
test_module.py 24 #['domain', 'role', 'role_prefix', 'object_class', 'name', 'private_type', 'prefix', 'entrypoint', 'target_domain', 'terminal', 'range', 'domains', 'entry_point', 'entry_file', 'domain_prefix', 'private type', 'user_prefix', 'user_role', 'user_domain', 'object', 'type', 'source_domain', 'file_type', 'file', 'class', 'peer_domain', 'objectclass(es)', 'exception_types', 'home_type', 'object_type', 'directory_type', 'boolean', 'pty_type', 'userdomain', 'tty_type', 'tmpfs_type', 'script_file', 'filetype', 'filename', 'init_script_file', 'source_role', 'userdomain_prefix']
27 dict_values['domain'] = 'sepolicy_domain_t'
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
LogTransformer.java 165 public byte[] transform(ClassLoader loader, String className, Class<?> clazz, ProtectionDomain domain, byte[] bytes) {
168 return transform0(className, clazz, domain, bytes);
183 * @param domain
188 private byte[] transform0(String className, Class<?> clazz, ProtectionDomain domain, byte[] bytes) {
198 if (domain != null && domain.getClassLoader() != null) {
199 domain.getClassLoader().loadClass(slf4jName);
202 System.err.println("Skipping " + className + " as it doesn't have a domain or a class loader.");
  /external/v8/build/
detect_v8_host_arch.py 37 print DoMain([])
40 def DoMain(_):
  /external/wpa_supplicant_8/src/eap_peer/
mschapv2.c 20 * MSCHAPv2 does not include optional domain name in the
21 * challenge-response calculation, so remove domain prefix

Completed in 1271 milliseconds

<<31323334353637383940>>