Home
last modified time | relevance | path

Searched refs:abbreviatedName (Results 1 – 3 of 3) sorted by relevance

/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
DProgressListenerImpl.java69 String abbreviatedName = getShortName(file); in onDirectory()
70 …frame.otherLabel.setText("<html><p>Searching folder [" + abbreviatedName + "]<p>Found " + addFileC… in onDirectory()
94 String abbreviatedName = getShortName(file); in onFileScan()
96 frame.otherLabel.setText("<html><p>Scanning file [" + abbreviatedName + "]<p></html>"); in onFileScan()
/external/skia/src/sksl/ir/
DSkSLType.h121 return std::unique_ptr<Type>(new Type(std::move(name), componentType.abbreviatedName(), in MakeArrayType()
161 const char* abbreviatedName() const { in abbreviatedName() function
DSkSLFunctionDeclaration.cpp336 String result = this->name() + splitter + this->returnType().abbreviatedName(); in mangledName()
338 result += p->type().abbreviatedName(); in mangledName()