Searched refs:curName (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | CurrencyNameTest.java | 123 String curName = null; in TestCurrencyDisplayNames() local 125 curName = (String)GETDISPLAYNAME_METHOD.invoke(currency, new Object[] {loc}); in TestCurrencyDisplayNames() 135 if (!curName.equals(currencyCode)) { in TestCurrencyDisplayNames() 136 logln("INFO: JDK has currency display name " + curName + " for locale " + in TestCurrencyDisplayNames() 143 if (!curName.equals(curNameIcu)) { in TestCurrencyDisplayNames() 145 + ", but got " + curName + " in locale " + loc); in TestCurrencyDisplayNames() 148 if (!curName.equals(curNameIcu)) { in TestCurrencyDisplayNames() 150 + ", but " + curName + " by JDK in locale " + loc); in TestCurrencyDisplayNames() 155 … curName = (String)GETDISPLAYNAME_METHOD.invoke(currency, new Object[] {locIcu}); in TestCurrencyDisplayNames() 160 if (!curName.equals(curNameIcu)) { in TestCurrencyDisplayNames() [all …]
|
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 382 string curName; in parseCaseTrie() local 399 if (!curName.empty() && expectNode) in parseCaseTrie() 401 CaseTreeNode* const newChild = new CaseTreeNode(curName); in parseCaseTrie() 416 curName.clear(); in parseCaseTrie() 418 else if (curName.empty() == expectNode) in parseCaseTrie() 439 curName += (char)curChr; in parseCaseTrie() 451 string curName; in parseCaseList() local 463 if (curName.empty()) in parseCaseList() 466 if (!nodeStack[stackPos]->hasChild(curName)) in parseCaseList() 468 CaseTreeNode* const newChild = new CaseTreeNode(curName); in parseCaseList() [all …]
|
/external/deqp/scripts/ |
D | check_build_sanity.py | 232 for curName, steps in recipes: 233 if curName == recipeName: 234 return (curName, steps)
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | E_B_D_T_.py | 58 for curName, curLoc in dataIter: 68 bitmapGlyphDict[curName] = curGlyph 90 for curName in curIndexSubTable.names: 100 glyph = curGlyphDict[curName] 129 for curName in curIndexSubTable.names: 130 glyph = curGlyphDict[curName] 145 for curName, curBitmap in bitmapGlyphDict.items(): 146 curBitmap.toXML(strikeIndex, curName, writer, ttFont)
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/ |
D | build.gradle | 42 def curName = curSS.name 43 if (curName.endsWith(suffix)) { 44 def prefix = curName.substring(0, curName.length() - suffix.length())
|
/external/icu/icu4c/source/i18n/ |
D | rbtz.cpp | 206 UnicodeString curName, name; in complete() local 207 curRule->getName(curName); in complete() 221 (name == curName && r->getRawOffset() == curRule->getRawOffset() in complete()
|
/external/llvm-project/lld/COFF/ |
D | Writer.cpp | 689 StringRef curName = pSec->name; in fixPartialSectionChars() local 690 if (!curName.consume_front(name) || in fixPartialSectionChars() 691 (!curName.empty() && !curName.startswith("$"))) in fixPartialSectionChars()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 1375 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms() local 1380 …asicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str()); in assignUniforms() 1395 …) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMe… in assignUniforms() 1397 …log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled wi… in assignUniforms()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 1501 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms() local 1506 …asicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str()); in assignUniforms() 1521 …) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMe… in assignUniforms() 1523 …log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled wi… in assignUniforms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 1872 …const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(unif… in assignUniforms() local 1877 …asicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str()); in assignUniforms() 1892 …) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMe… in assignUniforms() 1894 …log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled wi… in assignUniforms()
|