OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CounterCell
(Results
1 - 25
of
27
) sorted by null
1
2
/external/tensorflow/tensorflow/core/lib/monitoring/
mobile_counter.h
27
//
CounterCell
which has a null implementation.
28
class
CounterCell
{
30
CounterCell
() {}
31
~
CounterCell
() {}
37
TF_DISALLOW_COPY_AND_ASSIGN(
CounterCell
);
52
CounterCell
* GetCell(const Labels&... labels) {
59
CounterCell
default_counter_cell_;
counter.h
40
//
CounterCell
stores each value of an Counter.
49
class
CounterCell
{
51
CounterCell
(int64 value) : value_(value) {}
52
~
CounterCell
() {}
64
TF_DISALLOW_COPY_AND_ASSIGN(
CounterCell
);
98
CounterCell
* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_);
123
std::map<LabelArray,
CounterCell
> cells_ GUARDED_BY(mu_);
132
inline void
CounterCell
::IncrementBy(const int64 step) {
137
inline int64
CounterCell
::value() const { return value_; }
150
CounterCell
* Counter<NumLabels>::GetCell(const Labels&... labels
[
all
...]
/libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar
/frameworks/base/config/
preloaded-classes
[
all
...]
/prebuilts/devtools/tools/lib/
uast-162.2228.14.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/162.2228.14/
uast-162.2228.14.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.4/
uast-145.597.4.jar
/prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/uast/
uast-145.597.3.jar
uast-162.2228.14.jar
/external/kotlinc/lib/
kotlin-compiler.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.2.0-alpha16/
intellij-core-26.2.0-alpha16.jar
/prebuilts/misc/common/robolectric/android-all/
android-all-5.0.2_r3-robolectric-r0.jar
android-all-5.1.1_r9-robolectric-r2.jar
android-all-6.0.1_r3-robolectric-r1.jar
android-all-7.0.0_r1-robolectric-0.jar
android-all-7.0.0_r1-robolectric-r1.jar
android-all-7.1.0_r7-robolectric-0.jar
android-all-7.1.0_r7-robolectric-r1.jar
/prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar
Completed in 289 milliseconds
1
2