Home
last modified time | relevance | path

Searched refs:getCounters (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DCountersTable.java58 Vector getCounters(ElemNumber numberElem) in getCounters() method in CountersTable
131 Vector counters = getCounters(numberElem); in countNode()
/external/opencensus-java/contrib/dropwizard/src/main/java/io/opencensus/contrib/dropwizard/
DDropWizardMetrics.java243 for (Entry<String, Counter> counterEntry : metricRegistry.getCounters().entrySet()) { in getMetrics()
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.cpp820 printCounters(statsOut, (*it)->getCounters()); in outputStats()
880 counter *counters = (*it)->getCounters(); in __kmp_reset_stats()
Dkmp_stats.h742 inline counter *getCounters() { return _counters; } in getCounters() function
/external/clang/include/clang/AST/
DStmtOpenMP.h339 MutableArrayRef<Expr *> getCounters() { in getCounters() function
733 ArrayRef<Expr *> counters() { return getCounters(); } in counters()
736 return const_cast<OMPLoopDirective *>(this)->getCounters(); in counters()
/external/angle/src/libANGLE/capture/
DFrameCapture.h205 DataCounters &getCounters() { return mCounters; } in getCounters() function
DFrameCapture.cpp430 counter = dataTracker->getCounters().getAndIncrement(call.entryPoint, param.name); in WriteStringPointerParamReplay()
473 int counter = dataTracker->getCounters().getAndIncrement(call.entryPoint, param.name); in WriteResourceIDPointerParamReplay()
509 int counter = dataTracker->getCounters().getAndIncrement(call.entryPoint, param.name); in WriteBinaryParamReplay()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h512 MutableArrayRef<Expr *> getCounters() { in getCounters() function
1086 ArrayRef<Expr *> counters() { return getCounters(); } in counters()
1089 return const_cast<OMPLoopDirective *>(this)->getCounters(); in counters()
/external/clang/lib/AST/
DStmtOpenMP.cpp29 std::copy(A.begin(), A.end(), getCounters().begin()); in setCounters()
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp147 llvm::copy(A, getCounters().begin()); in setCounters()