Home
last modified time | relevance | path

Searched defs:clear (Results 1 – 25 of 1754) sorted by relevance

12345678910>>...71

/external/rust/crates/protobuf/2.27.1/src/
Dclear.rs7 fn clear(&mut self); in clear() method
11 fn clear(&mut self) { in clear() method
17 fn clear(&mut self) { in clear() method
23 fn clear(&mut self) { in clear() method
30 fn clear(&mut self) { in clear() method
/external/ppp/pppd/
Dpppcrypt.c148 DesEncrypt(clear, cipher) in DesEncrypt() argument
164 DesDecrypt(cipher, clear) in DesDecrypt() argument
193 DesEncrypt(clear, cipher) in DesEncrypt() argument
203 DesDecrypt(cipher, clear) in DesDecrypt() argument
227 DesEncrypt(clear, cipher) in DesEncrypt() argument
240 DesDecrypt(cipher, clear) in DesDecrypt() argument
/external/arm-trusted-firmware/include/lib/
Dmmio.h33 uint16_t clear, in mmio_clrsetbits_16()
59 static inline void mmio_clrbits_32(uintptr_t addr, uint32_t clear) in mmio_clrbits_32()
70 uint32_t clear, in mmio_clrsetbits_32()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DUnmodifiableBitSet.java33 public void clear() { in clear() method in UnmodifiableBitSet
38 public void clear(int bitIndex) { in clear() method in UnmodifiableBitSet
43 public void clear(int fromIndex, int toIndex) { in clear() method in UnmodifiableBitSet
/external/owasp/java-encoder/core/src/main/java/org/owasp/encoder/
DASCIIBits.java73 ASCIIBits clear(String chars) { in clear() method in ASCIIBits
112 ASCIIBits clear(char min, char max) { in clear() method in ASCIIBits
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/include/
Drk3399_mcu.h18 #define mmio_clrbits_32(addr, clear) \ argument
22 #define mmio_clrsetbits_32(addr, clear, set) \ argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRecycler.h68 void clear(AllocatorType &Allocator) { in clear() function
80 void clear(BumpPtrAllocator &) { FreeList = nullptr; } in clear() function
DArrayRecycler.h104 void clear(AllocatorType &Allocator) { in clear() function
115 void clear(BumpPtrAllocator&) { in clear() function
/external/llvm/include/llvm/Support/
DRecycler.h67 void clear(AllocatorType &Allocator) { in clear() function
79 void clear(BumpPtrAllocator &) { FreeList = nullptr; } in clear() function
DArrayRecycler.h103 void clear(AllocatorType &Allocator) { in clear() function
114 void clear(BumpPtrAllocator&) { in clear() function
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/util/
DFluentBitSet.java138 public FluentBitSet clear() { in clear() method in FluentBitSet
150 public FluentBitSet clear(final int... bitIndexArray) { in clear() method in FluentBitSet
164 public FluentBitSet clear(final int bitIndex) { in clear() method in FluentBitSet
179 public FluentBitSet clear(final int fromIndex, final int toIndex) { in clear() method in FluentBitSet
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp19 void DWARFAbbreviationDeclarationSet::clear() { in clear() function in DWARFAbbreviationDeclarationSet
71 void DWARFDebugAbbrev::clear() { in clear() function in DWARFDebugAbbrev
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp22 void DWARFAbbreviationDeclarationSet::clear() { in clear() function in DWARFAbbreviationDeclarationSet
72 void DWARFDebugAbbrev::clear() { in clear() function in DWARFDebugAbbrev
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/
DDerivedDoubleGauge.java101 public abstract void clear(); in clear() method in DerivedDoubleGauge
150 public void clear() {} in clear() method in DerivedDoubleGauge.NoopDerivedDoubleGauge
DDerivedLongGauge.java99 public abstract void clear(); in clear() method in DerivedLongGauge
148 public void clear() {} in clear() method in DerivedLongGauge.NoopDerivedLongGauge
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h92 void clear() { VarEntries.clear(); } in clear() function
116 void clear() { LabelInstr.clear(); } in clear() function
/external/skia/src/gpu/ganesh/
DSurfaceFillContext.h46 void clear(const SkIRect& rect, const SkRGBA4f<AlphaType>& color) { in clear() function
51 template <SkAlphaType AlphaType> void clear(const SkRGBA4f<AlphaType>& color) { in clear() function
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeMap.java88 public void clear() { in clear() method in SafeTreeMap
158 public void clear() { in entrySet() method in SafeTreeMap
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeMap.java88 public void clear() { in clear() method in SafeTreeMap
158 public void clear() { in entrySet() method in SafeTreeMap
/external/swiftshader/src/Vulkan/
DVkImageView.cpp183 void ImageView::clear(const VkClearValue &clearValue, const VkImageAspectFlags aspectMask, const Vk… in clear() function in vk::ImageView
195 void ImageView::clear(const VkClearValue &clearValue, const VkImageAspectFlags aspectMask, const Vk… in clear() function in vk::ImageView
212 void ImageView::clear(const VkClearValue &clearValue, const VkImageAspectFlags aspectMask, const Vk… in clear() function in vk::ImageView
224 void ImageView::clear(const VkClearValue &clearValue, const VkImageAspectFlags aspectMask, const Vk… in clear() function in vk::ImageView
/external/swiftshader/src/System/
DMemory.cpp124 void clear(uint16_t *memory, uint16_t element, size_t count) in clear() function
141 void clear(uint32_t *memory, uint32_t element, size_t count) in clear() function
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DAbstractSampleEncryptionBox.java216 public Pair createPair(int clear, long encrypted) { in createPair()
222 public int clear; field in AbstractSampleEncryptionBox.Entry.Pair
225 public Pair(int clear, long encrypted) { in Pair()
/external/pigweed/pw_checksum/size_report/
Drun_checksum.cc55 void clear() {} in clear() function in pw::checksum::NoOpChecksum
86 void clear() {} in clear() function in pw::checksum::Fletcher16
/external/clang/test/CodeGen/
Darm-clear.c4 void clear(void *ptr, void *ptr2) { in clear() function
/external/glide/library/src/main/java/com/bumptech/glide/request/
DFutureTarget.java34 void clear(); in clear() method

12345678910>>...71