/external/webrtc/src/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")
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
terms_of_service_screen_handler.h | 34 virtual void SetDomain(const std::string& domain) OVERRIDE; 42 // Update the domain name shown in the UI. 63 // The domain name whose Terms of Service are being shown.
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
command_line_reader.cc | 16 const char kDomainNameSwitch[] = "domain-name"; 66 LOG(ERROR) << "Domain name cannot be only \"" << suffix << "\""; 72 LOG(ERROR) << "Domain name should end with \"" << suffix << "\"";
|
/external/chromium_org/third_party/mesa/src/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;
|
/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/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;
|
/bionic/libc/arch-x86/include/machine/ |
cdefs.h | 5 * Public domain.
|
/bionic/libc/arch-x86/string/ |
strlen.S | 4 * Public domain.
|
/bionic/libc/include/sys/ |
sha1.h | 6 * 100% Public Domain
|
/bionic/libc/netbsd/resolv/ |
__res_close.c | 5 * public domain.
|
/bionic/libc/unistd/ |
charclass.h | 2 * Public domain, 2008, Todd C. Miller <Todd.Miller@courtesan.com>
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
pgalloc.h | 15 #include <asm/domain.h>
|
/development/ndk/platforms/android-3/include/ |
sha1.h | 6 * 100% Public Domain
|
/development/ndk/platforms/android-9/arch-x86/include/machine/ |
cdefs.h | 5 * Public domain.
|
/external/chromium/base/ |
file_descriptor_shuffle.h | 33 // Duplicate |fd|, an element of the domain, and write a fresh element of the 34 // domain into |result|. Returns true iff successful. 39 // Delete an element of the domain. 47 // descriptor table of the current process as the domain.
|
/external/chromium/chrome/browser/extensions/ |
extension_cookies_helpers.h | 58 // domain becomes the URL host. 104 // Returns true if the given cookie domain string matches the filter's 105 // domain. Any cookie domain which is equal to or is a subdomain of the 106 // filter's domain will be matched; leading '.' characters indicating 107 // host-only domains have no meaning in the match filter domain (for 108 // instance, a match filter domain of 'foo.bar.com' will be treated the same 109 // as '.foo.bar.com', and both will match cookies with domain values of 111 bool MatchesDomain(const std::string& domain);
|
/external/chromium/chrome/browser/resources/ |
connection_manager.js | 23 'domain': location.href,
|
/external/chromium/net/base/ |
dns_util.h | 15 // DNSDomainFromDot - convert a domain string to DNS format. From DJB's 16 // public domain DNS library. 22 // DNSDomainToString coverts a domain in DNS format to a dotted string. 23 std::string DNSDomainToString(const std::string& domain);
|
/external/chromium_org/base/posix/ |
file_descriptor_shuffle.h | 35 // Duplicate |fd|, an element of the domain, and write a fresh element of the 36 // domain into |result|. Returns true iff successful. 41 // Delete an element of the domain. 49 // descriptor table of the current process as the domain.
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_cookie_helper.h | 86 // RFC 6265), cookie domain (called cookie-domain in RFC 6265), cookie path 88 // 5.3). Cookies with same tuple (cookie-name, cookie-domain, cookie-path, 104 // cookie name, cookie domain, cookie path, host-only-flag tuple as passed 115 // not include a cookie domain attribute (called domain-av in RFC 6265) or a 117 // default-path of the request-uri are used as domain-value and path-value 119 // cookie domain attribute are host only cookies. 146 // domain, and path as the newly created cookie. Delete the old cookie
|
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
cookies_helpers.h | 75 // domain becomes the URL host. 110 // Returns true if the given cookie domain string matches the filter's 111 // domain. Any cookie domain which is equal to or is a subdomain of the 112 // filter's domain will be matched; leading '.' characters indicating 113 // host-only domains have no meaning in the match filter domain (for 114 // instance, a match filter domain of 'foo.bar.com' will be treated the same 115 // as '.foo.bar.com', and both will match cookies with domain values of 117 bool MatchesDomain(const std::string& domain);
|
/external/chromium_org/chrome/browser/resources/ |
connection_manager.js | 23 'domain': location.href,
|