Home
last modified time | relevance | path

Searched refs:range (Results 2251 - 2275 of 4054) sorted by relevance

1...<<919293949596979899100>>...163

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h196 /** The range with which the array was declared. */
197 struct tgsi_declaration_range range; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_private.h225 const SVGA3dPrimitiveRange *range,
/third_party/libabigail/
H A Dgen-changelog.py46 for i in range(1, len(lines)):
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableCollector.java82 return IntStream.range(0, length).mapToObj(n -> pad(row.get(n), maxLength(n))); in getRow()
/third_party/python/Tools/demo/
H A Dmarkov.py20 for i in range(len(seq)):
/third_party/python/Tools/scripts/
H A Dgenerate_re_casefix.py45 for c in map(chr, range(sys.maxunicode + 1)):
/third_party/python/Tools/tz/
H A Dzdump.py34 for i in range(tzh_typecnt):
/third_party/python/Lib/ctypes/test/
H A Dtest_refcounts.py112 for _ in range(10000):
/third_party/python/Lib/encodings/
H A Drot_13.py50 rot13_map = codecs.make_identity_dict(range(256))
/third_party/python/Lib/html/
H A D__init__.py111 for x in range(len(s)-1, 1, -1):
/third_party/skia/third_party/externals/jinja2/
H A D_compat.py12 range_type = range
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dplurrule.h111 * 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 Dutils.py84 ld = [{} for _ in range(len(request.input_files))]
/third_party/skia/src/ports/skia_ohos/
H A DSkTypeface_ohos.cpp89 descriptor->getVariation()[i].axis = fontInfo->axisSet.range[i].fTag; in onGetFontDescriptor()
/third_party/skia/third_party/externals/dawn/scripts/
H A Dperf_test_runner.py136 for experiment in range(max_experiments):
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dchktrcmp.py25 for i in range( 1, len( sys.argv ) ):
/third_party/python/Lib/test/test_json/
H A Dtest_unicode.py41 for i in range(0, 0xd7ff):
H A Dtest_recursion.py85 for x in range(100000):
/third_party/python/Lib/test/
H A Dtest_opcodes.py10 for i in range(10):
/third_party/python/Lib/turtledemo/
H A Dclock.py46 for i in range(60):
H A Dforest.py27 for i in range(parts):
/third_party/python/Modules/_decimal/tests/
H A Dbench.py83 for i in range(10000):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
H A DAnnotations.cpp79 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 Dsource.cc42 auto rng = source.range; in operator <<()
/third_party/skia/tools/fonts/
H A Dgenerate_fir_coeff.py22 """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