Searched refs:curName (Results 1 - 11 of 11) sorted by relevance

/external/deqp/framework/common/
H A DtcuCommandLine.cpp334 string curName; local
351 if (!curName.empty() && expectNode)
353 CaseTreeNode* const newChild = new CaseTreeNode(curName);
368 curName.clear();
370 else if (curName.empty() == expectNode)
391 curName += (char)curChr;
403 string curName; local
415 if (curName.empty())
418 if (nodeStack[stackPos]->hasChild(curName))
421 CaseTreeNode* const newChild = new CaseTreeNode(curName);
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_D_T_.py55 for curName, curLoc in dataIter:
65 bitmapGlyphDict[curName] = curGlyph
87 for curName in curIndexSubTable.names:
97 glyph = curGlyphDict[curName]
126 for curName in curIndexSubTable.names:
127 glyph = curGlyphDict[curName]
142 for curName, curBitmap in bitmapGlyphDict.items():
143 curBitmap.toXML(strikeIndex, curName, writer, ttFont)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_D_T_.py55 for curName, curLoc in dataIter:
65 bitmapGlyphDict[curName] = curGlyph
87 for curName in curIndexSubTable.names:
97 glyph = curGlyphDict[curName]
126 for curName in curIndexSubTable.names:
127 glyph = curGlyphDict[curName]
142 for curName, curBitmap in bitmapGlyphDict.items():
143 curBitmap.toXML(strikeIndex, curName, writer, ttFont)
/external/chromium_org/third_party/icu/source/i18n/
H A Drbtz.cpp204 UnicodeString curName, name; local
205 curRule->getName(curName);
219 (name == curName && r->getRawOffset() == curRule->getRawOffset()
/external/icu/icu4c/source/i18n/
H A Drbtz.cpp204 UnicodeString curName, name; local
205 curRule->getName(curName);
219 (name == curName && r->getRawOffset() == curRule->getRawOffset()
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1385 const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(uniform.elemNdx+i) + "]" : uniform.name; local
1390 const vector<BasicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str());
1405 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
1407 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1511 const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(uniform.elemNdx+i) + "]" : uniform.name; local
1516 const vector<BasicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str());
1531 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
1533 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1882 const string curName = isArrayMember ? beforeLast(uniform.rootName, '[') + "[" + de::toString(uniform.elemNdx+i) + "]" : uniform.name; local
1887 const vector<BasicUniform>::const_iterator elemUnif = BasicUniform::findWithName(basicUniforms, curName.c_str());
1902 log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boolean value " << apiVarValueStr(unifValue) << " for " << curName << TestLog::EndMessage;
1904 log << TestLog::Message << "// Texture for the sampler uniform " << curName << " will be filled with color " << apiVarValueStr(getSamplerFillValue(uniform.finalValue)) << TestLog::EndMessage;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1226 milliseconds