/external/fonttools/Lib/fontTools/varLib/ |
D | errors.py | 34 and ttf["name"].getDebugName(1) 35 and ttf["name"].getDebugName(2) 37 return ttf["name"].getDebugName(1) + " " + ttf["name"].getDebugName(2)
|
/external/llvm-project/lld/wasm/ |
D | InputChunks.h | 51 virtual StringRef getDebugName() const = 0; 106 StringRef getDebugName() const override { return StringRef(); } in getDebugName() function 138 StringRef getDebugName() const override { return function->DebugName; } in getDebugName() function 201 StringRef getDebugName() const override { return debugName; } in getDebugName() function 223 StringRef getDebugName() const override { return StringRef(); } in getDebugName() function
|
D | SyntheticSections.cpp | 548 if (!f->getName().empty() || !f->getDebugName().empty()) in numNamedFunctions() 584 if (!f->getDebugName().empty()) { in writeBody() 585 writeStr(sub.os, f->getDebugName(), "symbol name"); in writeBody()
|
/external/llvm-project/lld/COFF/ |
D | Chunks.h | 112 StringRef getDebugName() const; 171 virtual StringRef getDebugName() const { return ""; } in getDebugName() function 234 StringRef getDebugName() const; 385 inline StringRef Chunk::getDebugName() const { in getDebugName() function 387 return static_cast<const SectionChunk *>(this)->getDebugName(); in getDebugName() 389 return static_cast<const NonSectionChunk *>(this)->getDebugName(); in getDebugName()
|
D | ICF.cpp | 308 log("Selected " + chunks[begin]->getDebugName()); in run() 310 log(" Removed " + chunks[i]->getDebugName()); in run()
|
D | Chunks.cpp | 582 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk
|
/external/skia/src/gpu/ |
D | GrRenderTaskCluster.cpp | 21 return SkStringPrintf("%s(%d)", target->getDebugName().c_str(), t->uniqueID()); in describe_task() 75 depender->target(i)->getDebugName().c_str()); in depends_on()
|
D | GrSurfaceProxy.h | 342 SkString getDebugName() { in getDebugName() function
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _f_v_a_r.py | 128 name = ttFont["name"].getDebugName(self.axisNameID) 192 name = ttFont["name"].getDebugName(self.subfamilyNameID) 197 psname = ttFont["name"].getDebugName(self.postscriptNameID)
|
D | C_P_A_L_.py | 182 name = ttFont["name"].getDebugName(paletteLabel) 198 name = ttFont["name"].getDebugName(label)
|
D | _t_r_a_k.py | 259 name = ttFont["name"].getDebugName(self.nameIndex)
|
D | _n_a_m_e.py | 103 def getDebugName(self, nameID): member in table__n_a_m_e
|
D | otConverters.py | 332 name = nameTable.getDebugName(value)
|
/external/fonttools/Tests/ttLib/tables/ |
D | _n_a_m_e_test.py | 31 self.assertEqual("Bold", table.getDebugName(258)) 32 self.assertEqual("Sem Fracções", table.getDebugName(292)) 33 self.assertEqual(None, table.getDebugName(999))
|
D | C_P_A_L_test.py | 56 def getDebugName(self, nameID): member in FakeNameTable
|
/external/fonttools/Tests/colorLib/ |
D | builder_test.py | 183 assert name_table.getDebugName(256) == "First" 184 assert name_table.getDebugName(257) == "Second" 185 assert name_table.getDebugName(258) == "Foo" 186 assert name_table.getDebugName(259) == "Bar"
|
/external/fonttools/Tests/varLib/instancer/ |
D | instancer_test.py | 1196 name.getDebugName(instance.subfamilyNameID) for instance in fvar.instances 1224 valueName = name.getDebugName(axisValueTable.ValueNameID)
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | builder.py | 635 name = nameTable.getDebugName(nameID)
|