Home
last modified time | relevance | path

Searched refs:range (Results 2476 - 2500 of 3974) sorted by relevance

1...<<919293949596979899100>>...159

/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A Dfiltration.py347 for _ in range(len(files))
352 for _ in range(len(files))
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py88 for i in range(2):
101 for i in range(2):
/third_party/python/Lib/test/
H A Dtest_scope.py474 for i in range(100):
739 for i in range(y):
H A Dtest_winreg.py271 for _ in range(1000):
273 for i in range(num_values):
H A Dtest_dbm_dumb.py176 for dummy in range(5):
178 for dummy in range(100):
H A Dtest_imp.py45 for i in range(LOOPS):
49 for i in range(LOOPS):
H A Dtest_http_cookies.py212 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
435 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
H A Dtest_sys_setprofile.py239 for i in range(2):
261 for i in range(2):
H A Dtest_binop.py208 for i in range(1, 20):
209 for j in range(1, 20):
H A Dtest_kqueue.py155 for i in range(10):
223 for i in range(100):
H A Dtest_positional_only_arg.py96 fundef = "def f(%s, /):\n pass\n" % ', '.join('i%d' % i for i in range(300))
350 fundef = "def f(%s, /):\n pass\n" % ', '.join('i%d' % i for i in range(300))
H A Dtest_zipfile.py58 for i in range(FIXEDTEST_SIZE)]
685 for i in range(0, FIXEDTEST_SIZE))
766 for i in range(numfiles):
773 for i in range(numfiles):
783 for i in range(numfiles):
805 for i in range(numfiles, numfiles2):
812 for i in range(numfiles2):
1073 for r in range(1, len(params) + 1):
1851 for N in range(len(zipfiledata)):
1950 for i in range(FIXEDTEST_SIZ
[all...]
/third_party/python/Lib/
H A Dwave.py96 for i in range(0, len(data), width):
97 for j in range(width):
349 raise Error('position not in range')
H A Dprofile.py499 for i in range(n):
503 for i in range(m):
/third_party/skia/tools/skp/
H A Dwebpages_playback.py260 for _ in range(RETRY_RECORD_WPR_COUNT):
309 for _ in range(RETRY_RUN_MEASUREMENT_COUNT):
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcctz_benchmark.cc1004 const std::string fmt = kFormats[state.range(0)]; in BM_Format_FormatTime()
1017 const std::string fmt = kFormats[state.range(0)]; in BM_Format_ParseTime()
/third_party/vk-gl-cts/scripts/
H A Drun_nightly.py183 for i in range(0, len(batchResults)):
194 for i in range(1, len(result.statusCodes)):
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_utils.c309 os_free(wpa_s->global->p2p_disallow_freq.range); in p2p_supported_freq_go()
310 wpa_s->global->p2p_disallow_freq.range = NULL; in p2p_supported_freq_go()
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py375 for retry in range(retries):
397 for retry in range(retries):
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-gic-v3-its.c2012 * allocate from. To allocate LPIs, just pick the first range that
2014 * amount. Once empty, remove the range from the list.
2016 * To free a range of LPIs, add a free range to the list, sort it and
2017 * merge the result if the new range happens to be adjacent to an
2036 struct lpi_range *range; in mk_lpi_range() local
2038 range = kmalloc(sizeof(*range), GFP_KERNEL); in mk_lpi_range()
2039 if (range) { in mk_lpi_range()
2040 range in mk_lpi_range()
2049 struct lpi_range *range, *tmp; alloc_lpi_range() local
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-gic-v3-its.c2026 * allocate from. To allocate LPIs, just pick the first range that
2028 * amount. Once empty, remove the range from the list.
2030 * To free a range of LPIs, add a free range to the list, sort it and
2031 * merge the result if the new range happens to be adjacent to an
2050 struct lpi_range *range; in mk_lpi_range() local
2052 range = kmalloc(sizeof(*range), GFP_KERNEL); in mk_lpi_range()
2053 if (range) { in mk_lpi_range()
2054 range in mk_lpi_range()
2063 struct lpi_range *range, *tmp; alloc_lpi_range() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-event.c1004 * Show line-range always requires debuginfo to find source file and
1020 /* Search a line range */ in __show_line_range()
1300 * Stuff 'lr' according to the line range described by 'arg'.
1301 * The line range syntax is described by:
1308 char *range, *file, *name = strdup(arg); in parse_line_range_desc() local
1317 range = strchr(name, ':'); in parse_line_range_desc()
1318 if (range) { in parse_line_range_desc()
1319 *range++ = '\0'; in parse_line_range_desc()
1321 err = parse_line_num(&range, &lr->start, "start line"); in parse_line_range_desc()
1325 if (*range in parse_line_range_desc()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c48 /* Long enough to ensure no retry fault comes after svm range is restored and
60 /* Giant svm range split into smaller ranges based on this, it is decided using
74 const struct mmu_notifier_range *range,
85 * @prange: svm range structure to be removed
121 * svm_range_add_to_svms - add svm range to svms
122 * @prange: svm range structure to be added
124 * Add the svm range to svms interval tree and link list
187 bo_adev->kfd.pgmap.range.start; in svm_range_dma_map_dev()
446 * Migrate from GPU to GPU, remove range from source svm_bo->node in svm_range_validate_svm_bo()
447 * range lis in svm_range_validate_svm_bo()
2498 svm_range_cpu_invalidate_pagetables(struct mmu_interval_notifier *mni, const struct mmu_notifier_range *range, unsigned long cur_seq) svm_range_cpu_invalidate_pagetables() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.c1032 * Show line-range always requires debuginfo to find source file and
1048 /* Search a line range */ in __show_line_range()
1328 * Stuff 'lr' according to the line range described by 'arg'.
1329 * The line range syntax is described by:
1336 char *range, *file, *name = strdup(arg); in parse_line_range_desc() local
1345 range = strchr(name, ':'); in parse_line_range_desc()
1346 if (range) { in parse_line_range_desc()
1347 *range++ = '\0'; in parse_line_range_desc()
1349 err = parse_line_num(&range, &lr->start, "start line"); in parse_line_range_desc()
1353 if (*range in parse_line_range_desc()
[all...]
/third_party/backends/backend/
H A Dartec.c2291 s->opt[OPT_TL_X].constraint.range = &s->hw->x_range; in init_options()
2302 s->opt[OPT_TL_Y].constraint.range = &s->hw->y_range; in init_options()
2313 s->opt[OPT_BR_X].constraint.range = &s->hw->x_range; in init_options()
2324 s->opt[OPT_BR_Y].constraint.range = &s->hw->y_range; in init_options()
2352 s->opt[OPT_CONTRAST].constraint.range = &s->hw->brightness_range; in init_options()
2367 s->opt[OPT_BRIGHTNESS].constraint.range = &s->hw->contrast_range; in init_options()
2382 s->opt[OPT_THRESHOLD].constraint.range = &s->hw->threshold_range; in init_options()
2432 s->opt[OPT_GAMMA_VECTOR].constraint.range = &u8_range; in init_options()
2443 s->opt[OPT_GAMMA_VECTOR_R].constraint.range = &(s->gamma_range); in init_options()
2454 s->opt[OPT_GAMMA_VECTOR_G].constraint.range in init_options()
[all...]

Completed in 39 milliseconds

1...<<919293949596979899100>>...159