/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorRegistry.java | 86 * hasFallback(), next(), and reset() iterate over this fallback 141 reset(); in Spec() 148 public void reset() { in reset() method in TransliteratorRegistry.Spec 785 src.reset(); in find()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorRegistry.java | 87 * hasFallback(), next(), and reset() iterate over this fallback 142 reset(); in Spec() 149 public void reset() { in reset() method in TransliteratorRegistry.Spec 786 src.reset(); in find()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationIteratorTest.java | 437 iter1.reset(); in TestSetText() 448 iter1.reset(); in TestSetText() 626 iter.reset(); in TestDiscontiguous()
|
/third_party/json/include/nlohmann/detail/input/ |
H A D | lexer.hpp | 256 // reset token_buffer (ignore opening quote) in scan_string() 257 reset(); in scan_string() 971 // reset token_buffer to store the number's bytes in scan_number() 972 reset(); in scan_number() 1319 /// reset token_buffer; current character is beginning of token 1320 void reset() noexcept 1344 // just reset the next_unget variable and work with current in get()
|
/third_party/mesa3d/src/glx/ |
H A D | dri_common.c | 524 dca->reset = __DRI_CTX_RESET_NO_NOTIFICATION; in dri_convert_glx_attribs() 560 dca->reset = __DRI_CTX_RESET_NO_NOTIFICATION; in dri_convert_glx_attribs() 563 dca->reset = __DRI_CTX_RESET_LOSE_CONTEXT; in dri_convert_glx_attribs()
|
/third_party/node/src/crypto/ |
H A D | crypto_x509.cc | 40 cert_.reset(that.get()); in operator =() 164 cert.reset(sk_X509_value(ssl_certs, 0)); in GetPeerCert() 471 issuer_cert_.reset(Unwrap<X509Certificate>(obj)); in X509Certificate()
|
/third_party/node/deps/zlib/ |
H A D | gzwrite.c | 63 reset to start a new gzip stream. If gz->direct is true, then simply write 89 /* check for a pending reset */ in gz_comp() 90 if (state->reset) { in gz_comp() 95 state->reset = 0; in gz_comp() 135 state->reset = 1; in gz_comp()
|
/third_party/node/src/ |
H A D | inspector_socket_server.cc | 162 ws_socket_.reset(); in Close() 324 delegate_.reset(); in SessionTerminated() 458 delegate_.reset(); in Stop()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
H A D | DisplayGbm.cpp | 118 reset(); in ~Buffer() 127 void DisplayGbm::Buffer::reset() in reset() function in rx::DisplayGbm::Buffer 172 reset(); in resize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ProgramPipeline.cpp | 474 mState.mExecutable->reset(); in link() 479 infoLog.reset(); in link() 609 infoLog.reset(); in validate()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | ANGLEPerfTest.cpp | 658 mEntryPointsLib.reset(OpenSharedLibrary(ANGLE_EGL_LIBRARY_NAME, SearchType::ModuleDir)); in ANGLERenderTest() 663 mEntryPointsLib.reset(OpenSharedLibraryWithExtension( in ANGLERenderTest() 673 mEntryPointsLib.reset(OpenSharedLibrary("opengl32", SearchType::SystemDir)); in ANGLERenderTest()
|
/third_party/skia/src/core/ |
H A D | SkTypeface.cpp | 70 familyName->reset(); 409 uni = fStorage.reset(byteLength); in convert() 417 uni = fStorage.reset(byteLength); in convert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 171 /// MCStreamer's reset method. 172 virtual void reset(); 259 TargetStreamer.reset(TS); in setTargetStreamer() 264 virtual void reset();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FileSystem.h | 860 State.reset(); in recursive_directory_iterator() 891 State.reset(); in increment() 924 State.reset(); in pop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 248 void reset() { in reset() function 514 // outer matcher loop, mark the BEUser as null and reset the ReuseCandidate. in findValueToReuse() 587 ReuseCandidate.reset(); in findValueToReuse() 591 ReuseCandidate.reset(); in findValueToReuse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 111 void reset(unsigned Idx) { 486 void reset(unsigned Idx) { 498 ElementIter->reset(Idx % ElementSize);
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_file.cc | 199 generator_factory_.reset(new ImmutableGeneratorFactory(context_.get())); in FileGenerator() 201 message_generators_[i].reset( in FileGenerator() 205 extension_generators_[i].reset( in FileGenerator()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | NioByteStringTest.java | 242 stream.reset(); in testMarkAndReset() 427 output.reset(); in testNewOutput() 428 assertEquals("Output.reset() resets the output", 0, output.size()); in testNewOutput() 429 assertEquals("Output.reset() resets the output", EMPTY, output.toByteString()); in testNewOutput() 592 input.reset(); in testNewInput_skip() 593 assertEquals("InputStream.reset() succeeded", stringSize - skipped1, input.available()); in testNewInput_skip() 595 "InputStream.reset(), read()", testString.byteAt(nearEndIndex) & 0xFF, input.read()); in testNewInput_skip()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | default_value_objectwriter.cc | 491 root_.reset(CreateNewNode(std::string(name), &type_, OBJECT, in StartObject() 542 root_.reset(CreateNewNode(std::string(name), &type_, LIST, in StartList() 569 root_.reset(nullptr); in WriteRoot()
|
/third_party/skia/include/private/ |
H A D | SkTArray.h | 134 void reset() { in reset() function in SkTArray 142 void reset(int n) { in reset() function in SkTArray 160 void reset(const T* array, int count) { in reset() function in SkTArray 173 * until the array size grows above n and subsequently shrinks below n, any version of reset()
|
/third_party/skia/include/core/ |
H A D | SkMatrix.h | 607 SkMatrix& reset(); 615 Also called reset(); use the one that provides better inline 618 SkMatrix& setIdentity() { return this->reset(); } in setIdentity() 1202 inverse->reset(); in invert()
|
/third_party/zlib/ |
H A D | gzwrite.c | 66 reset to start a new gzip stream. If gz->direct is true, then simply write 93 /* check for a pending reset */ in gz_comp() 94 if (state->reset) { in gz_comp() 99 state->reset = 0; in gz_comp() 139 state->reset = 1; in gz_comp()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rematch.cpp | 260 reset(input); in init2() 630 // matcher has been reset.) in find() 903 this->reset(); // Note: Reset() is specified by Java Matcher documentation. in find() 904 // This will reset the region to be the full input length. in find() 928 // matcher has been reset. in findUsingChunk() 1476 reset(); in lookingAt() 1499 reset(); in lookingAt() 1509 reset(); in lookingAt() 1547 reset(); in matches() 1571 reset(); in matches() 1822 RegexMatcher &RegexMatcher::reset() { reset() function in RegexMatcher 1851 RegexMatcher &RegexMatcher::reset(const UnicodeString &input) { reset() function in RegexMatcher 1882 RegexMatcher &RegexMatcher::reset(UText *input) { reset() function in RegexMatcher 1914 RegexMatcher &RegexMatcher::reset(int64_t position, UErrorCode &status) { reset() function in RegexMatcher [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rematch.cpp | 260 reset(input); in init2() 630 // matcher has been reset.) in find() 903 this->reset(); // Note: Reset() is specified by Java Matcher documentation. in find() 904 // This will reset the region to be the full input length. in find() 928 // matcher has been reset. in findUsingChunk() 1476 reset(); in lookingAt() 1499 reset(); in lookingAt() 1509 reset(); in lookingAt() 1547 reset(); in matches() 1571 reset(); in matches() 1822 RegexMatcher &RegexMatcher::reset() { reset() function in RegexMatcher 1851 RegexMatcher &RegexMatcher::reset(const UnicodeString &input) { reset() function in RegexMatcher 1882 RegexMatcher &RegexMatcher::reset(UText *input) { reset() function in RegexMatcher 1914 RegexMatcher &RegexMatcher::reset(int64_t position, UErrorCode &status) { reset() function in RegexMatcher [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rematch.cpp | 260 reset(input); in init2() 630 // matcher has been reset.) in find() 898 this->reset(); // Note: Reset() is specified by Java Matcher documentation. in find() 899 // This will reset the region to be the full input length. in find() 923 // matcher has been reset. in findUsingChunk() 1466 reset(); in lookingAt() 1489 reset(); in lookingAt() 1499 reset(); in lookingAt() 1537 reset(); in matches() 1561 reset(); in matches() 1812 RegexMatcher &RegexMatcher::reset() { reset() function in RegexMatcher 1841 RegexMatcher &RegexMatcher::reset(const UnicodeString &input) { reset() function in RegexMatcher 1872 RegexMatcher &RegexMatcher::reset(UText *input) { reset() function in RegexMatcher 1904 RegexMatcher &RegexMatcher::reset(int64_t position, UErrorCode &status) { reset() function in RegexMatcher [all...] |