/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/ |
D | sem.go | 248 isNamed() methodSpec 252 func (*Enum) isNamed() {} func 253 func (*EnumEntry) isNamed() {} func 254 func (*Type) isNamed() {} func 255 func (*TypeMatcher) isNamed() {} func 256 func (*EnumMatcher) isNamed() {} func 257 func (*TemplateTypeParam) isNamed() {} func 258 func (*TemplateEnumParam) isNamed() {} func 259 func (*TemplateNumberParam) isNamed() {} func
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ValidateTypeSizeLimitations.cpp | 191 const bool isNamed = variable.symbolType() != SymbolType::Empty; in setCommonVariableProperties() local 193 if (isNamed) in setCommonVariableProperties()
|
D | CollectVariables.cpp | 839 const bool isNamed = variable.symbolType() != SymbolType::Empty; in setCommonVariableProperties() local 841 ASSERT(isNamed || isShaderIOBlock); in setCommonVariableProperties() 842 if (isNamed) in setCommonVariableProperties()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrs.h | 53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() function
|
D | rbnf.cpp | 1110 if (rs->isNamed(name)) { in findRuleSet() 1457 if ((*p)->isNamed(spellout) || (*p)->isNamed(ordinal) || (*p)->isNamed(duration)) { in initDefaultRuleSet()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrs.h | 53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() function
|
D | rbnf.cpp | 1110 if (rs->isNamed(name)) { in findRuleSet() 1457 if ((*p)->isNamed(spellout) || (*p)->isNamed(ordinal) || (*p)->isNamed(duration)) { in initDefaultRuleSet()
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrs.h | 53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed() function
|
D | rbnf.cpp | 1110 if (rs->isNamed(name)) { in findRuleSet() 1457 if ((*p)->isNamed(spellout) || (*p)->isNamed(ordinal) || (*p)->isNamed(duration)) { in initDefaultRuleSet()
|
/third_party/skia/tests/ |
D | ColorSpaceTest.cpp | 96 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize() argument 106 if (isNamed) { in test_serialize()
|
/third_party/node/deps/npm/node_modules/glob/dist/esm/ |
D | processor.js | 285 if (!e.isNamed(p))
|
D | processor.js.map | 1 …rn | null, absolute: boolean) {\n // should never happen?\n if (!e.isNamed(p)) return\n i…
|
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/ |
D | processor.js | 291 if (!e.isNamed(p))
|
D | processor.js.map | 1 …rn | null, absolute: boolean) {\n // should never happen?\n if (!e.isNamed(p)) return\n i…
|
/third_party/node/deps/npm/node_modules/glob/ |
D | README.md | 104 childrenIgnored: p => p.isNamed('docs'), 114 return !(p.isNamed(pp.name + '.ts') || p.isNamed(pp.name + '.js'))
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
D | index.js | 649 isNamed(n) { method in PathBase
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
D | index.js | 677 isNamed(n) { method in PathBase
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 23195 isNamed = false, 23209 isNamed = true; 23228 if (!isNamed) { 23233 isNamed = true;
|