Home
last modified time | relevance | path

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

123

/third_party/typescript/tests/baselines/reference/
DextendArray.js14 arr.collect = function (fn) { function
30 arr.collect = function (fn) { function
/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/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/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/mesa3d/src/panfrost/bifrost/valhall/
Dva_lower_split_64bit.c50 bi_instr *collect = bi_collect_i32_to(&b, vec); in lower_split_src() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_copy_prop.c73 bi_instr *collect = collects[I->src[0].value]; in bi_opt_copy_prop() local
Dbi_opt_message_preload.c132 bi_instr *collect = bi_collect_i32_to(&b, I->dest[0]); in bi_opt_message_preload() local
/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/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/littlefs/scripts/
Ddata.py20 def collect(paths, **args): function
Dstructs.py18 def collect(paths, **args): function
Dcode.py20 def collect(paths, **args): function
Dcoverage.py15 def collect(paths, **args): function
/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
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.h44 GstCollectPads *collect; member
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.h63 GstCollectData collect; /* we extend the CollectData */ member
85 GstCollectPads *collect; member
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmpte.h53 GstCollectPads *collect; member

123