HomeSort by relevance Sort by last modified time
    Searched defs:Domain (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFunctionCommonDictionary_autogen.cpp 23 SkPdfArray* SkPdfFunctionCommonDictionary::Domain(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
SkPdfType1ShadingDictionary_autogen.cpp 11 SkPdfArray* SkPdfType1ShadingDictionary::Domain(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Domain", "");
20 return get("Domain", "") != NULL;
SkPdfType2ShadingDictionary_autogen.cpp 23 SkPdfArray* SkPdfType2ShadingDictionary::Domain(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
SkPdfType3ShadingDictionary_autogen.cpp 23 SkPdfArray* SkPdfType3ShadingDictionary::Domain(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFunctionCommonDictionary_autogen.cpp 23 SkPdfArray* SkPdfFunctionCommonDictionary::Domain(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
SkPdfType1ShadingDictionary_autogen.cpp 11 SkPdfArray* SkPdfType1ShadingDictionary::Domain(SkPdfNativeDoc* doc) {
12 SkPdfNativeObject* ret = get("Domain", "");
20 return get("Domain", "") != NULL;
SkPdfType2ShadingDictionary_autogen.cpp 23 SkPdfArray* SkPdfType2ShadingDictionary::Domain(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
SkPdfType3ShadingDictionary_autogen.cpp 23 SkPdfArray* SkPdfType3ShadingDictionary::Domain(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
  /external/chromium_org/chrome/common/mac/
launchd.h 22 enum Domain {
54 virtual bool RestartJob(Domain domain,
61 virtual CFMutableDictionaryRef CreatePlistFromFile(Domain domain,
66 virtual bool WritePlistToFile(Domain domain,
73 virtual bool DeletePlist(Domain domain, Type type, CFStringRef name);
  /external/chromium_org/ppapi/shared_impl/
file_path.h 19 enum Domain {
29 PepperFilePath(Domain d, const base::FilePath& p);
31 Domain domain() const { return domain_; } function in class:ppapi::PepperFilePath
35 Domain domain_;
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
MLxExpansionPass.cpp 188 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
194 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
352 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
353 if (Domain == ARMII::DomainGeneral) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rasshost.h 2 * This file has no copyright assigned and is placed in the Public Domain.
18 CHAR Domain[DNLEN+1];
winwlx.h 2 * This file has no copyright assigned and is placed in the Public Domain.
123 PWSTR Domain;
212 typedef DWORD (WINAPI *PWLX_QUERY_TERMINAL_SERVICES_DATA)(HANDLE hWlx,PWLX_TERMINAL_SERVICES_DATA pTSData,WCHAR *UserName,WCHAR *Domain);
347 PWSTR Domain;
  /external/chromium_org/net/cookies/
canonical_cookie.h 33 const std::string& domain,
65 const std::string& domain,
76 const std::string& Domain() const { return domain_; }
94 // The RFC says that name must match (case-sensitive), domain must
96 // For the case insensitive domain compare, we rely on the domain
103 return (name_ == ecc.Name() && domain_ == ecc.Domain()
115 // Returns true if the cookie domain matches the given |host| as described in
parsed_cookie.h 27 // Construct from a cookie string like "BLAH=1; path=/; domain=.google.com"
42 const std::string& Domain() const { return pairs_[domain_index_].second; }
52 // "BLAH=hah; path=/; domain=.google.com"
63 bool SetDomain(const std::string& domain);
  /external/chromium_org/third_party/skia/include/core/
SkPicture.h 47 typedef uint8_t Domain;
54 // This entry point allows user's to get a unique domain prefix
56 static Domain GenerateDomain();
  /external/skia/include/core/
SkPicture.h 47 typedef uint8_t Domain;
54 // This entry point allows user's to get a unique domain prefix
56 static Domain GenerateDomain();
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 25 * <li>&lt;servicedomain&gt;.&lt;parentdomain&gt;: This is the domain scope of the service typically "local.", but this can also be something similar to "in-addr.arpa." or "ip6.arpa."</li>
45 * Domain Field.
47 Domain,
382 * dictionary of values to build the fully qualified service name. Mandatory keys are Application and Instance. The Domain default is local, the Protocol default is tcp and the subtype default is none.
679 * Returns the domain of the service info suitable for printing.
681 * @return service domain
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 19 // This pass changes the variant instructions to minimize domain crossings.
41 /// execution domain. Multiple registers may refer to the same open
43 /// domain.
49 /// domain, but if we were forced to pay the penalty of a domain crossing, we
74 // Is domain available?
75 bool hasDomain(unsigned domain) const {
76 return AvailableDomains & (1u << domain);
79 // Mark domain as available.
80 void addDomain(unsigned domain) {
636 unsigned domain = countTrailingZeros(available); local
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 38 class Domain : public DomainBase<DT>
101 class Interval : public Domain<DomainTraits<Interval> >
104 Interval(const Interval &a) : Domain<DomainTraits<Interval> >() {
110 Interval(int a) : Domain<DomainTraits<Interval> >()
145 class Loc : public Domain<DomainTraits<Loc> >
148 explicit Loc(const int &a) : Domain<DomainTraits<Loc> >() {
365 const Interval &domain() const function in class:DomainLayout
377 explicit BrickBase(const Interval &domain);
390 firsts_m = layout_m.domain()[0].first();
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 38 class Domain : public DomainBase<DT>
101 class Interval : public Domain<DomainTraits<Interval> >
104 Interval(const Interval &a) : Domain<DomainTraits<Interval> >() {
110 Interval(int a) : Domain<DomainTraits<Interval> >()
145 class Loc : public Domain<DomainTraits<Loc> >
148 explicit Loc(const int &a) : Domain<DomainTraits<Loc> >() {
365 const Interval &domain() const function in class:DomainLayout
377 explicit BrickBase(const Interval &domain);
390 firsts_m = layout_m.domain()[0].first();
  /external/chromium_org/third_party/skia/include/gpu/
GrTypes.h 463 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
464 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
465 * Users of the cache must obtain a domain via GenerateDomain().
469 typedef uint8_t Domain;
485 * Initialize the cache ID to a domain and key.
487 GrCacheID(Domain domain, const Key& key) {
488 SkASSERT(kInvalid_Domain != domain);
489 this->reset(domain, key);
492 void reset(Domain domain, const Key& key)
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 294 cmsUInt32Number Domain[MAX_INPUT_DIMENSIONS]; // Domain = nSamples - 1
  /external/skia/include/gpu/
GrTypes.h 463 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
464 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
465 * Users of the cache must obtain a domain via GenerateDomain().
469 typedef uint8_t Domain;
485 * Initialize the cache ID to a domain and key.
487 GrCacheID(Domain domain, const Key& key) {
488 SkASSERT(kInvalid_Domain != domain);
489 this->reset(domain, key);
492 void reset(Domain domain, const Key& key)
    [all...]

Completed in 617 milliseconds

1 2