/third_party/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 49 SkTSpanBounded* bounded = heap->make<SkTSpanBounded>(); in addBounded() local 50 bounded->fBounded = span; in addBounded() 51 bounded->fNext = fBounded; in addBounded() 52 fBounded = bounded; in addBounded() 154 SkTSpanBounded* bounded = fBounded; in findOppSpan() local 155 while (bounded) { in findOppSpan() 156 SkTSpan* test = bounded->fBounded; in findOppSpan() 160 bounded = bounded->fNext; in findOppSpan() 342 SkTSpanBounded* bounded = fBounded; in oppT() local 343 while (bounded) { in oppT() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
D | FontInputStream.java | 91 private boolean bounded; field in FontInputStream 111 this.bounded = true; in FontInputStream() 116 if (this.bounded && this.position >= this.length) { in read() 128 if (this.bounded && this.position >= this.length) { in read() 131 int bytesToRead = bounded ? (int) Math.min(len, this.length - this.position) : len; in read()
|
/third_party/mesa3d/src/util/tests/ |
D | fast_idiv_by_const_test.cpp | 265 random_udiv_add_sat_test(unsigned bits, bool bounded) in random_udiv_add_sat_test() argument 273 unsigned n_bits = bounded ? util_logbase2_64(MAX2(n, 1)) + 1 : bits; in random_udiv_add_sat_test() 282 random_udiv_mul_add_test(unsigned bits, bool bounded) in random_udiv_mul_add_test() argument 290 unsigned n_bits = bounded ? util_logbase2_64(MAX2(n, 1)) + 1: bits; in random_udiv_mul_add_test()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralRules.java | 1136 public final boolean bounded; field in PluralRules.FixedDecimalSamples 1142 …ivate FixedDecimalSamples(SampleType sampleType, Set<FixedDecimalRange> samples, boolean bounded) { in FixedDecimalSamples() argument 1146 this.bounded = bounded; in FixedDecimalSamples() 1238 if (!bounded) { in toString() 1906 return mySamples == null ? true : mySamples.bounded; in isLimited()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralRules.java | 1165 public final boolean bounded; field in PluralRules.DecimalQuantitySamples 1171 …QuantitySamples(SampleType sampleType, Set<DecimalQuantitySamplesRange> samples, boolean bounded) { in DecimalQuantitySamples() argument 1175 this.bounded = bounded; in DecimalQuantitySamples() 1320 if (!bounded) { in toString() 1987 return mySamples == null ? true : mySamples.bounded; in isLimited()
|
/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 1235 const SkTSpan* bounded = debugSpan(id); in dumpBounded() local 1236 if (!bounded) { in dumpBounded() 1240 const SkTSpan* test = bounded->debugOpp()->fHead; in dumpBounded() 1242 if (test->findOppSpan(bounded)) { in dumpBounded()
|
/third_party/littlefs/tests/ |
D | test_relocations.toml | 19 // make a child dir to use in bounded space 97 // make a child dir to use in bounded space
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_robust_buffer_access_behavior.txt | 114 out-of-bounds accesses will be bounded within the working memory of the 181 the bounded range are discarded but reads are only protected within
|
D | ARB_robustness.txt | 663 buffer objects have a bounded index-able range. 700 the absence of errors) and not already bounded by an existing 967 Revise bounded queries to take and return lengths.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_robust_buffer_access_behavior.txt | 124 out-of-bounds accesses will be bounded within the working memory of the 191 the bounded range are discarded but reads are only protected within
|
D | ARB_robustness.txt | 673 buffer objects have a bounded index-able range. 710 the absence of errors) and not already bounded by an existing 977 Revise bounded queries to take and return lengths.
|
/third_party/python/Doc/library/ |
D | asyncio-api-index.rst | 187 - A bounded semaphore.
|
D | asyncio-sync.rst | 346 A bounded semaphore object. Not thread-safe.
|
D | threading.rst | 857 Class implementing bounded semaphore objects. A bounded semaphore checks to 874 you should use a bounded semaphore. Before spawning any worker threads, your 891 The use of a bounded semaphore reduces the chance that a programming error which
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_image_sliced_view_of_3d.adoc | 66 Normally, the Z coordinate is bounded by the depth value specified in the `VkExtent3D` of `VkImageC…
|
D | VK_EXT_surface_maintenance1.adoc | 163 bounded by `minScaledImageExtent` and `maxScaledImageExtent`.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_robust_buffer_access_behavior.txt | 139 enabled, out-of-bounds accesses will be bounded within the working 225 the bounded range are discarded but reads are only protected within
|
/third_party/littlefs/ |
D | DESIGN.md | 63 bounded. This means RAM usage does not grow as the filesystem changes in 145 block based filesystem and add a bounded log where we note every change 248 wear. This sort of copy-on-bounded-writes (CObW) still focuses wear, but at 449 associated with larger logs, we form a linked list of small bounded logs. 757 is greater than ![n] with error bounded by the range of the popcount function. 776 these operations work in a bounded amount of RAM and require only two words of 989 left up to the filesystem's copy-on-bounded-writes (CObW) data structures. One 991 COW operation. The bounded-writes part is normally triggered by a counter, but 1809 is a power resilient filesystem that works with only a bounded amount of RAM. 1915 state bounded and extremely small. But, even with a strict budget, global
|
D | README.md | 23 memory. RAM usage is strictly bounded, which means RAM consumption does not
|
/third_party/rust/crates/regex/regex-capi/ |
D | README.md | 41 All memory usage is bounded and all searching takes linear time with respect
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_robust_buffer_access_behavior.txt | 149 enabled, out-of-bounds accesses will be bounded within the working 235 the bounded range are discarded but reads are only protected within
|
/third_party/zlib/doc/ |
D | rfc1950.txt | 47 bounded amount of intermediate storage. The format presently uses 96 priori bounded amount of intermediate storage, and hence can
|
/third_party/rust/crates/regex/ |
D | HACKING.md | 55 avoid using a lot of memory, the lazy DFA uses a bounded cache. Once the cache 204 engines (DFA, bounded backtracker) and sophisticated literal optimizations.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_depth_bounds_test.txt | 54 If an attenuated light source's illumination can be bounded to a
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_depth_bounds_test.txt | 54 If an attenuated light source's illumination can be bounded to a
|