Home
last modified time | relevance | path

Searched defs:extract (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRuleExtractor.java48 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/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRuleExtractor.java48 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/boost/boost/type_erasure/detail/
Dstorage.hpp52 T extract(T arg) { return std::forward<T>(arg); } in extract() function
57 T extract(T arg) { return arg; } in extract() function
62 T extract(storage& arg) in extract() function
68 T extract(const storage& arg) in extract() function
76 T extract(storage&& arg) in extract() function
/third_party/boost/libs/python/src/converter/
Dbuiltin_converters.cpp131 static T extract(PyObject* intermediate) in extract() function
143 static T extract(PyObject* intermediate) in extract() function
175 static T extract(PyObject* intermediate) in extract() function
206 static T extract(PyObject* intermediate) in extract() function
266 static BOOST_PYTHON_LONG_LONG extract(PyObject* intermediate) in extract() function
288 static unsigned BOOST_PYTHON_LONG_LONG extract(PyObject* intermediate) in extract() function
323 static bool extract(PyObject* intermediate) in extract() function
358 static double extract(PyObject* intermediate) in extract() function
395 static std::string extract(PyObject* intermediate) in extract() function
401 static std::string extract(PyObject* intermediate) in extract() function
[all …]
/third_party/boost/boost/python/
Dextract.hpp126 struct extract struct
130 typedef typename converter::select_extract<T>::type base;
132 typedef typename base::result_type result_type;
134 operator result_type() const in operator result_type()
147 inline extract<T>::extract(PyObject* o) in extract() function in boost::python::extract
153 inline extract<T>::extract(api::object const& o) in extract() function in boost::python::extract
/third_party/boost/boost/property_tree/
Dstream_translator.hpp35 static void extract(std::basic_istream<Ch, Traits>& s, E& e) { in extract() function
50 static void extract(std::basic_istream<Ch, Traits>& s, Ch& e) { in extract() function
104 static void extract(std::basic_istream<Ch, Traits>& s, F& e) { in extract() function
119 static void extract(std::basic_istream<Ch, Traits>& s, bool& e) { in extract() function
139 static void extract(std::basic_istream<Ch, Traits>& s, signed char& e) { in extract() function
164 static void extract(std::basic_istream<Ch,Traits>& s, unsigned char& e){ in extract() function
/third_party/boost/boost/log/attributes/
Dvalue_extraction.hpp109 struct extract struct
111 typedef value_ref< T, TagT > type;
300 inline typename result_of::extract< T, TagT >::type extract(attribute_name const& name, attribute_v… in extract() function
315 inline typename result_of::extract< T, TagT >::type extract(attribute_name const& name, record cons… in extract() function
330 inline typename result_of::extract< T, TagT >::type extract(attribute_name const& name, record_view… in extract() function
344 inline typename result_of::extract< T, TagT >::type extract(attribute_value const& value) in extract() function
498 inline typename result_of::extract< T >::type extract(attribute_name const& name, attribute_value_s… in extract() function
505 inline typename result_of::extract< T >::type extract(attribute_name const& name, record const& rec) in extract() function
512 inline typename result_of::extract< T >::type extract(attribute_name const& name, record_view const… in extract() function
519 inline typename result_of::extract< T >::type extract(attribute_value const& value) in extract() function
[all …]
/third_party/boost/boost/function_types/
Dproperty_tags.hpp122 template<class Tag, class QueryTag> struct extract struct
131 > bits;
135 > mask;
/third_party/boost/boost/accumulators/framework/accumulators/
Dexternal_accumulator.hpp47 extractor<feature_tag> extract; in extract_() local
56 extractor<feature_tag> extract; in extract_() local
/third_party/skia/third_party/externals/tint/test/
Dextract-spvasm.py29 def extract(): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp28 bool DWARFAbbreviationDeclarationSet::extract(DataExtractor Data, in extract() function in DWARFAbbreviationDeclarationSet
77 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() function in DWARFDebugAbbrev
DDWARFListTable.cpp18 Error DWARFListTableHeader::extract(DWARFDataExtractor Data, in extract() function in DWARFListTableHeader
DDWARFDebugArangeSet.cpp33 DWARFDebugArangeSet::extract(DataExtractor data, uint64_t *offset_ptr) { in extract() function in DWARFDebugArangeSet
/third_party/boost/boost/accumulators/
Dstatistics_fwd.hpp31 namespace extract namespace
49 namespace extract namespace
/third_party/flatbuffers/grpc/flatbuffers-java-grpc/src/main/java/com/google/flatbuffers/grpc/
DFlatbuffersUtils.java32 T extract (InputStream stream) throws IOException { in extract() method in FlatbuffersUtils.FBExtactor
42 public abstract T extract(ByteBuffer buffer); in extract() method in FlatbuffersUtils.FBExtactor
/third_party/boost/tools/quickbook/src/
Dtree.cpp94 tree_node_base* tree_base::extract(tree_node_base* x) in extract() function in quickbook::detail::tree_base
143 tree_node_base* tree_builder_base::extract(tree_node_base* x) in extract() function in quickbook::detail::tree_builder_base
/third_party/boost/libs/unordered/ci/
Ddownload-boost-snapshot.py45 def extract(filename, path = '.'): function
/third_party/skia/third_party/externals/icu/source/common/
Dunistr_cnv.cpp121 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/
Dunistr_cnv.cpp121 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/icu/icu4c/source/common/
Dunistr_cnv.cpp121 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/flutter/skia/third_party/externals/icu/source/common/
Dunistr_cnv.cpp121 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/npm/node_modules/pacote/
Dindex.js4 extract: require('./extract'), property
/third_party/node/deps/npm/lib/install/action/
Dextract-worker.js5 const extract = require('pacote/extract') constant
/third_party/ejdb/src/bindings/ejdb2_node/
Dinstall.js32 const extract = promisify(require('extract-zip')); constant
/third_party/spirv-tools/source/opt/
Dpass.cpp119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local

123456789