/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
H A D | CurrencyNameTest.java | 123 String curName = null; in TestCurrencyDisplayNames() 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 in TestCurrencyDisplayNames() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCommandLine.cpp | 508 string curName; in parseCaseTrie() local 525 if (!curName.empty() && expectNode) in parseCaseTrie() 527 test_case_hash_t hash = hashTestNodeName(curName, &hashCollisionDetectionMap); in parseCaseTrie() 543 curName.clear(); in parseCaseTrie() 545 else if (curName.empty() == expectNode) in parseCaseTrie() 566 curName += (char)curChr; in parseCaseTrie() 577 string curName; in parseSimpleCaseList() local 585 if (curName.empty()) in parseSimpleCaseList() 588 test_case_hash_t hash = hashTestNodeName(curName, &hashCollisionDetectionMap); in parseSimpleCaseList() 606 curName in parseSimpleCaseList() [all...] |
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 499 char curName[256]; in process_sub() local 500 wcstombs_s(&num_char_converted, curName, sizeof(curName), file.name, sizeof(curName)); in process_sub() 502 const char *curName = file.name; in process_sub() 505 if (strcmp(curName, "fsdata.tmp") == 0) { in process_sub() 508 if (strcmp(curName, "fshdr.tmp") == 0) { in process_sub() 511 if (file_to_exclude(curName)) { in process_sub() 512 printf("skipping %s/%s by exclude list (-x option)..." NEWLINE, curSubdir, curName); in process_sub() 516 printf("processing %s/%s..." NEWLINE, curSubdir, curName); in process_sub() [all...] |
/third_party/vk-gl-cts/scripts/ |
H A D | check_build_sanity.py | 239 for curName, steps in recipes: 240 if curName == recipeName: 241 return (curName, steps)
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rbtz.cpp | 214 UnicodeString curName, name; in complete() local 215 curRule->getName(curName); in complete() 229 (name == curName && r->getRawOffset() == curRule->getRawOffset() in complete()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbtz.cpp | 214 UnicodeString curName, name; in complete() local 215 curRule->getName(curName); in complete() 229 (name == curName && r->getRawOffset() == curRule->getRawOffset() in complete()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A 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()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 1375 const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(uniform.elemNdx+i) + "]" : uniform.name; in assignUniforms() local 1380 const vector<BasicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str()); in assignUniforms() 1395 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage; in assignUniforms() 1397 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage; in assignUniforms()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 1872 const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(uniform.elemNdx+i) + "]" : uniform.name; in assignUniforms() local 1877 const vector<BasicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str()); in assignUniforms() 1892 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage; in assignUniforms() 1894 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage; in assignUniforms()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 1501 const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(uniform.elemNdx+i) + "]" : uniform.name; in assignUniforms() local 1506 const vector<BasicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str()); in assignUniforms() 1521 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage; in assignUniforms() 1523 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage; in assignUniforms()
|