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

<<41424344454647484950>>

  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/
device_for_input_source.pfw 2 domain: Calibration
211 domain: DefaultAndMic
313 domain: VoiceUplinkAndVoiceDownlinkAndVoiceCall
328 domain: Camcorder
348 domain: VoiceRecognitionAndHotword
423 domain: VoiceCommunication
494 domain: RemoteSubmix
505 domain: FmTuner
  /frameworks/base/core/java/android/net/
LocalSocketAddress.java 20 * A UNIX-domain (AF_LOCAL) socket address. For use with
24 * abstract (non-filesystem) UNIX domain namespace.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
CookieManagerTest.java 117 "Set-cookie:PREF=test;path=/;domain=.b.c;", "http://a.b.c/",
118 "Set-cookie:PREF1=test2;path=/;domain=.beg.com;", "http://a.b.c/" },
121 "Set-cookie2:NAME1=VALUE1;path=/te;domain=.b.c;", "http://a.b.c/test" },
124 "Set-cookie2:NAME=VALUE;path=/;domain=.beg.com;", "http://a.beg.com/test",
125 "Set-cookie2:NAME1=VALUE1;path=/;domain=.beg.com;", "http://a.beg.com/test" },
128 "Set-cookie3:NAME=VALUE;path=/;domain=.test.org;", "http://a.test.org/test" },
131 "Set-cookie3:NAME=VALUE;path=/te;domain=.test.org;", "http://a.test.org/test" },
139 // domain of cookie must match that of uri
  /libcore/luni/src/main/java/org/xml/sax/
XMLFilter.java 4 // NO WARRANTY! This class is in the Public Domain.
15 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2Impl.java 3 // Public Domain: no warranty.
18 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NewInstance.java 5 // NO WARRANTY! This class is in the Public Domain.
18 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 338 "@" domain() ( (",")* "@" domain() )* ":"/*@bgen(jjtree)*/
394 ( local_part() "@" domain() )/*@bgen(jjtree)*/
445 void domain() :
446 {/*@bgen(jjtree) domain */
452 {/*@bgen(jjtree) domain */
459 throw new ParseException("Atoms in domain names must be separated by '.'");
506 // domain literal
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 338 "@" domain() ( (",")* "@" domain() )* ":"/*@bgen(jjtree)*/
394 ( local_part() "@" domain() )/*@bgen(jjtree)*/
445 void domain() :
446 {/*@bgen(jjtree) domain */
452 {/*@bgen(jjtree) domain */
459 throw new ParseException("Atoms in domain names must be separated by '.'");
506 // domain literal
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xen/
privcmd.h 54 domid_t dom; /* target domain */
60 domid_t dom; /* target domain */
  /external/mdnsresponder/mDNSShared/
dns_sd.h 40 * for by service type and domain. Using Bonjour, applications can
190 /* Flags for domain enumeration and browse/query reply callbacks.
193 * flag NOT set indicates a "Remove", i.e. the domain is no longer
216 /* Flags for specifying domain enumeration type in DNSServiceEnumerateDomains.
231 * DNS, even for a name in a domain (e.g. foo.apple.com.) that would normally imply unicast DNS.
269 * single Unix Domain Socket connection with the background daemon, instead of having a
415 kDNSServiceType_MB = 7, /* Mailbox domain name. */
420 kDNSServiceType_PTR = 12, /* Domain name pointer. */
438 kDNSServiceType_NXT = 30, /* Next domain (security). */
523 /* Maximum length, in bytes, of a domain name represented as an *escaped* C-String *
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c 34 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
35 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
126 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
127 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
178 struct nouveau_bo *dst, unsigned offset, unsigned domain,
186 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
223 struct nouveau_bo *dst, unsigned offset, unsigned domain,
231 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
384 tx->rect[1].domain = NOUVEAU_BO_GART;
465 struct nouveau_bo *bo, unsigned domain,
    [all...]
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 8 if [ -z "$DOMAIN" ]; then
9 DOMAIN=w1.fi
15 CNO="ocsp.$DOMAIN"
16 CNV="osu-revoked.$DOMAIN"
17 CNOC="osu-client.$DOMAIN"
18 OSU_SERVER_HOSTNAME="osu.$DOMAIN"
35 # -m: Domain ($DOMAIN)\n
57 m) DOMAIN=$OPTARG;;
94 sed "s/@DOMAIN@/$DOMAIN/"
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 173 struct ureg_tokens domain[2]; member in struct:ureg_program
212 tokens_error(&ureg->domain[0]);
218 unsigned domain,
221 struct ureg_tokens *tokens = &ureg->domain[domain];
234 unsigned domain,
237 if (ureg->domain[domain].tokens == error_tokens)
240 return &ureg->domain[domain].tokens[nr]
    [all...]
  /external/parameter-framework/tools/xmlGenerator/
EddParser.py 148 It is the class base for all other elements as Domain, Configuration..."""
576 class Domain (ElementWithRuleInheritance, ElementWithTag) :
577 tag = "domain"
580 match = re.compile(r"domain *:").match
588 super(Domain, self).propagate(context)
593 """check for domain name, sequence awarness and rules inheritance"""
594 # check for domain name and sequence awarness inheritance
601 """ make domain name and sequence awareness inheritance
603 join to the domain name all domain names defined in context an
    [all...]
  /art/disassembler/
disassembler_arm.h 43 void DumpMemoryDomain(std::ostream& os, uint32_t domain);
  /bionic/libc/arch-x86/generic/string/
memcmp.S 4 * Public domain.
  /bionic/libc/include/
search.h 3 * Public domain.
  /bionic/libc/private/
thread_private.h 3 /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */
  /bionic/libc/tzcode/
difftime.c 2 ** This file is in the public domain, so clarified as of
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tfind.c 11 * Totally public domain.
  /development/ndk/platforms/android-21/include/
search.h 3 * Public domain.
  /development/samples/HeavyWeight/
AndroidManifest.xml 21 to come from a domain that you own or have control over. -->
  /development/samples/HelloActivity/
AndroidManifest.xml 21 to come from a domain that you own or have control over. -->
  /device/asus/flo/sepolicy/
kickstart.te 2 type kickstart, domain;
mpdecision.te 2 type mpdecision, domain;

Completed in 828 milliseconds

<<41424344454647484950>>