Home
last modified time | relevance | path

Searched defs:filter (Results 626 - 650 of 1365) sorted by relevance

1...<<21222324252627282930>>...55

/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java681 private UnicodeSet filter; field in Transliterator
750 Transliterator(String ID, UnicodeFilter filter) Transliterator() argument
1550 setFilter(UnicodeFilter filter) setFilter() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java492 public UnicodeMap<T> putAllFiltered(UnicodeMap<T> prop, UnicodeSet filter) { in putAllFiltered() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java665 private UnicodeSet filter; field in Transliterator
734 Transliterator(String ID, UnicodeFilter filter) Transliterator() argument
1519 setFilter(UnicodeFilter filter) setFilter() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointTrie.java310 public final boolean getRange(int start, ValueFilter filter, Range range) { in getRange() argument
296 maybeFilterValue(int value, int trieNullValue, int nullValue, ValueFilter filter) maybeFilterValue() argument
[all...]
H A DCurrency.java1033 getTenderCurrencies(CurrencyFilter filter) getTenderCurrencies() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java489 public UnicodeMap<T> putAllFiltered(UnicodeMap<T> prop, UnicodeSet filter) { in putAllFiltered() argument
/third_party/icu/icu4c/source/common/
H A Duniset_props.cpp699 void UnicodeSet::applyFilter(UnicodeSet::Filter filter, in applyFilter() argument
/third_party/libuv/src/unix/
H A Dstream.c280 struct kevent filter[1]; in uv__stream_try_select() local
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c1031 OSMesaPostprocess(OSMesaContext osmesa, const char *filter, in OSMesaPostprocess() argument
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc424 auto filter = base::BindRepeating([](const base::FilePath& path) { in TEST_F() local
440 auto filter = base::BindRepeating([](const base::FilePath& path) { in TEST_F() local
460 auto filter = base::BindRepeating([](const base::FilePath& path) { in TEST_F() local
481 auto filter in TEST_F() local
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc424 auto filter = base::BindRepeating([](const base::FilePath& path) { in TEST_F() local
440 auto filter = base::BindRepeating([](const base::FilePath& path) { in TEST_F() local
460 auto filter = base::BindRepeating([](const base::FilePath& path) { in TEST_F() local
481 auto filter in TEST_F() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp696 void UnicodeSet::applyFilter(UnicodeSet::Filter filter, in applyFilter() argument
/third_party/node/deps/googletest/src/
H A Dgtest.cc762 explicit UnitTestFilter(const std::string& filter) { in UnitTestFilter() argument
802 PositiveAndNegativeUnitTestFilter(const std::string& filter) PositiveAndNegativeUnitTestFilter() argument
850 MatchesFilter(const std::string& name_str, const char* filter) MatchesFilter() argument
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dgenrb.cpp693 SimpleRuleBasedPathFilter filter; in processFile() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.h71 unsigned filter; member
/third_party/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp693 SimpleRuleBasedPathFilter filter; in processFile() local
/third_party/libinput/src/
H A Devdev-totem.c776 struct motion_filter *filter; in totem_init_accel() local
/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc628 InvalidatedSlotsFilter filter = InvalidatedSlotsFilter::OldToNew(page); in ScavengePage() local
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.cc318 base::Vector<const char> filter = base::CStrVector(raw_filter); in PassesFilter() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc1018 PropertyFilter filter = static_cast<PropertyFilter>(filter_value); in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c584 uint32_t filter = 0; in emit_blit_src() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp585 sampler_address_mode(enum pipe_tex_wrap wrap, enum pipe_tex_filter filter) in sampler_address_mode() argument
/third_party/libabigail/src/
H A Dabg-comp-filter.cc41 apply_filter(filter_base& filter, corpus_diff_sptr d) in apply_filter() argument
62 apply_filter(filter_base& filter, diff_sptr d) apply_filter() argument
84 apply_filter(filter_base_sptr filter, diff_sptr d) apply_filter() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-rygel-media-server.c472 static bool get_mediacontainer2_list_args(DBusMessage *m, unsigned *offset, unsigned *max_entries, char ***filter, int *filter_len) { in get_mediacontainer2_list_args() argument
510 append_sink_or_source_container_properties( DBusMessage *r, DBusMessageIter *iter, const char *path, const struct userdata *user_data, char * const * filter, int filter_len) append_sink_or_source_container_properties() argument
566 append_sink_or_source_item_properties( DBusMessage *r, DBusMessageIter *iter, const char *path, const struct userdata *user_data, pa_sink *sink, pa_source *source, char * const * filter, int filter_len) append_sink_or_source_item_properties() argument
660 char ** filter; root_handler() local
826 char **filter; sinks_and_sources_handler() local
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_ssl.py70 def filter(self, record): member in MessageOutFilter

Completed in 38 milliseconds

1...<<21222324252627282930>>...55