/third_party/node/deps/v8/src/compiler/ |
H A D | scheduler.cc | 1061 bool range = loops_[i].header->LoopContains(block); in PrintRPO() local 1062 bool membership = loops_[i].header != block && range; in PrintRPO() 1064 os << (range ? "x" : " "); in PrintRPO() 1068 os << " range: [B" << block->rpo_number() << ", B" in PrintRPO()
|
/third_party/libabigail/src/ |
H A D | abg-suppression.cc | 576 /// @param r the new insertion range vector. 581 /// Getter for the vector of data member insertion range that 590 /// Getter for the vector of data member insertion range that 813 type_suppression::insertion_range_sptr range = *i; in suppresses_diff() local 816 (range->begin(), first_type_decl, range_begin_val)) in suppresses_diff() 819 (range->end(), first_type_decl, range_end_val)) in suppresses_diff() 849 // match the insertion range specified. So in suppresses_diff() 854 // insertion range constraints have been in suppresses_diff() 1246 /// @param begin the start of the range. A range boundar [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_streams.py | 873 await asyncio.gather(*[drainer(stream) for _ in range(10)]) 966 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 975 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 396 for insertpt in range(len(line)): 940 for index in range(0, end): 1570 # it's in a reasonable range (e.g., it will be 0 if no indented 1745 for i in range(20):
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 363 VkDeviceSize range; 372 , range (range_) 399 params.range, // VkDeviceSize range;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 324 VkDeviceSize range; 333 , range (range_) 360 params.range, // VkDeviceSize range;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_2_0_autogen.h | 312 GLint *range, 942 GLint *range, 949 GLint *range,
|
H A D | frame_capture_utils.cpp | 206 void SerializeRange(JsonSerializer *json, const gl::Range<T> &range) in SerializeRange() argument 209 json->addScalar("Low", range.low()); in SerializeRange() 210 json->addScalar("High", range.high()); in SerializeRange()
|
/third_party/python/Lib/test/ |
H A D | test_curses.py | 531 for i in range(6): 935 # range may be restricted, so we need to check if the limit is still 1038 for i in range(100): 1230 for i in range(256):
|
H A D | test_socket.py | 1194 # Make sure getservbyport does not accept out of range ports. 1720 for protocol in range(pickle.HIGHEST_PROTOCOL + 1): 1722 for protocol in range(pickle.HIGHEST_PROTOCOL + 1): 3404 values = list(range(257)) + list(range(toobig - 257, toobig)) 3425 values = list(range(257)) + list(range(toobig - 257, toobig)) 3457 for i in range(n): 3910 # and traffic class and hop limit are in range (hop limit no 4861 threading.Event() for i in range( [all...] |
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 196 for x in range(2): 321 L = [("default",X(),UserWarning,X(),0) for i in range(2)] 410 for i in range(4):
|
/third_party/python/Parser/ |
H A D | asdl_c.py | 213 for i in range(len(sum.types)): 279 for i in range(len(sum.types)): 1287 for i in range(len(sum.types)):
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 563 const Descriptor::ExtensionRange* range = descriptor->extension_range(i); in GetExtensionRanges() local 564 PyObject* start = PyInt_FromLong(range->start); in GetExtensionRanges() 565 PyObject* end = PyInt_FromLong(range->end); in GetExtensionRanges()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderCommonFunctionTests.cpp | 1007 const Vec2 range (-1e8f, +1e8f); in getInputValues() 1010 fillRandomScalars(rnd, range.x(), range.y(), values[0], numValues*scalarSize); in getInputValues()
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 180 // page->area_start() as start of range on all pages. in VerifyMarking() 184 PageRange range(space->first_allocatable_address(), end); in VerifyMarking() 185 for (auto it = range.begin(); it != range.end();) { in VerifyMarking() 187 Address limit = it != range.end() ? page->area_end() : end; in VerifyMarking() 372 PageRange range(space->first_allocatable_address(), space->top()); in VerifyEvacuation() 373 for (auto it = range.begin(); it != range.end();) { in VerifyEvacuation() 376 Address limit = it != range.end() ? page->area_end() : space->top(); in VerifyEvacuation() 2164 auto range in ProcessEphemeronsLinear() local [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 5344 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in iris_restore_render_saved_bos() local 5346 if (range->length == 0) in iris_restore_render_saved_bos() 5351 &shader->bt, IRIS_SURFACE_GROUP_UBO, range->block); in iris_restore_render_saved_bos() 5625 const struct brw_ubo_range *range = &prog_data->ubo_ranges[i]; in setup_constant_buffers() local 5627 if (range->length == 0) in setup_constant_buffers() 5630 push_range_sum += range->length; in setup_constant_buffers() 5632 if (range->length > push_bos->max_length) in setup_constant_buffers() 5633 push_bos->max_length = range->length; in setup_constant_buffers() 5637 &shader->bt, IRIS_SURFACE_GROUP_UBO, range->block); in setup_constant_buffers() 5648 push_bos->buffers[n].length = range in setup_constant_buffers() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | snowenc.c | 263 int range = MAX_MV >> (1 + qpel); in encode_q_branch() local 305 c->xmin = FFMAX(c->xmin, -range); in encode_q_branch() 306 c->xmax = FFMIN(c->xmax, range); in encode_q_branch() 307 c->ymin = FFMAX(c->ymin, -range); in encode_q_branch() 308 c->ymax = FFMIN(c->ymax, range); in encode_q_branch()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opcodes.py | 182 for i in range(min(num_operands, 2)): 877 for i in range(8): 887 for i in range(16): 915 for i in range(1, 7): # [1..6] 925 for i in range(8):
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 1675 pa_log_warn("Failed to get volume range of %s: %s", buf, pa_alsa_strerror(r)); in element_probe_volume() 1681 pa_log_warn("Your kernel driver is broken for element %s: it reports a volume range from %li to %li which makes no sense.", in element_probe_volume() 1687 pa_log_warn("Constant volume %li configured for element %s, but the available range is from %li to %li.", in element_probe_volume() 1695 pa_log_warn("The step range of the decibel fix for element %s (%li-%li) doesn't fit to the " in element_probe_volume() 1696 "real hardware range (%li-%li). Disabling the decibel fix.", buf, in element_probe_volume() 1717 pa_log_warn("The decibel volume range for element %s (%li dB - %li dB) has negative maximum. " in element_probe_volume() 1718 "Disabling the decibel range.", buf, min_dB, max_dB); in element_probe_volume() 1742 pa_log_warn("Your kernel driver is broken: the reported dB range for %s (from %0.2f dB to %0.2f dB) " in element_probe_volume() 1756 pa_log_warn("Your kernel driver is broken: it reports a volume range from %0.2f dB to %0.2f dB which makes no sense.", in element_probe_volume() 1765 pa_log_warn("Volume limit for element %s of path %s is invalid: %li isn't within the valid range " in element_probe_volume() [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 1082 m.repeated_int32.extend(a for i in range(10)) # pylint: disable=undefined-variable 1085 a for i in range(10)) # pylint: disable=undefined-variable 1262 m.repeated_int32.extend(range(5)) 1274 for i in range(5): 1284 for i in range(5):
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 1636 * take a range of layers however, if we were to do this, we would need to in get_texel_buffer_copy_gs() 1684 .range = 4); in get_texel_buffer_copy_gs() 1762 .range = 16); in get_texel_buffer_copy_fs() 1768 .range = 4); in get_texel_buffer_copy_fs() 1774 .range = 4); in get_texel_buffer_copy_fs() 2069 .range = VK_WHOLE_SIZE, in texel_buffer_shader_copy() 2969 * the hardware takes care of clamping the source to the RT range. in get_blit_pipeline_cache_key() 3054 nir_load_push_constant(b, 4, 32, nir_imm_int(b, 0), .base = 0, .range = 16); in gen_tex_coords() 3057 nir_load_push_constant(b, 1, 32, nir_imm_int(b, 0), .base = 16, .range = 4); in gen_tex_coords()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 708 // a given index; it returns -1 if the index is out of range. A regular .ttf 720 int numGlyphs; // number of glyphs, needed for range checking 950 // and special effects. SDF values outside the range 0..255 are clamped to 0..255. 966 // choice of variables maps a range from 5 pixels outside the shape to 968 // outside effects only (the interior range is needed to allow proper 1574 if (glyph_index >= info->numGlyphs) return -1; // glyph index out of range in stbtt__GetGlyfOffset() 3021 // from here on, we don't have to range check x values 4171 stbtt_pack_range range; 4172 range.first_unicode_codepoint_in_range = first_unicode_codepoint_in_range; 4173 range [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 2065 // For interpreted frame we perform a range lookup in the handler table. in ThrowInternal() 3757 // range, so there's no need to remap embedded builtins. in ThrowInternal() 3768 // The un-embedded code blob is already a part of the registered code range in ThrowInternal() 4006 // The short builtin calls could still be enabled if allocated code range in ThrowInternal() 5455 // Either b1 or b2 are in the [a1, a2) range. in ThrowInternal() 5463 void Isolate::AddCodeMemoryRange(MemoryRange range) { in ThrowInternal() argument 5468 auto overlapping = [range](const MemoryRange& a) { in ThrowInternal() 5469 return Overlapping(range, a); in ThrowInternal() 5487 std::merge(old_code_pages->begin(), old_code_pages->end(), &range, &range in ThrowInternal() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2553 for (const auto& range : pcRanges) in iterate() 2554 vkd.cmdPushConstants(cmdBuffer, pipelineLayout.get(), range.stageFlags, range.offset, range.size, reinterpret_cast<const char*>(pcData.data()) + range.offset); in iterate() 3882 for index in range(arraySize): 3884 for comp in range(numComponents): 4607 // Push constant range.
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2553 for (const auto& range : pcRanges) in iterate() 2554 vkd.cmdPushConstants(cmdBuffer, pipelineLayout.get(), range.stageFlags, range.offset, range.size, reinterpret_cast<const char*>(pcData.data()) + range.offset); in iterate() 3882 for index in range(arraySize): 3884 for comp in range(numComponents): 4607 // Push constant range.
|