Home
last modified time | relevance | path

Searched defs:getCounter (Results 1 – 12 of 12) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
DDHValidationParameters.java22 public int getCounter() in getCounter() method in DHValidationParameters
DDSAValidationParameters.java32 public int getCounter() in getCounter() method in DSAValidationParameters
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DDHValidationParameters.java18 public int getCounter() in getCounter() method in DHValidationParameters
DDSAValidationParameters.java28 public int getCounter() in getCounter() method in DSAValidationParameters
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICoverageNode.java132 public ICounter getCounter(CounterEntity entity); in getCounter() method
DCoverageNodeImpl.java128 public ICounter getCounter(final CounterEntity entity) { in getCounter() method in CoverageNodeImpl
/external/bcc/src/cc/frontends/p4/compiler/
DebpfProgram.py435 def getCounter(self, name): member in EbpfProgram
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h260 const uint64_t *getCounter(IntPtrT CounterPtr) const { in getCounter() function
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h239 const uint64_t *getCounter(IntPtrT CounterPtr) const { in getCounter() function
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h126 static Counter getCounter(unsigned CounterId) { in getCounter() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h133 static Counter getCounter(unsigned CounterId) { in getCounter() function
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp52 const Counter &getCounter() const { return Count; } in getCounter() function in __anon1aa876fb0111::SourceMappingRegion