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

1 2 34 5 6 7 8 91011>>

  /external/libmicrohttpd/contrib/
Makefile.am 1 # This Makefile.am is in the public domain
  /external/lzma/C/Util/7z/
Precomp.c 2 2013-01-21 : Igor Pavlov : Public domain */
  /external/lzma/C/Util/SfxSetup/
Precomp.c 2 2013-01-21 : Igor Pavlov : Public domain */
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Email.text-out 10 "mailto:yuri@domain.org">yuri@domain.org</a>, etc.</p>
13 <li><a href="mailto:yuri@domain.org">yuri@domain.org</a></li>
Yuri-Email.text-res 10 "mailto:yuri@domain.org">yuri@domain.org</a>, etc.</p>
13 <li><a href="mailto:yuri@domain.org">yuri@domain.org</a></li>
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdarg.h 1 /* This file is public domain. */
varargs.h 1 /* This file is public domain. */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/machine/
internal_types.h 2 /* Public domain */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/machine/
internal_types.h 2 /* Public domain */
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/machine/
internal_types.h 2 /* Public domain */
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/machine/
internal_types.h 2 /* Public domain */
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/machine/
internal_types.h 2 /* Public domain */
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/machine/
internal_types.h 2 /* Public domain */
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/machine/
internal_types.h 2 /* Public domain */
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/machine/
internal_types.h 2 /* Public domain */
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/machine/
internal_types.h 2 /* Public domain */
  /system/sepolicy/
mdnsd.te 2 type mdnsd, domain, mlstrustedsubject;
update_verifier.te 3 type update_verifier, domain, boot_control_hal;
watchdogd.te 2 type watchdogd, domain;
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965DomainAttributeHandler.java 44 * <tt>"Domain"</tt> cookie attribute handler for RFC 2965 cookie spec.
62 * Parse cookie domain attribute.
64 public void parse(final SetCookie cookie, String domain)
69 if (domain == null) {
71 "Missing value for domain attribute");
73 if (domain.trim().length() == 0) {
75 "Blank value for domain attribute");
77 domain = domain.toLowerCase(Locale.ENGLISH);
78 if (!domain.startsWith("."))
    [all...]
RFC2109DomainHandler.java 59 throw new MalformedCookieException("Missing value for domain attribute");
62 throw new MalformedCookieException("Blank value for domain attribute");
76 String domain = cookie.getDomain(); local
77 if (domain == null) {
78 throw new MalformedCookieException("Cookie domain may not be null");
80 if (!domain.equals(host)) {
81 int dotIndex = domain.indexOf('.');
83 throw new MalformedCookieException("Domain attribute \""
84 + domain
88 // domain must start with do
125 String domain = cookie.getDomain(); local
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Elements.py 32 Adding and Removing elements from domain testcases
68 - list and backup initial domain elements
69 - add a domain element
70 - remove a domain element
83 # List and backup initial domain elements
84 log.I("Listing initial domain %s elements" % (self.domain_name))
86 assert err == None, "ERROR : command [listDomainElements] - Error while listing domain elements"
98 log.I("Actual domain %s elements number is %s" % (self.domain_name,element_nbr_init))
100 # Adding a new domain element
101 log.I("Adding a new domain element to domain %s" % (self.domain_name)
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
Ease.java 22 private static final float DOMAIN = 1.0f;
37 return DOMAIN*(input/=DURATION)*input*input + START;
42 return DOMAIN*((input=input/DURATION-1)*input*input + 1) + START;
48 (DOMAIN/2*input*input*input + START)
49 : (DOMAIN/2*((input-=2)*input*input + 2) + START);
57 return DOMAIN*(input/=DURATION)*input + START;
62 return -DOMAIN *(input/=DURATION)*(input-2) + START;
68 (DOMAIN/2*input*input + START)
69 : (-DOMAIN/2 * ((--input)*(input-2) - 1) + START);
77 return DOMAIN*(input/=DURATION)*input*input*input + START
    [all...]
  /external/llvm/test/CodeGen/Generic/
badFoldGEP.ll 13 %Domain = type { i8*, i32, i32*, i32, i32, i32*, %Domain* }
14 @domain_array = external global [497 x %Domain] ; <[497 x %Domain]*> [#uses=2]
16 declare void @opaque([497 x %Domain]*)
20 call void @opaque( [497 x %Domain]* @domain_array )
22 %reg841 = getelementptr [497 x %Domain], [497 x %Domain]* @domain_array, i64 0, i64 %cann-indvar-idxcast, i32 3 ; <i32*> [#uses=1]
  /external/selinux/libsepol/tests/policies/test-deps/
module.conf 6 attribute domain;
12 type new_t, domain;

Completed in 5866 milliseconds

1 2 34 5 6 7 8 91011>>