HomeSort by relevance Sort by last modified time
    Searched refs:ReadCounter (Results 1 - 9 of 9) sorted by null

  /test/vts/drivers/hal/libcodecoverage/
GcdaFile.h 58 gcov_type ReadCounter();
GcdaFile.cpp 141 gcov_type GcdaFile::ReadCounter() {
  /system/extras/simpleperf/
event_fd.h 63 bool ReadCounter(PerfCounter* counter) const;
event_fd.cpp 106 if (ReadCounter(&counter)) {
122 bool EventFd::ReadCounter(PerfCounter* counter) const {
126 PLOG(ERROR) << "ReadCounter from " << Name() << " failed";
event_selection_set.cpp 453 static bool ReadCounter(const EventFd* event_fd, CounterInfo* counter) {
454 if (!event_fd->ReadCounter(&counter->counter)) {
473 if (!ReadCounter(event_fd.get(), &counter)) {
729 if (!ReadCounter(it->get(), &counter)) {
  /external/clang/include/clang/Serialization/
ASTReader.h 181 virtual void ReadCounter(const serialization::ModuleFile &M,
250 void ReadCounter(const serialization::ModuleFile &M, unsigned Value) override;
282 void ReadCounter(const serialization::ModuleFile &M, unsigned Value) override;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 818 STDMETHOD_(ULONG, ReadCounter)( THIS ) PURE; \
830 STDMETHODIMP_(ULONG) ReadCounter(void); \
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 130 void ChainedASTReaderListener::ReadCounter(const serialization::ModuleFile &M,
132 First->ReadCounter(M, Value);
133 Second->ReadCounter(M, Value);
651 void PCHValidator::ReadCounter(const ModuleFile &M, unsigned Value) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 532 void ReadCounter(const serialization::ModuleFile &M,
    [all...]

Completed in 264 milliseconds