/third_party/skia/experimental/sktext/src/ |
H A D | Text.cpp | 21 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 D | wrapper.rs | 876 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 D | compile.rs | 351 // 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 D | ir_context.cpp | 787 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 D | glsFboUtil.cpp | 378 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 D | vktShaderCommonFunctionTests.cpp | 959 const Vec2 range (-1e8f, +1e8f); in getInputValues() 962 fillRandomScalars(rnd, range.x(), range.y(), values[0], numValues*scalarSize); in getInputValues()
|
/third_party/backends/backend/ |
H A D | artec_eplus48u.c | 2779 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 D | avision.c | 1573 /* 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...] |
H A D | canon_dr.c | 2392 opt->constraint.range = &s->res_range; in sane_get_option_descriptor() 2423 opt->constraint.range = &(s->tl_x_range); in sane_get_option_descriptor() 2441 opt->constraint.range = &(s->tl_y_range); in sane_get_option_descriptor() 2459 opt->constraint.range = &(s->br_x_range); in sane_get_option_descriptor() 2477 opt->constraint.range = &(s->br_y_range); in sane_get_option_descriptor() 2495 opt->constraint.range = &s->paper_x_range; in sane_get_option_descriptor() 2522 opt->constraint.range = &s->paper_y_range; in sane_get_option_descriptor() 2552 opt->constraint.range = &s->brightness_range; in sane_get_option_descriptor() 2575 opt->constraint.range = &s->contrast_range; in sane_get_option_descriptor() 2598 opt->constraint.range in sane_get_option_descriptor() [all...] |
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 141 * 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...] |
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 529 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 D | test_typing.py | 82 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...] |
H A D | test_os.py | 354 self.assertIn(i, range(0, 6)); 393 self.assertIn(i, range(0, bytes_to_copy+1)); 438 self.assertIn(i, range(0, 6)); 473 self.assertIn(i, range(0, bytes_to_copy+1)); 513 self.assertIn(i, range(0, bytes_to_copy+1)); 608 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 665 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 1458 iters = [self.walk(base, topdown=False) for j in range(100)] 1459 for i in range(depth + 1): 1465 iters = [self.walk(base, topdown=True) for j in range(10 [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 551 ctx->di.ubos[shader][slot].range = ctx->ubos[shader][slot].buffer_size; in update_descriptor_state_ubo() 552 assert(ctx->di.ubos[shader][slot].range <= screen->info.props.limits.maxUniformBufferRange); in update_descriptor_state_ubo() 556 ctx->di.ubos[shader][slot].range = VK_WHOLE_SIZE; in update_descriptor_state_ubo() 577 ctx->di.ssbos[shader][slot].range = ctx->ssbos[shader][slot].buffer_size; in update_descriptor_state_ssbo() 581 ctx->di.ssbos[shader][slot].range = VK_WHOLE_SIZE; in update_descriptor_state_ssbo() 779 create_bvci(struct zink_context *ctx, struct zink_resource *res, enum pipe_format format, uint32_t offset, uint32_t range) in create_bvci() argument 795 bvci.range = !offset && range == res->base.b.width0 ? VK_WHOLE_SIZE : range; in create_bvci() 797 if (bvci.range ! in create_bvci() [all...] |
H A D | zink_batch.c | 432 VkMappedMemoryRange range = zink_resource_init_mem_range(screen, obj, 0, obj->size); in submit_queue() local 434 result = VKSCR(FlushMappedMemoryRanges)(screen->dev, 1, &range); in submit_queue()
|
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/ |
H A D | audio_capture_benchmarktest.cpp | 359 int32_t range = RANGE_VALUE;
in BENCHMARK_F() local 371 ret = capture_->AudioDevDump(capture_, range, fd);
in BENCHMARK_F()
|
/test/xts/hats/hdf/audio/idl/benchmarktest/render/ |
H A D | audio_render_benchmarktest.cpp | 292 int32_t range = RANGE_VALUE;
in BENCHMARK_F() local 304 ret = render_->AudioDevDump(render_, range, fd);
in BENCHMARK_F()
|
/third_party/curl/lib/ |
H A D | rtsp.c | 414 /* Check to see if there is a range set in the custom headers */ in rtsp_do() 415 if(!Curl_checkheaders(data, STRCONST("Range")) && data->state.range) { in rtsp_do() 417 data->state.aptr.rangeline = aprintf("Range: %s\r\n", data->state.range); in rtsp_do() 462 "%s" /* range */ in rtsp_do()
|
/third_party/mbedtls/tests/scripts/ |
H A D | test_generate_test_code.py | 110 for i in range(count): 175 for i in range(count):
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_shader.c | 137 /* All stages share the same range. We could potentially add in lower_load_push_constant() 581 /* Figure out the range of push constants that we're actually going to push to 582 * the shader, and tell the backend to reserve this range when pushing UBO 604 uint32_t range = nir_intrinsic_range(intrin); in gather_push_constants() local 606 max = MAX2(max, base + range); in gather_push_constants() 624 * the range and change units accordingly. in gather_push_constants()
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk.c | 384 // the .range calculation assumes an 8-bit radix in radix_sort_vk_create() 386 rs->internal.histograms.range = keyval_bytes * (RS_RADIX_SIZE * sizeof(uint32_t)); in radix_sort_vk_create() 393 rs->internal.partitions.offset = rs->internal.histograms.offset + rs->internal.histograms.range; in radix_sort_vk_create()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_resource.c | 43 /* Map a range of a staging buffer. The updated contents should be transferred 186 /* When the transfer range consists of only uninitialized data, we can in virgl_resource_transfer_prepare() 187 * assume the GPU is not accessing the range and readback is unnecessary. in virgl_resource_transfer_prepare() 359 * larger range from the upload buffer, and later update the uploader in virgl_staging_map() 361 * within that range. in virgl_staging_map() 467 /* We can safely clear the range here, since it will be repopulated in the in virgl_resource_realloc() 569 * valid range, since that would result in missed readbacks in future in virgl_resource_transfer_map() 571 * VIRGL_TRANSFER_MAP_REALLOC we already take care of the buffer range in virgl_resource_transfer_map() 810 * buffer range. in virgl_buffer_subdata() 881 util_range_init(&trans->range); in virgl_resource_create_transfer() [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_blit.c | 664 .range = 1, in v3d_get_sand8_fs() 725 .range = ~0); in v3d_get_sand8_fs()
|
/third_party/node/deps/v8/tools/ |
H A D | windbg.js | 69 print(" prints address/map pointers of objects found inside the range"); 474 print(`objects in range ${hex(start)} - ${hex(end)}`); 487 print(`found ${count} objects in range ${hex(start)} - ${hex(end)}`)
|
/third_party/node/deps/v8/src/torque/ |
H A D | instructions.cc | 74 stack->DeleteRange(range); in TypeInstruction() 79 locations->DeleteRange(range); in RecomputeDefinitionLocations()
|