Home
last modified time | relevance | path

Searched refs:range (Results 1526 - 1550 of 2398) sorted by relevance

1...<<61626364656667686970>>...96

/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c202 uint32_t range = nir_intrinsic_range(intrin); in lower_load_push_constant() local
204 data->size = MAX2(base + range, data->size); in lower_load_push_constant()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_nir_lower_descriptors.c236 .align_mul=16, .range=~0); in build_buffer_addr_for_res_index()
391 .range=~0); in load_resource_deref_desc()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h87 // Represents code points (with values up to 0x10FFFF) in the range from from_
108 CharacterRange range) { in List()
111 list->Add(range, zone); in List()
129 // Whether a range list is in canonical form: Ranges ordered by from value,
132 // Convert range list to canonical form. The characters covered by the ranges
133 // will still be the same, but no character is in more than one range, and
137 // Negate the contents of a character range in canonical form.
141 // Remove all ranges outside the one-byte range.
290 // Convert the empty set of ranges to the negated Everything() range. in RegExpCharacterClass()
107 List(Zone* zone, CharacterRange range) List() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java65 // lengths are merged into a contiguous range. It's basically like turning a range into "\d{n,m}"
90 // Overwrite an existing range. in testBasicAssign()
95 // Partially overwrite an existing range (same value). in testBasicAssign()
100 // Fail to overwrite range with a different value in "SAME" mode. in testBasicAssign()
136 // Note that the 12xxxxx range is replaced by the fixed line in the type map. in testApplyChanges()
139 // Area code length unaffected by update of the 12xxxxx range (only type was affected). in testApplyChanges()
271 // contains the shortest unique prefix for each range. The mapping from TOLL_FREE could not in testGetPrefixMap()
272 // contain only "4[0-8]" since that would not match "49123". Overlapping range lengths with in testGetPrefixMap()
317 // The 156 range go in testSimplify_multipleColumns()
408 assigned( String range, Column<?> column, Object value) assigned() argument
[all...]
/third_party/python/Lib/idlelib/
H A Dsidebar.py175 # start_line is set upon <Button-1> to allow selecting a range of rows
351 map(str, range(self.prev_end + 1, end + 1)),
536 text.insert('1.0', '\n'.join('a'*i for i in range(1, 101)))
/third_party/python/Lib/
H A Dmodulefinder.py130 for i in range(self.indent):
596 for i in range(len(consts)):
/third_party/python/Lib/msilib/
H A D__init__.py92 for i in range(len(seq)):
108 for i in range(count):
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp695 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
706 vk.cmdClearColorImage(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, &clearColor.color, 1, &range); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockBasic.cpp695 VkImageSubresourceRange range = makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u); in iterate() local
706 vk.cmdClearColorImage(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, &clearColor.color, 1, &range); in iterate()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_stats.py540 "range": {
588 'range': header_range,
602 'range': header_range,
607 "', body=" + str(append_values_request_body) + ", range='" + header_range +
613 range=header_range,
639 for i in range(len(headers)):
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp279 &params->color, 1, &params->range); in executeCommands()
287 &params->depthStencil, 1, &params->range); in executeCommands()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
H A DSfntDump.java161 System.out.println("glyph dump option requires a glyph range or list"); in main()
183 System.out.println("character dump option requires a glyph range or list"); in main()
225 System.out.println("FontDumper [-all|-a] [-table] [-t tag] [-name] [-cmap] [-g|-glyph range|li" in printUsage()
226 + "st] [-c|-char range|list] [-?|-h|-help] fontfile | directory"); in printUsage()
255 private static final BitSet parseRange(String range) { in parseRange() argument
258 Matcher m = RANGE_PATTERN.matcher(range); in parseRange()
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py263 lineno, type, value = (property(itemgetter(x)) for x in range(3))
363 for _ in range(n):
/third_party/skia/src/ports/
H A DSkFontMgr_mac_ct.cpp509 CFRange range = CFRangeMake(0, CFStringGetLength(string.get())); // in UniChar units.
511 CTFontCreateForString(familyFont.get(), string.get(), range));
/third_party/python/Lib/test/
H A Dtest_gdb.py344 self.assertGdbRepr(list(range(5)))
358 self.assertGdbRepr(bytes([b for b in range(255)]))
639 gdb_repr, gdb_output = self.get_gdb_repr('id(list(range(1000)))')
845 for i in range(4):
H A Dtest_dictviews.py264 for i in range(sys.getrecursionlimit() + 100):
302 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py536 for i in range(n_children_to_stop - n_sentinels_sent):
753 for _ in range(len(self._processes), self._max_workers):
/third_party/backends/sanei/
H A Dsanei_scsi.c5231 IOVirtualRange range; in sanei_scsi_cmd2_old_api() local
5361 range.address = (IOVirtualAddress) dst; in sanei_scsi_cmd2_old_api()
5362 range.length = *dst_size; in sanei_scsi_cmd2_old_api()
5368 range.address = (IOVirtualAddress) src; in sanei_scsi_cmd2_old_api()
5369 range.length = src_size; in sanei_scsi_cmd2_old_api()
5377 &range, 1, isWrite, sane_scsicmd_timeout * 1000, in sanei_scsi_cmd2_old_api()
5688 SCSITaskSGElement range; in ExecuteSCSITask() local
5690 IOVirtualRange range; in ExecuteSCSITask() local
5703 /* Configure the virtual range for the buffer. */ in ExecuteSCSITask()
5704 range in ExecuteSCSITask()
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest_email.py1028 msg['References'] = SPACE.join('<%d@dom.ain>' % i for i in range(10))
3358 threads = [MsgidsThread() for i in range(5)]
3614 s = ''.join(choice(chars) for i in range(n)) + '\n'
3619 for i in range(0, len(s), chunksize):
4203 for i in range(0, len(self.latin_bin_msg), 10):
4327 for size in range(15):
4379 range(ord('a'), ord('z') + 1),
4380 range(ord('A'), ord('Z') + 1),
4381 range(ord('0'), ord('9') + 1),
4385 self.hnon = [c for c in range(25
[all...]
/third_party/backends/backend/
H A Dpieusb_specific.c391 dev->maximum_exposure = inq->maximumExposure*4; /* *4 to solve the strange situation that the default value is out of range */ in pieusb_initialize_device_definition()
680 scanner->opt[OPT_RESOLUTION].constraint.range = &scanner->device->dpi_range; in sanei_pieusb_init_options()
701 scanner->opt[OPT_THRESHOLD].constraint.range = &percentage_range_100; in sanei_pieusb_init_options()
779 scanner->opt[OPT_TL_X].constraint.range = &(scanner->device->x_range); in sanei_pieusb_init_options()
789 scanner->opt[OPT_TL_Y].constraint.range = &(scanner->device->y_range); in sanei_pieusb_init_options()
799 scanner->opt[OPT_BR_X].constraint.range = &(scanner->device->x_range); in sanei_pieusb_init_options()
809 scanner->opt[OPT_BR_Y].constraint.range = &(scanner->device->y_range); in sanei_pieusb_init_options()
948 scanner->opt[i].constraint.range = &(scanner->device->exposure_range); in sanei_pieusb_init_options()
970 scanner->opt[i].constraint.range = &gain_range; in sanei_pieusb_init_options()
991 scanner->opt[i].constraint.range in sanei_pieusb_init_options()
[all...]
/third_party/openssl/test/
H A Dbntest.c2104 * of samples and range. The samples are assumed to be independent and
2113 unsigned int range; member
2122 const unsigned int range = rand_range_cases[n].range; in test_rand_range_single() local
2125 const double expected = iterations / (double)range; in test_rand_range_single()
2132 if (!TEST_ptr(counts = OPENSSL_zalloc(sizeof(*counts) * range)) in test_rand_range_single()
2135 || !TEST_true(BN_set_word(rng, range))) in test_rand_range_single()
2139 || !TEST_uint_lt(v = (unsigned int)BN_get_word(val), range)) in test_rand_range_single()
2144 for (i = 0; i < range; i++) { in test_rand_range_single()
2152 TEST_note("test case %zu range in test_rand_range_single()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp227 << "// ERROR: expected in range " in verifyCurrentVertexAttribConversion()
3581 gls::StateQueryUtil::StateQueryMemoryWriteGuard<glw::GLint[2]> range; in test() local
3585 glGetShaderPrecisionFormat(m_shaderType, m_precisionType, range, &precision); in test()
3588 if (!range.verifyValidity(m_testCtx)) in test()
3595 << "range[0] = " << range[0] << "\n" in test()
3596 << "range[1] = " << range[1] << "\n" in test()
3606 if (range[0] != expected.negativeRange || in test()
3607 range[ in test()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java109 * standards do not define their semantics beyond the ASCII range, which means
4326 * the range &#92;u0000 through &#92;u001F or in the range &#92;u007F through
4619 // see java.lang.Character.isIdentifierIgnorable() on range of in isIdentifierIgnorable()
4967 * null if the character is unassigned or outside the range
5039 * Returns null if the character is unassigned or outside the range
5220 * If out of range, null is returned.
5223 * general, valid values range from 0 up to some maximum. There
5227 * and range from 0..240. (3.) UProperty.GENERAL_CATEGORY_MASK values
5815 if(trieIterator.hasNext() && !(range in next()
5832 private Trie2.Range range; global() field in UCharacter.UCharacterTypeIterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java109 * standards do not define their semantics beyond the ASCII range, which means
3641 * the range &#92;u0000 through &#92;u001F or in the range &#92;u007F through
3924 // see java.lang.Character.isIdentifierIgnorable() on range of in isIdentifierIgnorable()
4255 * null if the character is unassigned or outside the range
4325 * Returns null if the character is unassigned or outside the range
4502 * If out of range, null is returned.
4505 * general, valid values range from 0 up to some maximum. There
4509 * and range from 0..240. (3.) UProperty.GENERAL_CATEGORY_MASK values
5072 if(trieIterator.hasNext() && !(range in next()
5089 private Trie2.Range range; global() field in UCharacter.UCharacterTypeIterator
[all...]
/third_party/libuv/src/unix/
H A Dcore.c1646 int range; in uv_thread_setpriority() local
1678 range = max - min; in uv_thread_setpriority()
1685 prio = min + range * 3 / 4; in uv_thread_setpriority()
1688 prio = min + range / 2; in uv_thread_setpriority()
1691 prio = min + range / 4; in uv_thread_setpriority()

Completed in 69 milliseconds

1...<<61626364656667686970>>...96