/third_party/skia/fuzz/ |
H A D | FuzzCommon.cpp | 36 fuzz->nextRange(&fillType, 0, (uint8_t)SkPathFillType::kInverseEvenOdd); in FuzzNicePath() 39 fuzz->nextRange(&numOps, 0, maxOps); in FuzzNicePath() 49 fuzz->nextRange(&op, 0, PATH_OPERATIONS); in FuzzNicePath() 114 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath() 119 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath() 126 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath() 132 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath() 139 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath() 152 fuzz->nextRange(&ui, 0, 1); in FuzzNicePath() 158 fuzz->nextRange( in FuzzNicePath() [all...] |
H A D | FuzzPathop.cpp | 19 fuzz->nextRange(&choice, 0, 4); in DEF_FUZZ() 23 fuzz->nextRange(&ops, 0, MAX_OPS); in DEF_FUZZ() 29 fuzz->nextRange(&ft, 0, (int)SkPathFillType::kInverseEvenOdd); in DEF_FUZZ() 33 fuzz->nextRange(&op, 0, SkPathOp::kReverseDifference_SkPathOp); in DEF_FUZZ() 45 fuzz->nextRange(&ft, 0, (int)SkPathFillType::kInverseEvenOdd); in DEF_FUZZ() 61 fuzz->nextRange(&ft, 0, SkPathFillType::kInverseEvenOdd); in DEF_FUZZ() 66 fuzz->nextRange(&ft, 0, SkPathFillType::kInverseEvenOdd); in DEF_FUZZ() 70 fuzz->nextRange(&op, 0, SkPathOp::kReverseDifference_SkPathOp); in DEF_FUZZ() 74 fuzz->nextRange(&pickOutput, 0, 2); in DEF_FUZZ() 87 fuzz->nextRange( in DEF_FUZZ() [all...] |
H A D | FuzzCanvas.cpp | 92 fuzz->nextRange(&colorFilterType, 0, 8); in make_fuzz_colorfilter() 127 fuzz->nextRange(&invertStyle, 0, 2); in make_fuzz_colorfilter() 128 fuzz->nextRange(&contrast, -1.0f, 1.0f); in make_fuzz_colorfilter() 160 fuzz->nextRange(&pos[i], 1.0f, 1024.0f); in fuzz_gradient_stops() 185 fuzz->nextRange(&shaderType, 0, 14); in make_fuzz_shader() 244 fuzz->nextRange(&colorCount, 2, kMaxColors); in make_fuzz_shader() 267 fuzz->nextRange(&colorCount, 2, kMaxColors); in make_fuzz_shader() 288 fuzz->nextRange(&colorCount, 2, kMaxColors); in make_fuzz_shader() 308 fuzz->nextRange(&colorCount, 2, kMaxColors); in make_fuzz_shader() 328 fuzz->nextRange( in make_fuzz_shader() [all...] |
H A D | FuzzParsePath.cpp | 46 fuzz->nextRange(&reps, 0, 2); in add_white() 49 fuzz->nextRange(&index, 0, (int) SK_ARRAY_COUNT(gWhiteSpace) - 1); in add_white() 79 fuzz->nextRange(&legalIndex, 0, (int) SK_ARRAY_COUNT(gLegal) - 1); in MakeRandomParsePathPiece() 87 fuzz->nextRange(&reps, 1, 3); in MakeRandomParsePathPiece() 91 fuzz->nextRange(&coord, 0.0f, 100.0f); in MakeRandomParsePathPiece() 101 fuzz->nextRange(&s, -720.0f, 720.0f); in MakeRandomParsePathPiece() 120 fuzz->nextRange(&count, 0, 40); in DEF_FUZZ()
|
H A D | FuzzCreateDDL.cpp | 47 fuzz->nextRange(&R, -1, 2); in gen_fuzzed_skpaint() 48 fuzz->nextRange(&G, -1, 2); in gen_fuzzed_skpaint() 49 fuzz->nextRange(&B, -1, 2); in gen_fuzzed_skpaint() 50 fuzz->nextRange(&Alpha, 0, 1); in gen_fuzzed_skpaint() 57 fuzz->nextRange(&width, 1, kMaxWidth); in gen_fuzzed_imageinfo() 58 fuzz->nextRange(&height, 1, kMaxHeight); in gen_fuzzed_imageinfo() 63 fuzz->nextRange(&skcms, 0, 5); in gen_fuzzed_imageinfo() 94 fuzz->nextRange(&skcms, 0, 4); in gen_fuzzed_imageinfo()
|
H A D | FuzzEncoders.cpp | 29 fuzz->nextRange(&w, 1, MAX_WIDTH); in make_fuzzed_bitmap() 30 fuzz->nextRange(&h, 1, MAX_HEIGHT); in make_fuzzed_bitmap() 43 fuzz->nextRange(&opts.fZLibLevel, 0, 9); in DEF_FUZZ() 53 fuzz->nextRange(&opts.fQuality, 0, 100); in DEF_FUZZ() 63 fuzz->nextRange(&opts.fQuality, 0.0f, 100.0f); in DEF_FUZZ()
|
H A D | FuzzDrawFunctions.cpp | 27 fuzz->nextRange(&str[i], 0x20, 0x7E); // printable ASCII in init_string() 39 fuzz->nextRange(&tmp_u8, 0, (int)SkBlendMode::kLastMode); in init_paint() 49 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap); in init_paint() 52 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Join); in init_paint() 62 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kStrokeAndFill_Style); in init_paint() 68 fuzz->nextRange(&colorType, 0, (int)kLastEnum_SkColorType); in init_bitmap() 99 fuzz->nextRange(&x, 1, kMaxX); in init_surface() 100 fuzz->nextRange(&y, 1, kMaxY); in init_surface() 207 fuzz->nextRange(&i, 0, 10); // set i to number of operations to perform in fuzz_drawPath() 211 fuzz->nextRange( in fuzz_drawPath() [all...] |
H A D | Fuzz.h | 58 // nextRange returns values only in [min, max]. 60 void nextRange(T*, Min, Max); 62 // nextEnum is a wrapper around nextRange for enums. 86 void nextRange(float* f, float min, float max); 106 inline void Fuzz::nextRange(T* value, Min min, Max max) { in nextRange() function in Fuzz
|
H A D | FuzzSkParagraph.cpp | 118 fuzz->nextRange(&text_length, 0, MAX_TEXT_LENGTH); in RandomText() 264 fuzz->nextRange(&iterations, 1, MAX_TEXT_ADDITIONS); in DEF_FUZZ()
|
H A D | Fuzz.cpp | 35 void Fuzz::nextRange(float* f, float min, float max) { in nextRange() function in Fuzz
|
H A D | FuzzPolyUtils.cpp | 17 fuzz->nextRange(&count, 0, 512); in DEF_FUZZ()
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | UnicodeSetPerf.java | 53 while (it.nextRange()) { in testUnicodeSetAdd() 73 while (it.nextRange()) { in testHashSetAdd()
|
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/ |
H A D | CombineGeoData.java | 198 Range nextRange = ranges.get(rangeIndex + 1); in hasConflict() 199 if (findConflict(prefixes, candidate, nextRange.start, nextRange.end)) { in hasConflict()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | usetiter.h | 53 * while (it.nextRange()) { 82 * When iterating over ranges using <tt>nextRange()</tt>, 110 * <tt>nextRange()</tt> return false. This is a convenience 127 * <tt>nextRange()</tt> was called. 148 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was 169 * A following call to next() or nextRange() will yield a string, if there is one. 199 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 220 * <tt>next()</tt> and <tt>nextRange()</tt> without calling 227 UBool nextRange();
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | usetiter.h | 53 * while (it.nextRange()) { 82 * When iterating over ranges using <tt>nextRange()</tt>, 110 * <tt>nextRange()</tt> return false. This is a convenience 127 * <tt>nextRange()</tt> was called. 148 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was 169 * A following call to next() or nextRange() will yield a string, if there is one. 199 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 220 * <tt>next()</tt> and <tt>nextRange()</tt> without calling 227 UBool nextRange();
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | usetiter.h | 55 * while (it.nextRange()) { 86 * When iterating over ranges using <tt>nextRange()</tt>, 116 * <tt>nextRange()</tt> return false. This is a convenience 133 * <tt>nextRange()</tt> was called. 154 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was 188 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 209 * <tt>next()</tt> and <tt>nextRange()</tt> without calling 216 UBool nextRange();
|
/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzAndroidCodec.cpp | 61 fuzz.nextRange(&sampleSize, 1, 64); in LLVMFuzzerTestOneInput()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSetIterator.java | 31 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.nextRange();) { 68 * When iterating over ranges using <tt>nextRange()</tt>, 97 * <tt>nextRange()</tt> return false. This is a convenience 107 * A following call to next() or nextRange() will yield a string, if there is one. 133 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 178 * <tt>next()</tt> and <tt>nextRange()</tt> without calling 186 public boolean nextRange() { in nextRange() method in UnicodeSetIterator 246 * Gets the current string from the iterator. Only use after calling next(), not nextRange().
|
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/ |
H A D | trieset.cpp | 52 while(iter.nextRange() && !iter.isString()) { in TrieSet()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
H A D | UnicodeMapIterator.java | 39 * while (set.nextRange()) { 68 * When iterating over ranges using <tt>nextRange()</tt>, 99 * <tt>nextRange()</tt> return false. This is a convenience 117 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 158 * <tt>next()</tt> and <tt>nextRange()</tt> without calling 165 public boolean nextRange() { in nextRange() method in UnicodeMapIterator 225 * Gets the current string from the iterator. Only use after calling next(), not nextRange().
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | UnicodeMapIterator.java | 37 * while (set.nextRange()) { 65 * When iterating over ranges using <tt>nextRange()</tt>, 96 * <tt>nextRange()</tt> return false. This is a convenience 114 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 155 * <tt>next()</tt> and <tt>nextRange()</tt> without calling 162 public boolean nextRange() { in nextRange() method in UnicodeMapIterator 222 * Gets the current string from the iterator. Only use after calling next(), not nextRange().
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSetIterator.java | 30 * for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.nextRange();) { 58 * When iterating over ranges using <tt>nextRange()</tt>, 84 * <tt>nextRange()</tt> return false. This is a convenience 102 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 146 * <tt>next()</tt> and <tt>nextRange()</tt> without calling 153 public boolean nextRange() { in nextRange() method in UnicodeSetIterator 211 * Gets the current string from the iterator. Only use after calling next(), not nextRange().
|
/third_party/icu/icu4c/source/common/ |
H A D | usetiter.cpp | 79 UBool UnicodeSetIterator::nextRange() { in nextRange() function in UnicodeSetIterator
|
/third_party/node/deps/icu-small/source/common/ |
H A D | usetiter.cpp | 79 UBool UnicodeSetIterator::nextRange() { in nextRange() function in UnicodeSetIterator
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | usetiter.cpp | 79 UBool UnicodeSetIterator::nextRange() { in nextRange() function in UnicodeSetIterator
|