Home
last modified time | relevance | path

Searched defs:collect (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DextendArray.js14 arr.collect = function (fn) { function
30 arr.collect = function (fn) { function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUCurrencyMetaInfo.java73 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) { in collect() method in ICUCurrencyMetaInfo
205 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() method in ICUCurrencyMetaInfo.InfoCollector
224 public void collect( in collect() method in ICUCurrencyMetaInfo.RegionCollector
244 public void collect( in collect() method in ICUCurrencyMetaInfo.CurrencyCollector
282 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect() method
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
DICUCurrencyMetaInfo.java71 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) { in collect() method in ICUCurrencyMetaInfo
203 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() method in ICUCurrencyMetaInfo.InfoCollector
222 public void collect( in collect() method in ICUCurrencyMetaInfo.RegionCollector
242 public void collect( in collect() method in ICUCurrencyMetaInfo.CurrencyCollector
280 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect() method
/third_party/eudev/src/collect/
DMakefile.am9 collect program
/third_party/typescript/tests/cases/compiler/
DextendArray.ts7 collect(fn:(e:_element) => _element[]) : any[]; method
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dstreams.js65 IconvLiteEncoderStream.prototype.collect = function(cb) { method in IconvLiteEncoderStream
112 IconvLiteDecoderStream.prototype.collect = function(cb) { method in IconvLiteDecoderStream
Dextend-node.js185 Readable.prototype.collect = iconv._collect; method in Readable
212 delete Readable.prototype.collect; method in delete
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.h45 GstCollectData collect; /* we extend the CollectData */ member
69 GstCollectPads *collect; member
/third_party/node/test/parallel/
Dtest-emit-after-uncaught-exception.js8 let collect = true; variable
/third_party/mindspore/mindspore/core/mindrt/include/actor/
Dop_actor.h127 Future<std::list<int>> collect = mindspore::Collect<int>(futures); in MindrtAsyncRun() local
147 auto collect = MindrtAsyncRun<T>(input_data, &context); in MindrtRun() local
/third_party/littlefs/scripts/
Dcode.py20 def collect(paths, **args): function
Dcoverage.py15 def collect(paths, **args): function
/third_party/boost/boost/spirit/home/lex/lexer/
Dsequence.hpp45 void collect(LexerDef& lexdef, String const& state in collect() function
Daction.hpp32 void collect(LexerDef& lexdef, String const& state in collect() function
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.h73 GstCollectPads *collect; /* pads collector */ member
91 GstCollectData collect; /* Parent */ member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DPersistentCommandPool.cpp74 angle::Result PersistentCommandPool::collect(vk::Context *context, in collect() function in rx::vk::PersistentCommandPool
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DPersistentCommandPool.cpp85 angle::Result PersistentCommandPool::collect(vk::Context *context, in collect() function in rx::vk::PersistentCommandPool
/third_party/boost/boost/spirit/home/lex/
Dreference.hpp39 void collect(LexerDef& lexdef, String const& state in collect() function
/third_party/boost/boost/graph/distributed/detail/
Dremote_update_set.hpp155 void collect() { } in collect() function in boost::graph::detail::remote_update_set
240 void collect() in collect() function in boost::graph::detail::remote_update_set
/third_party/mindspore/mindspore/core/mindrt/include/async/
Dcollect.h95 std::shared_ptr<Collected<T>> collect = std::make_shared<Collected<T>>(futures, promise); in Collect() local
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.h78 GstCollectData *collect; member
145 GstCollectData collect; member
159 GstCollectPads *collect; member
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.h51 GstCollectData collect; /* we extend the CollectData */ member
102 GstCollectPads *collect; member
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/
Dfile_collector.cc79 auto collect = [](Collector &cc, const std::vector<std::string> &content) { in Collect() local
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.h60 GstCollectData collect; member
146 GstCollectPads *collect; member
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0rmixer.h45 GstCollectPads *collect; member

1234