/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_vdpu2.c | 495 /* Get reset control from dtsi */ in vdpu_init() 498 mpp_err("No aclk reset resource define\n"); in vdpu_init() 501 mpp_err("No hclk reset resource define\n"); in vdpu_init() 606 /* Don't skip this or iommu won't work after reset */ in vdpu_reset() 625 .reset = vdpu_reset, 634 .reset = vdpu_reset,
|
/third_party/ffmpeg/libavcodec/ |
H A D | rkmppdec.c | 136 decoder->mpi->reset(decoder->ctx); in rkmpp_release_decoder() 544 ret = decoder->mpi->reset(decoder->ctx); in rkmpp_flush() 548 av_log(avctx, AV_LOG_ERROR, "Failed to reset MPI (code = %d)\n", ret); in rkmpp_flush()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | XLikelySubtags.java | 147 trie.reset(); in XLikelySubtags() 154 trie.reset(); in XLikelySubtags()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | BytesTrie.java | 82 public BytesTrie reset() { in reset() method in BytesTrie 111 * @see #reset 161 * @see #reset 183 * until the trie is reset to its original state or to a saved state. 257 * Equivalent to reset().next(inByte). 599 public Iterator reset() { in reset() method in BytesTrie.Iterator
|
H A D | CharsTrie.java | 85 public CharsTrie reset() { in reset() method in CharsTrie 114 * @see #reset 164 * @see #reset 196 * Equivalent to reset().next(inUnit). 209 * Equivalent to reset().nextForCodePoint(cp). 514 public Iterator reset() { in reset() method in CharsTrie.Iterator 640 // We reset entry_.chars every time we return entry_ in truncateAndStop() 701 // pos is already after the leadUnit, and the lead unit has bit 15 reset.
|
/third_party/icu/icu4c/source/common/ |
H A D | edits.cpp | 77 src.reset(); 109 void Edits::reset() U_NOEXCEPT { 269 // and its intermediate-string length has been reset, in mergeAndAppend() 374 // Changes on both sides up to the same position. Emit & reset. in mergeAndAppend() 381 // Accumulate the a->c change, reset the shorter side, in mergeAndAppend() 621 // and reset the index to the head again. in previous() 643 // Read the lengths, and reset the index to the head again. in previous()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | Trie2Test.java | 224 os.reset(); in TestTrie2API() 349 os.reset(); in TestTrie2WritableAPI()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XLikelySubtags.java | 154 trie.reset(); in XLikelySubtags() 161 trie.reset(); in XLikelySubtags()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | BytesTrie.java | 78 public BytesTrie reset() { in reset() method in BytesTrie 106 * @see #reset 153 * @see #reset 174 * until the trie is reset to its original state or to a saved state. 240 * Equivalent to reset().next(inByte). 567 public Iterator reset() { in reset() method in BytesTrie.Iterator
|
H A D | CharsTrie.java | 81 public CharsTrie reset() { in reset() method in CharsTrie 109 * @see #reset 156 * @see #reset 186 * Equivalent to reset().next(inUnit). 198 * Equivalent to reset().nextForCodePoint(cp). 490 public Iterator reset() { in reset() method in CharsTrie.Iterator 613 // We reset entry_.chars every time we return entry_ in truncateAndStop() 674 // pos is already after the leadUnit, and the lead unit has bit 15 reset.
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | Trie2Test.java | 221 os.reset(); in TestTrie2API() 346 os.reset(); in TestTrie2WritableAPI()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | repattrn.cpp | 484 retMatcher->reset(input); in matcher() 560 matcher->reset(input); in matches()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_kgsl.c | 313 sync_merge(const VkSemaphore *syncobjs, uint32_t count, bool wait_all, bool reset) in sync_merge() argument 334 if (reset) in sync_merge() 732 * KGSL_CTX_STAT_* for the worst reset that happened since the last time it in tu_device_check_status() 739 return vk_device_set_lost(&device->vk, "Failed to get GPU reset status"); in tu_device_check_status()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_cssa.cpp | 491 bld.reset(&block.instructions, std::prev(it.base())); in emit_parallelcopies() 499 bld.reset(&block.instructions); in emit_parallelcopies()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 135 def reset(self): member in StringStream 322 pattern.reset()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | edits.cpp | 77 src.reset(); 109 void Edits::reset() noexcept { 269 // and its intermediate-string length has been reset, in mergeAndAppend() 374 // Changes on both sides up to the same position. Emit & reset. in mergeAndAppend() 381 // Accumulate the a->c change, reset the shorter side, in mergeAndAppend() 621 // and reset the index to the head again. in previous() 643 // Read the lengths, and reset the index to the head again. in previous()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | repattrn.cpp | 484 retMatcher->reset(input); in matcher() 560 matcher->reset(input); in matches()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_cc.c | 88 cc->reset = ngtcp2_cc_reno_cc_reset; in ngtcp2_cc_reno_cc_init() 250 cc->reset = ngtcp2_cc_cubic_cc_reset; in ngtcp2_cc_cubic_cc_init()
|
/third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
H A D | dicttrieperf.cpp | 476 if(!USTRINGTRIE_HAS_VALUE(trie->reset().next(lines[i].name, lines[i].len))) { in call() 715 return errorCode.reset(); in main()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | svccoll.cpp | 126 localeEnum->reset(status); in TestRegister() 520 iter.reset(ec); in checkStringEnumeration()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumbermatcher.cc | 658 last_match_.reset(new PhoneNumberMatch(temp_match.start(), in HasNext() 676 last_match_.reset(NULL); in Next()
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.cc | 334 data.typed_slots.reset(new TypedSlots()); in RecordRelocSlot() 681 it->second.typed_slots.reset(); in ClearMemoryChunkData()
|
/third_party/node/deps/v8/src/objects/ |
H A D | string-table.cc | 159 void DropPreviousData() { previous_data_.reset(); } in DropPreviousData() 648 buffer.reset(new Char[length]); in TryStringToIndexOrLookupExisting()
|
H A D | js-display-names.cc | 101 ldn_.reset( in LocaleDisplayNamesCommon() 341 generator_.reset( in DateTimeFieldNames()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | VertexDataManager.cpp | 238 mStreamingBuffer.reset(); in deinitialize() 255 mDynamicAttribsMaskCache.reset(); in prepareVertexData()
|