/third_party/node/deps/icu-small/source/common/ |
D | locavailable.cpp | 148 ULocAvailableType actualType = fType; in next() local 155 actualType = ULOC_AVAILABLE_DEFAULT; in next() 158 actualType = ULOC_AVAILABLE_ONLY_LEGACY_ALIASES; in next() 163 int32_t count = gAvailableLocaleCounts[actualType]; in next() 166 result = gAvailableLocaleNames[actualType][actualIndex]; in next()
|
D | ucptrie.cpp | 57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary() local 60 type = actualType; in ucptrie_openFromBinary() 65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary()
|
/third_party/icu/icu4c/source/common/ |
D | locavailable.cpp | 148 ULocAvailableType actualType = fType; in next() local 155 actualType = ULOC_AVAILABLE_DEFAULT; in next() 158 actualType = ULOC_AVAILABLE_ONLY_LEGACY_ALIASES; in next() 163 int32_t count = gAvailableLocaleCounts[actualType]; in next() 166 result = gAvailableLocaleNames[actualType][actualIndex]; in next()
|
D | ucptrie.cpp | 57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary() local 60 type = actualType; in ucptrie_openFromBinary() 65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locavailable.cpp | 148 ULocAvailableType actualType = fType; in next() local 155 actualType = ULOC_AVAILABLE_DEFAULT; in next() 158 actualType = ULOC_AVAILABLE_ONLY_LEGACY_ALIASES; in next() 163 int32_t count = gAvailableLocaleCounts[actualType]; in next() 166 result = gAvailableLocaleNames[actualType][actualIndex]; in next()
|
D | ucptrie.cpp | 57 UCPTrieType actualType = (UCPTrieType)typeInt; in ucptrie_openFromBinary() local 60 type = actualType; in ucptrie_openFromBinary() 65 if (type != actualType || valueWidth != actualValueWidth) { in ucptrie_openFromBinary()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CodePointTrie.java | 190 Type actualType; in fromBinary() local 192 case 0: actualType = Type.FAST; break; in fromBinary() 193 case 1: actualType = Type.SMALL; break; in fromBinary() 213 type = actualType; in fromBinary() 218 if (type != actualType || valueWidth != actualValueWidth) { in fromBinary()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | CodePointTrie.java | 182 Type actualType; in fromBinary() local 184 case 0: actualType = Type.FAST; break; in fromBinary() 185 case 1: actualType = Type.SMALL; break; in fromBinary() 205 type = actualType; in fromBinary() 210 if (type != actualType || valueWidth != actualValueWidth) { in fromBinary()
|
/third_party/skia/src/sksl/ |
D | SkSLDSLParser.cpp | 601 DSLType actualType = *type; in structDeclaration() local 608 actualType = dsl::Array(actualType, this->arraySize(), this->position(memberName)); in structDeclaration() 613 fields.push_back(DSLField(modifiers, std::move(actualType), this->text(memberName), in structDeclaration() 867 DSLType actualType = *type; in interfaceBlock() local 871 actualType = Array(std::move(actualType), this->arraySize(), in interfaceBlock() 881 fields.push_back(dsl::Field(fieldModifiers, std::move(actualType), in interfaceBlock()
|
/third_party/skia/tests/ |
D | GeometryTest.cpp | 291 SkCubicType actualType = SkClassifyCubic(bezierPoints.data()); in check_cubic_type() local 293 REPORTER_ASSERT(reporter, actualType == expectedType); in check_cubic_type()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | formatutils.h | 287 void MaybeOverrideLuminance(GLenum &format, GLenum &type, GLenum actualFormat, GLenum actualType);
|
D | formatutils.cpp | 1864 void MaybeOverrideLuminance(GLenum &format, GLenum &type, GLenum actualFormat, GLenum actualType) in MaybeOverrideLuminance() argument 1871 gl::GetInternalFormatInfo(actualFormat, actualType).pixelBytes); in MaybeOverrideLuminance() 1876 type = actualType; in MaybeOverrideLuminance()
|
/third_party/glfw/src/ |
D | x11_window.c | 1510 Atom actualType; in _glfwGetWindowPropertyX11() local 1521 &actualType, in _glfwGetWindowPropertyX11() 1527 if (type != AnyPropertyType && actualType != type) in _glfwGetWindowPropertyX11()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserharness.ts | 1094 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_'); 1097 assert.equal(actualType.type, expectedType);
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 1094 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_'); 1097 assert.equal(actualType.type, expectedType); 3023 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_'); 3025 assert.equal(actualType.type, expectedType);
|
D | parserharness.types | 4428 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_'); 4429 >actualType : Type 4440 …"' + expectedType + '"', function () { assert.equal(actualType.type, expectedTy… 4451 >function () { assert.equal(actualType.type, expectedType); } : (… 4453 assert.equal(actualType.type, expectedType); 4454 >assert.equal(actualType.type, expectedType) : any 4458 >actualType.type : any 4459 >actualType : Type
|
D | parserharness.symbols | 3204 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_'); 3205 >actualType : Symbol(actualType, Decl(parserharness.ts, 1092, 19)) 3216 assert.equal(actualType.type, expectedType); 3218 >actualType.type : Symbol(Type.type, Decl(parserharness.ts, 804, 24)) 3219 >actualType : Symbol(actualType, Decl(parserharness.ts, 1092, 19))
|
D | parserharness.errors.txt | 1326 var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_'); 1329 assert.equal(actualType.type, expectedType);
|
/third_party/typescript/src/harness/ |
D | fourslashImpl.ts | 2684 …const actualType = typeof actualClassification.classificationType === "number" ? this.classificat… constant 2686 if (expectedType !== actualType) { 2689 actualType +
|