Searched refs:range (Results 2251 - 2275 of 4054) sorted by relevance
1...<<919293949596979899100>>...163
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_scan.h | 196 /** The range with which the array was declared. */ 197 struct tgsi_declaration_range range; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw_private.h | 225 const SVGA3dPrimitiveRange *range,
|
/third_party/libabigail/ |
H A D | gen-changelog.py | 46 for i in range(1, len(lines)):
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvTableCollector.java | 82 return IntStream.range(0, length).mapToObj(n -> pad(row.get(n), maxLength(n))); in getRow()
|
/third_party/python/Tools/demo/ |
H A D | markov.py | 20 for i in range(len(seq)):
|
/third_party/python/Tools/scripts/ |
H A D | generate_re_casefix.py | 45 for c in map(chr, range(sys.maxunicode + 1)):
|
/third_party/python/Tools/tz/ |
H A D | zdump.py | 34 for i in range(tzh_typecnt):
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_refcounts.py | 112 for _ in range(10000):
|
/third_party/python/Lib/encodings/ |
H A D | rot_13.py | 50 rot13_map = codecs.make_identity_dict(range(256))
|
/third_party/python/Lib/html/ |
H A D | __init__.py | 111 for x in range(len(s)-1, 1, -1):
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | _compat.py | 12 range_type = range
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | plurrule.h | 111 * within_relation = expr ('not')? 'within' range 113 * range_list = (range | value) (',' range_list)* 116 * range = value'..'value 171 * The difference between 'in' and 'within' is that 'in' only includes integers in the specified range, while 'within' 180 * integers in the specified range, while 'within' includes all values. 378 * Given a formatted number range, returns the overall plural form of the 379 * range. For example, "3-5" returns "other" in English. 386 * @param range The number range onto which the rules will be applied. 393 UnicodeString select(const number::FormattedNumberRange& range, UErrorCod [all...] |
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
H A D | utils.py | 84 ld = [{} for _ in range(len(request.input_files))]
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | SkTypeface_ohos.cpp | 89 descriptor->getVariation()[i].axis = fontInfo->axisSet.range[i].fTag; in onGetFontDescriptor()
|
/third_party/skia/third_party/externals/dawn/scripts/ |
H A D | perf_test_runner.py | 136 for experiment in range(max_experiments):
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | chktrcmp.py | 25 for i in range( 1, len( sys.argv ) ):
|
/third_party/python/Lib/test/test_json/ |
H A D | test_unicode.py | 41 for i in range(0, 0xd7ff):
|
H A D | test_recursion.py | 85 for x in range(100000):
|
/third_party/python/Lib/test/ |
H A D | test_opcodes.py | 10 for i in range(10):
|
/third_party/python/Lib/turtledemo/ |
H A D | clock.py | 46 for i in range(60):
|
H A D | forest.py | 27 for i in range(parts):
|
/third_party/python/Modules/_decimal/tests/ |
H A D | bench.py | 83 for i in range(10000):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ |
H A D | Annotations.cpp | 79 Annotations::Range Annotations::range(llvm::StringRef Name) const { in range() function in Annotations 82 "expected exactly one range", Code); in range()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | source.cc | 42 auto rng = source.range; in operator <<()
|
/third_party/skia/tools/fonts/ |
H A D | generate_fir_coeff.py | 22 """Returns the percent of samples within the std deviation range a, b""" 35 # We have some smudged samples which represent the average coverage of a range. 53 ) for subpxl_index in range(subpxls_per_pixel)
|
Completed in 9 milliseconds
1...<<919293949596979899100>>...163