/external/sfntly/cpp/src/test/ |
D | name_editing_test.cc | 59 name_builder->NameBuilder(PlatformId::kWindows, in TestChangeOneName() 81 UChar* name = name_table->Name(PlatformId::kWindows, in TestChangeOneName() 103 name_builder->NameBuilder(PlatformId::kWindows, in TestModifyNameTableAndRevert() 130 UChar* name = name_table->Name(PlatformId::kWindows, in TestModifyNameTableAndRevert() 152 EXPECT_TRUE(name_builder->Has(PlatformId::kWindows, in TestRemoveOneName() 156 EXPECT_TRUE(name_builder->Remove(PlatformId::kWindows, in TestRemoveOneName() 176 UChar* name = name_table->Name(PlatformId::kWindows, in TestRemoveOneName()
|
D | cmap_test.cc | 194 PlatformId::kWindows, 197 PlatformId::kUnicode,
|
D | verify_name.cc | 53 EXPECT_EQ(name->PlatformId(i), NAME_IDS[i].platform_id()); in VerifyNAME()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | name_table.cc | 249 if (filter_->Accept(container()->PlatformId(name_index_), in HasNext() 448 int32_t NameTable::PlatformId(int32_t index) { in PlatformId() function in sfntly::NameTable 497 return ConvertFromNameBytes(&b, PlatformId(index), EncodingId(index)); in Name() 515 NameEntryPtr instance = new NameEntry(PlatformId(index), in GetNameEntry() 573 case PlatformId::kUnicode: in GetEncodingName() 575 case PlatformId::kMacintosh: in GetEncodingName() 603 case PlatformId::kISO: in GetEncodingName() 605 case PlatformId::kWindows: in GetEncodingName() 624 case PlatformId::kCustom: in GetEncodingName()
|
D | cmap_table.cc | 39 PlatformId::kWindows, 43 PlatformId::kWindows, 47 PlatformId::kWindows, 68 int32_t platform_id = PlatformId(index); in GetCMap() 115 return NewCMapId(PlatformId(index), EncodingId(index)); in GetCMapId() 118 int32_t CMapTable::PlatformId(int32_t index) { in PlatformId() function in sfntly::CMapTable
|
D | name_table.h | 636 virtual int32_t PlatformId(int32_t index);
|
D | cmap_table.h | 574 virtual int32_t PlatformId(int32_t index);
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.h | 59 se::Platform::Id PlatformId() const override; 148 se::Platform::Id PlatformId() const override;
|
D | cpu_compiler.cc | 128 se::Platform::Id CpuAotCompilationOptions::PlatformId() const { in PlatformId() function in xla::cpu::CpuAotCompilationOptions 753 if (aot_options.PlatformId() != se::host::kHostPlatformId) { in CompileAheadOfTime() 942 se::Platform::Id CpuCompiler::PlatformId() const { in PlatformId() function in xla::cpu::CpuCompiler
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compiler.h | 74 virtual se::Platform::Id PlatformId() const = 0; 138 virtual se::Platform::Id PlatformId() const = 0;
|
D | generic_transfer_manager.h | 41 se::Platform::Id PlatformId() const override;
|
D | generic_transfer_manager.cc | 39 se::Platform::Id GenericTransferManager::PlatformId() const { in PlatformId() function in xla::GenericTransferManager
|
D | transfer_manager.h | 45 virtual se::Platform::Id PlatformId() const = 0;
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | compiler.h | 73 se::Platform::Id PlatformId() const override;
|
D | compiler.cc | 180 se::Platform::Id InterpreterCompiler::PlatformId() const { in PlatformId() function in xla::interpreter::InterpreterCompiler
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nvptx_compiler.h | 65 se::Platform::Id PlatformId() const override;
|
D | nvptx_compiler.cc | 886 se::Platform::Id NVPTXCompiler::PlatformId() const { in PlatformId() function in xla::gpu::NVPTXCompiler
|
/external/sfntly/cpp/src/sfntly/ |
D | font.h | 37 struct PlatformId { struct
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 158 int32_t hash_code = HashCode(name_table->PlatformId(i), in HasName()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 982 ULONG32 PlatformId; member
|