Home
last modified time | relevance | path

Searched refs:getDebugName (Results 1 – 19 of 19) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
Derrors.py34 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/
DInputChunks.h51 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
DSyntheticSections.cpp548 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/
DChunks.h112 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()
DICF.cpp308 log("Selected " + chunks[begin]->getDebugName()); in run()
310 log(" Removed " + chunks[i]->getDebugName()); in run()
DChunks.cpp582 StringRef SectionChunk::getDebugName() const { in getDebugName() function in lld::coff::SectionChunk
/external/fonttools/Lib/fontTools/ttLib/tables/
D_f_v_a_r.py128 name = ttFont["name"].getDebugName(self.axisNameID)
192 name = ttFont["name"].getDebugName(self.subfamilyNameID)
197 psname = ttFont["name"].getDebugName(self.postscriptNameID)
DC_P_A_L_.py182 name = ttFont["name"].getDebugName(paletteLabel)
198 name = ttFont["name"].getDebugName(label)
D_t_r_a_k.py259 name = ttFont["name"].getDebugName(self.nameIndex)
D_n_a_m_e.py103 def getDebugName(self, nameID): member in table__n_a_m_e
DotConverters.py332 name = nameTable.getDebugName(value)
/external/skia/src/gpu/
DGrRenderTaskCluster.cpp21 return SkStringPrintf("%s(%d)", target->getDebugName().c_str(), t->uniqueID()); in describe_task()
75 depender->target(i)->getDebugName().c_str()); in depends_on()
DGrSurfaceProxy.h342 SkString getDebugName() { in getDebugName() function
/external/fonttools/Tests/ttLib/tables/
D_n_a_m_e_test.py31 self.assertEqual("Bold", table.getDebugName(258))
32 self.assertEqual("Sem Fracções", table.getDebugName(292))
33 self.assertEqual(None, table.getDebugName(999))
DC_P_A_L_test.py56 def getDebugName(self, nameID): member in FakeNameTable
/external/fonttools/Tests/colorLib/
Dbuilder_test.py183 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/
Dinstancer_test.py1196 name.getDebugName(instance.subfamilyNameID) for instance in fvar.instances
1224 valueName = name.getDebugName(axisValueTable.ValueNameID)
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py635 name = nameTable.getDebugName(nameID)
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...