/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
D | RuleExtractor.java | 48 private static Set<Rule> extract(LigatureSubst table) { in extract() method in RuleExtractor 60 private static GlyphList extract(CoverageTable table) { in extract() method in RuleExtractor 78 private static GlyphList extract(RecordsTable<NumRecord> table) { in extract() method in RuleExtractor 86 private static Map<Integer, GlyphGroup> extract(RangeRecordTable table) { in extract() method in RuleExtractor 99 private static GlyphGroup extract(RangeRecord record) { in extract() method in RuleExtractor 108 private static List<Rule> extract(LigatureSet table) { in extract() method in RuleExtractor 118 private static Rule extract(Ligature table) { in extract() method in RuleExtractor 129 private static Set<Rule> extract(SingleSubst table) { in extract() method in RuleExtractor 140 private static Set<Rule> extract(HeaderFmt1 fmt1Table) { in extract() method in RuleExtractor 146 private static Set<Rule> extract(InnerArrayFmt2 fmt2Table) { in extract() method in RuleExtractor [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.cpp | 28 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet 77 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() function in DWARFDebugAbbrev
|
D | DWARFListTable.cpp | 18 Error DWARFListTableHeader::extract(DWARFDataExtractor Data, in extract() function in DWARFListTableHeader
|
D | DWARFDebugArangeSet.cpp | 33 DWARFDebugArangeSet::extract(DataExtractor data, uint64_t *offset_ptr) { in extract() function in DWARFDebugArangeSet
|
D | DWARFDebugRangeList.cpp | 25 Error DWARFDebugRangeList::extract(const DWARFDataExtractor &data, in extract() function in DWARFDebugRangeList
|
D | DWARFDebugAddr.cpp | 21 Error DWARFDebugAddrTable::extract(DWARFDataExtractor Data, in extract() function in DWARFDebugAddrTable
|
D | DWARFAcceleratorTable.cpp | 44 Error AppleAcceleratorTable::extract() { in extract() function in AppleAcceleratorTable 267 void AppleAcceleratorTable::Entry::extract( in extract() function in AppleAcceleratorTable::Entry 379 Error DWARFDebugNames::Header::extract(const DWARFDataExtractor &AS, in extract() function in DWARFDebugNames::Header 483 Error DWARFDebugNames::NameIndex::extract() { in extract() function in DWARFDebugNames::NameIndex 759 Error DWARFDebugNames::extract() { in extract() function in DWARFDebugNames
|
D | DWARFDebugAranges.cpp | 23 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { in extract() function in DWARFDebugAranges
|
/third_party/icu/icu4c/source/common/ |
D | unistr_cnv.cpp | 121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unistr_cnv.cpp | 121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
|
/third_party/node/deps/icu-small/source/common/ |
D | unistr_cnv.cpp | 121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
|
/third_party/mbedtls/scripts/ |
D | generate_ssl_debug_helpers.py | 156 def extract(cls, source_code, start=0, end=-1): member in EnumDefinition 251 def extract(cls, source_code, start=0, end=-1): member in SignatureAlgorithmDefinition 310 def extract(cls, source_code, start=0, end=-1): member in NamedGroupDefinition
|
/third_party/skia/third_party/externals/tint/test/ |
D | extract-spvasm.py | 29 def extract(): function
|
/third_party/spirv-tools/source/opt/ |
D | pass.cpp | 119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local 137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | pass.cpp | 119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local 137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | pass.cpp | 119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local 137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urep.h | 127 void (*extract)(UReplaceable* rep, member
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | urep.h | 127 void (*extract)(UReplaceable* rep, member
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | urep.h | 127 void (*extract)(UReplaceable* rep, member
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
D | iccfrompng.c | 37 extract(FILE *fp, png_uint_32 *proflen) in extract() function
|
/third_party/rust/crates/clap/examples/ |
D | find.rs | 59 fn extract<T: Clone + Into<Value> + Send + Sync + 'static>( in extract() method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFListTable.h | 192 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, in extract() function 217 Error DWARFListType<ListEntryType>::extract(DWARFDataExtractor Data, in extract() function
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | file.js | 62 extract (dest) { method in FileFetcher
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervalUnion.cpp | 56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract() function in LiveIntervalUnion
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | comment_convert.py | 79 def extract(line): function
|