Home
last modified time | relevance | path

Searched defs:reset (Results 1 – 25 of 1289) sorted by relevance

12345678910>>...52

/third_party/node/test/addons/register-signal-handler/
Dtest.js22 const reset = process.argv[4] === 'reset'; constant
33 for (const { reset, count, stderr, code, signal } of [ property
34 { reset: true, count: 1, stderr: [signo], code: 0, signal: null }, property
35 { reset: true, count: 2, stderr: [signo], code: null, signal: raiseSignal }, property
36 { reset: false, count: 1, stderr: [signo], code: 0, signal: null }, property
37 { reset: false, count: 2, stderr: [signo, signo], code: 0, signal: null }, property
/third_party/skia/src/core/
DSkAutoPixmapStorage.h65 void reset() { in reset() function
69 void reset(const SkImageInfo& info, const void* addr, size_t rb) { in reset() function
74 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { in reset() function
/third_party/flutter/skia/src/core/
DSkAutoPixmapStorage.h56 void reset() { in reset() function
60 void reset(const SkImageInfo& info, const void* addr, size_t rb) { in reset() function
65 bool SK_WARN_UNUSED_RESULT reset(const SkMask& mask) { in reset() function
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/mxs/
Dstart.S38 .globl reset symbol
39 reset: label
/third_party/uboot/u-boot-2020.01/arch/arm/mach-socfpga/include/mach/
Dboot0.h20 b reset; /* SoCFPGA Gen5 jumps here */ variable
21 b reset; /* SoCFPGA Gen10 trampoline */ variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DTrackingMDRef.h62 void reset() { in reset() function
66 void reset(Metadata *MD) { in reset() function
134 void reset() { Ref.reset(); } in reset() function
135 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/spear/
Dstart.S31 .globl reset symbol
34 reset: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7m/
Dstart.S9 .globl reset symbol
11 reset: label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DTrackingMDRef.h58 void reset() { in reset() function
62 void reset(Metadata *MD) { in reset() function
126 void reset() { Ref.reset(); } in reset() function
127 void reset(T *MD) { Ref.reset(static_cast<Metadata *>(MD)); } in reset() function
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm1136/
Dstart.S30 .globl reset symbol
32 reset: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm720t/
Dstart.S25 .globl reset symbol
27 reset: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm946es/
Dstart.S33 .globl reset symbol
35 reset: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/
Dstart.S34 .globl reset symbol
36 reset: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm920t/
Dstart.S27 .globl reset symbol
29 reset: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/
Dstart.S31 .globl reset symbol
38 reset: label
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm1176/
Dstart.S37 .globl reset symbol
39 reset: label
/third_party/skia/src/gpu/
DGrStencilSettings.cpp27 void GrStencilSettings::reset(const GrUserStencilSettings& user, bool hasStencilClip, in reset() function in GrStencilSettings
56 void GrStencilSettings::reset(const GrStencilSettings& that) { in reset() function in GrStencilSettings
171 void GrStencilSettings::Face::reset(const GrUserStencilSettings::Face& user, bool hasStencilClip, in reset() function in GrStencilSettings::Face
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DHistogram.cs75 public HistogramData GetSnapshot(bool reset = false) in GetSnapshot()
88 public void GetSnapshot(HistogramData mergeTo, bool reset) in GetSnapshot()
117 private void GetSnapshotUnsafe(HistogramData mergeTo, bool reset) in GetSnapshotUnsafe()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/pxa/
Dstart.S37 .globl reset symbol
39 reset: label
/third_party/skia/third_party/externals/icu/source/common/
Dusetiter.cpp104 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { in reset() function in UnicodeSetIterator
112 void UnicodeSetIterator::reset() { in reset() function in UnicodeSetIterator
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dusetiter.cpp104 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { in reset() function in UnicodeSetIterator
112 void UnicodeSetIterator::reset() { in reset() function in UnicodeSetIterator
/third_party/boost/libs/iostreams/src/
Dgzip.cpp131 void gzip_header::reset() in reset() function in boost::iostreams::detail::gzip_header
166 void gzip_footer::reset() in reset() function in boost::iostreams::detail::gzip_footer
/third_party/icu/icu4c/source/common/
Dusetiter.cpp104 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { in reset() function in UnicodeSetIterator
112 void UnicodeSetIterator::reset() { in reset() function in UnicodeSetIterator
/third_party/node/deps/icu-small/source/common/
Dusetiter.cpp104 void UnicodeSetIterator::reset(const UnicodeSet& uSet) { in reset() function in UnicodeSetIterator
112 void UnicodeSetIterator::reset() { in reset() function in UnicodeSetIterator
/third_party/boost/boost/beast/zlib/
Dinflate_stream.hpp80 reset() in reset() function in boost::beast::zlib::inflate_stream
92 reset(int windowBits) in reset() function in boost::beast::zlib::inflate_stream

12345678910>>...52