| /base/print/print_fwk/frameworks/ohscan/include/ |
| H A D | ohscan.h | 132 char** ranges; member
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
| H A D | rs_occlusion_region_test.cpp | 446 std::vector<Range> ranges; in HWTEST_F() local 464 std::vector<Range> ranges; in HWTEST_F() local [all...] |
| /kernel/linux/linux-5.10/arch/powerpc/kexec/ |
| H A D | core_64.c | 111 struct kexec_segment ranges[KEXEC_SEGMENT_MAX]; in kexec_copy_flush() local
|
| H A D | ranges.c | 101 struct crash_mem_range *ranges; in __merge_memory_ranges() local [all...] |
| /kernel/linux/linux-6.6/arch/powerpc/kexec/ |
| H A D | core_64.c | 114 struct kexec_segment ranges[KEXEC_SEGMENT_MAX]; in kexec_copy_flush() local
|
| H A D | ranges.c | 101 struct range *ranges; in __merge_memory_ranges() local [all...] |
| /kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/ |
| H A D | ics-native.c | 186 u32 ranges[2]; in ics_native_add_one() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
| H A D | intel_uncore.c | 27 static int intel_fw_table_check(const struct intel_forcewake_range *ranges, in intel_fw_table_check() argument 97 const struct intel_forcewake_range *ranges; intel_uncore_mock_selftests() member [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | crash_core.h | 95 struct range ranges[]; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn301/ |
| H A D | dcn301_fpu.c | 388 dcn301_fpu_set_wm_ranges(int i, struct pp_smu_wm_range_sets *ranges, struct _vcs_dpi_soc_bounding_box_st *loaded_bb) dcn301_fpu_set_wm_ranges() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_ethtool.c | 168 emac_get_rmon_stats(struct net_device *ndev, struct ethtool_rmon_stats *rmon_stats, const struct ethtool_rmon_hist_range **ranges) emac_get_rmon_stats() argument
|
| /kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
| H A D | ioas.c | 64 struct iommu_iova_range __user *ranges; in iommufd_ioas_iova_ranges() local 112 iommufd_ioas_load_iovas(struct rb_root_cached *itree, struct iommu_iova_range __user *ranges, u32 num) iommufd_ioas_load_iovas() argument
|
| /third_party/elfio/tests/ |
| H A D | ELFIOTest2.cpp | 485 std::vector<address_translation> ranges; in TEST() local
|
| /third_party/gn/src/gn/ |
| H A D | err.cc | 60 OutputHighlighedPosition(const Location& location, const Err::RangeList& ranges, size_t line_length) OutputHighlighedPosition() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | Trie2Test.java | 586 private Trie2Writable genTrieFromSetRanges(int [][] ranges) { in genTrieFromSetRanges() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | Trie2Test.java | 583 private Trie2Writable genTrieFromSetRanges(int [][] ranges) { in genTrieFromSetRanges() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationdata.cpp | 206 makeReorderRanges(const int32_t *reorder, int32_t length, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument 212 makeReorderRanges(const int32_t *reorder, int32_t length, UBool latinMustMove, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
|
| H A D | collationsettings.cpp | 145 const uint32_t *ranges in setReordering() local 85 aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) aliasReordering() argument 191 setReorderArrays(const int32_t *codes, int32_t codesLength, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) setReorderArrays() argument 264 const uint32_t *ranges = reorderRanges; reorderEx() local [all...] |
| /third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/ |
| H A D | CombineGeoData.java | 190 static boolean hasConflict(List<Range> ranges, int rangeIndex, String[] prefixes, int candidate) { in hasConflict() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | collationdata.cpp | 206 makeReorderRanges(const int32_t *reorder, int32_t length, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument 212 makeReorderRanges(const int32_t *reorder, int32_t length, UBool latinMustMove, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
|
| H A D | collationsettings.cpp | 145 const uint32_t *ranges in setReordering() local 85 aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) aliasReordering() argument 191 setReorderArrays(const int32_t *codes, int32_t codesLength, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) setReorderArrays() argument 264 const uint32_t *ranges = reorderRanges; reorderEx() local [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | PrefixTree.java | 51 public static PrefixTree from(RangeTree ranges) { in from() argument 116 private final RangeTree ranges; global() field in PrefixTree 118 PrefixTree(RangeTree ranges) PrefixTree() argument 176 retainFrom(RangeTree ranges) retainFrom() argument 239 trim(RangeTree ranges) trim() argument 280 removeTrailingAnyDigitPaths(RangeTree ranges) removeTrailingAnyDigitPaths() argument [all...] |
| H A D | RangeTreeFactorizer.java | 66 public static ImmutableList<RangeTree> factor(RangeTree ranges, MergeStrategy strategy) { in factor() argument 109 RangeTree mergeFrom(RangeTree ranges) { in mergeFrom() argument [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | MatcherCompiler.java | 111 MatcherCompiler(RangeTree ranges) { in MatcherCompiler() argument
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
| H A D | SubgroupOptimizer.java | 49 public static Optional<RangeTree> extractRepeatingSubgraph(RangeTree ranges) { in extractRepeatingSubgraph() argument 83 static Optional<DfaNode> findBridgingNode(RangeTree ranges) { in findBridgingNode() argument 150 static Optional<RangeTree> extractSubgraph(RangeTree ranges, DfaNode node) { in extractSubgraph() argument
|