Home
last modified time | relevance | path

Searched refs:range (Results 3126 - 3150 of 4227) sorted by relevance

1...<<121122123124125126127128129130>>...170

/third_party/python/Lib/unittest/test/
H A Dtest_discovery.py529 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
552 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
579 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
/third_party/python/Lib/test/
H A Dtest_tracemalloc.py25 for index in range(nframe):
118 data = [allocate_bytes(123) for count in range(1000)]
275 large_sum = sum(list(range(100000)))
943 if b'ValueError: the number of frames must be in range' in stderr:
972 if b'ValueError: the number of frames must be in range' in stderr:
H A Dtest_decimal.py529 for n in range(0, 32):
531 for x in range(-5, 5):
713 for i in range(200):
826 for i in range(200):
1741 a = list(map(Decimal, range(100)))
1858 for n in range(-10, 10)
2160 for exp in range(-4, 2):
2161 for coeff in range(1000):
2549 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
2602 for x in range(
[all...]
H A Dtest_typing.py82 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
2013 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
3240 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
3865 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
3876 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
3883 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
3915 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
5059 for _ in range(2):
5668 base_it = range(10) # type: Iterator[int]
5675 base_it = range(1
[all...]
/third_party/skia/experimental/sktext/src/
H A DText.cpp21 bool UnicodeText::isWhitespaces(TextRange range) const { in isWhitespaces()
22 for (auto i = range.fStart; i < range.fEnd; ++i) { in isWhitespaces()
108 // Check all text range that have not been resolved yet in resolveChain()
301 // Convert utf8 range into utf16 range
698 // We look for the narrowest glyph range adjusted to positionType that contains the point.
700 // Therefore it's going to be represented by a single text range only
837 // Set the glyph range after the last glyph
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs876 pub fn subspan<R: RangeBounds<usize>>(&self, range: R) -> Option<Span> { in subspan()
879 Literal::Compiler(lit) => lit.subspan(range).map(Span::Compiler), in subspan()
882 Literal::Fallback(lit) => lit.subspan(range).map(Span::Fallback), in subspan()
/third_party/rust/crates/regex/src/
H A Dcompile.rs351 // See comments above for why we set the ASCII range here. in c()
991 for (i, range) in self.ranges.iter().enumerate() { in compile()
993 utf8_seqs.reset(range.start(), range.end()); in compile()
1075 /// UTF-8 automata. For example, consider the Unicode range \u{0}-\u{FFFF}.
/third_party/spirv-tools/source/opt/
H A Dir_context.cpp787 auto range = id_to_name_->equal_range(inst->GetSingleWordInOperand(0)); in RemoveFromIdToName() local
788 for (auto it = range.first; it != range.second; ++it) { in RemoveFromIdToName()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboUtil.cpp378 const Range<GLenum> range = GLS_ARRAY_RANGE(s_cubeMapFaces); in glInit() local
379 for (const GLenum* it = range.begin(); it != range.end(); it++) in glInit()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp959 const Vec2 range (-1e8f, +1e8f); in getInputValues()
962 fillRandomScalars(rnd, range.x(), range.y(), values[0], numValues*scalarSize); in getInputValues()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs1512 black_box(map.range(f(i, j))); in bench_range()
3816 // orthogonally from range types; therefore, it is worth testing
3824 ($s:expr, $range:expr, $expected:expr) => {
3831 assert_eq!(&s[$range], expected, "(in assertion for: index)");
3832 assert_eq!(s.get($range), Some(expected), "(in assertion for: get)");
3835 s.get_unchecked($range),
3845 assert_eq!(&mut s[$range], expected, "(in assertion for: index_mut)",);
3847 s.get_mut($range),
3853 s.get_unchecked_mut($range),
3895 // output str. This helps validate "critical points" where an input range
30832 pub fn range<T: ?Sized, R>(&self, range: R) -> Range<'_, K, V> range() functions
32437 pub fn range<K: ?Sized, R>(&self, range: R) -> Range<'_, T> range() functions
34819 fn range<'a, 'new>(v: Range<'a, &'static str>) -> Range<'a, &'new str> { into_iter() functions
34839 fn range<T: Sync + Ord>(v: &BTreeSet<T>) -> impl Sync + '_ { range() functions
34878 fn range<T: Send + Sync + Ord>(v: &BTreeSet<T>) -> impl Send + '_ { range() functions
36818 fn range<T: Ord>(v: &BTreeMap<Box<T>, ()>, t: T) { test_borrow() functions
37209 fn range<T: Sync + Ord>(v: &BTreeMap<T, T>) -> impl Sync + '_ { drain_filter() functions
37278 fn range<T: Send + Sync + Ord>(v: &BTreeMap<T, T>) -> impl Send + '_ { iter() functions
41451 pub fn range<R>(&self, range: R) -> Iter<'_, T> range() functions
[all...]
/third_party/backends/backend/
H A Dartec_eplus48u.c2779 s->opt[OPT_BLACK_LEVEL].constraint.range = &blacklevel_range; in init_options()
2808 s->opt[OPT_BRIGHTNESS].constraint.range = &brightness_contrast_range; in init_options()
2818 s->opt[OPT_CONTRAST].constraint.range = &brightness_contrast_range; in init_options()
2828 s->opt[OPT_GAMMA].constraint.range = &gamma_range; in init_options()
2839 s->opt[OPT_GAMMA_R].constraint.range = &gamma_range; in init_options()
2849 s->opt[OPT_GAMMA_G].constraint.range = &gamma_range; in init_options()
2859 s->opt[OPT_GAMMA_B].constraint.range = &gamma_range; in init_options()
2886 s->opt[OPT_TL_X].constraint.range = &scan_range_x; in init_options()
2896 s->opt[OPT_TL_Y].constraint.range = &scan_range_y; in init_options()
2906 s->opt[OPT_BR_X].constraint.range in init_options()
[all...]
H A Davision.c1573 /* used when scanner returns invalid range fields ... */
4848 DBG (3, "attach: x/y-range for mode %d is valid!\n", mode); in attach()
4861 DBG (1, "attach: x/y-range for mode %d is invalid! Using a default.\n", mode); in attach()
4879 DBG (1, "attach: Mode %d range is now: %f x %f mm.\n", in attach()
7043 s->opt[OPT_RESOLUTION].constraint.range = &dev->dpi_range; in init_options()
7059 s->opt[OPT_SPEED].constraint.range = &dev->speed_range; in init_options()
7079 s->opt[OPT_TL_X].constraint.range = &dev->x_range; in init_options()
7089 s->opt[OPT_TL_Y].constraint.range = &dev->y_range; in init_options()
7099 s->opt[OPT_BR_X].constraint.range = &dev->x_range; in init_options()
7109 s->opt[OPT_BR_Y].constraint.range in init_options()
[all...]
/third_party/backends/backend/genesys/
H A Dgenesys.cpp141 * range for brightness and contrast
150 * range for expiration time
1680 /* With offset and coarse calibration we only want to get our input range into
4341 scanner->opt[option].constraint.range = &u14_range; in init_gamma_vector_option()
4346 scanner->opt[option].constraint.range = &u12_range; in init_gamma_vector_option()
4352 scanner->opt[option].constraint.range = &u16_range; in init_gamma_vector_option()
4357 * allocate a geometry range
4358 * @param size maximum size of the range
4359 * @return a pointer to a valid range or nullptr
4363 SANE_Range range; in create_range() local
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dverifier.c88 * and the range of [ptr, ptr + map's value_size) is accessible.
615 verbose(env, ",r=%d", reg->range); in print_verifier_state()
1048 /* Clear id, off, and union(map_ptr, range) */ in __mark_reg_known()
1105 /* The register can already have a range from prior markings. in reg_is_init_pkt_pointer()
1356 * Clear type, id, off, and union(map_ptr, range) and in __mark_reg_unknown()
1546 verbose(env, "jump out of range from insn %d to %d\n", i, off); in check_subprogs()
2123 * knowledge: if precise value or range is useful to prune jump branch, BPF
2126 * knowledge of SCALAR range is assumed, checked, and enforced. So, similar to
2150 * This also means that even if we needed precise SCALAR range to get to
2592 * dynamic range i
8587 struct tnum range = tnum_range(0, 1); check_return_code() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp173 FrameRateRange range; in RSAnimationTimingProtocolFuzzerTest() local
185 animationTimeProtocol->SetFrameRateRange(range); in RSAnimationTimingProtocolFuzzerTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp224 void RSInterfaces::SyncFrameRateRange(FrameRateLinkerId id, const FrameRateRange& range, in SyncFrameRateRange() argument
227 renderServiceClient_->SyncFrameRateRange(id, range, animatorExpectedFrameRate); in SyncFrameRateRange()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp357 FrameRateRange range; in HWTEST_F() local
358 proxy->SyncFrameRateRange(id, range, 0); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata.cpp794 std::pair<uint32_t, uint32_t> range = in FindRanges() local
796 ranges.push_back(range); in FindRanges()
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp339 filterPara.range = info.range; in OnDeviceFound()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsetup.c532 * range while in resources, end points to the last byte in in setup_resources()
533 * the range. in setup_resources()
612 struct reserved_range *range; in reserve_pgtables() local
614 for_each_physmem_reserved_type_range(RR_VMEM, range, &start, &end) in reserve_pgtables()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dhwmgr.h327 int (*start_thermal_controller)(struct pp_hwmgr *hwmgr, struct PP_TemperatureRange *range);
338 struct PP_TemperatureRange *range);
687 uint16_t usFanRPMMinLimit; /* Minimum limit range in percentage, need to calculate based on minRPM/MaxRpm */
688 uint16_t usFanRPMMaxLimit; /* Maximum limit range in percentage, usually set to 100% by default */
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c52 struct pinctrl_gpio_range *range, in mtk_pinmux_gpio_request_enable()
65 struct pinctrl_gpio_range *range, in mtk_pinmux_gpio_set_direction()
51 mtk_pinmux_gpio_request_enable(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int pin) mtk_pinmux_gpio_request_enable() argument
64 mtk_pinmux_gpio_set_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int pin, bool input) mtk_pinmux_gpio_set_direction() argument
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c392 "alt_bitX value not in correct range (-1 to 7)\n"); in abx500_get_mode()
596 struct pinctrl_gpio_range *range, in abx500_gpio_request_enable()
606 * pin, so refer back to our local range type, where we handily define in abx500_gpio_request_enable()
617 dev_err(pct->dev, "%s failed to locate range\n", __func__); in abx500_gpio_request_enable()
633 struct pinctrl_gpio_range *range, in abx500_gpio_disable_free()
947 * Compute number of GPIOs from the last SoC gpio range descriptors in abx500_get_gpio_num()
1055 /* We will handle a range of GPIO pins */ in abx500_gpio_probe()
595 abx500_gpio_request_enable(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned offset) abx500_gpio_request_enable() argument
632 abx500_gpio_disable_free(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned offset) abx500_gpio_disable_free() argument
/kernel/linux/linux-5.10/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c315 struct pinctrl_gpio_range *range, unsigned offset) in mvebu_pinmux_gpio_request_enable()
339 struct pinctrl_gpio_range *range, unsigned offset, bool input) in mvebu_pinmux_gpio_set_direction()
612 * as a range of one-pin groups with generic mvebu register in mvebu_pinctrl_probe()
660 * We treat unnamed controls as a range of one-pin groups in mvebu_pinctrl_probe()
662 * each in this range and assign a default group name. in mvebu_pinctrl_probe()
314 mvebu_pinmux_gpio_request_enable(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned offset) mvebu_pinmux_gpio_request_enable() argument
338 mvebu_pinmux_gpio_set_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned offset, bool input) mvebu_pinmux_gpio_set_direction() argument

Completed in 93 milliseconds

1...<<121122123124125126127128129130>>...170