Home
last modified time | relevance | path

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

12345678910>>...70

/external/rust/crates/protobuf/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/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/llvm-project/llvm/include/llvm/CodeGen/
DDbgEntityHistoryCalculator.h34 void clear() { InstNumberMap.clear(); } in clear() function
117 void clear() { VarEntries.clear(); } in clear() function
141 void clear() { LabelInstr.clear(); } in clear() function
/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/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/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-project/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/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp19 void DWARFAbbreviationDeclarationSet::clear() { in clear() function in DWARFAbbreviationDeclarationSet
71 void DWARFDebugAbbrev::clear() { in clear() function in DWARFDebugAbbrev
/external/llvm-project/llvm/utils/lit/lit/
Ddisplay.py27 def clear(self, interrupted): pass member in NopDisplay
61 def clear(self, interrupted): member in Display
/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/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp22 void DWARFAbbreviationDeclarationSet::clear() { in clear() function in DWARFAbbreviationDeclarationSet
72 void DWARFDebugAbbrev::clear() { in clear() function in DWARFDebugAbbrev
/external/swiftshader/src/Common/
DMemory.cpp113 void clear(uint16_t *memory, uint16_t element, size_t count) in clear() function
127 void clear(uint32_t *memory, uint32_t element, size_t count) in clear() function
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/
DDerivedLongGauge.java99 public abstract void clear(); in clear() method in DerivedLongGauge
148 public void clear() {} in clear() method in DerivedLongGauge.NoopDerivedLongGauge
DDerivedDoubleGauge.java101 public abstract void clear(); in clear() method in DerivedDoubleGauge
150 public void clear() {} in clear() method in DerivedDoubleGauge.NoopDerivedDoubleGauge
/external/swiftshader/src/System/
DMemory.cpp112 void clear(uint16_t *memory, uint16_t element, size_t count) in clear() function
129 void clear(uint32_t *memory, uint32_t element, size_t count) in clear() function
/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/glide/library/src/main/java/com/bumptech/glide/request/
DFutureTarget.java34 void clear(); in clear() method
/external/clang/test/CodeGen/
Darm-clear.c4 void clear(void *ptr, void *ptr2) { in clear() function
/external/llvm-project/clang/test/CodeGen/
Darm-clear.c4 void clear(void *ptr, void *ptr2) { 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

12345678910>>...70