Home
last modified time | relevance | path

Searched refs:get_counts (Results 1 – 4 of 4) sorted by relevance

/external/bcc/tools/lib/
Dustat.py113 def get_counts(self, bpf): member in Probe
264 counts.update(probe.get_counts(self.bpf))
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks_test.py83 def get_counts(self): member in MockCheckpointSaverListener
464 }, listener.get_counts())
484 listener_counts = listener.get_counts()
527 listener_counts = listener.get_counts()
559 listener1_counts = listener1.get_counts()
560 listener2_counts = listener2.get_counts()
665 }, listener.get_counts())
/external/python/cpython2/Python/
Dsysmodule.c794 extern PyObject *get_counts(void); in sys_getcounts()
796 return get_counts(); in sys_getcounts()
/external/python/cpython2/Objects/
Dobject.c112 get_counts(void) in get_counts() function