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

<<31323334353637383940>>

  /external/libdrm/nouveau/
abi16.c 155 if (info->domain & NOUVEAU_GEM_DOMAIN_VRAM)
157 if (info->domain & NOUVEAU_GEM_DOMAIN_GART)
188 info->domain |= NOUVEAU_GEM_DOMAIN_VRAM;
190 info->domain |= NOUVEAU_GEM_DOMAIN_GART;
191 if (!info->domain)
192 info->domain |= NOUVEAU_GEM_DOMAIN_VRAM |
196 info->domain |= NOUVEAU_GEM_DOMAIN_MAPPABLE;
  /external/parameter-framework/parameter/
ParameterMgr.cpp 185 "<domain>", "Create new configurable domain" },
187 "<domain>", "Delete configurable domain" },
191 "<domain> <new name>", "Rename configurable domain" },
193 "<domain> true|false*", "Set configurable domain sequence awareness" },
195 "<domain>", "Get configurable domain sequence awareness" }
    [all...]
ConfigurableElement.h 63 // Belonging domain
69 // Matching check for domain association
129 // Configuration Domain local search
133 // Configurable domain association
137 // Belonging domain ascending search
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 121 // Domain Enumeration
229 const char *domain, /* may be NULL */
255 if (!MakeDomainNameFromDNSNameString(&d, (domain && *domain) ? domain : "local.")) { errormsg = "Bad Domain"; goto badparam; }
277 &x->name, &t, &d, // Name, type, domain
292 LogMsg("DNSServiceBrowse(\"%s\", \"%s\") failed: %s (%ld)", regtype, domain, errormsg, err);
373 domainname type, domain; local
383 if (!DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
dta.py 48 """Domain transition analysis."""
89 Generator which yields one shortest domain transition path
100 domain transition.
120 Generator which yields all domain transition paths between
133 domain transition.
157 Generator which yields all shortest domain transition paths
168 domain transition.
191 Generator which yields all domain transitions out of a
201 domain transition.
233 Get the domain transition graph statistics
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
dta.py 48 """Domain transition analysis."""
89 Generator which yields one shortest domain transition path
100 domain transition.
120 Generator which yields all domain transition paths between
133 domain transition.
157 Generator which yields all shortest domain transition paths
168 domain transition.
191 Generator which yields all domain transitions out of a
201 domain transition.
233 Get the domain transition graph statistics
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 298 # IP addresses like 50 (single number, no dot) and domain-matching
337 ## - Domain-matching: Netscape uses the 2-dot rule for _all_ domains, not
349 for url, domain, ok in [
368 r = pol.domain_return_ok(domain, request)
388 r'"spam"; path="/foo/"; domain="www.acme.com"; '
444 'spam=eggs; DoMain=.acme.com; port; blArgh="feep"')
452 self.assertEqual(cookie.domain, ".acme.com")
461 self.assertEqual(cookie.domain, "www.acme.com")
714 # Cookies whose effective request-host name does not domain-match the
715 # domain are rejected
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 298 # IP addresses like 50 (single number, no dot) and domain-matching
337 ## - Domain-matching: Netscape uses the 2-dot rule for _all_ domains, not
349 for url, domain, ok in [
368 r = pol.domain_return_ok(domain, request)
388 r'"spam"; path="/foo/"; domain="www.acme.com"; '
444 'spam=eggs; DoMain=.acme.com; port; blArgh="feep"')
452 self.assertEqual(cookie.domain, ".acme.com")
461 self.assertEqual(cookie.domain, "www.acme.com")
714 # Cookies whose effective request-host name does not domain-match the
715 # domain are rejected
    [all...]
  /external/ppp/pppd/plugins/
winbind.c 242 const char *domain,
331 if (domain) {
332 char *b64_domain = base64_encode(domain);
333 fprintf(pipe_in, "NT-Domain:: %s\n", b64_domain);
519 char *domain; local
528 /* remove domain from "domain\username" */
536 /* remove domain from "domain\username" */
539 domain = domainname
    [all...]
  /external/libvorbis/doc/
vorbis.html 83 <li><a href="mdct.html">Time domain segmentation and MDCT transform</a></li>
85 <li><a href="residuals.html">MDCT-domain fine structure</a></li>
160 reconstruction of the original audio data from the transform-domain
169 time-domain energy leakage during wide dynamic range and spectral energy
171 <li><a href="mdct.html">Time domain segmentation and MDCT transform</a>:
172 Division of time domain data into individual overlapped, windowed
175 doamin psychoacoustics, and the MDCT-domain noise, masking and resolution
177 <li><a href="residuals.html">MDCT-domain fine structure</a>: Production,
183 <p>Coding and decoding converts the transform-domain representation of
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 25 rect->domain = mt->base.domain;
69 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
70 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
148 struct nouveau_bo *dst, unsigned offset, unsigned domain,
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
303 tx->rect[1].domain = NOUVEAU_BO_GART;
385 struct nouveau_bo *bo, unsigned domain,
395 nouveau_bufctx_refn(bctx, 0, bo, NOUVEAU_BO_WR | domain);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 245 // public PermissionCollection getPermissions(ProtectionDomain domain) {
246 // return super.getPermissions(domain);
248 public boolean implies(ProtectionDomain domain, Permission permission) {
249 if (trackPD != null && trackPD == domain) {
252 return super.implies(domain, permission);
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
response.rst 42 set_cookie(key, value='', max_age=None, path='/', domain=None, secure=None, httponly=False, comment=None, expires=None, overwrite=False)
45 delete_cookie(key, path='/', domain=None)
56 domain='example.org', secure=True)
77 domain
78 URI domain in which the cookie is valid.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java 8 * and are considered to be in the public domain. As a result, a formal
48 private static String DOMAIN = ParameterNames.DOMAIN;
105 * get the domain
109 return (String) authParams.getValue(DOMAIN);
  /external/parameter-framework/tools/xmlGenerator/
lightRoutingUpdate.sh 91 for domain in $(parameterExecute listDomains |grep -io '^Routing.[^ ]*')
93 log "Will delete domain $domain"
94 echo "deleteDomain $domain" >> "${tmpfile}"
101 log "Generate domain commands from file(s): $*"
  /external/selinux/libsepol/include/sepol/policydb/
services.h 181 * `domain', `type', `protocol', and `port'.
183 extern int sepol_port_sid(uint16_t domain,
202 * in bytes and `domain' is the communications domain or
205 extern int sepol_node_sid(uint16_t domain,
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/
device_for_strategy_media.pfw 5 domain: UnreachableDevices
16 domain: Device2
298 domain: Arc
311 domain: Spdif
324 domain: AuxLine
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 402 // this domain (there may still be rules for other domains).
476 final String domain; local
479 domain = FullBackup.DATABASE_TREE_TOKEN;
482 domain = FullBackup.SHAREDPREFS_TREE_TOKEN;
485 domain = FullBackup.DATA_TREE_TOKEN;
488 domain = FullBackup.ROOT_TREE_TOKEN;
491 domain = FullBackup.MANAGED_EXTERNAL_TREE_TOKEN;
501 if (DEBUG) Log.i(TAG, "backupFile() of " + filePath + " => domain=" + domain
504 FullBackup.backupToTar(getPackageName(), domain, null, rootpath, filePath, output) local
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
ValPixConverter.java 82 * @param x Real d (domain) component of the point to convert.
85 * @param minX Minimum visible real value on the d (domain) axis.
86 * @param maxX Maximum visible real value on the y (domain) axis.
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
uploading.rst 33 application. If you elect to use the free appspot.com domain name, the full
35 also purchase a top-level domain name for your app, or use one that you have
56 appspot.com domain name, the URL for your website begins with your application
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSResultCode.java 29 * Non-Existent Domain [RFC1035]
31 NXDomain("Non-Existent Domain", 3),
66 // 3 NXDomain Non-Existent Domain [RFC1035]
  /external/kernel-headers/original/uapi/xen/
privcmd.h 53 domid_t dom; /* target domain */
59 domid_t dom; /* target domain */
70 domid_t dom; /* target domain */
  /external/libexif/libexif/
exif-log.h 77 typedef void (* ExifLogFunc) (ExifLog *log, ExifLogCode, const char *domain,
90 void exif_log (ExifLog *log, ExifLogCode, const char *domain,
106 void exif_logv (ExifLog *log, ExifLogCode, const char *domain,
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
  /external/openfst/src/include/fst/
project.h 19 // Functions and classes to project an Fst on to its domain or range.
68 // Projects an FST onto its domain or range by either copying each arcs'
86 // Projects an FST onto its domain or range by either copying each arc's

Completed in 810 milliseconds

<<31323334353637383940>>