Home
last modified time | relevance | path

Searched refs:Domain (Results 1 – 25 of 208) sorted by relevance

123456789

/third_party/libexif/libexif/
Di18n.h39 # define dgettext(Domain,Message) (Message) argument
40 # define dcgettext(Domain,Message,Type) (Message) argument
42 # define bind_textdomain_codeset(Domain,Codeset) argument
43 # define bindtextdomain(Domain,Directory) argument
45 # define bind_textdomain_codeset(Domain,Codeset) (Codeset) argument
46 # define bindtextdomain(Domain,Directory) (Domain) argument
/third_party/pulseaudio/src/pulsecore/
Di18n.h48 #define dgettext(Domain,String) (String)
49 #define dcgettext(Domain,String,Type) (String)
51 #define dngettext(Domain,SingularString,PluralString,N) (PluralString)
52 #define dcngettext(Domain,SingularString,PluralString,N,Type) (PluralString)
53 #define bindtextdomain(Domain,Directory) (Domain)
54 #define bind_textdomain_codeset(Domain,Codeset) (Codeset)
/third_party/node/lib/
Ddomain.js214 class Domain extends EventEmitter { class
227 exports.Domain = Domain;
230 return new Domain();
235 Domain.prototype.members = undefined;
238 Domain.prototype._errorHandler = function(er) {
320 Domain.prototype.enter = function() {
329 Domain.prototype.exit = function() {
344 Domain.prototype.add = function(ee) {
362 if (this.domain && (ee instanceof Domain)) {
379 Domain.prototype.remove = function(ee) {
[all …]
/third_party/skia/src/core/
DSkColorFilter_Matrix.cpp33 SkColorFilter_Matrix::SkColorFilter_Matrix(const float array[20], Domain domain) in SkColorFilter_Matrix()
44 buffer.writeBool(fDomain == Domain::kRGBA); in flatten()
67 hsla = fDomain == Domain::kHSLA; in onAppendStages()
111 if (fDomain == Domain::kHSLA) { in onProgram()
203 case Domain::kRGBA: in asFragmentProcessor()
210 case Domain::kHSLA: in asFragmentProcessor()
228 SkColorFilter_Matrix::Domain domain) { in MakeMatrix()
236 return MakeMatrix(array, SkColorFilter_Matrix::Domain::kRGBA); in Matrix()
240 return MakeMatrix(cm.fMat.data(), SkColorFilter_Matrix::Domain::kRGBA); in Matrix()
244 return MakeMatrix(array, SkColorFilter_Matrix::Domain::kHSLA); in HSLAMatrix()
[all …]
DSkColorFilter_Matrix.h15 enum class Domain : uint8_t { kRGBA, kHSLA }; enum
17 explicit SkColorFilter_Matrix(const float array[20], Domain);
41 Domain fDomain;
/third_party/curl/tests/data/
Dtest156121 Set-Cookie: __Secure-SID=12345; Domain=example.com
22 Set-Cookie: __SecURE-SID=12346; Secure; Domain=example.com
23 Set-Cookie: supersupersuper=secret; __Secure-SID=12346; Secure; Domain=example.com
26 Set-Cookie: __Host-SID=22347; Domain=example.com
27 Set-Cookie: __Host-SID=22348; Domain=example.com; Path=/
28 Set-Cookie: __Host-SID=22349; Secure; Domain=example.com; Path=/
45 Set-Cookie: __Secure-SID=22345; Domain=example.com
46 Set-Cookie: __SecuRE-SID=22346; Secure; Domain=example.com
49 Set-Cookie: __Host-SID=32347; Domain=example.com
50 Set-Cookie: __Host-SID=32348; Domain=example.com; Path=/
[all …]
/third_party/skia/modules/skottie/src/text/
DRangeSelector.cpp76 RangeSelector::Domain domain, in CoverageProcessor()
86 case RangeSelector::Domain::kChars: in CoverageProcessor()
89 case RangeSelector::Domain::kCharsExcludingSpaces: in CoverageProcessor()
92 case RangeSelector::Domain::kWords: in CoverageProcessor()
95 case RangeSelector::Domain::kLines: in CoverageProcessor()
261 static constexpr Domain gDomainMap[] = { in Make()
262 Domain::kChars, // 'b': 1 in Make()
263 Domain::kCharsExcludingSpaces, // 'b': 2 in Make()
264 Domain::kWords, // 'b': 3 in Make()
265 Domain::kLines, // 'b': 4 in Make()
[all …]
DRangeSelector.h32 enum class Domain : uint8_t { enum
60 RangeSelector(Units, Domain, Mode, Shape);
66 const Domain fDomain;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86DomainReassignment.cpp67 RegDomain Domain) { in getDstRC() argument
68 assert(Domain == MaskDomain && "add domain"); in getDstRC()
413 void visitRegister(Closure &, unsigned Reg, RegDomain &Domain,
417 void reassign(const Closure &C, RegDomain Domain) const;
423 bool isReassignmentProfitable(const Closure &C, RegDomain Domain) const;
426 double calculateCost(const Closure &C, RegDomain Domain) const;
434 RegDomain &Domain, in visitRegister() argument
447 if (Domain == NoDomain) in visitRegister()
448 Domain = RD; in visitRegister()
450 if (Domain != RD) in visitRegister()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScopedNoAliasAA.cpp133 static void collectMDInDomain(const MDNode *List, const MDNode *Domain, in collectMDInDomain() argument
137 if (AliasScopeNode(MD).getDomain() == Domain) in collectMDInDomain()
150 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain()) in mayAliasInScopes() local
151 Domains.insert(Domain); in mayAliasInScopes()
155 for (const MDNode *Domain : Domains) { in mayAliasInScopes() local
157 collectMDInDomain(Scopes, Domain, ScopeNodes); in mayAliasInScopes()
162 collectMDInDomain(NoAlias, Domain, NANodes); in mayAliasInScopes()
/third_party/node/deps/v8/third_party/jsoncpp/
DLICENSE7 this software is released into the Public Domain.
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
14 software may choose to accept it either as 1) Public Domain, 2) under the
16 Public Domain/MIT License conditions described here, as they choose.
18 The MIT License is about as close to Public Domain as a license can get, and is
51 software, affording one all of the rights of Public Domain with the
54 Public Domain "license" you can re-license your copy using whatever
/third_party/jsoncpp/
DLICENSE7 this software is released into the Public Domain.
9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
13 In jurisdictions which recognize Public Domain property, the user of this
14 software may choose to accept it either as 1) Public Domain, 2) under the
16 Public Domain/MIT License conditions described here, as they choose.
18 The MIT License is about as close to Public Domain as a license can get, and is
51 software, affording one all of the rights of Public Domain with the
54 Public Domain "license" you can re-license your copy using whatever
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/tese/
Dcopy-tess-level.asm.msl2.tese8 …OpEntryPoint TessellationEvaluation %Domain "main" %gl_TessLevelOuter %gl_TessLevelInner %in_var_C…
9 OpExecutionMode %Domain Quads
13 OpName %Domain "Domain"
43 %Domain = OpFunction %void None %22
/third_party/node/test/parallel/
Dtest-domain-intercept.js8 const d = new domain.Domain();
25 const d = new domain.Domain();
35 const d = new domain.Domain();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMHazardRecognizer.cpp22 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in hasRAWHazard() local
28 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON)) in hasRAWHazard()
DMLxExpansionPass.cpp185 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in hasRAWHazard() local
191 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON)) in hasRAWHazard()
346 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in ExpandFPMLxInstructions() local
347 if (Domain == ARMII::DomainGeneral) { in ExpandFPMLxInstructions()
/third_party/node/deps/v8/src/inspector/
Dv8-inspector-session-impl.cc404 std::vector<std::unique_ptr<protocol::Schema::API::Domain>>
406 std::vector<std::unique_ptr<protocol::Schema::Domain>> domains = in supportedDomains()
408 std::vector<std::unique_ptr<protocol::Schema::API::Domain>> result; in supportedDomains()
414 std::vector<std::unique_ptr<protocol::Schema::Domain>>
416 std::vector<std::unique_ptr<protocol::Schema::Domain>> result; in supportedDomainsImpl()
417 result.push_back(protocol::Schema::Domain::create() in supportedDomainsImpl()
421 result.push_back(protocol::Schema::Domain::create() in supportedDomainsImpl()
425 result.push_back(protocol::Schema::Domain::create() in supportedDomainsImpl()
429 result.push_back(protocol::Schema::Domain::create() in supportedDomainsImpl()
433 result.push_back(protocol::Schema::Domain::create() in supportedDomainsImpl()
Dv8-schema-agent-impl.cc20 std::unique_ptr<protocol::Array<protocol::Schema::Domain>>* result) { in getDomains()
22 std::make_unique<std::vector<std::unique_ptr<protocol::Schema::Domain>>>( in getDomains()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DDigitSequence.java107 return Domain.INSTANCE; in domain()
110 private static final class Domain extends DiscreteDomain<DigitSequence> { class in DigitSequence
111 private static final Domain INSTANCE = new Domain();
/third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/
DREADME.angle5 License: MIT, Public Domain
13 Licenses are MIT (SMHasher) and Public Domain (MurmurHash).
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMDBuilder.h141 MDNode *createAnonymousAliasScope(MDNode *Domain,
143 return createAnonymousAARoot(Name, Domain);
159 MDNode *createAliasScope(StringRef Name, MDNode *Domain);
/third_party/node/doc/api/
Dpunycode.md28 primarily intended for use in Internationalized Domain Names. Because host
29 names in URLs are limited to ASCII characters only, Domain Names that contain
32 `'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent
83 Internationalized Domain Name to [Punycode][]. Only the non-ASCII parts of the
Ddomain.md1 # Domain chapter
42 Domain error handlers are not a substitute for closing down a
220 In order to prevent excessive memory usage, `Domain` objects themselves
225 To nest `Domain` objects as children of a parent `Domain` they must be
229 `Domain`'s `'error'` event, but does not register the `EventEmitter` on the
230 `Domain`.
277 * Returns: {Domain}
279 ## Class: `Domain`
283 The `Domain` class encapsulates the functionality of routing errors and
284 uncaught exceptions to the active `Domain` object.
/third_party/skia/include/private/
DGrResourceKey.h244 typedef uint32_t Domain; typedef
246 static Domain GenerateDomain();
283 Builder(GrUniqueKey* key, Domain type, int data32Count, const char* tag = nullptr)
289 Builder(GrUniqueKey* key, const GrUniqueKey& innerKey, Domain domain, int extraData32Cnt,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/icons/
DREADME57 Public Domain
74 Public Domain

123456789