Home
last modified time | relevance | path

Searched refs:reset (Results 3101 - 3125 of 3196) sorted by relevance

1...<<121122123124125126127128

/third_party/node/lib/internal/util/
H A Dinspect.js381 // reset code as second entry.
386 reset: [0, 0],
/third_party/node/deps/icu-small/source/i18n/
H A Dcalendar.cpp81 gServiceInitOnce.reset(); in calendar_cleanup()
993 // Now, reset calendar to default state: in createInstance()
2301 // incorrect DOM difference of 1. We have to add 1, reset, 2, in fieldDifference()
2302 // reset, 3, reset, 4. in fieldDifference()
3098 // time and call clear(MONTH) to reset the MONTH to January. This in computeTime()
3318 // the calendar to a time and call clear(MONTH) to reset the MONTH
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1806 util_dynarray_foreach(&cmd_buffer->queries.reset, struct dzn_cmd_buffer_query_range, range) { in dzn_queue_submit()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.cc519 logger_.reset(logger); in SetLogger()
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1869 buffer.reset(new base::ScopedVector<char>(128)); in TransitionToDataProperty()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java2022 formattedNationalNumber = matcher.reset(formattedNationalNumber).replaceAll("-"); in formatNsnUsingPattern()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp2043 viewMinLodPtr.reset(new VkImageViewMinLodCreateInfoEXT{ in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp322 failingAllocator.reset(DeterministicFailAllocator::MODE_COUNT_AND_FAIL, numPassingAllocs); in createSurfaceSimulateOOMTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.cpp1616 mLocalDirtyBits.reset(); in syncState()
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp391 fBulkUseToken.reset(); in regenerateAtlas()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp78 gServiceInitOnce.reset(); in calendar_cleanup()
995 // Now, reset calendar to default state: in createInstance()
2298 // incorrect DOM difference of 1. We have to add 1, reset, 2, in fieldDifference()
2299 // reset, 3, reset, 4. in fieldDifference()
3000 // time and call clear(MONTH) to reset the MONTH to January. This in computeTime()
3214 // the calendar to a time and call clear(MONTH) to reset the MONTH
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp691 unsigned reset(unsigned NewTop) {
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc540 ir_context_.reset(nullptr); in ResetInternalModule()
/third_party/skia/third_party/externals/icu/source/common/
H A Duresbund.cpp272 gCacheInitOnce.reset(); in ures_cleanup()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc580 message_layout_helper_.reset(new PaddingOptimizer()); in MessageGenerator()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc133 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(), in ResetTypeInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp938 Info.align.reset(); in getTgtMemIntrinsic()
984 Info.align.reset(); in getTgtMemIntrinsic()
1001 Info.align.reset(); in getTgtMemIntrinsic()
1015 Info.align.reset(); in getTgtMemIntrinsic()
1025 Info.align.reset(); in getTgtMemIntrinsic()
2915 // we've carefully laid out the parameters so that when sp is reset they'll be in LowerCall()
10837 // insert new for inner loop, which would reset parent's settings. in getPrefLoopAlignment()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp11593 ~UniquePtr() { reset(nullptr); }
11597 reset(aOther.release());
11611 reset(aOther.release());
11618 reset(nullptr);
11643 void reset(Pointer aPtr = Pointer())
11748 ~UniquePtr() { reset(nullptr); }
11752 reset(aOther.release());
11759 reset();
11778 void reset(Pointer aPtr = Pointer())
11787 void reset(decltyp
[all...]
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp2082 decodeBuffer->data_.reset(new uint8_t[DECODE_SIZE]()); in HWTEST_F()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java5477 actual.reset(); in fieldPositionLogic()
/third_party/icu/icu4c/source/common/
H A Duresbund.cpp470 gCacheInitOnce.reset(); in ures_cleanup()
/third_party/node/src/
H A Dnode_file.cc731 wrap_.reset(); in Clear()
/third_party/node/deps/icu-small/source/common/
H A Duresbund.cpp472 gCacheInitOnce.reset(); in ures_cleanup()
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc953 deferred_block_spills_.reset(); in Reset()
1074 // TODO(1180335): Doing a full reset here shouldn't be necessary, but in Spill()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc2085 // Initialize the feedback cell for this JSFunction and reset the interrupt in Compile()
3401 // Disarm all back edges, i.e. reset the OSR urgency and install target. in Compile()
3517 // Don't reset budget if there is a closure feedback cell array already. We in Compile()
3569 void ScriptStreamingData::Release() { task.reset(); } in Compile()

Completed in 126 milliseconds

1...<<121122123124125126127128