Searched refs:distinct (Results 1 - 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | smcenc.c | 149 int distinct = 0; in smc_encode_stream() local 239 distinct = coded_distinct; in smc_encode_stream() 243 distinct = 17; in smc_encode_stream() 249 distinct = 18; in smc_encode_stream() 255 distinct = 19; in smc_encode_stream() 261 distinct = 20; in smc_encode_stream() 265 switch (distinct) { in smc_encode_stream()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Change.java | 85 checkArgument(a.size() == a.stream().map(Assignment::column).distinct().count(), in of()
|
H A D | CsvParser.java | 67 header.size() == header.stream().distinct().count(), in mapTo()
|
H A D | CsvTable.java | 430 .distinct()); in exportCsvHelper()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | Edge.java | 117 .distinct() in disjunction()
|
/third_party/python/Tools/demo/ |
H A D | sortvisu.py | 367 def distinct(array): function 590 self.run(distinct)
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | LocaleDistanceMapper.java | 269 // cases, we could have had 3 distinct sub-types of a common rule API (e.g. in addTo() 293 // different region variables map to distinct partition groups which in addTo() 377 checkState(rules.stream().distinct().count() == rules.size(), "duplicated rule in: %s", rules); in buildDistanceData()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | SupplementalData.java | 604 .distinct() in resolveLocaleId()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl14.c | 55 #error invalid value for SKIP, must be distinct from F_RDLCK and F_WRLCK
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 52 ! V9-compliant, as V9 returns a distinct value of 0x99,
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 52 ! V9-compliant, as V9 returns a distinct value of 0x99,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 722 KEYWORD(distinct); in LexIdentifier()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 2697 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always), 2713 \def\worddistinct{distinct} 2717 % Default is `distinct'. 2718 \kbdinputstyle distinct
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 41 milliseconds