Home
last modified time | relevance | path

Searched refs:PlatformId (Results 1 – 20 of 20) sorted by relevance

/external/sfntly/cpp/src/test/
Dname_editing_test.cc59 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()
Dcmap_test.cc194 PlatformId::kWindows,
197 PlatformId::kUnicode,
Dverify_name.cc53 EXPECT_EQ(name->PlatformId(i), NAME_IDS[i].platform_id()); in VerifyNAME()
/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc249 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()
Dcmap_table.cc39 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
Dname_table.h636 virtual int32_t PlatformId(int32_t index);
Dcmap_table.h574 virtual int32_t PlatformId(int32_t index);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.h59 se::Platform::Id PlatformId() const override;
148 se::Platform::Id PlatformId() const override;
Dcpu_compiler.cc128 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/
Dcompiler.h74 virtual se::Platform::Id PlatformId() const = 0;
138 virtual se::Platform::Id PlatformId() const = 0;
Dgeneric_transfer_manager.h41 se::Platform::Id PlatformId() const override;
Dgeneric_transfer_manager.cc39 se::Platform::Id GenericTransferManager::PlatformId() const { in PlatformId() function in xla::GenericTransferManager
Dtransfer_manager.h45 virtual se::Platform::Id PlatformId() const = 0;
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.h73 se::Platform::Id PlatformId() const override;
Dcompiler.cc180 se::Platform::Id InterpreterCompiler::PlatformId() const { in PlatformId() function in xla::interpreter::InterpreterCompiler
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.h65 se::Platform::Id PlatformId() const override;
Dnvptx_compiler.cc886 se::Platform::Id NVPTXCompiler::PlatformId() const { in PlatformId() function in xla::gpu::NVPTXCompiler
/external/sfntly/cpp/src/sfntly/
Dfont.h37 struct PlatformId { struct
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc158 int32_t hash_code = HashCode(name_table->PlatformId(i), in HasName()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h982 ULONG32 PlatformId; member