/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/ |
H A D | test_std.rs | 784 let grouper = data.iter().group_by(|k| *k); in group_by_lazy_2() localVariable 794 let grouper = data.iter().group_by(|k| *k); in group_by_lazy_2() localVariable 813 let grouper = data.iter().group_by(move |_| { let k = i / 3; i += 1; k }); in group_by_lazy_2() localVariable 829 let grouper = data.iter().group_by(|elt| *elt); in group_by_lazy_3() localVariable 844 let grouper = data.iter().chunks(3); in chunks() localVariable
|
H A D | quick.rs | 981 let grouper = data.iter().group_by(|k| *k / 10); localVariable 990 let grouper = data.iter().group_by(|k| *k / 3); localVariable
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/parse/ |
H A D | ScientificMatcher.java | 24 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance() 29 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
|
H A D | DecimalMatcher.java | 49 Grouper grouper, in getInstance() 55 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher()
|
H A D | NumberParserImpl.java | 56 … Grouper grouper = Grouper.forStrategy(GroupingStrategy.AUTO).withLocaleData(locale, patternInfo); in createSimpleParser() local 146 Grouper grouper = Grouper.forProperties(properties); in createParserFromProperties() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
H A D | ScientificMatcher.java | 26 public static ScientificMatcher getInstance(DecimalFormatSymbols symbols, Grouper grouper) { in getInstance() 31 private ScientificMatcher(DecimalFormatSymbols symbols, Grouper grouper) { in ScientificMatcher()
|
H A D | DecimalMatcher.java | 51 Grouper grouper, in getInstance() 57 private DecimalMatcher(DecimalFormatSymbols symbols, Grouper grouper, int parseFlags) { in DecimalMatcher()
|
H A D | NumberParserImpl.java | 58 … Grouper grouper = Grouper.forStrategy(GroupingStrategy.AUTO).withLocaleData(locale, patternInfo); in createSimpleParser() local 148 Grouper grouper = Grouper.forProperties(properties); in createParserFromProperties() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/ |
D | test_std.rs | 918 let grouper = data.iter().chunk_by(|k| *k); in chunk_by_lazy_2() localVariable 928 let grouper = data.iter().chunk_by(|k| *k); in chunk_by_lazy_2() localVariable 945 let grouper = data.iter().chunk_by(move |_| { in chunk_by_lazy_2() localVariable 965 let grouper = data.iter().chunk_by(|elt| *elt); in chunk_by_lazy_3() localVariable 980 let grouper = data.iter().chunks(3); in chunks() localVariable
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | numparse_impl.cpp | 61 Grouper grouper = Grouper::forStrategy(UNUM_GROUPING_AUTO); in createSimpleParser() local 91 Grouper grouper = Grouper::forProperties(properties); in createParserFromProperties() local
|
H A D | numparse_scientific.cpp | 35 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
|
H A D | numparse_decimal.cpp | 26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
|
H A D | number_simple.cpp | 200 auto grouper = Grouper::forStrategy(groupingStrategy); in initialize() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | numparse_impl.cpp | 61 Grouper grouper = Grouper::forStrategy(UNUM_GROUPING_AUTO); in createSimpleParser() local 91 Grouper grouper = Grouper::forProperties(properties); in createParserFromProperties() local
|
H A D | numparse_scientific.cpp | 35 ScientificMatcher::ScientificMatcher(const DecimalFormatSymbols& dfs, const Grouper& grouper) in ScientificMatcher()
|
H A D | number_simple.cpp | 194 auto grouper = Grouper::forStrategy(groupingStrategy); in initialize() local
|
H A D | numparse_decimal.cpp | 26 DecimalMatcher::DecimalMatcher(const DecimalFormatSymbols& symbols, const Grouper& grouper, in DecimalMatcher()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/fuzzing/ |
H A D | decode_compressed_fuzz.cc | 35 Scope grouper = in BuildGraph() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ |
H A D | ctc_decoder_ops_test.py | 29 def grouper(iterable, n, fillvalue=None): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/ |
D | recipes.py | 284 def grouper(iterable, n, fillvalue=None): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/ |
D | recipes.py | 284 def grouper(iterable, n, fillvalue=None): function
|
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/more_itertools/ |
D | recipes.py | 284 def grouper(iterable, n, fillvalue=None): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/ |
D | recipes.py | 284 def grouper(iterable, n, fillvalue=None): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/more_itertools/ |
D | recipes.py | 284 def grouper(iterable, n, fillvalue=None): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/more_itertools/ |
D | recipes.py | 287 def grouper(iterable, n, fillvalue=None): function
|