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

  /system/extras/simpleperf/
event_fd.h 57 bool ReadCounter(PerfCounter* counter) const;
event_fd.cpp 87 if (ReadCounter(&counter)) {
112 bool EventFd::ReadCounter(PerfCounter* counter) const {
115 PLOG(ERROR) << "ReadCounter from " << Name() << " failed";
event_selection_set.cpp 113 if (!event_fd->ReadCounter(&counter)) {
  /external/clang/include/clang/Serialization/
ASTReader.h 176 virtual void ReadCounter(const serialization::ModuleFile &M,
240 void ReadCounter(const serialization::ModuleFile &M, unsigned Value) override;
269 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 127 void ChainedASTReaderListener::ReadCounter(const serialization::ModuleFile &M,
129 First->ReadCounter(M, Value);
130 Second->ReadCounter(M, Value);
627 void PCHValidator::ReadCounter(const ModuleFile &M, unsigned Value) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 530 void ReadCounter(const serialization::ModuleFile &M,
    [all...]

Completed in 54 milliseconds